server/apps/files_external/l10n/de_AT.php

9 lines
174 B
PHP
Raw Normal View History

2014-03-11 05:59:39 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Location" => "Ort",
"Password" => "Passwort",
"Share" => "Freigeben",
2014-03-11 05:59:39 +00:00
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";