Blame view
sources/apps/files/l10n/ka.php
291 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Files" => "ფაილები", |
|
31b7f2792
|
4 5 6 |
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
|
|
03e52840d
|
7 8 |
"Download" => "გადმოწერა" ); |
|
31b7f2792
|
9 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |