et_EE.php 415 B

1234567891011
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not revert: %s" => "Ei suuda taastada faili: %s",
  4. "Versions" => "Versioonid",
  5. "Failed to revert {file} to revision {timestamp}." => "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}",
  6. "More versions..." => "Rohkem versioone...",
  7. "No other versions available" => "Muid versioone pole saadaval",
  8. "Restore" => "Taasta"
  9. );
  10. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";