phpbb/phpBB
Jonathan Stanley 6ac33db38d Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)

The basic style guide is:

1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
 restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
 additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
 they must always be entitised.

There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
 however many betas there may be. ;) Wooh! :P


git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
..
adm A reworking of how we handle inactive users 2006-09-23 12:27:51 +00:00
cache Stop web nosey parkers 2003-01-21 16:13:05 +00:00
develop some tiny fixes here and there 2006-09-22 22:14:05 +00:00
docs small correction to the coding guidelines 2006-08-29 15:52:05 +00:00
files Won't work ... since inline images are pulled from here ... need to look at match against non-image content types 2003-04-10 23:53:54 +00:00
images *** empty log message *** 2006-09-17 14:45:52 +00:00
includes oops 2006-09-23 13:44:24 +00:00
install And the schema changes for the inactive user changes 2006-09-23 12:39:48 +00:00
language Righto... my first checkin for these language related thingies. Hopefully nothing 2006-09-24 00:28:32 +00:00
store This is where we can dump non-cache related files, e.g. database backups, styling output, etc. ... potentially we could also use it for upload/tmp work 2003-07-20 13:58:11 +00:00
styles/subSilver Bug #3592 2006-09-23 11:40:21 +00:00
.htaccess Just a precaution 2005-01-13 23:36:56 +00:00
common.php - 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] 2006-09-17 22:02:28 +00:00
config.php NOOOOO, this was not me, you have not seen this... damn trapfalls... the bears are rumbling, try to access brain ... access denied. 2003-04-22 19:46:52 +00:00
cron.php some fixes. 2006-08-25 15:15:53 +00:00
download.php - fixed some bugs 2006-09-13 16:08:36 +00:00
faq.php ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
index.php #3896 2006-09-23 19:30:01 +00:00
mcp.php some fixes. 2006-08-25 15:15:53 +00:00
memberlist.php - 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] 2006-09-17 22:02:28 +00:00
posting.php - fixed some bugs 2006-09-13 16:08:36 +00:00
report.php - automatically sync topic_reported when deleting a post [Bug #2152] 2006-06-14 18:59:12 +00:00
search.php - 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] 2006-09-17 22:02:28 +00:00
style.php - fixed some problems with themes 2006-08-08 19:02:44 +00:00
ucp.php - tackle some usability issues 2006-07-09 16:23:57 +00:00
viewforum.php - fixed some bugs 2006-09-13 16:08:36 +00:00
viewonline.php #3896 2006-09-23 19:30:01 +00:00
viewtopic.php - 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] 2006-09-17 22:02:28 +00:00