diff options
Diffstat (limited to 'lang/it/language.php')
| -rw-r--r-- | lang/it/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/it/language.php b/lang/it/language.php index 744d08a..b1cce72 100644 --- a/lang/it/language.php +++ b/lang/it/language.php @@ -1,7 +1,7 @@ <?php // This language is the Italian translation of bitweaver and // it was exported from the bitweaver database on 2008-08-25 08:08 -$lang=Array( +$lang=[ '+1d' => '+1d', '+1m' => '+1m', '+7d' => '+7d', @@ -2685,5 +2685,5 @@ Imposta il parametro opzionale (da -+ln+- a 1) se desideri che il codice sia vis 'You will receive an email with your password soon' => 'Tra poco riceverai una email con la password', 'You will remove' => 'Rimuozione di', 'zone' => 'zona', -); +]; ?>
\ No newline at end of file |
