|
From: Paul S. O. <ps...@us...> - 2002-01-15 11:55:09
|
Update of /cvsroot/phpbb/phpBB2/language/lang_italian
In directory usw-pr-cvs1:/tmp/cvs-serv18496/language/lang_italian
Modified Files:
lang_admin.php lang_bbcode.php lang_faq.php lang_main.php
Log Message:
Updates to general layout
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_italian/lang_admin.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_admin.php 2002/01/14 22:44:25 1.1
--- lang_admin.php 2002/01/15 11:55:06 1.2
***************
*** 1,6 ****
<?php
-
/***************************************************************************
! * lang_admin.php [English]
* -------------------
* begin : Sat Dec 16 2000
--- 1,5 ----
<?php
/***************************************************************************
! * lang_admin.php [Italian]
* -------------------
* begin : Sat Dec 16 2000
***************
*** 22,27 ****
//
! // Format is same as lang_main
//
//
--- 21,27 ----
//
! // Translation by teo
//
+
//
Index: lang_bbcode.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_italian/lang_bbcode.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_bbcode.php 2002/01/14 22:44:25 1.1
--- lang_bbcode.php 2002/01/15 11:55:06 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_bbcode.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * lang_bbcode.php [Italian]
* -------------------
* begin : Wednesday Oct 3, 2001
***************
*** 21,41 ****
***************************************************************************/
- //
- // To add an entry to your BBCode guide simply add a line to this file in this format:
- // $faq[] = array("question", "answer");
- // If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
- // Links will be created automatically
//
! // DO NOT forget the ; at the end of the line.
! // Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\"
//
! // The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
! //
! // If just translating this file please do not alter the actual HTML unless absolutely necessary, thanks :)
! //
! // In addition please do not translate the colours referenced in relation to BBCode any section, if you do
! // users browsing in your language may be confused to find they're BBCode doesn't work :D You can change
! // references which are 'in-line' within the text though.
! //
$faq[] = array("--","Introduzione");
--- 21,28 ----
***************************************************************************/
//
! // Translation by teo
//
!
$faq[] = array("--","Introduzione");
Index: lang_faq.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_italian/lang_faq.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_faq.php 2002/01/14 22:44:25 1.1
--- lang_faq.php 2002/01/15 11:55:06 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_faq.php [Italiano]
* -------------------
* begin : Wednesday Oct 3, 2001
--- 1,5 ----
<?php
/***************************************************************************
! * lang_faq.php [Italian]
* -------------------
* begin : Wednesday Oct 3, 2001
***************
*** 21,34 ****
***************************************************************************/
- //
- // To add an entry to your FAQ simply add a line to this file in this format:
- // $faq[] = array("question", "answer");
- // If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
- // Links will be created automatically
//
! // DO NOT forget the ; at the end of the line.
! // Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
! //
! // The FAQ items will appear on the FAQ page in the same order they are listed in this file
//
--- 21,26 ----
***************************************************************************/
//
! // Translation by teo
//
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_italian/lang_main.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_main.php 2002/01/14 22:44:25 1.1
--- lang_main.php 2002/01/15 11:55:06 1.2
***************
*** 1,5 ****
<?php
/***************************************************************************
! * lang_main.php [English]
* -------------------
* begin : Sat Dec 16 2000
--- 1,5 ----
<?php
/***************************************************************************
! * lang_main.php [Italian]
* -------------------
* begin : Sat Dec 16 2000
***************
*** 21,40 ****
//
! // 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!
! //
//setlocale(LC_ALL, "en");
$lang['ENCODING'] = "iso-8859-1";
$lang['DIRECTION'] = "LTR";
! $lang['LEFT'] = "SINISTRA";
! $lang['RIGHT'] = "DESTRA";
$lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format
--- 21,33 ----
//
! // Translation by teo
//
!
//setlocale(LC_ALL, "en");
$lang['ENCODING'] = "iso-8859-1";
$lang['DIRECTION'] = "LTR";
! $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
|