server/apps/files_sharing/l10n/de_AT.php
2014-07-09 01:55:51 -04:00

7 lines
161 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "Abbrechen",
"Password" => "Passwort",
"Download" => "Herunterladen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";