1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-10 02:11:09 +02:00
nextcloud/apps/user_ldap/l10n/de_AT.php
2014-03-11 01:59:39 -04:00

10 Zeilen
284 B
PHP

<?php
$TRANSLATIONS = array(
"Deletion failed" => "Löschen fehlgeschlagen",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Speichern",
"Password" => "Passwort"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";