14 lines
482 B
PHP
14 lines
482 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.",
|
|
"Password" => "Parool",
|
|
"Submit" => "Saada",
|
|
"%s shared the folder %s with you" => "%s jagas sinuga kausta %s",
|
|
"%s shared the file %s with you" => "%s jagas sinuga faili %s",
|
|
"Download" => "Lae alla",
|
|
"Upload" => "Lae üles",
|
|
"Cancel upload" => "Tühista üleslaadimine",
|
|
"No preview available for" => "Eelvaadet pole saadaval"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|