This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guacamole-client.
commit 73c35a2964c807d613ecce5417776e6204fc23c6 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 6 00:58:37 2016 +0100 Added the Polish translation by Magdalena Z. Kubot (Closes: #728924) --- debian/changelog | 1 + debian/po/pl.po | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1bf1361..56e1ce0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium * Replaced 0002-guacamole-remove-missing-plugins.patch with Maven rules * debian/copyright: Updated the Format URI * Added the Turkish translation by Atila KOÇ (Closes: #799783) + * Added the Polish translation by Magdalena Z. Kubot (Closes: #728924) -- Emmanuel Bourg <[email protected]> Wed, 06 Jan 2016 00:00:54 +0100 diff --git a/debian/po/pl.po b/debian/po/pl.po new file mode 100644 index 0000000..df0b756 --- /dev/null +++ b/debian/po/pl.po @@ -0,0 +1,36 @@ +# Translation of guacamole debconf templates to Polish. +# Copyright (C) 2011 +# This file is distributed under the same license as the guacamole package. +# +# Magdalena Z. Kubot <[email protected]>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: guacamole-client\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2012-06-01 14:42-0700\n" +"PO-Revision-Date: 2013-11-06 21:12+0100\n" +"Last-Translator: Magdalena Z. Kubot <[email protected]>\n" +"Language-Team: Polish <[email protected]>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../guacamole-tomcat.templates:2001 +msgid "Restart Tomcat server?" +msgstr "Zrestartować serwer Tomcat?" + +#. Type: boolean +#. Description +#: ../guacamole-tomcat.templates:2001 +msgid "The installation of Guacamole under Tomcat requires restarting the Tomcat server, as Tomcat will only read configuration files on startup." +msgstr "Instalacja Guacamole pod Tomcat wymaga zrestartowania serwera Tomcat, ponieważ Tomcat czyta pliki konfiguracyjne tylko podczas startu." + +#. Type: boolean +#. Description +#: ../guacamole-tomcat.templates:2001 +msgid "You can also restart Tomcat manually by running \"invoke-rc.d tomcat8 restart\" as root." +msgstr "Można również zrestartować Tomcat ręcznie wykonując jako administrator \"invoke-rc.d tomcat8 restart\"." -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guacamole-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

