aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_italian/lang_main.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/lang_italian/lang_main.php')
-rw-r--r--phpBB/language/lang_italian/lang_main.php17
1 files changed, 5 insertions, 12 deletions
diff --git a/phpBB/language/lang_italian/lang_main.php b/phpBB/language/lang_italian/lang_main.php
index 1d3a1b023f..e176f1501f 100644
--- a/phpBB/language/lang_italian/lang_main.php
+++ b/phpBB/language/lang_italian/lang_main.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * lang_main.php [English]
+ * lang_main.php [Italian]
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
@@ -20,22 +20,15 @@
***************************************************************************/
//
-// The format of this file is:
-//
-// ---> $lang['message'] = "text";
-//
-// You should also try to set a locale and a character
-// encoding (plus direction). The encoding and direction
-// will be sent to the template. The locale may or may
-// not work, it's dependent on OS support and the syntax
-// varies ... give it your best guess!
+// Translation by teo
//
+
//setlocale(LC_ALL, "en");
$lang['ENCODING'] = "iso-8859-1";
$lang['DIRECTION'] = "LTR";
-$lang['LEFT'] = "SINISTRA";
-$lang['RIGHT'] = "DESTRA";
+$lang['LEFT'] = "LEFT";
+$lang['RIGHT'] = "RIGHT";
$lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format
//