Implement ulock
This commit is contained in:
parent
8fac573efc
commit
aff9ec19a2
11 changed files with 851 additions and 4 deletions
3
po/POTFILES.in
Normal file
3
po/POTFILES.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
[encoding: UTF-8]
|
||||
pylock.c
|
||||
[type: gettext/glade]data/unlock.ui
|
49
po/de.po
Normal file
49
po/de.po
Normal file
|
@ -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 <mschiffer@universe-factory.net>, 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 <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"
|
||||
|
||||
#: 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 <i>%s</i>."
|
||||
msgstr "Dieser Computer ist zur Zeit vom Benutzer <i>%s</i> gesperrt."
|
||||
|
||||
#: ulock.c:92
|
||||
msgid ""
|
||||
"This computer is currently locked by the user <i>%s</i>.\n"
|
||||
"The user can be logged out in %02u:%02u minutes."
|
||||
msgstr ""
|
||||
"Dieser Computer ist zur Zeit vom Benutzer <i>%s</i> gesperrt.\n"
|
||||
"Der Benutzer kann in %02u:%02u Minuten ausgeloggt werden."
|
||||
|
||||
#: ulock.c:98
|
||||
msgid ""
|
||||
"This computer is currently locked by the user <i>%s</i>.\n"
|
||||
"The user can be logged out now."
|
||||
msgstr ""
|
||||
"Dieser Computer ist zur Zeit vom Benutzer <i>%s</i> gesperrt.\n"
|
||||
"Der Benutzer kann jetzt ausgeloggt werden."
|
||||
|
||||
#: data/unlock.ui:109
|
||||
msgid "Unlock"
|
||||
msgstr "Entsperren"
|
49
po/ulock.pot
Normal file
49
po/ulock.pot
Normal file
|
@ -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 <EMAIL@ADDRESS>, 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 <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"
|
||||
|
||||
#: ulock.c:88
|
||||
#, c-format
|
||||
msgid "This computer is currently locked by the user <i>%s</i>."
|
||||
msgstr ""
|
||||
|
||||
#: ulock.c:92
|
||||
#, c-format
|
||||
msgid ""
|
||||
"This computer is currently locked by the user <i>%s</i>.\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 <i>%s</i>.\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 ""
|
Reference in a new issue