diff options
Diffstat (limited to 'apps/user_webdavauth/l10n/hu_HU.php')
-rw-r--r-- | apps/user_webdavauth/l10n/hu_HU.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/hu_HU.php b/apps/user_webdavauth/l10n/hu_HU.php index 97423ce5fb7..63fc084ff4c 100644 --- a/apps/user_webdavauth/l10n/hu_HU.php +++ b/apps/user_webdavauth/l10n/hu_HU.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV hitelesítés" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |