1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]

- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]
- reload stylesheet on language change [Bug #4222]


git-svn-id: file:///svn/phpbb/trunk@6380 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-09-17 22:02:28 +00:00
parent e2ac2f9d7d
commit ea065f3e67
85 changed files with 256 additions and 293 deletions

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -19,7 +19,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -20,6 +20,8 @@ if (empty($lang) || !is_array($lang))
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
@@ -30,7 +32,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'TRANSLATION_INFO' => '',
'ENCODING' => 'iso-8859-1',
'DIRECTION' => 'ltr',
'LEFT' => 'left',
'RIGHT' => 'right',

View File

@@ -1,5 +1,4 @@
Subject: New user account
Charset: iso-8859-1
Hello,

View File

@@ -1,4 +1,3 @@
Charset: iso-8859-1
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:

View File

@@ -1,5 +1,4 @@
Subject: Account Activated
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -1,5 +1,4 @@
Subject: {SITENAME} - Email a friend
Charset: iso-8859-1
Hello {TO_USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Forum Post Notification - {FORUM_NAME}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: You have been added to this usergroup
Charset: iso-8859-1
Congratulations,

View File

@@ -1,5 +1,4 @@
Subject: Your request has been approved
Charset: iso-8859-1
Congratulations,

View File

@@ -1,5 +1,4 @@
Subject: A request to join your group has been made
Charset: iso-8859-1
Dear {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: phpBB Installed
Charset: iso-8859-1
Congratulations,

View File

@@ -1,5 +1,4 @@
Subject: New Topic Notification - {FORUM_NAME}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Post Approved - {POST_SUBJECT}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Post Disapproved - {POST_SUBJECT}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: New Private Message has arrived
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,4 +1,3 @@
Charset: iso-8859-1
Hello {TO_USERNAME},

View File

@@ -1,4 +1,3 @@
Charset: iso-8859-1
Hello {TO_USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Report Closed - {POST_SUBJECT}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Report Closed - {POST_SUBJECT}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Topic Approved - {TOPIC_TITLE}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Topic Disapproved - {TOPIC_TITLE}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Topic Reply Notification - {TOPIC_TITLE}
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Reactivate your account
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Your account has been deactivated
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: New password activation
Charset: iso-8859-1
Hello {USERNAME}

View File

@@ -1,5 +1,4 @@
Subject: Inactive account reminder
Charset: iso-8859-1
Hello {USERNAME},

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -1,5 +1,4 @@
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -13,7 +13,9 @@
/**
*/
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -13,7 +13,9 @@
/**
*/
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -20,6 +20,8 @@ if (empty($lang) || !is_array($lang))
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct

View File

@@ -20,6 +20,8 @@ if (empty($lang) || !is_array($lang))
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -20,6 +20,8 @@ if (empty($lang) || !is_array($lang))
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct

View File

@@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
// DEVELOPERS PLEASE NOTE
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows

View File

@@ -20,6 +20,8 @@ if (empty($lang) || !is_array($lang))
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
@@ -75,7 +77,6 @@ $lang = array_merge($lang, array(
'POLL_ENDED_AT' => 'Poll ended at %s',
'POLL_RUN_TILL' => 'Poll runs till %s',
'POLL_VOTED_OPTION' => 'You voted for this option',
'POST_ENCODING' => 'This post by <strong>%1$s</strong> was made in a character set different to yours. %2$sView this post in its proper encoding%3$s.',
'PRINT_TOPIC' => 'Print view',
'QUICK_MOD' => 'Quick-mod tools',