Add logout button timeout. Add l10n support.
This commit is contained in:
parent
2ea569c7ed
commit
9981f9f6a2
6 changed files with 165 additions and 16 deletions
49
po/de.po
Normal file
49
po/de.po
Normal file
|
@ -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 <mschiffer@universe-factory.net>, 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 <mschiffer@universe-factory.net>\n"
|
||||
"Language-Team: German <de@li.org>\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 <i>{username}</i>."
|
||||
msgstr "Dieser Computer ist zur Zeit vom Benutzer <i>{username}</i> gesperrt."
|
||||
|
||||
#: LockWindow.py:73
|
||||
msgid ""
|
||||
"This computer is currently locked by the user <i>{username}</i>.\n"
|
||||
"The user can be logged out in {minutes:02}:{seconds:02} minutes."
|
||||
msgstr ""
|
||||
"Dieser Computer ist zur Zeit vom Benutzer <i>{username}</i> 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 <i>{username}</i>.\n"
|
||||
"The user can be logged out now."
|
||||
msgstr ""
|
||||
"Dieser Computer ist zur Zeit vom Benutzer <i>{username}</i> gesperrt.\n"
|
||||
"Der Benutzer kann jetzt ausgeloggt werden."
|
||||
|
||||
#: unlock.ui:63
|
||||
msgid "Password:"
|
||||
msgstr "Passwort:"
|
46
po/pylock.pot
Normal file
46
po/pylock.pot
Normal file
|
@ -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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 <i>{username}</i>."
|
||||
msgstr ""
|
||||
|
||||
#: LockWindow.py:73
|
||||
msgid ""
|
||||
"This computer is currently locked by the user <i>{username}</i>.\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 <i>{username}</i>.\n"
|
||||
"The user can be logged out now."
|
||||
msgstr ""
|
||||
|
||||
#: unlock.ui:63
|
||||
msgid "Password:"
|
||||
msgstr ""
|
Reference in a new issue