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