server/apps/files_sharing/l10n/de_AT.php

8 lines
161 B
PHP
Raw Normal View History

2014-03-11 05:59:39 +00:00
<?php
$TRANSLATIONS = array(
2014-07-09 05:55:51 +00:00
"Cancel" => "Abbrechen",
2014-05-04 05:56:15 +00:00
"Password" => "Passwort",
2014-06-14 05:55:24 +00:00
"Download" => "Herunterladen"
2014-03-11 05:59:39 +00:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";