diff options
Diffstat (limited to 'apps/files_versions/l10n/et_EE.php')
-rw-r--r-- | apps/files_versions/l10n/et_EE.php | 7 |
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 fa2a33f9dda..930cfbc33a7 100644 --- a/apps/files_versions/l10n/et_EE.php +++ b/apps/files_versions/l10n/et_EE.php @@ -1,6 +1,11 @@ <?php $TRANSLATIONS = array( +"Could not revert: %s" => "Ei suuda taastada faili: %s", "success" => "korras", +"File %s was reverted to version %s" => "Fail %s taastati versioonile %s", "failure" => "ebaõnnestus", +"File %s could not be reverted to version %s" => "Faili %s ei saa taastada versioonile %s", "No old versions available" => "Vanu versioone pole saadaval", -"No path specified" => "Asukohta pole määratud" +"No path specified" => "Asukohta pole määratud", +"Versions" => "Versioonid", +"Revert a file to a previous version by clicking on its revert button" => "Taasta fail varasemale versioonile klikkides \"Revert\" nupule" ); |