nextcloud/apps/files_versions/l10n/et_EE.php

8 lines
187 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-04-10 04:09:39 +04:00
"Could not revert: %s" => "Ei suuda taastada faili: %s",
"Versions" => "Versioonid",
2013-07-27 10:03:03 +04:00
"Restore" => "Taasta"
2012-08-19 04:05:44 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";