9 lines
500 B
PHP
9 lines
500 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" => "წინასწარი დათვალიერება შეუძლებელია"
|
||
);
|