nextcloud/apps/files_versions/l10n/et_EE.php

11 lines
415 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-08-13 17:13:11 +04:00
"Failed to revert {file} to revision {timestamp}." => "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}",
"More versions..." => "Rohkem versioone...",
"No other versions available" => "Muid versioone pole saadaval",
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);";