server/apps/files_trashbin/l10n/de_AT.php
2014-08-16 01:56:44 -04:00

6 lines
124 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Fehler",
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";