nextcloud/apps/files_sharing/l10n/ka_GE.php

12 lines
616 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-10-27 02:02:05 +04:00
"Password" => "პაროლი",
2013-04-13 04:15:54 +04:00
"%s shared the folder %s with you" => "%sმა გაგიზიარათ ფოლდერი %s",
"%s shared the file %s with you" => "%sმა გაგიზიარათ ფაილი %s",
2012-10-27 02:02:05 +04:00
"Download" => "ჩამოტვირთვა",
2013-06-30 04:13:07 +04:00
"Upload" => "ატვირთვა",
"Cancel upload" => "ატვირთვის გაუქმება",
2013-06-14 04:52:34 +04:00
"No preview available for" => "წინასწარი დათვალიერება შეუძლებელია"
2012-10-27 02:02:05 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";