summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 61af20e)
raw | patch | inline | side by side (parent: 61af20e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Sep 2009 06:10:22 +0000 (06:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Sep 2009 06:10:22 +0000 (06:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14176 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ssh/locale/de/LC_MESSAGES/messages.po | [new file with mode: 0644] | patch | blob |
gosa-plugins/ssh/locale/messages.po | [new file with mode: 0644] | patch | blob |
gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc | patch | blob | history |
diff --git a/gosa-plugins/ssh/locale/de/LC_MESSAGES/messages.po b/gosa-plugins/ssh/locale/de/LC_MESSAGES/messages.po
--- /dev/null
@@ -0,0 +1,63 @@
+# translation of messages.po to deutsch
+# translation of messages.po to
+# GOsa2 Translations
+# Copyright (C) 2003 GONICUS GmbH, Germany
+# This file is distributed under the same license as the GOsa2 package.
+#
+#
+# Alfred Schroeder <schroeder@GONICUS.de>, 2004.
+# Cajus Pollmeier <pollmeier@gonicus.de>, 2004, 2005, 2006, 2008, 2009.
+# Jan Wenzel <jan.wenzel@gonicus.de>, 2004,2005, 2008.
+# Stefan Koehler <stefan.koehler@GONICUS.de>, 2005.
+msgid ""
+msgstr ""
+"Project-Id-Version: messages\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-09-01 08:11+0200\n"
+"PO-Revision-Date: 2009-08-26 15:37+0200\n"
+"Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
+"Language-Team: de <kde-i18n-de@kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: personal/ssh/sshPublicKey.tpl:2
+msgid "List of SSH public keys for this user"
+msgstr "Liste der öffentlichen SSH-Schlüssel für diesen Benutzer"
+
+#: personal/ssh/sshPublicKey.tpl:11
+msgid "Upload key"
+msgstr "Schlüssel hochladen"
+
+#: personal/ssh/sshPublicKey.tpl:13
+msgid "Remove key"
+msgstr "Schlüssel entfernen"
+
+#: personal/ssh/class_sshPublicKey.inc:115
+#: personal/ssh/class_sshPublicKey.inc:128
+#: personal/ssh/class_sshPublicKey.inc:143
+msgid "Upload error"
+msgstr "Übertragung fehlgeschlagen!"
+
+#: personal/ssh/class_sshPublicKey.inc:115
+msgid "Error uploading the key!"
+msgstr "Fehler beim hochladen des Schlüssels!"
+
+#: personal/ssh/class_sshPublicKey.inc:128
+msgid "This key is already used!"
+msgstr "Dieser Schlüssel wird bereits verwendet!"
+
+#: personal/ssh/class_sshPublicKey.inc:143
+msgid "Unknown public key format!"
+msgstr "Unbekanntes Format für öffentliche Schlüssel!"
+
+#: personal/ssh/class_sshPublicKey.inc:153
+#, php-format
+msgid "SSH %s key, Fingerprint: %s, Comment: %s"
+msgstr "SSH %s-Schlüssel, Fingerabruck: %s, Kommentar: %s"
+
+#: personal/ssh/class_sshPublicKey.inc:206
+msgid "LDAP error"
+msgstr "LDAP-Fehler"
diff --git a/gosa-plugins/ssh/locale/messages.po b/gosa-plugins/ssh/locale/messages.po
--- /dev/null
@@ -0,0 +1,56 @@
+# 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: 2009-09-01 08:11+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: personal/ssh/sshPublicKey.tpl:2
+msgid "List of SSH public keys for this user"
+msgstr ""
+
+#: personal/ssh/sshPublicKey.tpl:11
+msgid "Upload key"
+msgstr ""
+
+#: personal/ssh/sshPublicKey.tpl:13
+msgid "Remove key"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:115
+#: personal/ssh/class_sshPublicKey.inc:128
+#: personal/ssh/class_sshPublicKey.inc:143
+msgid "Upload error"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:115
+msgid "Error uploading the key!"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:128
+msgid "This key is already used!"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:143
+msgid "Unknown public key format!"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:153
+#, php-format
+msgid "SSH %s key, Fingerprint: %s, Comment: %s"
+msgstr ""
+
+#: personal/ssh/class_sshPublicKey.inc:206
+msgid "LDAP error"
+msgstr ""
diff --git a/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc b/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc
index d9500cbdcbf6d96c9c7073ba94e50c67a77e03c2..a87787c63e84cc791604232acada7b1e012f3407 100644 (file)
// Upload action?
if (isset($_POST['upload_sshpublickey'])) {
if ($_FILES['key']['error'] > 0){
- msg_dialog::display(_("Upload error"), _("Error: uploading the key")." (".$_FILES['key']['error'].")", ERROR_DIALOG);
+ msg_dialog::display(_("Upload error"), _("Error uploading the key!")." (".$_FILES['key']['error'].")", ERROR_DIALOG);
} else {
$lines= file($_FILES['key']['tmp_name']);