nextcloud/apps/files/l10n/de_AT.php

12 lines
328 B
PHP
Raw Normal View History

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