<?php
$TRANSLATIONS = array(
"Unknown error" => "שגיאה בלתי ידועה",
"Encryption" => "הצפנה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";