nextcloud/apps/files_versions/l10n/et_EE.php

11 lines
415 B
PHP

<?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);";