From 9c27bde74379cf6c78704e4971b346c3932f1a75 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 17 Mar 2018 14:51:34 +0100 Subject: tx: add makepot and .pot files --- makepot | 5 +++ mate-polkit.pot | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100755 makepot create mode 100644 mate-polkit.pot diff --git a/makepot b/makepot new file mode 100755 index 0000000..a57ddc7 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-polkit; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . diff --git a/mate-polkit.pot b/mate-polkit.pot new file mode 100644 index 0000000..6f0a710 --- /dev/null +++ b/mate-polkit.pot @@ -0,0 +1,110 @@ +# 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: 2018-03-17 14:49+0100\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" + +#: ../src/main.c:163 +msgid "Drop all elevated privileges" +msgstr "" + +#: ../src/main.c:187 +msgid "Click the icon to drop all elevated privileges" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:275 +msgid "Select user..." +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:310 +#, c-format +msgid "%s (%s)" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:650 +msgid "_Authenticate" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:693 +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication as one of the users below is required to perform this action." +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:701 +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication is required to perform this action." +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:707 +msgid "" +"An application is attempting to perform an action that requires privileges. " +"Authentication as the super user is required to perform this action." +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:743 +#: ../src/polkitmateauthenticator.c:301 +msgid "_Password:" +msgstr "" + +#. Details +#: ../src/polkitmateauthenticationdialog.c:761 +msgid "_Details" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:819 +msgid "Action:" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:822 +#, c-format +msgid "Click to edit %s" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:839 +msgid "Vendor:" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:841 +#, c-format +msgid "Click to open %s" +msgstr "" + +#: ../src/polkitmateauthenticationdialog.c:1001 +msgid "Authenticate" +msgstr "" + +#: ../src/polkitmateauthenticator.c:297 +#, c-format +msgid "_Password for %s:" +msgstr "" + +#: ../src/polkitmateauthenticator.c:458 +msgid "Your authentication attempt was unsuccessful. Please try again." +msgstr "" + +#: ../src/polkitmatelistener.c:164 +msgid "Authentication dialog was dismissed by the user" +msgstr "" + +#: ../src/polkit-mate-authentication-agent-1.desktop.in.in.h:1 +msgid "PolicyKit Authentication Agent" +msgstr "" + +#: ../src/polkit-mate-authentication-agent-1.desktop.in.in.h:2 +msgid "PolicyKit Authentication Agent for the MATE Desktop" +msgstr "" -- cgit v1.2.1