8
0
Просмотр исходного кода

Merge branch 'master' into t/9

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
4162be2669

+ 7 - 8
packages/ckeditor5-font/lang/contexts.json

@@ -1,10 +1,9 @@
 {
 {
-	"Font Size": "Tooltip for the font size drop-down.",
-	"Normal": "Drop-down option label for the normal font size.",
-	"Tiny": "Drop-down option label for the 'tiny' font size preset.",
-	"Small": "Drop-down option label for the 'small' font size preset.",
-	"Big": "Drop-down option label for the 'big' font size preset.",
-	"Huge": "Drop-down option label for the 'huge' font size preset.",
-	"Font Family": "Tooltip for the font family drop-down.",
-	"Default": "Drop-down option label for the default font family."
+	"Font Size": "Tooltip for the font size dropdown.",
+	"Tiny": "Dropdown option label for the 'tiny' font size preset.",
+	"Small": "Dropdown option label for the 'small' font size preset.",
+	"Big": "Dropdown option label for the 'big' font size preset.",
+	"Huge": "Dropdown option label for the 'huge' font size preset.",
+	"Font Family": "Tooltip for the font family dropdown.",
+	"Default": "Dropdown option label for the default font family."
 }
 }

+ 34 - 0
packages/ckeditor5-font/lang/translations/en.po

@@ -0,0 +1,34 @@
+# Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language: \n"
+"Language-Team: \n"
+"Plural-Forms: \n"
+
+msgctxt "Tooltip for the font size dropdown."
+msgid "Font Size"
+msgstr "Font Size"
+
+msgctxt "Dropdown option label for the 'tiny' font size preset."
+msgid "Tiny"
+msgstr "Tiny"
+
+msgctxt "Dropdown option label for the 'small' font size preset."
+msgid "Small"
+msgstr "Small"
+
+msgctxt "Dropdown option label for the 'big' font size preset."
+msgid "Big"
+msgstr "Big"
+
+msgctxt "Dropdown option label for the 'huge' font size preset."
+msgid "Huge"
+msgstr "Huge"
+
+msgctxt "Tooltip for the font family dropdown."
+msgid "Font Family"
+msgstr "Font Family"
+
+msgctxt "Dropdown option label for the default font family."
+msgid "Default"
+msgstr "Default"

+ 1 - 1
packages/ckeditor5-font/src/fontfamily/fontfamilyui.js

@@ -16,7 +16,7 @@ import { normalizeOptions } from './utils';
 import fontFamilyIcon from '../../theme/icons/font-family.svg';
 import fontFamilyIcon from '../../theme/icons/font-family.svg';
 
 
 /**
 /**
- * The font family UI plugin. It introduces the `'fontFamily'` drop-down.
+ * The font family UI plugin. It introduces the `'fontFamily'` dropdown.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */

+ 1 - 1
packages/ckeditor5-font/src/fontsize/fontsizeui.js

@@ -18,7 +18,7 @@ import fontSizeIcon from '../../theme/icons/font-size.svg';
 import '../../theme/fontsize.css';
 import '../../theme/fontsize.css';
 
 
 /**
 /**
- * The font family UI plugin. It introduces the `'fontSize'` drop-down.
+ * The font family UI plugin. It introduces the `'fontSize'` dropdown.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */