From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 31 Jul 2015 16:04:08 -0400
Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js

---
 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 1ddc16d..c91f282 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 @@
 "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 @@
 "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 @@
 "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 @@
 "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",

--
Gitblit v1.9.1