10 lines
572 B
PHP
10 lines
572 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Password" => "პაროლი",
|
||
"Submit" => "გაგზავნა",
|
||
"%s shared the folder %s with you" => "%s–მა გაგიზიარათ ფოლდერი %s",
|
||
"%s shared the file %s with you" => "%s–მა გაგიზიარათ ფაილი %s",
|
||
"Download" => "ჩამოტვირთვა",
|
||
"No preview available for" => "წინასწარი დათვალიერება შეუძლებელია",
|
||
"web services under your control" => "web services under your control"
|
||
);
|