Add new string to the proper i18n object, see #18311
git-svn-id: https://develop.svn.wordpress.org/trunk@19986 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3d4cb95e8
commit
cb306d5f4b
@ -266,7 +266,6 @@ removeformat_desc:"Remove formatting",
|
||||
forecolor_desc:"Select text color",
|
||||
backcolor_desc:"Select background color",
|
||||
charmap_desc:"Insert custom character",
|
||||
charmap_usage:"Use left and right arrows to navigate.",
|
||||
visualaid_desc:"Toggle guidelines/invisible elements",
|
||||
anchor_desc:"Insert/edit anchor",
|
||||
cut_desc:"Cut",
|
||||
@ -311,6 +310,7 @@ colorpicker_named_title:"Named colors",
|
||||
colorpicker_color:"Color:",
|
||||
colorpicker_name:"Name:",
|
||||
charmap_title:"Select custom character",
|
||||
charmap_usage:"Use left and right arrows to navigate.",
|
||||
image_title:"Insert/edit image",
|
||||
image_src:"Image URL",
|
||||
image_alt:"Image description",
|
||||
|
@ -275,7 +275,6 @@ removeformat_desc:"' . mce_escape( __('Remove formatting') ) . '",
|
||||
forecolor_desc:"' . mce_escape( __('Select text color') ) . '",
|
||||
backcolor_desc:"' . mce_escape( __('Select background color') ) . '",
|
||||
charmap_desc:"' . mce_escape( __('Insert custom character') ) . '",
|
||||
charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",
|
||||
visualaid_desc:"' . mce_escape( __('Toggle guidelines/invisible elements') ) . '",
|
||||
anchor_desc:"' . mce_escape( __('Insert/edit anchor') ) . '",
|
||||
cut_desc:"' . mce_escape( __('Cut') ) . '",
|
||||
@ -320,6 +319,7 @@ colorpicker_named_title:"' . mce_escape( __('Named colors') ) . '",
|
||||
colorpicker_color:"' . mce_escape( __('Color:') ) . '",
|
||||
colorpicker_name:"' . mce_escape( _x('Name:', 'html attribute') ) . '",
|
||||
charmap_title:"' . mce_escape( __('Select custom character') ) . '",
|
||||
charmap_usage:"' . mce_escape( __('Use left and right arrows to navigate.') ) . '",
|
||||
image_title:"' . mce_escape( __('Insert/edit image') ) . '",
|
||||
image_src:"' . mce_escape( __('Image URL') ) . '",
|
||||
image_alt:"' . mce_escape( __('Image description') ) . '",
|
||||
|
Loading…
Reference in New Issue
Block a user