blob: 2407e4ec91188110d6486c75cafcb6831b21add5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <driz@i2pmail.org>, 2012.
# Marcel Kühlhorn <susefan93@gmx.de>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-31 00:27+0100\n"
"PO-Revision-Date: 2013-01-30 12:47+0000\n"
"Last-Translator: Marcel Kühlhorn <susefan93@gmx.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: js/settings-personal.js:17
msgid ""
"Please switch to your ownCloud client and change your encryption password to"
" complete the conversion."
msgstr "Bitte wechseln Sie nun zum ownCloud Client und ändern Sie ihr Verschlüsselungspasswort um die Konvertierung abzuschließen."
#: js/settings-personal.js:17
msgid "switched to client side encryption"
msgstr "Zur Clientseitigen Verschlüsselung gewechselt"
#: js/settings-personal.js:21
msgid "Change encryption password to login password"
msgstr "Ändern des Verschlüsselungspasswortes zum Anmeldepasswort"
#: js/settings-personal.js:25
msgid "Please check your passwords and try again."
msgstr "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut."
#: js/settings-personal.js:25
msgid "Could not change your file encryption password to your login password"
msgstr "Ihr Verschlüsselungspasswort konnte nicht als Anmeldepasswort gesetzt werden."
#: templates/settings-personal.php:3 templates/settings.php:5
msgid "Choose encryption mode:"
msgstr "Wählen Sie die Verschlüsselungsart:"
#: templates/settings-personal.php:20 templates/settings.php:24
msgid ""
"Client side encryption (most secure but makes it impossible to access your "
"data from the web interface)"
msgstr "Clientseitige Verschlüsselung (am sichersten, aber macht es unmöglich auf ihre Daten über das Webinterface zuzugreifen)"
#: templates/settings-personal.php:30 templates/settings.php:36
msgid ""
"Server side encryption (allows you to access your files from the web "
"interface and the desktop client)"
msgstr "Serverseitige Verschlüsselung (erlaubt es ihnen auf ihre Daten über das Webinterface und den Desktop-Client zuzugreifen)"
#: templates/settings-personal.php:41 templates/settings.php:60
msgid "None (no encryption at all)"
msgstr "Keine (ohne Verschlüsselung)"
#: templates/settings.php:10
msgid ""
"Important: Once you selected an encryption mode there is no way to change it"
" back"
msgstr "Wichtig: Sobald sie eine Verschlüsselungsmethode gewählt haben, können Sie diese nicht ändern!"
#: templates/settings.php:48
msgid "User specific (let the user decide)"
msgstr "Benutzerspezifisch (der Benutzer kann entscheiden)"
#: templates/settings.php:65
msgid "Encryption"
msgstr "Verschlüsselung"
#: templates/settings.php:67
msgid "Exclude the following file types from encryption"
msgstr "Die folgenden Dateitypen von der Verschlüsselung ausnehmen"
#: templates/settings.php:71
msgid "None"
msgstr "Keine"
|