summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ka.php
blob: 544e8168c548e6d5351f06ccd90428a0748f4e06 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Files" => "ფაილები",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
"Download" => "გადმოწერა"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";