Changeset 6981 for CKEditor/trunk
- Timestamp:
- 05/27/11 15:43:56 (2 years ago)
- Location:
- CKEditor/trunk/_source/lang
- Files:
-
- 59 edited
-
af.js (modified) (1 diff)
-
ar.js (modified) (1 diff)
-
bg.js (modified) (1 diff)
-
bn.js (modified) (1 diff)
-
bs.js (modified) (1 diff)
-
ca.js (modified) (1 diff)
-
cs.js (modified) (1 diff)
-
cy.js (modified) (1 diff)
-
da.js (modified) (1 diff)
-
de.js (modified) (1 diff)
-
el.js (modified) (1 diff)
-
en-au.js (modified) (1 diff)
-
en-ca.js (modified) (1 diff)
-
en-gb.js (modified) (1 diff)
-
en.js (modified) (1 diff)
-
eo.js (modified) (1 diff)
-
es.js (modified) (1 diff)
-
et.js (modified) (1 diff)
-
eu.js (modified) (1 diff)
-
fa.js (modified) (1 diff)
-
fi.js (modified) (1 diff)
-
fo.js (modified) (1 diff)
-
fr-ca.js (modified) (1 diff)
-
fr.js (modified) (1 diff)
-
gl.js (modified) (1 diff)
-
gu.js (modified) (1 diff)
-
he.js (modified) (1 diff)
-
hi.js (modified) (1 diff)
-
hr.js (modified) (1 diff)
-
hu.js (modified) (1 diff)
-
is.js (modified) (1 diff)
-
it.js (modified) (1 diff)
-
ja.js (modified) (1 diff)
-
ka.js (modified) (1 diff)
-
km.js (modified) (1 diff)
-
ko.js (modified) (1 diff)
-
lt.js (modified) (1 diff)
-
lv.js (modified) (1 diff)
-
mn.js (modified) (1 diff)
-
ms.js (modified) (1 diff)
-
nb.js (modified) (1 diff)
-
nl.js (modified) (1 diff)
-
no.js (modified) (1 diff)
-
pl.js (modified) (1 diff)
-
pt-br.js (modified) (1 diff)
-
pt.js (modified) (1 diff)
-
ro.js (modified) (1 diff)
-
ru.js (modified) (1 diff)
-
sk.js (modified) (1 diff)
-
sl.js (modified) (1 diff)
-
sr-latn.js (modified) (1 diff)
-
sr.js (modified) (1 diff)
-
sv.js (modified) (1 diff)
-
th.js (modified) (1 diff)
-
tr.js (modified) (1 diff)
-
uk.js (modified) (1 diff)
-
vi.js (modified) (1 diff)
-
zh-cn.js (modified) (1 diff)
-
zh.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/lang/af.js
r6980 r6981 122 122 invalidHeight : 'Hoogte moet \'n getal wees', 123 123 invalidWidth : 'Breedte moet \'n getal wees.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ar.js
r6980 r6981 122 122 invalidHeight : 'الارتفاع يجب أن يكون عدداً.', 123 123 invalidWidth : 'العرض يجب أن يكون عدداً.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/bg.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/bn.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/bs.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ca.js
r6980 r6981 122 122 invalidHeight : 'L\'alçada ha de ser un nombre.', 123 123 invalidWidth : 'L\'amplada ha de ser un nombre.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/cs.js
r6980 r6981 122 122 invalidHeight : 'Zadaná výška musí být číslo.', 123 123 invalidWidth : 'Zadaná šířka musí být číslo.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/cy.js
r6980 r6981 122 122 invalidHeight : 'Rhaid i\'r Uchder fod yn rhif.', 123 123 invalidWidth : 'Rhaid i\'r Lled fod yn rhif.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/da.js
r6980 r6981 122 122 invalidHeight : 'Højde skal være et tal.', 123 123 invalidWidth : 'Bredde skal være et tal.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/de.js
r6980 r6981 122 122 invalidHeight : 'Höhe muss eine Zahl sein.', 123 123 invalidWidth : 'Breite muss eine Zahl sein.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/el.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/en-au.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/en-ca.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/en-gb.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', 123 123 invalidWidth : 'Width must be a number.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/en.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', 123 123 invalidWidth : 'Width must be a number.', 124 invalidCssLength : ' Value must be a valid CSS length unit.',125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value',124 invalidCssLength : 'Specified value must be a valid CSS length unit.', 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/eo.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/es.js
r6980 r6981 122 122 invalidHeight : 'Altura debe ser un número.', 123 123 invalidWidth : 'Anchura debe ser un número.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/et.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/eu.js
r6980 r6981 122 122 invalidHeight : 'Altuera zenbaki bat izan behar da.', 123 123 invalidWidth : 'Zabalera zenbaki bat izan behar da.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/fa.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/fi.js
r6980 r6981 122 122 invalidHeight : 'Korkeuden täytyy olla numero.', 123 123 invalidWidth : 'Leveyden täytyy olla numero.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/fo.js
r6980 r6981 122 122 invalidHeight : 'Hædd má vera eitt tal.', 123 123 invalidWidth : 'Breidd má vera eitt tal.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/fr-ca.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/fr.js
r6980 r6981 122 122 invalidHeight : 'La hauteur doit être un nombre.', 123 123 invalidWidth : 'La largeur doit être un nombre.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/gl.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/gu.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/he.js
r6980 r6981 122 122 invalidHeight : 'הגובה חייב להיות מספר.', 123 123 invalidWidth : 'הרוחב חייב להיות מספר.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/hi.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/hr.js
r6980 r6981 122 122 invalidHeight : 'Visina mora biti broj.', 123 123 invalidWidth : 'Širina mora biti broj.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/hu.js
r6980 r6981 122 122 invalidHeight : 'A magasság mezőbe csak számokat írhat.', 123 123 invalidWidth : 'A szélesség mezőbe csak számokat írhat.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/is.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/it.js
r6980 r6981 122 122 invalidHeight : 'L\'altezza dev\'essere un numero', 123 123 invalidWidth : 'La Larghezza dev\'essere un numero', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ja.js
r6980 r6981 122 122 invalidHeight : '高さは数値で入力してください。', 123 123 invalidWidth : '幅は数値で入力してください。', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ka.js
r6980 r6981 122 122 invalidHeight : 'სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.', 123 123 invalidWidth : 'სიგანე რიცხვით უნდა იყოს წარმოდგენილი.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/km.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ko.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/lt.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/lv.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/mn.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ms.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/nb.js
r6980 r6981 122 122 invalidHeight : 'Høyde må være et tall.', 123 123 invalidWidth : 'Bredde må være et tall.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/nl.js
r6980 r6981 122 122 invalidHeight : 'De hoogte moet een getal zijn.', 123 123 invalidWidth : 'De breedte moet een getal zijn.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/no.js
r6980 r6981 122 122 invalidHeight : 'Høyde må være et tall.', 123 123 invalidWidth : 'Bredde må være et tall.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/pl.js
r6980 r6981 122 122 invalidHeight : 'Wysokość musi być liczbą.', 123 123 invalidWidth : 'Szerokość musi być liczbą.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/pt-br.js
r6980 r6981 121 121 invalidHeight : 'A altura tem que ser um número', 122 122 invalidWidth : 'A largura tem que ser um número.', 123 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING124 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING123 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 124 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 125 125 126 126 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/pt.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ro.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/ru.js
r6980 r6981 122 122 invalidHeight : 'Высота задается числом.', 123 123 invalidWidth : 'Ширина задается числом.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/sk.js
r6980 r6981 122 122 invalidHeight : 'Výška musí byť číslo.', 123 123 invalidWidth : 'Šírka musí byť číslo.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/sl.js
r6980 r6981 122 122 invalidHeight : 'Višina mora biti število.', 123 123 invalidWidth : 'Širina mora biti število.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/sr-latn.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/sr.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/sv.js
r6980 r6981 121 121 invalidHeight : 'Höjd måste vara ett nummer.', 122 122 invalidWidth : 'Bredd måste vara ett nummer.', 123 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING124 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING123 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 124 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 125 125 126 126 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/th.js
r6980 r6981 122 122 invalidHeight : 'Height must be a number.', // MISSING 123 123 invalidWidth : 'Width must be a number.', // MISSING 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/tr.js
r6980 r6981 121 121 invalidHeight : 'Yükseklik sayı olmalıdır.', 122 122 invalidWidth : 'Genişlik bir sayı olmalıdır.', 123 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING124 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING123 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 124 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 125 125 126 126 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/uk.js
r6980 r6981 122 122 invalidHeight : 'Висота повинна бути цілим числом.', 123 123 invalidWidth : 'Ширина повинна бути цілим числом.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/vi.js
r6980 r6981 122 122 invalidHeight : 'Chiều cao phải là số nguyên.', 123 123 invalidWidth : 'Chiều rộng phải là số nguyên.', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/zh-cn.js
r6980 r6981 122 122 invalidHeight : '高度必须为数字格式', 123 123 invalidWidth : '宽度必须为数字格式', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span. -
CKEditor/trunk/_source/lang/zh.js
r6980 r6981 122 122 invalidHeight : '高度必須為數字格式', 123 123 invalidWidth : '寬度必須為數字格式', 124 invalidCssLength : ' Value must be a valid CSS length unit.', // MISSING125 invalidHtmlLength : ' Value must be either a number in unit of pixel, or a percentage value', // MISSING124 invalidCssLength : 'Specified value must be a valid CSS length unit.', // MISSING 125 invalidHtmlLength : 'Specified value must be either a number in pixels or a percentage value.', // MISSING 126 126 127 127 // Put the voice-only part of the label in the span.
Note: See TracChangeset
for help on using the changeset viewer.
