blob: 906b26cf24f3d358460456966ceb36365a3a912c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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("",""),
"Help" => "Hëllef",
"Host" => "Host",
"Password" => "Passwuert",
"Back" => "Zeréck",
"Continue" => "Weider"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|