diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 18:44:55 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 18:44:55 +0200 |
commit | 6636cbff81061bc270e4d21659fa3fba8eb3c87b (patch) | |
tree | 394c6de2cc718d320f92c2d3cd863f88c40bcfd7 /po | |
parent | 4659883ba00bd499f41f4cc1a5f96e4bdd5ac9de (diff) | |
download | pylock-6636cbff81061bc270e4d21659fa3fba8eb3c87b.tar pylock-6636cbff81061bc270e4d21659fa3fba8eb3c87b.zip |
Create installation script using distutils
Diffstat (limited to 'po')
-rw-r--r-- | po/de.po | 26 | ||||
-rw-r--r-- | po/pylock.pot | 26 |
2 files changed, 26 insertions, 26 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pylock 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-01 19:25+0100\n" +"POT-Creation-Date: 2013-04-12 16:37+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" @@ -16,19 +16,11 @@ msgstr "" "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 +#: ../pylock/LockWindow.py:119 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 +#: ../pylock/LockWindow.py:123 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." @@ -36,7 +28,7 @@ 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 +#: ../pylock/LockWindow.py:128 msgid "" "This computer is currently locked by the user <i>{username}</i>.\n" "The user can be logged out now." @@ -44,6 +36,14 @@ msgstr "" "Dieser Computer ist zur Zeit vom Benutzer <i>{username}</i> gesperrt.\n" "Der Benutzer kann jetzt ausgeloggt werden." -#: unlock.ui:63 +#: ../unlock.ui.h:1 msgid "Password:" msgstr "Passwort:" + +#: ../unlock.ui.h:2 +msgid "Unlock" +msgstr "Entsperren" + +#: ../unlock.ui.h:3 +msgid "Logout" +msgstr "Ausloggen" diff --git a/po/pylock.pot b/po/pylock.pot index 0cb9ab8..1a5dcd9 100644 --- a/po/pylock.pot +++ b/po/pylock.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-01 19:25+0100\n" +"POT-Creation-Date: 2013-04-12 18:43+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" @@ -17,30 +17,30 @@ msgstr "" "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 +#: ../pylock/LockWindow.py:123 msgid "This computer is currently locked by the user <i>{username}</i>." msgstr "" -#: LockWindow.py:73 +#: ../pylock/LockWindow.py:127 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 +#: ../pylock/LockWindow.py:132 msgid "" "This computer is currently locked by the user <i>{username}</i>.\n" "The user can be logged out now." msgstr "" -#: unlock.ui:63 +#: ../pylock/data/unlock.ui.h:1 msgid "Password:" msgstr "" + +#: ../pylock/data/unlock.ui.h:2 +msgid "Unlock" +msgstr "" + +#: ../pylock/data/unlock.ui.h:3 +msgid "Logout" +msgstr "" |