server/apps/files/l10n/de_AT.php

12 lines
328 B
PHP
Raw Normal View History

2013-09-18 15:50:02 +00:00
<?php
$TRANSLATIONS = array(
2014-03-11 05:59:39 +00:00
"Share" => "Freigeben",
2013-09-18 15:50:02 +00:00
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
2014-03-11 05:59:39 +00:00
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "Speichern",
"Download" => "Herunterladen",
"Delete" => "Löschen"
2013-09-18 15:50:02 +00:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";