diff options
Diffstat (limited to 'phpBB/language/lang_italian/lang_faq.php')
-rw-r--r-- | phpBB/language/lang_italian/lang_faq.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/phpBB/language/lang_italian/lang_faq.php b/phpBB/language/lang_italian/lang_faq.php index d6d67221fb..cb9170185c 100644 --- a/phpBB/language/lang_italian/lang_faq.php +++ b/phpBB/language/lang_italian/lang_faq.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * lang_faq.php [Italiano] + * lang_faq.php [Italian] * ------------------- * begin : Wednesday Oct 3, 2001 * copyright : (C) 2001 The phpBB Group @@ -20,16 +20,8 @@ * ***************************************************************************/ -// -// 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 +// Translation by teo // |