2012-08-15 00:07:20 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 00:06:45 +00:00
|
|
|
"Password" => "Passwort",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Submit" => "Absenden",
|
2012-10-20 00:03:53 +00:00
|
|
|
"%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",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Download" => "Download",
|
2013-06-14 00:52:34 +00:00
|
|
|
"No preview available for" => "Es ist keine Vorschau verfügbar für"
|
2012-08-15 00:07:20 +00:00
|
|
|
);
|