10 lines
362 B
PHP
10 lines
362 B
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"No preview available for" => "Eelvaadet pole saadaval",
|
|
"web services under your control" => "veebitenused sinu kontrolli all"
|
|
);
|