12 lines
434 B
PHP
12 lines
434 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"
|
|
);
|