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