From 61d9d312edb99886fcd6225eb407207ae6cf97ce Mon Sep 17 00:00:00 2001 From: "Dr.Best" Date: Sat, 20 Jun 2009 09:41:14 +0000 Subject: [PATCH] -add Italian locale (thanks to Spaeleus) --- quickbutton/po/Makefile.am | 2 +- quickbutton/po/it.po | 103 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 1 deletion(-) create mode 100755 quickbutton/po/it.po diff --git a/quickbutton/po/Makefile.am b/quickbutton/po/Makefile.am index 46f2156..c1cb4f6 100644 --- a/quickbutton/po/Makefile.am +++ b/quickbutton/po/Makefile.am @@ -13,7 +13,7 @@ GETTEXT=xgettext #MSGFMT = ./msgfmt.py MSGFMT = msgfmt -LANGS := de tr +LANGS := de tr it LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) diff --git a/quickbutton/po/it.po b/quickbutton/po/it.po new file mode 100755 index 0000000..e4e80f8 --- /dev/null +++ b/quickbutton/po/it.po @@ -0,0 +1,103 @@ +msgid "" +msgstr "" +"Project-Id-Version: enigma2 - quickbutton\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-20 11:40+0200\n" +"PO-Revision-Date: \n" +"Last-Translator: Spaeleus \n" +"Language-Team: www.linsat.net \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Basepath: /home/dario/Plugins/quickbutton\n" +"X-Poedit-SearchPath-0: /home/dario/Plugins/quickbutton\n" + +msgid "Assign plugin to long blue key pressed" +msgstr "Assegnare il plugin al tasto blu (lungo)" + +msgid "Assign plugin to long green key pressed" +msgstr "Assegnare il plugin al tasto verde (lungo)" + +msgid "Assign plugin to long red key pressed" +msgstr "Assegnare il plugin al tasto rosso (lungo)" + +msgid "Assign plugin to long yellow key pressed" +msgstr "Assegnare il plugin al tasto giallo (lungo)" + +msgid "Assign plugin to red key pressed" +msgstr "Assegnare il plugin al tasto rosso (breve)" + +msgid "Cancel" +msgstr "Annull." + +msgid "Display 4:3 content as" +msgstr "Mostrare contenuti in 4:3 come" + +msgid "EPG List" +msgstr "Elenco EPG" + +#, python-format +msgid "" +"Error!\n" +"Error Text: %s" +msgstr "" +"Errore!\n" +"Tipo errore: %s" + +msgid "Just Scale" +msgstr "Scalare solamente" + +msgid "MediaPlayer" +msgstr "MediaPlayer" + +msgid "No plugin assigned!" +msgstr "Nessun plugin assegnato" + +msgid "Nothing" +msgstr "Nulla" + +msgid "OK" +msgstr "Ok" + +msgid "Pan&Scan" +msgstr "Pan&Scan" + +msgid "Pillarbox" +msgstr "Pillarbox" + +msgid "Plugin browser" +msgstr "Browser plugin" + +msgid "Plugin not found!" +msgstr "Plugin non trovato!" + +msgid "Timer" +msgstr "Timer" + +msgid "Unknown Error" +msgstr "Errore Sconosciuto: " + +msgid "assigned to long blue" +msgstr "Assegnato al tasto blu (lungo)" + +msgid "assigned to long green" +msgstr "Assegnato al tasto verde (lungo)" + +msgid "assigned to long red" +msgstr "Assegnato al tasto rosso (lungo)" + +msgid "assigned to long yellow" +msgstr "Assegnato al tasto giallo (lungo)" + +msgid "assigned to red" +msgstr "Assegnato al tasto rosso (breve)" + +msgid "setup for Quickbutton" +msgstr "Configurazione per Quickbutton" + +msgid "switch 4:3 content display" +msgstr "Commutare visual. contenuti in 4:3" -- 2.7.4