Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit type selection for table cell height #3075

Merged
merged 32 commits into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ceddb4d
Mimic the solution used for cell width.
Dumluregn Apr 24, 2019
6aca1aa
Add unit tests.
Dumluregn Apr 24, 2019
e695a04
Add changelog entry.
Dumluregn Apr 24, 2019
8b69ac4
Add comment and add missing braces in files.
Dumluregn Apr 25, 2019
8fecfa4
Add 'tableselection' plugin to tests as it breaks them in full preset…
Dumluregn Apr 29, 2019
3131713
Fix tests by changing html selections.
Dumluregn Apr 29, 2019
a074fa9
Delete trailing space.
Dumluregn May 13, 2019
a59c405
Add manual test.
Dumluregn May 13, 2019
d6c3688
Specify changelog entry.
Dumluregn May 13, 2019
cea5ca3
Add descriptions to test cases.
Dumluregn May 13, 2019
7507f7a
Remove 'tableselection' plugin from test as it is no longer needed.
Dumluregn May 13, 2019
12c42b0
Refactor width and height fields definition into a function.
Dumluregn May 14, 2019
455ecd5
Allow floating point width and height values.
Dumluregn May 14, 2019
60ad687
Refactor two attribute reading functions into one.
Dumluregn May 14, 2019
feca523
Refactor unit tests.
Dumluregn May 14, 2019
9b49ddf
Correct changelog entry.
Dumluregn May 14, 2019
1f9f2c2
Refactor ternary for readability.
Dumluregn May 20, 2019
9366782
Change manual test formatting for readability.
Dumluregn May 20, 2019
b797a79
Ignore manual test for mobile devices as it uses context menu.
Dumluregn May 20, 2019
f9ace04
Add 'heightUnit' label to language files.
Dumluregn May 20, 2019
49abbb3
Fix #3098.
Dumluregn May 20, 2019
b7cc9d0
Add issue numbers to manual test.
Dumluregn May 20, 2019
869ec71
Remove unnecessary plugin from manual test.
Dumluregn May 20, 2019
9c7b127
Change markdown for readability.
Dumluregn May 29, 2019
f09bd74
Refactor conditionals for readability.
Dumluregn May 29, 2019
9fae044
Turn the rest of 'expected' and 'unexpected' terms into list items.
Dumluregn May 29, 2019
08f6bd3
Fix changelog: add missing entries for two issues, remove the word 'p…
Dumluregn Jun 14, 2019
3386dde
Don't show horizontal scrollbar when invisible label is too wide.
Dumluregn Jun 14, 2019
6213275
Fix incorrect changelog entry.
Comandeer Jun 14, 2019
e7deb45
Fix incorrect changelog entry.
Comandeer Jun 14, 2019
4dfbc9e
Update meta language file with a 'heightUnit' entry.
Dumluregn Jun 17, 2019
e088e75
Fix changelog.
Comandeer Jun 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ New Features:
* [#2639](https://github.com/ckeditor/ckeditor-dev/issues/2639): [Color Dialog](https://ckeditor.com/cke4/addon/colordialog) plugin now shows current selection's color when opened.
* [#1490](https://github.com/ckeditor/ckeditor-dev/issues/1490): Improved [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin to retain table cell borders.
* [#2870](https://github.com/ckeditor/ckeditor-dev/issues/2870): Added support for preserving positive `margin-left` values in list items for lists pasted with [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin.
* [#2084](https://github.com/ckeditor/ckeditor-dev/issues/2084): [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin now allows to change cell height unit type to either pixels or percents.
* [#3164](https://github.com/ckeditor/ckeditor-dev/issues/3164): [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin now accepts floating point values as table cell width and height.

Fixed Issues:

Expand All @@ -19,6 +21,7 @@ Fixed Issues:
* [#2923](https://github.com/ckeditor/ckeditor-dev/issues/2923): Fixed: CSS `windowtext` color is not correctly recognized by [`CKEDITOR.tools.style.parse`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_style_parse.html) functions.
* [#2235](https://github.com/ckeditor/ckeditor-dev/issues/2235): Fixed: [Image](https://ckeditor.com/cke4/addon/image) in table cell has an empty URL field when edited from context menu opened by right-click when [Table Selection](https://ckeditor.com/cke4/addon/tableselection) plugin is in use.
* [#3120](https://github.com/ckeditor/ckeditor-dev/issues/3120): [IE8] Fixed: [`CKEDITOR.tools.extend`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tool.html#method-extend) function doesn't work with [`DontEnum`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Properties) object property attribute.
* [#3098](https://github.com/ckeditor/ckeditor-dev/issues/3098): Fixed: Unit pickers for table cell width and height in [Table Tools](https://ckeditor.com/cke4/addon/tabletools) plugin have different width.

API Changes:

Expand Down
1 change: 1 addition & 0 deletions dev/langtool/meta/ckeditor.plugin-table/meta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ headersBoth = Label for the Both headers option of the Table Properties dialog w
headersColumn = Label for the First column headers option of the Table Properties dialog window.
headersNone = Label for the None headers option of the Table Properties dialog window.
headersRow = Label for the First row headers option of the Table Properties dialog window.
heightUnit = Label for the height unit selection field of the Cell Properties dialog window.
invalidBorder = Error message displayed when the border size given is not a number.
invalidCellPadding = Error message displayed when the cell padding given is not a positive number.
invalidCellSpacing = Error message displayed when the cell spacing given is not a positive number.
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'af', {
headersColumn: 'Eerste kolom',
headersNone: 'Geen',
headersRow: 'Eerste ry',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Randbreedte moet \'n getal wees.',
invalidCellPadding: 'Sel-spasie moet \'n getal wees.',
invalidCellSpacing: 'Sel-afstand moet \'n getal wees.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'ar', {
headersColumn: 'العمود الأول',
headersNone: 'بدون',
headersRow: 'الصف الأول',
heightUnit: 'height unit', // MISSING
invalidBorder: 'حجم الحد يجب أن يكون عدداً.',
invalidCellPadding: 'المسافة البادئة يجب أن تكون عدداً',
invalidCellSpacing: 'المسافة بين الخلايا يجب أن تكون عدداً.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/az.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'az', {
headersColumn: 'Birinci sütun',
headersNone: 'yox',
headersRow: 'Birinci sətir',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Sərhədlərin eni müsbət rəqəm olmalıdır.',
invalidCellPadding: 'Xanalardakı kənar boşluqlar müsbət rəqəm olmalıdır.',
invalidCellSpacing: 'Xanalararası interval müsbət rəqəm olmalıdır.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'bg', {
headersColumn: 'Първа колона',
headersNone: 'Няма',
headersRow: 'Първи ред',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Размерът на рамката трябва да е число.',
invalidCellPadding: 'Отстоянието на клетките трябва да е положително число.',
invalidCellSpacing: 'Интервалът в клетките трябва да е положително число.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/bn.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'bn', {
headersColumn: 'First column', // MISSING
headersNone: 'None',
headersRow: 'First Row', // MISSING
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.', // MISSING
invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/bs.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'bs', {
headersColumn: 'First column', // MISSING
headersNone: 'None',
headersRow: 'First Row', // MISSING
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.', // MISSING
invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'ca', {
headersColumn: 'Primera columna',
headersNone: 'Cap',
headersRow: 'Primera fila',
heightUnit: 'height unit', // MISSING
invalidBorder: 'El gruix de la vora ha de ser un nombre.',
invalidCellPadding: 'L\'encoixinament de cel·la ha de ser un nombre.',
invalidCellSpacing: 'L\'espaiat de cel·la ha de ser un nombre.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'cs', {
headersColumn: 'První sloupec',
headersNone: 'Žádné',
headersRow: 'První řádek',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Zdaná velikost okraje musí být číselná.',
invalidCellPadding: 'Zadané odsazení obsahu v buňce musí být číselné.',
invalidCellSpacing: 'Zadaná vzdálenost buněk musí být číselná.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'cy', {
headersColumn: 'Colofn gyntaf',
headersNone: 'Dim',
headersRow: 'Rhes gyntaf',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Mae\'n rhaid i faint yr ymyl fod yn rhif.',
invalidCellPadding: 'Mae\'n rhaid i badiad y gell fod yn rhif positif.',
invalidCellSpacing: 'Mae\'n rhaid i fylchiad y gell fod yn rhif positif.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'da', {
headersColumn: 'Første kolonne',
headersNone: 'Ingen',
headersRow: 'Første række',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Rammetykkelse skal være et tal.',
invalidCellPadding: 'Cellemargen skal være et tal.',
invalidCellSpacing: 'Celleafstand skal være et tal.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/de-ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'de-ch', {
headersColumn: 'Erste Spalte',
headersNone: 'Keine',
headersRow: 'Erste Zeile',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Die Rahmenbreite muss eine Zahl sein.',
invalidCellPadding: 'Der Zellenabstand innen muss eine positive Zahl sein.',
invalidCellSpacing: 'Der Zellenabstand aussen muss eine positive Zahl sein.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'de', {
headersColumn: 'Erste Spalte',
headersNone: 'Keine',
headersRow: 'Erste Zeile',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Die Rahmenbreite muß eine Zahl sein.',
invalidCellPadding: 'Der Zellenabstand innen muß eine positive Zahl sein.',
invalidCellSpacing: 'Der Zellenabstand außen muß eine positive Zahl sein.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'el', {
headersColumn: 'Πρώτη στήλη',
headersNone: 'Κανένα',
headersRow: 'Πρώτη Γραμμή',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Το πάχος του περιγράμματος πρέπει να είναι ένας αριθμός.',
invalidCellPadding: 'Η αναπλήρωση των κελιών πρέπει να είναι θετικός αριθμός.',
invalidCellSpacing: 'Η απόσταση μεταξύ των κελιών πρέπει να είναι ένας θετικός αριθμός.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/en-au.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'en-au', {
headersColumn: 'First column',
headersNone: 'None',
headersRow: 'First Row',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.',
invalidCellPadding: 'Cell padding must be a number.',
invalidCellSpacing: 'Cell spacing must be a number.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/en-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'en-ca', {
headersColumn: 'First column',
headersNone: 'None',
headersRow: 'First Row',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.',
invalidCellPadding: 'Cell padding must be a number.',
invalidCellSpacing: 'Cell spacing must be a number.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/en-gb.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'en-gb', {
headersColumn: 'First column',
headersNone: 'None',
headersRow: 'First Row',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.',
invalidCellPadding: 'Cell padding must be a number.',
invalidCellSpacing: 'Cell spacing must be a number.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'en', {
headersColumn: 'First column',
headersNone: 'None',
headersRow: 'First Row',
heightUnit: 'height unit',
invalidBorder: 'Border size must be a number.',
invalidCellPadding: 'Cell padding must be a positive number.',
invalidCellSpacing: 'Cell spacing must be a positive number.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'eo', {
headersColumn: 'Unua kolumno',
headersNone: 'Neniu',
headersRow: 'Unua linio',
heightUnit: 'height unit', // MISSING
invalidBorder: 'La bordergrando devas esti nombro.',
invalidCellPadding: 'La interna marĝeno en la ĉeloj devas esti pozitiva nombro.',
invalidCellSpacing: 'La spaco inter la ĉeloj devas esti pozitiva nombro.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/es-mx.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'es-mx', {
headersColumn: 'Primera columna',
headersNone: 'Ninguna',
headersRow: 'Primera fila',
heightUnit: 'height unit', // MISSING
invalidBorder: 'El tamaño del borde debe ser un número entero.',
invalidCellPadding: 'El relleno de la celda debe ser un número positivo.',
invalidCellSpacing: 'El espacio de la celda debe ser un número positivo.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'es', {
headersColumn: 'Primera columna',
headersNone: 'Ninguno',
headersRow: 'Primera fila',
heightUnit: 'height unit', // MISSING
invalidBorder: 'El tamaño del borde debe ser un número.',
invalidCellPadding: 'El espaciado interior debe ser un número.',
invalidCellSpacing: 'El espaciado entre celdas debe ser un número.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/et.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'et', {
headersColumn: 'Esimene tulp',
headersNone: 'Puudub',
headersRow: 'Esimene rida',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Äärise suurus peab olema number.',
invalidCellPadding: 'Lahtrite polsterdus (padding) peab olema positiivne arv.',
invalidCellSpacing: 'Lahtrite vahe peab olema positiivne arv.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'eu', {
headersColumn: 'Lehen zutabea',
headersNone: 'Bat ere ez',
headersRow: 'Lehen errenkada',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Ertzaren tamaina zenbaki bat izan behar da.',
invalidCellPadding: 'Gelaxken betegarria zenbaki bat izan behar da.',
invalidCellSpacing: 'Gelaxka arteko tartea zenbaki bat izan behar da.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'fa', {
headersColumn: 'اولین ستون',
headersNone: 'هیچ',
headersRow: 'اولین ردیف',
heightUnit: 'height unit', // MISSING
invalidBorder: 'مقدار اندازه خطوط باید یک عدد باشد.',
invalidCellPadding: 'بالشتک سلول باید یک عدد باشد.',
invalidCellSpacing: 'مقدار فاصلهگذاری سلول باید یک عدد باشد.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'fi', {
headersColumn: 'Ensimmäinen sarake',
headersNone: 'Ei',
headersRow: 'Ensimmäinen rivi',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Reunan koon täytyy olla numero.',
invalidCellPadding: 'Solujen sisennyksen täytyy olla numero.',
invalidCellSpacing: 'Solujen välin täytyy olla numero.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/fo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'fo', {
headersColumn: 'Fyrsta kolonna',
headersNone: 'Eingin',
headersRow: 'Fyrsta rað',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Borda-stødd má vera eitt tal.',
invalidCellPadding: 'Cell padding má vera eitt tal.',
invalidCellSpacing: 'Cell spacing má vera eitt tal.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/fr-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'fr-ca', {
headersColumn: 'Première colonne',
headersNone: 'Aucun',
headersRow: 'Première ligne',
heightUnit: 'height unit', // MISSING
invalidBorder: 'La taille de bordure doit être un nombre.',
invalidCellPadding: 'La marge interne des cellules doit être un nombre positif.',
invalidCellSpacing: 'L\'espacement des cellules doit être un nombre positif.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'fr', {
headersColumn: 'Première colonne',
headersNone: 'Aucun',
headersRow: 'Première ligne',
heightUnit: 'height unit', // MISSING
invalidBorder: 'La taille de la bordure doit être un nombre.',
invalidCellPadding: 'La marge interne des cellules doit être un nombre positif.',
invalidCellSpacing: 'L\'espacement entre les cellules doit être un nombre positif.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'gl', {
headersColumn: 'Primeira columna',
headersNone: 'Ningún',
headersRow: 'Primeira fila',
heightUnit: 'height unit', // MISSING
invalidBorder: 'O tamaño do bordo debe ser un número.',
invalidCellPadding: 'A marxe interior debe ser un número positivo.',
invalidCellSpacing: 'A marxe entre celas debe ser un número positivo.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/gu.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'gu', {
headersColumn: 'પહેલી ઊભી કટાર',
headersNone: 'નથી ',
headersRow: 'પહેલી કટાર',
heightUnit: 'height unit', // MISSING
invalidBorder: 'બોર્ડર એક આંકડો હોવો જોઈએ',
invalidCellPadding: 'સેલની અંદરની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
invalidCellSpacing: 'સેલ વચ્ચેની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'he', {
headersColumn: 'עמודה ראשונה',
headersNone: 'אין',
headersRow: 'שורה ראשונה',
heightUnit: 'height unit', // MISSING
invalidBorder: 'שדה גודל המסגרת חייב להיות מספר.',
invalidCellPadding: 'שדה ריפוד התאים חייב להיות מספר חיובי.',
invalidCellSpacing: 'שדה ריווח התאים חייב להיות מספר חיובי.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'hi', {
headersColumn: 'First column', // MISSING
headersNone: 'None',
headersRow: 'First Row', // MISSING
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.', // MISSING
invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'hr', {
headersColumn: 'Prva kolona',
headersNone: 'Ništa',
headersRow: 'Prvi red',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Debljina ruba mora biti broj.',
invalidCellPadding: 'Razmak ćelija mora biti broj.',
invalidCellSpacing: 'Prostornost ćelija mora biti broj.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'hu', {
headersColumn: 'Első oszlop',
headersNone: 'Nincsenek',
headersRow: 'Első sor',
heightUnit: 'height unit', // MISSING
invalidBorder: 'A szegélyméret mezőbe csak számokat írhat.',
invalidCellPadding: 'A cella belső margó mezőbe csak számokat írhat.',
invalidCellSpacing: 'A cella térköz mezőbe csak számokat írhat.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'id', {
headersColumn: 'Kolom pertama',
headersNone: 'Tidak ada',
headersRow: 'Baris Pertama',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Ukuran batasan harus sebuah angka',
invalidCellPadding: '\'Spasi dalam\' sel harus angka positif.',
invalidCellSpacing: 'Spasi antar sel harus angka positif.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/is.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'is', {
headersColumn: 'Fyrsti dálkur',
headersNone: 'Engar',
headersRow: 'Fyrsta röð',
heightUnit: 'height unit', // MISSING
invalidBorder: 'Border size must be a number.', // MISSING
invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'it', {
headersColumn: 'Prima Colonna',
headersNone: 'Nessuna',
headersRow: 'Prima Riga',
heightUnit: 'height unit', // MISSING
invalidBorder: 'La dimensione del bordo dev\'essere un numero.',
invalidCellPadding: 'Il paging delle celle dev\'essere un numero',
invalidCellSpacing: 'La spaziatura tra le celle dev\'essere un numero.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'ja', {
headersColumn: '最初の列のみ',
headersNone: 'なし',
headersRow: '最初の行のみ',
heightUnit: 'height unit', // MISSING
invalidBorder: '枠線の幅は数値で入力してください。',
invalidCellPadding: 'セル内余白は数値で入力してください。',
invalidCellSpacing: 'セル間余白は数値で入力してください。',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/ka.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'ka', {
headersColumn: 'პირველი სვეტი',
headersNone: 'არაფერი',
headersRow: 'პირველი სტრიქონი',
heightUnit: 'height unit', // MISSING
invalidBorder: 'ჩარჩოს ზომა რიცხვით უდნა იყოს წარმოდგენილი.',
invalidCellPadding: 'უჯრის კიდე (padding) რიცხვით უნდა იყოს წარმოდგენილი.',
invalidCellSpacing: 'უჯრის სივრცე (spacing) რიცხვით უნდა იყოს წარმოდგენილი.',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/km.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'km', {
headersColumn: 'ជួរ​ឈរ​ដំបូង',
headersNone: 'មិន​មាន',
headersRow: 'ជួរ​ដេក​ដំបូង',
heightUnit: 'height unit', // MISSING
invalidBorder: 'ទំហំ​បន្ទាត់​ស៊ុម​ត្រូវ​តែ​ជា​លេខ។',
invalidCellPadding: 'ចន្លោះ​ក្រឡា​ត្រូវ​តែជា​លេខ​វិជ្ជមាន។',
invalidCellSpacing: 'គម្លាត​ក្រឡា​ត្រូវ​តែ​ជា​លេខ​វិជ្ជមាន។',
Expand Down
1 change: 1 addition & 0 deletions plugins/table/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CKEDITOR.plugins.setLang( 'table', 'ko', {
headersColumn: '첫 열',
headersNone: '없음',
headersRow: '첫 행',
heightUnit: 'height unit', // MISSING
invalidBorder: '테두리 두께는 숫자여야 합니다.',
invalidCellPadding: '셀 여백은 0 이상이어야 합니다.',
invalidCellSpacing: '셀 간격은 0 이상이어야 합니다.',
Expand Down
Loading