blob: 0a268bbb3919bf9722788c115559f8f18cd58007 (
plain)
1
2
3
4
5
6
7
8
|
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Konnt net läschen",
"Error" => "Fehler",
"Password" => "Passwuert",
"Help" => "Hëllef"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|