summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/et_EE.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/et_EE.php')
-rw-r--r--apps/files_versions/l10n/et_EE.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/et_EE.php b/apps/files_versions/l10n/et_EE.php
index 271d424df43..ba8b516e856 100644
--- a/apps/files_versions/l10n/et_EE.php
+++ b/apps/files_versions/l10n/et_EE.php
@@ -1,5 +1,10 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not revert: %s" => "Ei suuda taastada faili: %s",
"Versions" => "Versioonid",
+"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",
"Restore" => "Taasta"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";