6 lines
138 B
PHP
6 lines
138 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Lagrar …",
|
|
"Encryption" => "Kryptering"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|