Blame view
sources/apps/files_sharing/l10n/de.php
1.11 KB
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", |
|
0f30ed153
|
4 |
"The password is wrong. Try again." => "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut.", |
|
03e52840d
|
5 |
"Password" => "Passwort", |
|
31b7f2792
|
6 7 |
"Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Reasons might be:" => "Gründe könnten sein:", |
|
0f30ed153
|
8 |
"the item was removed" => "Die Elemente wurden entfernt", |
|
31b7f2792
|
9 10 |
"the link expired" => "Der Link ist abgelaufen", "sharing is disabled" => "Teilen ist deaktiviert", |
|
0f30ed153
|
11 |
"For more info, please ask the person who sent this link." => "Für mehr Informationen, frage bitte die Person, die dir diesen Link geschickt hat.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s hat den Ordner %s mit Dir geteilt", "%s shared the file %s with you" => "%s hat die Datei %s mit Dir geteilt", "Download" => "Download", |
|
0f30ed153
|
15 |
"Upload" => "Hochladen", |
|
31b7f2792
|
16 |
"Cancel upload" => "Upload abbrechen", |
|
03e52840d
|
17 |
"No preview available for" => "Es ist keine Vorschau verfügbar für", |
|
0f30ed153
|
18 |
"Direct link" => "Direkte Verlinkung" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |