aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/mk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/forms/lang/mk.js')
-rw-r--r--sources/plugins/forms/lang/mk.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/plugins/forms/lang/mk.js b/sources/plugins/forms/lang/mk.js
index e648cd4f..5862e678 100644
--- a/sources/plugins/forms/lang/mk.js
+++ b/sources/plugins/forms/lang/mk.js
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'forms', 'mk', { 5CKEDITOR.plugins.setLang( 'forms', 'mk', {
@@ -66,6 +66,6 @@ CKEDITOR.plugins.setLang( 'forms', 'mk', {
66 typeEmail: 'Email', // MISSING 66 typeEmail: 'Email', // MISSING
67 typeSearch: 'Search', // MISSING 67 typeSearch: 'Search', // MISSING
68 typeTel: 'Telephone Number', // MISSING 68 typeTel: 'Telephone Number', // MISSING
69 typeUrl: 'URL' // MISSING 69 typeUrl: 'URL'
70 } 70 }
71} ); 71} );