blob: c6fdc0035482a168c79def74769a0d9386bb30fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Konnt net läschen",
"Error" => "Fehler",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Späicheren",
"Help" => "Hëllef",
"Host" => "Host",
"Password" => "Passwuert",
"Back" => "Zeréck",
"Continue" => "Weider"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|