Blame view
sources/apps/files/l10n/de_AT.php
328 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 |
"Share" => "Freigeben", "Delete" => "Löschen", |
|
31b7f2792
|
5 6 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
|
|
6d9380f96
|
7 8 9 |
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "Speichern",
"Download" => "Herunterladen"
|
|
31b7f2792
|
10 11 |
); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |