10 lines
410 B
PHP
10 lines
410 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Passwort",
|
|
"Submit" => "Absenden",
|
|
"%s shared the folder %s with you" => "%s hat mit Ihnen den Ordner %s geteilt",
|
|
"%s shared the file %s with you" => "%s hat mit Ihnen die Datei %s geteilt",
|
|
"Download" => "Download",
|
|
"No preview available for" => "Es ist keine Vorschau verfügbar für",
|
|
"web services under your control" => "Web-Services unter Ihrer Kontrolle"
|
|
);
|