summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/hy.php
blob: 4d4f4c0c775f7a144e094dafeeceace60b81ea23 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Delete" => "Ջնջել",
"_Uploading %n file_::_Uploading %n files_" => array(,),
"_%n folder_::_%n folders_" => array(,),
"_%n file_::_%n files_" => array(,),
"Save" => "Պահպանել",
"Download" => "Բեռնել"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";