From 9981f9f6a2205ed56f16989b590d939d5dac974a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Feb 2012 19:53:29 +0100 Subject: Add logout button timeout. Add l10n support. --- po/de.po | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ po/pylock.pot | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 po/de.po create mode 100644 po/pylock.pot (limited to 'po') diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..9320df1 --- /dev/null +++ b/po/de.po @@ -0,0 +1,49 @@ +# Pylock german translation +# Copyright (C) 2012 Matthias Schiffer +# This file is distributed under the same license as the pylock package. +# Matthias Schiffer , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: pylock 0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-01 19:25+0100\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" + +#: unlock.ui:115 unlock.ui:113 +msgid "Unlock" +msgstr "Entsperren" + +#: unlock.ui:132 unlock.ui:129 +msgid "Logout" +msgstr "Ausloggen" + +#: LockWindow.py:69 +msgid "This computer is currently locked by the user {username}." +msgstr "Dieser Computer ist zur Zeit vom Benutzer {username} gesperrt." + +#: LockWindow.py:73 +msgid "" +"This computer is currently locked by the user {username}.\n" +"The user can be logged out in {minutes:02}:{seconds:02} minutes." +msgstr "" +"Dieser Computer ist zur Zeit vom Benutzer {username} gesperrt.\n" +"Der Benutzer kann in {minutes:02}:{seconds:02} Minuten ausgeloggt werden." + +#: LockWindow.py:78 +msgid "" +"This computer is currently locked by the user {username}.\n" +"The user can be logged out now." +msgstr "" +"Dieser Computer ist zur Zeit vom Benutzer {username} gesperrt.\n" +"Der Benutzer kann jetzt ausgeloggt werden." + +#: unlock.ui:63 +msgid "Password:" +msgstr "Passwort:" diff --git a/po/pylock.pot b/po/pylock.pot new file mode 100644 index 0000000..0cb9ab8 --- /dev/null +++ b/po/pylock.pot @@ -0,0 +1,46 @@ +# 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: 2012-02-01 19:25+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" + +#: unlock.ui:115 unlock.ui:113 +msgid "Unlock" +msgstr "" + +#: unlock.ui:132 unlock.ui:129 +msgid "Logout" +msgstr "" + +#: LockWindow.py:69 +msgid "This computer is currently locked by the user {username}." +msgstr "" + +#: LockWindow.py:73 +msgid "" +"This computer is currently locked by the user {username}.\n" +"The user can be logged out in {minutes:02}:{seconds:02} minutes." +msgstr "" + +#: LockWindow.py:78 +msgid "" +"This computer is currently locked by the user {username}.\n" +"The user can be logged out now." +msgstr "" + +#: unlock.ui:63 +msgid "Password:" +msgstr "" -- cgit v1.2.3