diff options
Diffstat (limited to 'lang/hu/language.php')
| -rw-r--r-- | lang/hu/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/hu/language.php b/lang/hu/language.php index 231ecde..4ee12e7 100644 --- a/lang/hu/language.php +++ b/lang/hu/language.php @@ -1,7 +1,7 @@ <?php // This language is the Hungarian translation of bitweaver and // it was exported from the bitweaver database on 2008-08-25 08:08 -$lang=Array( +$lang=[ '+1d' => '+1n', '+1m' => '+1p', '+7d' => '+7n', @@ -1726,5 +1726,5 @@ $lang=Array( 'Your registration code:' => 'A regisztrációs kódja:', 'You will remove' => 'Most törölném a', 'zone' => 'Zóna', -); +]; ?>
\ No newline at end of file |
