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