From aff9ec19a2622905c4cb36c66794db916c90ca89 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 19 Sep 2013 19:41:24 +0200 Subject: Implement ulock --- po/POTFILES.in | 3 +++ po/de.po | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ po/ulock.pot | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 po/POTFILES.in create mode 100644 po/de.po create mode 100644 po/ulock.pot (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..def4168 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,3 @@ +[encoding: UTF-8] +pylock.c +[type: gettext/glade]data/unlock.ui diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..108462a --- /dev/null +++ b/po/de.po @@ -0,0 +1,49 @@ +# ulock german translation +# Copyright (C) 2013 Matthias Schiffer +# This file is distributed under the same license as the ulock package. +# Matthias Schiffer , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: pylock 0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-19 18:53+0200\n" +"PO-Revision-Date: 2012-02-01 19:30+0100\n" +"Last-Translator: Matthias Schiffer \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: data/unlock.ui:125 +msgid "Logout" +msgstr "Ausloggen" + +#: data/unlock.ui:58 +msgid "Password:" +msgstr "Passwort:" + +#: ulock.c:88 +msgid "This computer is currently locked by the user %s." +msgstr "Dieser Computer ist zur Zeit vom Benutzer %s gesperrt." + +#: ulock.c:92 +msgid "" +"This computer is currently locked by the user %s.\n" +"The user can be logged out in %02u:%02u minutes." +msgstr "" +"Dieser Computer ist zur Zeit vom Benutzer %s gesperrt.\n" +"Der Benutzer kann in %02u:%02u Minuten ausgeloggt werden." + +#: ulock.c:98 +msgid "" +"This computer is currently locked by the user %s.\n" +"The user can be logged out now." +msgstr "" +"Dieser Computer ist zur Zeit vom Benutzer %s gesperrt.\n" +"Der Benutzer kann jetzt ausgeloggt werden." + +#: data/unlock.ui:109 +msgid "Unlock" +msgstr "Entsperren" diff --git a/po/ulock.pot b/po/ulock.pot new file mode 100644 index 0000000..697554b --- /dev/null +++ b/po/ulock.pot @@ -0,0 +1,49 @@ +# 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-09-19 18:53+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" + +#: ulock.c:88 +#, c-format +msgid "This computer is currently locked by the user %s." +msgstr "" + +#: ulock.c:92 +#, c-format +msgid "" +"This computer is currently locked by the user %s.\n" +"The user can be logged out in %02u:%02u minutes." +msgstr "" + +#: ulock.c:98 +#, c-format +msgid "" +"This computer is currently locked by the user %s.\n" +"The user can be logged out now." +msgstr "" + +#: data/unlock.ui:58 +msgid "Password:" +msgstr "" + +#: data/unlock.ui:109 +msgid "Unlock" +msgstr "" + +#: data/unlock.ui:125 +msgid "Logout" +msgstr "" -- cgit v1.2.3