2012-10-16 21:39:13 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Password" => "Passwort",
|
2013-04-27 00:24:29 +00:00
|
|
|
"Submit" => "Bestätigen",
|
2012-10-20 00:03:53 +00:00
|
|
|
"%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt",
|
|
|
|
"%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt",
|
2013-04-27 00:24:29 +00:00
|
|
|
"Download" => "Herunterladen",
|
2013-06-14 00:52:34 +00:00
|
|
|
"No preview available for" => "Es ist keine Vorschau verfügbar für"
|
2012-10-16 21:39:13 +00:00
|
|
|
);
|