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