nextcloud/apps/files_sharing/l10n/de_AT.php

8 lines
159 B
PHP
Raw Normal View History

2014-03-11 09:59:39 +04:00
<?php
$TRANSLATIONS = array(
2014-05-04 09:56:15 +04:00
"Password" => "Passwort",
2014-06-06 09:57:10 +04:00
"Download" => "Herunterladen",
"Save" => "Speichern"
2014-03-11 09:59:39 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";