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 a7957bbef03c8a5a2e46d68d58c89cb126e62404 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 6 00:46:21 2016 +0100 Added the Turkish translation by Atila KOÇ (Closes: #799783) --- debian/changelog | 1 + debian/po/tr.po | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4c14f90..1bf1361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * 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) -- Emmanuel Bourg <[email protected]> Wed, 06 Jan 2016 00:00:54 +0100 diff --git a/debian/po/tr.po b/debian/po/tr.po new file mode 100644 index 0000000..9e4d4e4 --- /dev/null +++ b/debian/po/tr.po @@ -0,0 +1,47 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Atila KOÇ <[email protected]>, 2015. +# +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: 2015-09-08 10:42+0200\n" +"Last-Translator: Atila KOÇ <[email protected]>\n" +"Language-Team: Turkish <[email protected]>\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 1.6.10\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#. Type: boolean +#. Description +#: ../guacamole-tomcat.templates:2001 +msgid "Restart Tomcat server?" +msgstr "Tomcat sunucusu yeniden başlatılsın mı?" + +#. 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 "" +"Tomcat yapılandırma dosyalarını yalnızca başlangıçta okuduğundan, " +"Guacamole'nin Tomcat altına yapılan bu kurulumu Tomcat sunucusunun yeniden " +"başlatılmasını gerektirir." + +#. Type: boolean +#. Description +#: ../guacamole-tomcat.templates:2001 +msgid "" +"You can also restart Tomcat manually by running \"invoke-rc.d tomcat8 restart" +"\" as root." +msgstr "" +"root kimliği ile \"invoke-rc.d tomcat8 restart\" komutunu çalıştırarak da " +"Tomcat'i yeniden başlatabilirsiniz." -- 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

