From c0ab0b7973d614ed06420979838e084b7d36457e Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 2 Jun 2013 11:41:36 +0200 Subject: Add czech translation po file to distribution. https://bugs.freedesktop.org/show_bug.cgi?id=65313 Signed-off-by: Tomas Chvatal --- po/LINGUAS | 1 + po/cs.po | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 po/cs.po diff --git a/po/LINGUAS b/po/LINGUAS index b6d2833..3a0ad6c 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,3 +1,4 @@ # please keep this list sorted alphabetically # +cs da diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..c16fde2 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,65 @@ +# Danish translations for PolicyKit. +# Copyright (C) 2013 SUSE Linux GmbH +# This file is distributed under the same license as the PolicyKit package. +# +# Tomáš Chvátal , 2013. +msgid "" +msgstr "" +"Project-Id-Version: polkit\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-03-03 13:03-0500\n" +"PO-Revision-Date: 2013-06-02 11:38+0200\n" +"Last-Translator: Tomáš Chvátal \n" +"Language-Team: Czech \n" +"Language: cs\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-Generator: Lokalize 1.5\n" + +#: ../actions/org.freedesktop.policykit.policy.in.h:1 +msgid "Authentication is required to configure lock down policy" +msgstr "Pro nastavení pravidel uzamčení je vyžadováno ověření" + +#: ../actions/org.freedesktop.policykit.policy.in.h:2 +msgid "Authentication is required to run a program as another user" +msgstr "Pro spuštění programu pod jiným uživatelem je vyžadováno ověření" + +#: ../actions/org.freedesktop.policykit.policy.in.h:3 +msgid "Configure lock down for an action" +msgstr "Nastavit uzamčení pro činnost" + +#: ../actions/org.freedesktop.policykit.policy.in.h:4 +msgid "Run programs as another user" +msgstr "Spustit program jako jiný uživatel" + +#: ../src/examples/org.freedesktop.policykit.examples.pkexec.policy.in.h:1 +msgid "" +"Authentication is required to run the PolicyKit example program Frobnicate " +"(user=$(user), program=$(program), command_line=$(command_line))" +msgstr "" +"Pro spuštění ukázkového programu PolicyKit Frobnicate je vyžadováno ověření " +"(user=$(user), program=$(program), command_line=$(command_line))" + +#: ../src/examples/org.freedesktop.policykit.examples.pkexec.policy.in.h:2 +msgid "Run the PolicyKit example program Frobnicate" +msgstr "Spustit ukázkový program PolicyKit Frobnicate" + +#. Translators: message shown when trying to run a program as root. Do not +#. * translate the $(program) fragment - it will be expanded to the path +#. * of the program e.g. /bin/bash. +#. +#: ../src/programs/pkexec.c:666 +msgid "Authentication is needed to run `$(program)' as the super user" +msgstr "Pro spuštění `$(program)' jako správce je vyžadováno ověření" + +#. Translators: message shown when trying to run a program as another user. +#. * Do not translate the $(program) or $(user) fragments - the former will +#. * be expanded to the path of the program e.g. "/bin/bash" and the latter +#. * to the user e.g. "John Doe (johndoe)" or "johndoe". +#. +#: ../src/programs/pkexec.c:676 +msgid "Authentication is needed to run `$(program)' as user $(user)" +msgstr "Pro spuštění `$(program)' jako uživatel $(user) je vyžadováno ověření" + -- cgit v1.2.3