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