mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12656] Use utf8 ’ instead of escaping '
PHPBB3-12656
This commit is contained in:
parent
c81438e1f8
commit
91b0e75cc7
1 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ $lang = array_merge($lang, array(
|
||||||
'CLI_CONFIG_DELETE_SUCCESS' => 'Successfully deleted config %s.',
|
'CLI_CONFIG_DELETE_SUCCESS' => 'Successfully deleted config %s.',
|
||||||
'CLI_CONFIG_NEW' => 'New configuration value, use 0 and 1 to specify boolean values',
|
'CLI_CONFIG_NEW' => 'New configuration value, use 0 and 1 to specify boolean values',
|
||||||
'CLI_CONFIG_NOT_EXISTS' => 'Config %s does not exist',
|
'CLI_CONFIG_NOT_EXISTS' => 'Config %s does not exist',
|
||||||
'CLI_CONFIG_OPTION_NAME' => 'The configuration option\'s name',
|
'CLI_CONFIG_OPTION_NAME' => 'The configuration option’s name',
|
||||||
'CLI_CONFIG_PRINT_WITHOUT_NEWLINE' => 'Set this option if the value should be printed without a new line at the end.',
|
'CLI_CONFIG_PRINT_WITHOUT_NEWLINE' => 'Set this option if the value should be printed without a new line at the end.',
|
||||||
'CLI_CONFIG_INCREMENT_BY' => 'Amount to increment by',
|
'CLI_CONFIG_INCREMENT_BY' => 'Amount to increment by',
|
||||||
'CLI_CONFIG_INCREMENT_SUCCESS' => 'Successfully incremented config %s',
|
'CLI_CONFIG_INCREMENT_SUCCESS' => 'Successfully incremented config %s',
|
||||||
|
@ -55,15 +55,15 @@ $lang = array_merge($lang, array(
|
||||||
'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.',
|
'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.',
|
||||||
'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.',
|
'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.',
|
||||||
'CLI_DESCRIPTION_FIND_MIGRATIONS' => 'Finds migrations that are not depended on.',
|
'CLI_DESCRIPTION_FIND_MIGRATIONS' => 'Finds migrations that are not depended on.',
|
||||||
'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option\'s value',
|
'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s value',
|
||||||
'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option\'s value',
|
'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s value',
|
||||||
'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.',
|
'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.',
|
||||||
'CLI_DESCRIPTION_OPTION_SAFE_MODE' => 'Run in Safe Mode (without extensions).',
|
'CLI_DESCRIPTION_OPTION_SAFE_MODE' => 'Run in Safe Mode (without extensions).',
|
||||||
'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.',
|
'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.',
|
||||||
'CLI_DESCRIPTION_PURGE_EXTENSION' => 'Purges the specified extension.',
|
'CLI_DESCRIPTION_PURGE_EXTENSION' => 'Purges the specified extension.',
|
||||||
'CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH' => 'Recalculates the user_email_hash column of the users table.',
|
'CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH' => 'Recalculates the user_email_hash column of the users table.',
|
||||||
'CLI_DESCRIPTION_SET_ATOMIC_CONFIG' => 'Sets a configuration option\'s value only if the old matches the current value',
|
'CLI_DESCRIPTION_SET_ATOMIC_CONFIG' => 'Sets a configuration option’s value only if the old matches the current value',
|
||||||
'CLI_DESCRIPTION_SET_CONFIG' => 'Sets a configuration option\'s value',
|
'CLI_DESCRIPTION_SET_CONFIG' => 'Sets a configuration option’s value',
|
||||||
|
|
||||||
'CLI_EXTENSION_DISABLE_FAILURE' => 'Could not disable extension %s',
|
'CLI_EXTENSION_DISABLE_FAILURE' => 'Could not disable extension %s',
|
||||||
'CLI_EXTENSION_DISABLE_SUCCESS' => 'Successfully disabled extension %s',
|
'CLI_EXTENSION_DISABLE_SUCCESS' => 'Successfully disabled extension %s',
|
||||||
|
|
Loading…
Add table
Reference in a new issue