blob: 78fe436398c7d652a5b07c69a85eaaee173ca1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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"
);
|