Blame view
sources/apps/user_ldap/l10n/de_AT.php
311 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Deletion failed" => "Löschen fehlgeschlagen", |
|
31b7f2792
|
4 |
"_%s group found_::_%s groups found_" => array("",""),
|
|
6d9380f96
|
5 6 7 8 |
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Speichern",
"Password" => "Passwort",
"Advanced" => "Erweitert"
|
|
31b7f2792
|
9 10 |
); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |