diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-06-23 20:41:45 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-06-23 20:43:05 +0200 |
commit | 63c47cb0459b98bab67187b0697d0f55539d87d3 (patch) | |
tree | daa8a3818f6aa6b8c119503c6135049cb538c9f2 /debian | |
parent | a881dbc9ee0483825306ac5ee0684e0a7d19dae4 (diff) | |
download | screen-63c47cb0459b98bab67187b0697d0f55539d87d3.tar.gz |
Add Czech translation of debconf templates
Closes: #678669; Thanks Michal Šimůnek!
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/po/cs.po | 81 |
2 files changed, 82 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3285574..33bc264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ screen (4.1.0~20120320gitdb59704-4) UNRELEASED; urgency=low + Polish (Closes: #678158; Thanks Michał Kułach!) + Galician (Closes: #678469; Thanks Jorge Barreiro!) + French (Closes: #678548; Thanks David Prévot!) + + Czech (Closes: #678669; Thanks Michal Šimůnek!) -- Axel Beckert <abe@debian.org> Thu, 21 Jun 2012 16:35:50 +0200 diff --git a/debian/po/cs.po b/debian/po/cs.po new file mode 100644 index 0000000..2e6288b --- /dev/null +++ b/debian/po/cs.po @@ -0,0 +1,81 @@ +# Czech PO debconf template translation of screen. +# Copyright (C) 2012 Michal Simunek <michal.simunek@gmail.com> +# This file is distributed under the same license as the screen package. +# Michal Simunek <michal.simunek@gmail.com>, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: screen 4.1.0~20120320gitdb59704-3\n" +"Report-Msgid-Bugs-To: screen@packages.debian.org\n" +"POT-Creation-Date: 2012-06-16 15:27+0200\n" +"PO-Revision-Date: 2012-06-23 14:31+0200\n" +"Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n" +"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: error +#. Description +#: ../templates:2001 +msgid "Warning: upgrading to screen 4.1.0 with an active 4.0.3 session" +msgstr "Upozornění: aktualizuje se na screen 4.1.0 s aktivní relací verze 4.0.3" + +#. Type: error +#. Description +#. Type: error +#. Description +#: ../templates:2001 ../templates:3001 +msgid "" +"There seems to be at least one GNU Screen session running on this system; " +"possibly the one you are running this upgrade in. However, GNU Screen 4.1.0 " +"currently can't communicate with sessions started by Screen 4.0.3." +msgstr "" +"Zdá se, že na tomto systému je spuštěna minimálně jedna relace programu GNU Screen; " +"zřejmě ta, ze které spouštíte aktualizaci. GNU Screen 4.1.0 však v současné " +"době neumí komunikovat s relacemi spuštěnými programem Screen 4.0.3." + +#. Type: error +#. Description +#: ../templates:2001 +msgid "" +"To reconnect to a running GNU Screen session after the new version has been " +"unpacked, you'll need to call the old screen binary instead of the new one, " +"so a copy has been made which can be invoked as \"/tmp/screen-4.0.3 -rd\"." +msgstr "" +"Pro opětovné připojení k běžící relaci GNU Screen po té, co bude rozbalena " +"nová verze, budete muset volat starší binární soubor screen, namísto nového, " +"vytvoří se tak kopie, kterou lze spustit příkazem \"/tmp/screen-4.0.3 -rd\"." + +#. Type: error +#. Description +#: ../templates:2001 +msgid "" +"If your /tmp/ is a separate mount point mounted with the nosuid or noexec " +"options, you may need to copy it to somewhere else (such as /root) before " +"calling it. Its permissions should be 2755 (-rwxr-sr-x) and it should belong " +"to the user root and group utmp." +msgstr "" +"Je-li váš adresář /tmp/ připojen jako oddělený oddíl s volbami nosuid či noexec, " +"budete jej muset před voláním někam zkopírovat (třeba do adresáře /root). " +"Musí mít oprávnění 2755 (-rwxr-sr-x) a měl by patřit uživateli root a skupině " +"utmp." + +#. Type: error +#. Description +#: ../templates:3001 +msgid "Failed copy of screen binary to /tmp/screen-4.0.3" +msgstr "Kopírování binárního souboru screen do /tmp/screen-4.0.3 selhalo" + +#. Type: error +#. Description +#: ../templates:3001 +msgid "" +"To reconnect to a running GNU Screen session after the new version has been " +"unpacked, you'll need to call the old screen binary instead of the new one. " +"However, the attempt to copy it to /tmp/screen-4.0.3 has failed." +msgstr "" +"Pro opětovné připojení k běžící relaci GNU Screen po té, co bude rozbalena " +"nová verze, budete muset volat starší binární soubor screen, namísto nového. " +"Pokus o zkopírování do /tmp/screen-4.0.3 však selhal." |