From 52ef51b7efeaf5465b10754f06de34a9552d95cb Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Tue, 4 Jun 2013 11:36:10 +0200 Subject: [PATCH] Always distribute polkit-1.pot for translators It can be refreshed by simply running "make update-po" in the po/ dir. This should be occasionaly done, prefferably prior releases. Signed-off-by: Tomas Chvatal --- po/polkit-1.pot | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 po/polkit-1.pot diff --git a/po/polkit-1.pot b/po/polkit-1.pot new file mode 100644 index 0000000..8fb419b --- /dev/null +++ b/po/polkit-1.pot @@ -0,0 +1,171 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-06-04 11:06+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../actions/org.freedesktop.policykit.policy.in.h:1 +msgid "Run a program as another user" +msgstr "" + +#: ../actions/org.freedesktop.policykit.policy.in.h:2 +msgid "Authentication is required to run a program as another user" +msgstr "" + +#: ../src/examples/org.freedesktop.policykit.examples.pkexec.policy.in.h:1 +msgid "Run the polkit example program Frobnicate" +msgstr "" + +#: ../src/examples/org.freedesktop.policykit.examples.pkexec.policy.in.h:2 +msgid "" +"Authentication is required to run the polkit example program Frobnicate " +"(user=$(user), user.gecos=$(user.gecos), user.display=$(user.display), " +"program=$(program), command_line=$(command_line))" +msgstr "" + +#: ../src/programs/pkaction.c:100 +msgid "Only output information about ACTION" +msgstr "" + +#: ../src/programs/pkaction.c:100 +msgid "ACTION" +msgstr "" + +#: ../src/programs/pkaction.c:104 +msgid "Output detailed action information" +msgstr "" + +#: ../src/programs/pkaction.c:108 ../src/programs/pkttyagent.c:61 +msgid "Show version" +msgstr "" + +#: ../src/programs/pkaction.c:130 +msgid "[--action-id ACTION]" +msgstr "" + +#: ../src/programs/pkaction.c:131 ../src/programs/pkttyagent.c:81 +#, c-format +msgid "" +"Report bugs to: %s\n" +"%s home page: <%s>" +msgstr "" + +#: ../src/programs/pkaction.c:145 ../src/programs/pkcheck.c:482 +#: ../src/programs/pkttyagent.c:95 +#, c-format +msgid "%s: Unexpected argument `%s'\n" +msgstr "" + +#: ../src/programs/pkcheck.c:35 +#, c-format +msgid "" +"Usage:\n" +" pkcheck [OPTION...]\n" +"\n" +"Help Options:\n" +" -h, --help Show help options\n" +"\n" +"Application Options:\n" +" -a, --action-id=ACTION Check authorization to perform ACTION\n" +" -u, --allow-user-interaction Interact with the user if necessary\n" +" -d, --details=KEY VALUE Add (KEY, VALUE) to information about " +"the action\n" +" --enable-internal-agent Use an internal authentication agent if " +"necessary\n" +" --list-temp List temporary authorizations for " +"current session\n" +" -p, --process=PID[,START_TIME] Check authorization of specified " +"process\n" +" --revoke-temp Revoke all temporary authorizations for " +"current session\n" +" -s, --system-bus-name=BUS_NAME Check authorization of owner of " +"BUS_NAME\n" +" --version Show version\n" +"\n" +"Report bugs to: %s\n" +"%s home page: <%s>\n" +msgstr "" + +#: ../src/programs/pkcheck.c:390 ../src/programs/pkcheck.c:415 +#: ../src/programs/pkcheck.c:427 +#, c-format +msgid "%s: Argument expected after `%s'\n" +msgstr "" + +#: ../src/programs/pkcheck.c:405 +#, c-format +msgid "%s: Invalid --process value `%s'\n" +msgstr "" + +#: ../src/programs/pkcheck.c:442 ../src/programs/pkcheck.c:451 +#, c-format +msgid "%s: Two arguments expected after `--detail'\n" +msgstr "" + +#: ../src/programs/pkcheck.c:512 +#, c-format +msgid "%s: Subject not specified\n" +msgstr "" + +#. 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:741 +msgid "Authentication is needed to run `$(program)' as the super user" +msgstr "" + +#. 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:751 +msgid "Authentication is needed to run `$(program)' as user $(user.display)" +msgstr "" + +#: ../src/programs/pkttyagent.c:44 +msgid "Don't replace existing agent if any" +msgstr "" + +#: ../src/programs/pkttyagent.c:48 +msgid "Close FD when the agent is registered" +msgstr "" + +#: ../src/programs/pkttyagent.c:48 +msgid "FD" +msgstr "" + +#: ../src/programs/pkttyagent.c:52 +msgid "Register the agent for the specified process" +msgstr "" + +#: ../src/programs/pkttyagent.c:53 +msgid "PID[,START_TIME]" +msgstr "" + +#: ../src/programs/pkttyagent.c:57 +msgid "Register the agent owner of BUS_NAME" +msgstr "" + +#: ../src/programs/pkttyagent.c:57 +msgid "BUS_NAME" +msgstr "" + +#: ../src/programs/pkttyagent.c:119 +#, c-format +msgid "%s: Invalid process specifier `%s'\n" +msgstr "" -- 1.8.1.5