blob: 73a60ade7cf1e5e5978f5b88efd0441e51c3da4d (
plain)
1
2
3
4
5
6
7
|
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Ei suuda taastada faili: %s",
"Versions" => "Versioonid",
"Restore" => "Taasta"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|