nextcloud/settings/l10n/de_AT.php

11 lines
264 B
PHP
Raw Normal View History

2013-09-20 18:50:14 +04:00
<?php
$TRANSLATIONS = array(
2014-03-11 09:59:39 +04:00
"Invalid request" => "Fehlerhafte Anfrage",
"Delete" => "Löschen",
"__language_name__" => "Deutsch (Österreich)",
"Password" => "Passwort",
"Email" => "E-Mail",
"Other" => "Anderes"
2013-09-20 18:50:14 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";