11 lines
311 B
PHP
11 lines
311 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",
|
|
"Advanced" => "Erweitert"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|