diff options
Diffstat (limited to 'core/l10n/hu_HU.php')
-rw-r--r-- | core/l10n/hu_HU.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 1d83ad54ce7..68c519f7e7d 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«", "Category type not provided." => "Nincs megadva a kategória típusa.", "No category to add?" => "Nincs hozzáadandó kategória?", @@ -140,3 +141,4 @@ "next" => "következő", "Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |