mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-04 06:39:14 +02:00
Merge branch 'develop-olympus' into develop
# By Andreas Fischer # Via Andreas Fischer (1) and Nathaniel Guse (1) * develop-olympus: [ticket/11662] Typos: occured -> occurred Conflicts: tests/template/template_test.php
This commit is contained in:
commit
193670d7a9
@ -249,7 +249,7 @@ class jabber
|
||||
return true;
|
||||
}
|
||||
|
||||
// Apparently an error occured...
|
||||
// Apparently an error occurred...
|
||||
$this->add_to_log('Error: open_socket() - ' . $errorstr);
|
||||
return false;
|
||||
}
|
||||
|
@ -601,7 +601,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_FORUM_MOVE_UP' => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s',
|
||||
'LOG_FORUM_SYNC' => '<strong>Re-synchronised forum</strong><br />» %s',
|
||||
|
||||
'LOG_GENERAL_ERROR' => '<strong>A general error occured</strong>: %1$s <br />» %2$s',
|
||||
'LOG_GENERAL_ERROR' => '<strong>A general error occurred</strong>: %1$s <br />» %2$s',
|
||||
|
||||
'LOG_GROUP_CREATED' => '<strong>New usergroup created</strong><br />» %s',
|
||||
'LOG_GROUP_DEFAULTS' => '<strong>Group “%1$s” made default for members</strong><br />» %2$s',
|
||||
|
@ -204,8 +204,8 @@ $lang = array_merge($lang, array(
|
||||
'ERR_TEMPLATE_EVENT_LOCATION' => 'The specified template event location <em>[%s]</em> is improperly formatted.',
|
||||
'ERR_TEMPLATE_COMPILATION' => 'The file could not be compiled: %s',
|
||||
'ERR_UNABLE_TO_LOGIN' => 'The specified username or password is incorrect.',
|
||||
'ERR_UNWATCHING' => 'An error occured while trying to unsubscribe.',
|
||||
'ERR_WATCHING' => 'An error occured while trying to subscribe.',
|
||||
'ERR_UNWATCHING' => 'An error occurred while trying to unsubscribe.',
|
||||
'ERR_WATCHING' => 'An error occurred while trying to subscribe.',
|
||||
'ERR_WRONG_PATH_TO_PHPBB' => 'The phpBB path specified appears to be invalid.',
|
||||
'ERROR' => 'Error',
|
||||
'EXPAND_VIEW' => 'Expand view',
|
||||
@ -338,7 +338,7 @@ $lang = array_merge($lang, array(
|
||||
'LAST_VISIT' => 'Last visit',
|
||||
'LDAP_NO_LDAP_EXTENSION' => 'LDAP extension not available.',
|
||||
'LDAP_NO_SERVER_CONNECTION' => 'Could not connect to LDAP server.',
|
||||
'LDAP_SEARCH_FAILED' => 'An error occured while searching the LDAP directory.',
|
||||
'LDAP_SEARCH_FAILED' => 'An error occurred while searching the LDAP directory.',
|
||||
'LEGEND' => 'Legend',
|
||||
'LOADING' => 'Loading',
|
||||
'LOCATION' => 'Location',
|
||||
|
@ -364,7 +364,7 @@ $lang = array_merge($lang, array(
|
||||
'UNAVAILABLE' => 'Unavailable',
|
||||
'UNWRITABLE' => 'Unwritable',
|
||||
'UPDATE_TOPICS_POSTED' => 'Generating topics posted information',
|
||||
'UPDATE_TOPICS_POSTED_ERR' => 'An error occured while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.',
|
||||
'UPDATE_TOPICS_POSTED_ERR' => 'An error occurred while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.',
|
||||
'VERIFY_OPTIONS' => 'Verifying conversion options',
|
||||
'VERSION' => 'Version',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user