mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
218d5dd75f
2 changed files with 1 additions and 1 deletions
|
@ -206,6 +206,7 @@ $lang = array_merge($lang, array(
|
||||||
'DISPLAY_MESSAGES' => 'Display messages from previous',
|
'DISPLAY_MESSAGES' => 'Display messages from previous',
|
||||||
'DISPLAY_POSTS' => 'Display posts from previous',
|
'DISPLAY_POSTS' => 'Display posts from previous',
|
||||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||||
|
'DOMAIN_NO_MX_RECORD_EMAIL' => 'The entered email domain has no valid MX record.',
|
||||||
'DOWNLOADED' => 'Downloaded',
|
'DOWNLOADED' => 'Downloaded',
|
||||||
'DOWNLOADING_FILE' => 'Downloading file',
|
'DOWNLOADING_FILE' => 'Downloading file',
|
||||||
'DOWNLOAD_COUNTS' => array(
|
'DOWNLOAD_COUNTS' => array(
|
||||||
|
|
|
@ -179,7 +179,6 @@ $lang = array_merge($lang, array(
|
||||||
'DEMOTE_SELECTED' => 'Demote selected',
|
'DEMOTE_SELECTED' => 'Demote selected',
|
||||||
'DISABLE_CENSORS' => 'Enable word censoring',
|
'DISABLE_CENSORS' => 'Enable word censoring',
|
||||||
'DISPLAY_GALLERY' => 'Display gallery',
|
'DISPLAY_GALLERY' => 'Display gallery',
|
||||||
'DOMAIN_NO_MX_RECORD_EMAIL' => 'The entered email domain has no valid MX record.',
|
|
||||||
'DOWNLOADS' => 'Downloads',
|
'DOWNLOADS' => 'Downloads',
|
||||||
'DRAFTS_DELETED' => 'All selected drafts were successfully deleted.',
|
'DRAFTS_DELETED' => 'All selected drafts were successfully deleted.',
|
||||||
'DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.',
|
'DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue