<?php
$TRANSLATIONS = array(
"Error" => "Fehler",
"Name" => "Numm",
"Delete" => "Läschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";