From be25ebddafacdbcf1190ab82d0049f9c1847a787 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 15 Jan 2002 11:55:06 +0000 Subject: [PATCH] Updates to general layout git-svn-id: file:///svn/phpbb/trunk@1878 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_italian/lang_admin.php | 6 +++--- phpBB/language/lang_italian/lang_bbcode.php | 19 +++---------------- phpBB/language/lang_italian/lang_faq.php | 12 ++---------- phpBB/language/lang_italian/lang_main.php | 17 +++++------------ 4 files changed, 13 insertions(+), 41 deletions(-) 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 //