diff options
Diffstat (limited to 'apps/files/l10n/hy.php')
-rw-r--r-- | apps/files/l10n/hy.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/hy.php b/apps/files/l10n/hy.php index 9a5ebb862a9..c32411a57d1 100644 --- a/apps/files/l10n/hy.php +++ b/apps/files/l10n/hy.php @@ -1,10 +1,10 @@ <?php $TRANSLATIONS = array( +"Delete" => "Ջնջել", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Save" => "Պահպանել", -"Download" => "Բեռնել", -"Delete" => "Ջնջել" +"Download" => "Բեռնել" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |