This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository java-gnome.
commit 10b0bbd525d6c289cac11b3fae7cad59288883b2 Author: tony mancill <[email protected]> Date: Tue Aug 26 14:50:21 2014 -0700 patch for #759039 --- debian/patches/04_translations.patch | 88 ++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 89 insertions(+) diff --git a/debian/patches/04_translations.patch b/debian/patches/04_translations.patch new file mode 100644 index 0000000..a49fb13 --- /dev/null +++ b/debian/patches/04_translations.patch @@ -0,0 +1,88 @@ +--- a/doc/po/pt.po ++++ b/doc/po/pt.po +@@ -1,13 +1,18 @@ ++# Translation of java-gnome po4a to European Portuguese ++# ++# Américo Monteiro <[email protected]>, 2014. + msgid "" + msgstr "" +-"Project-Id-Version: example 0.1\n" +-"PO-Revision-Date: 2008-03-22 17:04+0100\n" +-"Last-Translator: Vreixo Formoso <[email protected]>\n" +-"Language-Team: Portuguese <[email protected]>\n" ++"Project-Id-Version: java-gnome 4.1.3-1\n" ++"PO-Revision-Date: 2014-08-24 00:29+0100\n" ++"Last-Translator: Américo Monteiro <[email protected]>\n" ++"Language-Team: Portuguese <[email protected]>\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" ++"Language: pt\n" ++"X-Generator: Lokalize 1.4\n" + + #: ../ExampleTranslation.java:30 + msgid "Goodbye" +@@ -20,7 +25,7 @@ + #: ../ExampleTranslation.java:45 + #, java-format + msgid "User name is {0} and home dir is {1}" +-msgstr "O nome de usuário é {0} e a pasta pessoal é {1}" ++msgstr "O nome de utilizador é {0} e o directório pessoal é {1}" + + #: ../ExampleTranslation.java:48 + #, java-format +@@ -37,5 +42,7 @@ + msgid "" + "There {0,choice,0#are no files|1#is one file|1<are {0,number,integer} files}." + msgstr "" +-"{0,choice,0#Não há arquivos|1#Há um arquivo|1<Há {0,number,integer} " +-"arquivos}." ++"{0,choice,0#Não existem ficheiros|1#Existe um ficheiro|1<são " ++"{0,number,integer} ficheiros}." ++ ++ +--- /dev/null ++++ b/doc/po/pt_BR.po +@@ -0,0 +1,41 @@ ++msgid "" ++msgstr "" ++"Project-Id-Version: example 0.1\n" ++"PO-Revision-Date: 2008-03-22 17:04+0100\n" ++"Last-Translator: Vreixo Formoso <[email protected]>\n" ++"Language-Team: Portuguese <[email protected]>\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" ++ ++#: ../ExampleTranslation.java:30 ++msgid "Goodbye" ++msgstr "Adeus" ++ ++#: ../ExampleTranslation.java:40 ++msgid "Hello" ++msgstr "Olá" ++ ++#: ../ExampleTranslation.java:45 ++#, java-format ++msgid "User name is {0} and home dir is {1}" ++msgstr "O nome de usuário é {0} e a pasta pessoal é {1}" ++ ++#: ../ExampleTranslation.java:48 ++#, java-format ++msgid "This costs {0,number,currency}" ++msgstr "Isto custa {0,number,currency}" ++ ++#: ../ExampleTranslation.java:49 ++#, java-format ++msgid "Today is {0,date,long}" ++msgstr "Hoje é {0,date,long}" ++ ++#: ../ExampleTranslation.java:52 ++#, java-format ++msgid "" ++"There {0,choice,0#are no files|1#is one file|1<are {0,number,integer} files}." ++msgstr "" ++"{0,choice,0#Não há arquivos|1#Há um arquivo|1<Há {0,number,integer} " ++"arquivos}." diff --git a/debian/patches/series b/debian/patches/series index f15239b..960de6c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 01_take_screenshots.diff 02_build_python.diff 03_build_doc_snapshots.diff +04_translations.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

