<?php
$TRANSLATIONS = array(
"Unknown error" => "Ukjend feil",
"Encryption" => "Kryptering"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";