diff options
author | Pascal Herbert <pascal.herbert@gmail.com> | 2014-06-26 14:38:16 +0200 |
---|---|---|
committer | Pascal Herbert <pascal.herbert@gmail.com> | 2014-06-26 14:38:16 +0200 |
commit | 51d7bf0d2c77bda266956f550331dc5c45bba2f3 (patch) | |
tree | fb40ae385ad6e2201e9f688cffa3c48d57358964 /program/js/tinymce/langs/en_CA.js | |
parent | 734ae968967dde2843e677109be265692272580e (diff) |
Updated Langs to TinyMC 4.1.x
Updated Langs to TinyMC 4.1.x
Diffstat (limited to 'program/js/tinymce/langs/en_CA.js')
-rw-r--r-- | program/js/tinymce/langs/en_CA.js | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/program/js/tinymce/langs/en_CA.js b/program/js/tinymce/langs/en_CA.js index 1ddc16dfc..c91f2821e 100644 --- a/program/js/tinymce/langs/en_CA.js +++ b/program/js/tinymce/langs/en_CA.js @@ -1,8 +1,11 @@ tinymce.addI18n('en_CA',{ "Cut": "Cut", +"Heading 5": "Heading 5", "Header 2": "Header 2", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.", +"Heading 4": "Heading 4", "Div": "Div", +"Heading 2": "Heading 2", "Paste": "Paste", "Close": "Close", "Font Family": "Font Family", @@ -11,6 +14,8 @@ tinymce.addI18n('en_CA',{ "New document": "New document", "Blockquote": "Blockquote", "Numbered list": "Numbered list", +"Heading 1": "Heading 1", +"Headings": "Headings", "Increase indent": "Increase indent", "Formats": "Formats", "Headers": "Headers", @@ -34,6 +39,8 @@ tinymce.addI18n('en_CA',{ "Italic": "Italic", "Align center": "Align center", "Header 5": "Header 5", +"Heading 6": "Heading 6", +"Heading 3": "Heading 3", "Decrease indent": "Decrease indent", "Header 4": "Header 4", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.", @@ -91,7 +98,9 @@ tinymce.addI18n('en_CA',{ "Insert link": "Insert link", "New window": "New window", "None": "None", +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?", "Target": "Target", +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?", "Insert\/edit link": "Insert\/edit link", "Insert\/edit video": "Insert\/edit video", "Poster": "Poster", @@ -139,15 +148,20 @@ tinymce.addI18n('en_CA',{ "Paste row before": "Paste row before", "Scope": "Scope", "Delete table": "Delete table", +"H Align": "H Align", +"Top": "Top", "Header cell": "Header cell", "Column": "Column", +"Row group": "Row group", "Cell": "Cell", -"Header": "Header", +"Middle": "Middle", "Cell type": "Cell type", "Copy row": "Copy row", "Row properties": "Row properties", "Table properties": "Table properties", -"Row group": "Row group", +"Bottom": "Bottom", +"V Align": "V Align", +"Header": "Header", "Right": "Right", "Insert column after": "Insert column after", "Cols": "Cols", |