server/apps/files_sharing/l10n/de.php

7 lines
182 B
PHP
Raw Normal View History

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",
"Download" => "Download",
"web services under your control" => "Web-Services unter Ihrer Kontrolle"
2012-08-15 00:07:20 +00:00
);