Blame view
sources/apps/files_versions/l10n/et_EE.php
415 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 |
<?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"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |