aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
| | | | PHPBB3-12594
* [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-291-1/+0
| | | | PHPBB3-12456
* [ticket/11787] Changes <samp> to <strong> in en/acp/permissions.phpCrizzo2014-03-131-43/+43
| | | | PHPBB3-11787
* Merge branch 'develop-olympus' into developNils Adermann2013-07-131-1/+1
|\ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com Conflicts: phpBB/language/en/install.php phpBB/language/en/ucp.php
| * [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-1/+1
| | | | | | | | PHPBB3-11112
* | [ticket/10161] all "e-mail" strings in language files changed to "email"Senky2012-04-151-1/+1
| | | | | | | | | | | | | | according to Oleg's comment: email is preferred by RFCs and probably the way of the future PHPBB3-10161
* | Merge branch 'develop-olympus' into developDavid King2012-03-291-6/+6
|\ \ | |/ | | | | | | Conflicts: phpBB/language/en/acp/common.php
| * [ticket/10129] Remove apostrophes and plurals in ACP user management -> ↵HTF2012-03-241-6/+6
| | | | | | | | | | | | permissions language file as per ticket. PHPBB3-10129
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-081-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10511] Fix a grammar defect in permissions language.
| * Merge remote-tracking branch 'p/ticket/10511' into develop-olympusAndreas Fischer2011-12-081-1/+1
| |\ | | | | | | | | | | | | * p/ticket/10511: [ticket/10511] Fix a grammar defect in permissions language.
| | * [ticket/10511] Fix a grammar defect in permissions language.Oleg Pudeyev2011-12-031-1/+1
| | | | | | | | | | | | PHPBB3-10511
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-081-2/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9876] Distinctly name user and forum roles for newly registered users.
| * | [ticket/9876] Distinctly name user and forum roles for newly registered users.Oleg Pudeyev2011-12-031-2/+2
| |/ | | | | | | PHPBB3-9876
| * Adjustment to r9887: Only use one language variable.Andreas Fischer2009-08-181-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10017 89ea8834-ac86-4346-8a33-228a782c2dd0
| * [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-281-0/+7
| | | | | | | | | | | | [Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
| * the permission setting is meant, not the word never. :)Meik Sievertsen2009-06-221-2/+2
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9650 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Fix bug #37235 - Correctly describe founder permissions on trace-informationJoas Schilling2009-06-211-1/+1
| | | | | | | | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - [Feature] New &quot;Newly Registered Users&quot; group for assigning ↵Meik Sievertsen2009-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts. - [Feature] Ability to define if the &quot;Newly Registered Users&quot; group will be assigned as the default group to newly registered users. As a coincidence also Bug #46535 got fixed. Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
| * #36405Meik Sievertsen2009-04-121-7/+7
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9443 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Ticket #16945Meik Sievertsen2007-12-271-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8288 89ea8834-ac86-4346-8a33-228a782c2dd0
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+289
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-277/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-7/+7
| | | | | | | | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Ticket #16945Meik Sievertsen2007-12-271-1/+1
|/ | | | git-svn-id: file:///svn/phpbb/trunk@8288 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny bugfixesMeik Sievertsen2007-10-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8155 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14621Meik Sievertsen2007-10-041-3/+8
| | | | | | | | #14596 info file changes git-svn-id: file:///svn/phpbb/trunk@8135 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-09-021-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
* a bunch of fixesMeik Sievertsen2007-07-141-8/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@7884 89ea8834-ac86-4346-8a33-228a782c2dd0
* label changes, language fixes...Meik Sievertsen2007-05-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7608 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language fixes reported.Meik Sievertsen2007-05-141-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@7570 89ea8834-ac86-4346-8a33-228a782c2dd0
* punctuation changes in language filesMeik Sievertsen2007-05-101-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language-specific adjustementsMeik Sievertsen2007-05-031-2/+2
| | | | | | | | fix prune users (adding the list of users to the confirmation page) tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element) git-svn-id: file:///svn/phpbb/trunk@7455 89ea8834-ac86-4346-8a33-228a782c2dd0
* checking in some fixes. ;) Most of them are really minor, including:Meik Sievertsen2007-04-261-1/+1
| | | | | | | | - correctly enter report notification into db - fix double-quote pm issue git-svn-id: file:///svn/phpbb/trunk@7409 89ea8834-ac86-4346-8a33-228a782c2dd0
* my take on getting the bugs down... thanks to those also providing (usable) ↵Meik Sievertsen2007-04-121-1/+1
| | | | | | solutions to the problem. ;) Of course also to those reporting generally... git-svn-id: file:///svn/phpbb/trunk@7330 89ea8834-ac86-4346-8a33-228a782c2dd0
* - made prune a bit nicerDavid M2007-02-251-1/+0
| | | | | | | #8236 git-svn-id: file:///svn/phpbb/trunk@7059 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed some convertor bugsMeik Sievertsen2007-02-231-1/+1
| | | | | | | - adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included) git-svn-id: file:///svn/phpbb/trunk@7040 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7114 ... blablablaJonathan Stanley2007-01-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6922 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm ...Dominik Dröscher2007-01-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6889 89ea8834-ac86-4346-8a33-228a782c2dd0
* #6772David M2007-01-111-0/+1
| | | | | | | - some other random things git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possessed about possessives... and re-titlecasing an ACP title. Ho-ho-ho.Jonathan Stanley2006-12-251-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6809 89ea8834-ac86-4346-8a33-228a782c2dd0
* show dropdown box for choosing the forum in user management screen -> ↵Meik Sievertsen2006-12-251-0/+2
| | | | | | permissions git-svn-id: file:///svn/phpbb/trunk@6808 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bertiezilla make Bertie-smash on language files!Jonathan Stanley2006-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #6244 #6278 #6284 #6286 #6336 #6340 #6342 #6344 #6346 #6352 #6358 #6364 #6376 #6382 #6386 #6388 #6418 #6420 #6426 #6428 #6430 #6434 #6452 #6454 #6458 git-svn-id: file:///svn/phpbb/trunk@6790 89ea8834-ac86-4346-8a33-228a782c2dd0
* - #6110Meik Sievertsen2006-12-101-0/+23
| | | | | | | | - #6102 - #6096 git-svn-id: file:///svn/phpbb/trunk@6738 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove useless information from tz arrayMeik Sievertsen2006-10-081-32/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
* consistent acp layout regarding backlinks and messages.Meik Sievertsen2006-10-021-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
* Righto... my first checkin for these language related thingies. Hopefully ↵Jonathan Stanley2006-09-241-66/+66
| | | | | | | | | | | | | | | | | | | | | 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. &lt;, &gt; and &amp; 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
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation ↵Nils Adermann2006-09-171-1/+3
| | | | | | | | | | | | 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