Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] to the author of ordchan-plugin



Hi,
     i have test your plugin yesterday, it' s a good idea for manage the
channels.conf file. So i have add a italian translation in the i18.c
file, i send it and i'm very happy if you integrate it into one of the
next release of your plugin.

But i have a question, when i sort the list, how i can apply the changes?

kikko77



#include "i18n.h"

const tI18nPhrase Phrases[] = {
  { "Select Group",
    "",
    "",
    "Seleziona grp",
    "",
    "",
    "Choix du groupe",
    "",
    "",
    "",
    "",
    "",
  },
  { "Group",
    "",
    "",
    "Gruppo",
    "",
    "",
    "Groupe",
    "",
    "",
    "",
    "",
    "",
  },
  { "Name",
    "",
    "",
    "Nome",
    "",
    "",
    "Nom",
    "",
    "",
    "",
    "",
    "",
  },
  { "Number",
    "",
    "",
    "Numero",
    "",
    "",
    "Numero",
    "",
    "",
    "",
    "",
    "",
  },
  { "Del Group",
    "",
    "",
    "Cancella grp",
    "",
    "",
    "Suppr Groupe",
    "",
    "",
    "",
    "",
    "",
  },
  { "Edit Group",
    "",
    "",
    "Modifica grp",
    "",
    "",
    "Modif Groupe",
    "",
    "",
    "",
    "",
    "",
  },
  { "Sort Group",
    "",
    "",
    "Ordina grp",
    "",
    "",
    "Tri Group",
    "",
    "",
    "",
    "",
    "",
  },
  { "Move",
    "",
    "",
    "Muovi",
    "",
    "",
    "Deplacer",
    "",
    "",
    "",
    "",
    "",
  },
  { "Add Group",
    "",
    "",
    "Aggiungi grp",
    "",
    "",
    "Creer Groupe",
    "",
    "",
    "",
    "",
    "",
  },
  { "Affect",
    "",
    "",
    "",
    "",
    "",
    "Affecter",
    "",
    "",
    "",
    "",
    "",
  },
  { "Zap",
    "",
    "",
    "Vedi canale",
    "",
    "",
    "Zap",
    "",
    "",
    "",
    "",
    "",
  },
  { "Cancel",
    "",
    "",
    "Cancella",
    "",
    "",
    "Annuler",
    "",
    "",
    "",
    "",
    "",
  },
  { "Before",
    "",
    "",
    "In su",
    "",
    "",
    "Avant",
    "",
    "",
    "",
    "",
    "",
  },
  { "After",
    "",
    "",
    "In giu'",
    "",
    "",
    "Apres",
    "",
    "",
    "",
    "",
    "",
  },
  { "Sorting",
    "",
    "",
    "Ordinamento",
    "",
    "",
    "Tri en cours",
    "",
    "",
    "",
    "",
    "",
  },
  { "Sort done",
    "",
    "",
    "Ordinamento completato",
    "",
    "",
    "Tri termine",
    "",
    "",
    "",
    "",
    "",
  },
   { "Move before group",
    "",
    "",
    "Muovi in su il gruppo",
    "",
    "",
    "Deplacer avant groupe",
    "",
    "",
    "",
    "",
    "",
  },
   { ":End",
    "",
    "",
    "Fine",
    "",
    "",
    ":Fin",
    "",
    "",
    "",
    "",
    "",
  },
   { "Alpha Up",
    "",
    "",
    "Alpha su",
    "",
    "",
    "Alpha Croiss",
    "",
    "",
    "",
    "",
    "",
  },
   { "Alpha Down",
    "",
    "",
    "Alpha giu'",
    "",
    "",
    "Alpha Dec",
    "",
    "",
    "",
    "",
    "",
  },
   { "Transp Up",
    "",
    "",
    "Transp su",
    "",
    "",
    "Transp Croiss",
    "",
    "",
    "",
    "",
    "",
  },
   { "Transp Down",
    "",
    "",
    "Transp giu'",
    "",
    "",
    "Transp Dec",
    "",
    "",
    "",
    "",
    "",
  },
  { "Apply Changes?",
  "",
  "",
  "Applica cambiamenti?",
  "",
  "",
  "Appliquer les changements?",
  "",
  "",
  "",
  "",
  "",
  },
  { NULL }
};

Home | Main Index | Thread Index