diff options
Diffstat (limited to 'lang/uk/language.php')
| -rw-r--r-- | lang/uk/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/uk/language.php b/lang/uk/language.php index a90a0c6..86ae214 100644 --- a/lang/uk/language.php +++ b/lang/uk/language.php @@ -1,7 +1,7 @@ <?php // This language is the Ukrainian translation of bitweaver and // it was exported from the bitweaver database on 2008-08-25 08:08 -$lang=Array( +$lang=[ '-1d' => '-1d', '+1d' => '+1д', '-1m' => '-1m', @@ -2723,5 +2723,5 @@ $lang=Array( 'You will receive an email with information to login for the first time into this site' => 'Ви отримаєте листа з інформацією про те, як зареєструватись (ввійти) на майднанчику вперше', 'You will remove' => 'Ви видалите', 'zone' => 'зона', -); +]; ?>
\ No newline at end of file |
