blob: ad2d171aa9f2a0607eff9125550af65e0b94bb50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut.",
"Password" => "Passwort",
"Submit" => "Absenden",
"%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",
"Upload" => "Hochladen",
"Cancel upload" => "Upload abbrechen",
"No preview available for" => "Es ist keine Vorschau verfügbar für"
);
|