summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <tomas.chvatal@gmail.com>2013-06-02 11:41:36 +0200
committerMiloslav Trmač <mitr@redhat.com>2013-06-03 21:45:01 +0200
commitc0ab0b7973d614ed06420979838e084b7d36457e (patch)
treebf5b71e2b904b418199845560dd9224daf539320
parent20ad116a6582e57d20f9d8197758947918753a4c (diff)
downloadpolkit-c0ab0b7973d614ed06420979838e084b7d36457e.tar.gz
Add czech translation po file to distribution.
https://bugs.freedesktop.org/show_bug.cgi?id=65313 Signed-off-by: Tomas Chvatal <tomas.chvatal@gmail.com>
-rw-r--r--po/LINGUAS1
-rw-r--r--po/cs.po65
2 files changed, 66 insertions, 0 deletions
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 <tchvatal@suse.cz>, 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 <tchvatal@suse.cz>\n"
+"Language-Team: Czech <kde-i18n-doc@kde.org>\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í"
+