diff --git a/phpBB/language/lang_italian/lang_admin.php b/phpBB/language/lang_italian/lang_admin.php index d87893a054..53aefe241b 100644 --- a/phpBB/language/lang_italian/lang_admin.php +++ b/phpBB/language/lang_italian/lang_admin.php @@ -1,7 +1,6 @@ $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 //