mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
More language fixes. #34185
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7e0ae65c68
commit
e216651119
2 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@
|
||||||
<li>[Fix] Use correct link for post author search. (Bug #32595)</li>
|
<li>[Fix] Use correct link for post author search. (Bug #32595)</li>
|
||||||
<li>[Fix] Do not decrease topics counter when deleting shadow topics. (Bug #26495)</li>
|
<li>[Fix] Do not decrease topics counter when deleting shadow topics. (Bug #26495)</li>
|
||||||
<li>[Fix] Send localised disapproval reasons in the recipients local language. (Bug #31645)</li>
|
<li>[Fix] Send localised disapproval reasons in the recipients local language. (Bug #31645)</li>
|
||||||
<li>[Fix] Language typos/fixes. (Bug #27625, #30755)</li>
|
<li>[Fix] Language typos/fixes. (Bug #27625, #30755, #34185)</li>
|
||||||
<li>[Fix] Added missing terms parameter to search pagination. (Bug #34085)</li>
|
<li>[Fix] Added missing terms parameter to search pagination. (Bug #34085)</li>
|
||||||
<li>[Fix] Wrong table order in query obtaining posts if post id given.</li>
|
<li>[Fix] Wrong table order in query obtaining posts if post id given.</li>
|
||||||
<li>[Fix] Do not display reported topic icon for shadow topics. (Bug #13970)</li>
|
<li>[Fix] Do not display reported topic icon for shadow topics. (Bug #13970)</li>
|
||||||
|
|
|
@ -59,7 +59,7 @@ $lang = array_merge($lang, array(
|
||||||
'ATTACH_MAX_FILESIZE' => 'Maximum file size',
|
'ATTACH_MAX_FILESIZE' => 'Maximum file size',
|
||||||
'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited.',
|
'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited.',
|
||||||
'ATTACH_MAX_PM_FILESIZE' => 'Maximum file size messaging',
|
'ATTACH_MAX_PM_FILESIZE' => 'Maximum file size messaging',
|
||||||
'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum drive space available per user for private message attachments, with 0 being unlimited.',
|
'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited, attached to a private message.',
|
||||||
'ATTACH_ORPHAN_URL' => 'Orphan attachments',
|
'ATTACH_ORPHAN_URL' => 'Orphan attachments',
|
||||||
'ATTACH_POST_ID' => 'Post ID',
|
'ATTACH_POST_ID' => 'Post ID',
|
||||||
'ATTACH_QUOTA' => 'Total attachment quota',
|
'ATTACH_QUOTA' => 'Total attachment quota',
|
||||||
|
@ -105,8 +105,8 @@ $lang = array_merge($lang, array(
|
||||||
'IMAGICK_PATH' => 'Imagemagick path',
|
'IMAGICK_PATH' => 'Imagemagick path',
|
||||||
'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>.',
|
'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>.',
|
||||||
|
|
||||||
'MAX_ATTACHMENTS' => 'Max attachments per post',
|
'MAX_ATTACHMENTS' => 'Maximum number of attachments per post',
|
||||||
'MAX_ATTACHMENTS_PM' => 'Max attachments per message',
|
'MAX_ATTACHMENTS_PM' => 'Maximum number of attachments per private message',
|
||||||
'MAX_EXTGROUP_FILESIZE' => 'Maximum file size',
|
'MAX_EXTGROUP_FILESIZE' => 'Maximum file size',
|
||||||
'MAX_IMAGE_SIZE' => 'Maximum image dimensions',
|
'MAX_IMAGE_SIZE' => 'Maximum image dimensions',
|
||||||
'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments. Set both values to 0px by 0px to disable dimension checking.',
|
'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments. Set both values to 0px by 0px to disable dimension checking.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue