mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Lang string for f_votechg
git-svn-id: file:///svn/phpbb/trunk@3924 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
da6be44031
commit
254e82dee5
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ $lang = array_merge($lang, array(
|
||||||
'acl_f_delete' => 'Can delete own posts',
|
'acl_f_delete' => 'Can delete own posts',
|
||||||
'acl_f_poll' => 'Can create polls',
|
'acl_f_poll' => 'Can create polls',
|
||||||
'acl_f_vote' => 'Can vote in polls',
|
'acl_f_vote' => 'Can vote in polls',
|
||||||
|
'acl_f_votechg' => 'Can change existing vote',
|
||||||
'acl_f_announce' => 'Can post announcements',
|
'acl_f_announce' => 'Can post announcements',
|
||||||
'acl_f_sticky' => 'Can post stickies',
|
'acl_f_sticky' => 'Can post stickies',
|
||||||
'acl_f_attach' => 'Can attach files',
|
'acl_f_attach' => 'Can attach files',
|
||||||
|
|
Loading…
Add table
Reference in a new issue