diff options
Diffstat (limited to 'apps/files/l10n/hu_HU.php')
-rw-r--r-- | apps/files/l10n/hu_HU.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index b0833516958..061fb27f0f5 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a névvel", "Could not move %s" => "Nem sikerült %s áthelyezése", "Unable to set upload directory." => "Nem található a mappa, ahova feltölteni szeretne.", @@ -79,3 +80,4 @@ "files" => "fájlok", "Upgrading filesystem cache..." => "A fájlrendszer gyorsítótárának frissítése zajlik..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |