From 0bfa06c6b3263578c40f8c7e0f5d3862b24776d9 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 5 Feb 2013 09:56:01 +0000 Subject: [PATCH] * API/CKEditor: Version update to 3.6.6 --- phpgwapi/js/ckeditor3/CHANGES.html | 47 +- phpgwapi/js/ckeditor3/INSTALL.html | 4 +- phpgwapi/js/ckeditor3/LICENSE.html | 4 +- .../js/ckeditor3/_source/adapters/jquery.js | 2 +- .../js/ckeditor3/_source/core/_bootstrap.js | 2 +- .../js/ckeditor3/_source/core/ckeditor.js | 2 +- .../ckeditor3/_source/core/ckeditor_base.js | 10 +- .../ckeditor3/_source/core/ckeditor_basic.js | 2 +- phpgwapi/js/ckeditor3/_source/core/command.js | 2 +- .../_source/core/commanddefinition.js | 2 +- phpgwapi/js/ckeditor3/_source/core/config.js | 2 +- .../ckeditor3/_source/core/dataprocessor.js | 2 +- phpgwapi/js/ckeditor3/_source/core/dom.js | 2 +- .../js/ckeditor3/_source/core/dom/comment.js | 2 +- .../js/ckeditor3/_source/core/dom/document.js | 2 +- .../_source/core/dom/documentfragment.js | 2 +- .../ckeditor3/_source/core/dom/domobject.js | 2 +- .../js/ckeditor3/_source/core/dom/element.js | 46 +- .../ckeditor3/_source/core/dom/elementpath.js | 2 +- .../js/ckeditor3/_source/core/dom/event.js | 22 +- .../js/ckeditor3/_source/core/dom/node.js | 5 +- .../js/ckeditor3/_source/core/dom/nodelist.js | 2 +- .../js/ckeditor3/_source/core/dom/range.js | 141 +-- .../ckeditor3/_source/core/dom/rangelist.js | 2 +- .../js/ckeditor3/_source/core/dom/text.js | 2 +- .../js/ckeditor3/_source/core/dom/walker.js | 38 +- .../js/ckeditor3/_source/core/dom/window.js | 2 +- phpgwapi/js/ckeditor3/_source/core/dtd.js | 2 +- phpgwapi/js/ckeditor3/_source/core/editor.js | 2 +- .../js/ckeditor3/_source/core/editor_basic.js | 2 +- phpgwapi/js/ckeditor3/_source/core/env.js | 5 +- phpgwapi/js/ckeditor3/_source/core/event.js | 2 +- .../js/ckeditor3/_source/core/eventInfo.js | 2 +- .../js/ckeditor3/_source/core/focusmanager.js | 2 +- .../js/ckeditor3/_source/core/htmlparser.js | 2 +- .../_source/core/htmlparser/basicwriter.js | 2 +- .../_source/core/htmlparser/cdata.js | 2 +- .../_source/core/htmlparser/comment.js | 2 +- .../_source/core/htmlparser/element.js | 2 +- .../_source/core/htmlparser/filter.js | 2 +- .../_source/core/htmlparser/fragment.js | 4 +- .../ckeditor3/_source/core/htmlparser/text.js | 2 +- phpgwapi/js/ckeditor3/_source/core/lang.js | 4 +- phpgwapi/js/ckeditor3/_source/core/loader.js | 4 +- .../_source/core/plugindefinition.js | 2 +- phpgwapi/js/ckeditor3/_source/core/plugins.js | 2 +- .../ckeditor3/_source/core/resourcemanager.js | 2 +- .../js/ckeditor3/_source/core/scriptloader.js | 2 +- phpgwapi/js/ckeditor3/_source/core/skins.js | 2 +- phpgwapi/js/ckeditor3/_source/core/themes.js | 2 +- phpgwapi/js/ckeditor3/_source/core/tools.js | 77 +- phpgwapi/js/ckeditor3/_source/core/ui.js | 2 +- .../js/ckeditor3/_source/lang/_languages.js | 4 +- .../_source/lang/_translationstatus.txt | 125 +-- phpgwapi/js/ckeditor3/_source/lang/af.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/ar.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/bg.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/bn.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/bs.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/ca.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/cs.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/cy.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/da.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/de.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/el.js | 121 +-- phpgwapi/js/ckeditor3/_source/lang/en-au.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/en-ca.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/en-gb.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/en.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/eo.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/es.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/et.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/eu.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/fa.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/fi.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/fo.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/fr-ca.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/fr.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/gl.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/gu.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/he.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/hi.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/hr.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/hu.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/id.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/is.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/it.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/ja.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/ka.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/km.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/ko.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/ku.js | 816 +++++++++++++++++ phpgwapi/js/ckeditor3/_source/lang/lt.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/lv.js | 613 ++++++------- phpgwapi/js/ckeditor3/_source/lang/mk.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/mn.js | 257 +++--- phpgwapi/js/ckeditor3/_source/lang/ms.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/nb.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/nl.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/no.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/pl.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/pt-br.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/pt.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/ro.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/ru.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/sk.js | 643 +++++++------- phpgwapi/js/ckeditor3/_source/lang/sl.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/sr-latn.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/sr.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/sv.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/th.js | 5 +- phpgwapi/js/ckeditor3/_source/lang/tr.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/ug.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/uk.js | 9 +- phpgwapi/js/ckeditor3/_source/lang/vi.js | 7 +- phpgwapi/js/ckeditor3/_source/lang/zh-cn.js | 11 +- phpgwapi/js/ckeditor3/_source/lang/zh.js | 9 +- .../plugins/a11yhelp/dialogs/a11yhelp.js | 2 +- .../a11yhelp/lang/_translationstatus.txt | 5 +- .../_source/plugins/a11yhelp/lang/cs.js | 2 +- .../_source/plugins/a11yhelp/lang/cy.js | 2 +- .../_source/plugins/a11yhelp/lang/da.js | 2 +- .../_source/plugins/a11yhelp/lang/de.js | 2 +- .../_source/plugins/a11yhelp/lang/el.js | 2 +- .../_source/plugins/a11yhelp/lang/en.js | 2 +- .../_source/plugins/a11yhelp/lang/eo.js | 2 +- .../_source/plugins/a11yhelp/lang/fa.js | 20 +- .../_source/plugins/a11yhelp/lang/fi.js | 2 +- .../_source/plugins/a11yhelp/lang/fr.js | 2 +- .../_source/plugins/a11yhelp/lang/gu.js | 2 +- .../_source/plugins/a11yhelp/lang/he.js | 2 +- .../_source/plugins/a11yhelp/lang/it.js | 2 +- .../_source/plugins/a11yhelp/lang/ku.js | 89 ++ .../_source/plugins/a11yhelp/lang/lv.js | 89 ++ .../_source/plugins/a11yhelp/lang/mk.js | 2 +- .../_source/plugins/a11yhelp/lang/nb.js | 2 +- .../_source/plugins/a11yhelp/lang/nl.js | 2 +- .../_source/plugins/a11yhelp/lang/no.js | 2 +- .../_source/plugins/a11yhelp/lang/pt-br.js | 2 +- .../_source/plugins/a11yhelp/lang/ro.js | 2 +- .../_source/plugins/a11yhelp/lang/sk.js | 89 ++ .../_source/plugins/a11yhelp/lang/tr.js | 2 +- .../_source/plugins/a11yhelp/lang/ug.js | 2 +- .../_source/plugins/a11yhelp/lang/vi.js | 2 +- .../_source/plugins/a11yhelp/lang/zh-cn.js | 10 +- .../_source/plugins/a11yhelp/plugin.js | 4 +- .../_source/plugins/about/dialogs/about.js | 2 +- .../ckeditor3/_source/plugins/about/plugin.js | 2 +- .../_source/plugins/adobeair/plugin.js | 2 +- .../ckeditor3/_source/plugins/ajax/plugin.js | 2 +- .../_source/plugins/autogrow/plugin.js | 34 +- .../_source/plugins/basicstyles/plugin.js | 2 +- .../_source/plugins/bbcode/plugin.js | 30 +- .../ckeditor3/_source/plugins/bidi/plugin.js | 2 +- .../_source/plugins/blockquote/plugin.js | 2 +- .../_source/plugins/button/plugin.js | 2 +- .../plugins/clipboard/dialogs/paste.js | 2 +- .../_source/plugins/clipboard/plugin.js | 2 +- .../_source/plugins/colorbutton/plugin.js | 2 +- .../colordialog/dialogs/colordialog.js | 2 +- .../_source/plugins/colordialog/plugin.js | 2 +- .../_source/plugins/contextmenu/plugin.js | 2 +- .../devtools/lang/_translationstatus.txt | 5 +- .../_source/plugins/devtools/lang/bg.js | 2 +- .../_source/plugins/devtools/lang/cs.js | 2 +- .../_source/plugins/devtools/lang/cy.js | 2 +- .../_source/plugins/devtools/lang/da.js | 2 +- .../_source/plugins/devtools/lang/de.js | 2 +- .../_source/plugins/devtools/lang/el.js | 2 +- .../_source/plugins/devtools/lang/en.js | 2 +- .../_source/plugins/devtools/lang/eo.js | 2 +- .../_source/plugins/devtools/lang/et.js | 2 +- .../_source/plugins/devtools/lang/fa.js | 4 +- .../_source/plugins/devtools/lang/fi.js | 2 +- .../_source/plugins/devtools/lang/fr.js | 2 +- .../_source/plugins/devtools/lang/gu.js | 2 +- .../_source/plugins/devtools/lang/he.js | 2 +- .../_source/plugins/devtools/lang/hr.js | 2 +- .../_source/plugins/devtools/lang/it.js | 2 +- .../_source/plugins/devtools/lang/ku.js | 16 + .../_source/plugins/devtools/lang/lv.js | 16 + .../_source/plugins/devtools/lang/nb.js | 2 +- .../_source/plugins/devtools/lang/nl.js | 2 +- .../_source/plugins/devtools/lang/no.js | 2 +- .../_source/plugins/devtools/lang/pl.js | 2 +- .../_source/plugins/devtools/lang/pt-br.js | 2 +- .../_source/plugins/devtools/lang/sk.js | 16 + .../_source/plugins/devtools/lang/tr.js | 2 +- .../_source/plugins/devtools/lang/ug.js | 2 +- .../_source/plugins/devtools/lang/uk.js | 2 +- .../_source/plugins/devtools/lang/vi.js | 2 +- .../_source/plugins/devtools/lang/zh-cn.js | 2 +- .../_source/plugins/devtools/plugin.js | 4 +- .../plugins/dialog/dialogDefinition.js | 2 +- .../_source/plugins/dialog/plugin.js | 117 ++- .../_source/plugins/dialogadvtab/plugin.js | 23 +- .../_source/plugins/dialogui/plugin.js | 4 +- .../_source/plugins/div/dialogs/div.js | 2 +- .../ckeditor3/_source/plugins/div/plugin.js | 2 +- .../plugins/docprops/dialogs/docprops.js | 2 +- .../_source/plugins/docprops/plugin.js | 2 +- .../_source/plugins/domiterator/plugin.js | 2 +- .../_source/plugins/editingblock/plugin.js | 2 +- .../_source/plugins/elementspath/plugin.js | 2 +- .../_source/plugins/enterkey/plugin.js | 8 +- .../_source/plugins/entities/plugin.js | 2 +- .../_source/plugins/fakeobjects/plugin.js | 2 +- .../_source/plugins/filebrowser/plugin.js | 2 +- .../_source/plugins/find/dialogs/find.js | 2 +- .../ckeditor3/_source/plugins/find/plugin.js | 2 +- .../_source/plugins/flash/dialogs/flash.js | 2 +- .../ckeditor3/_source/plugins/flash/plugin.js | 2 +- .../_source/plugins/floatpanel/plugin.js | 13 +- .../ckeditor3/_source/plugins/font/plugin.js | 2 +- .../_source/plugins/format/plugin.js | 2 +- .../_source/plugins/forms/dialogs/button.js | 2 +- .../_source/plugins/forms/dialogs/checkbox.js | 2 +- .../_source/plugins/forms/dialogs/form.js | 2 +- .../plugins/forms/dialogs/hiddenfield.js | 2 +- .../_source/plugins/forms/dialogs/radio.js | 2 +- .../_source/plugins/forms/dialogs/select.js | 2 +- .../_source/plugins/forms/dialogs/textarea.js | 2 +- .../plugins/forms/dialogs/textfield.js | 2 +- .../ckeditor3/_source/plugins/forms/plugin.js | 2 +- .../_source/plugins/horizontalrule/plugin.js | 2 +- .../plugins/htmldataprocessor/plugin.js | 34 +- .../_source/plugins/htmlwriter/plugin.js | 2 +- .../_source/plugins/iframe/dialogs/iframe.js | 2 +- .../_source/plugins/iframe/plugin.js | 2 +- .../_source/plugins/iframedialog/plugin.js | 2 +- .../_source/plugins/image/dialogs/image.js | 8 +- .../ckeditor3/_source/plugins/image/plugin.js | 2 +- .../_source/plugins/indent/plugin.js | 2 +- .../_source/plugins/justify/plugin.js | 2 +- .../_source/plugins/keystrokes/plugin.js | 2 +- .../_source/plugins/link/dialogs/anchor.js | 3 +- .../_source/plugins/link/dialogs/link.js | 7 +- .../ckeditor3/_source/plugins/link/plugin.js | 2 +- .../ckeditor3/_source/plugins/list/plugin.js | 124 ++- .../_source/plugins/listblock/plugin.js | 2 +- .../plugins/liststyle/dialogs/liststyle.js | 2 +- .../_source/plugins/liststyle/plugin.js | 2 +- .../_source/plugins/maximize/plugin.js | 2 +- .../ckeditor3/_source/plugins/menu/plugin.js | 13 +- .../_source/plugins/menubutton/plugin.js | 2 +- .../_source/plugins/newpage/plugin.js | 2 +- .../_source/plugins/pagebreak/plugin.js | 2 +- .../ckeditor3/_source/plugins/panel/plugin.js | 2 +- .../_source/plugins/panelbutton/plugin.js | 2 +- .../plugins/pastefromword/filter/default.js | 2 +- .../_source/plugins/pastefromword/plugin.js | 2 +- .../plugins/pastetext/dialogs/pastetext.js | 2 +- .../_source/plugins/pastetext/plugin.js | 2 +- .../placeholder/dialogs/placeholder.js | 2 +- .../placeholder/lang/_translationstatus.txt | 5 +- .../_source/plugins/placeholder/lang/bg.js | 2 +- .../_source/plugins/placeholder/lang/cs.js | 2 +- .../_source/plugins/placeholder/lang/cy.js | 2 +- .../_source/plugins/placeholder/lang/da.js | 2 +- .../_source/plugins/placeholder/lang/de.js | 2 +- .../_source/plugins/placeholder/lang/el.js | 2 +- .../_source/plugins/placeholder/lang/en.js | 2 +- .../_source/plugins/placeholder/lang/eo.js | 2 +- .../_source/plugins/placeholder/lang/et.js | 2 +- .../_source/plugins/placeholder/lang/fa.js | 4 +- .../_source/plugins/placeholder/lang/fi.js | 2 +- .../_source/plugins/placeholder/lang/fr.js | 2 +- .../_source/plugins/placeholder/lang/he.js | 2 +- .../_source/plugins/placeholder/lang/hr.js | 2 +- .../_source/plugins/placeholder/lang/it.js | 2 +- .../_source/plugins/placeholder/lang/ku.js | 16 + .../_source/plugins/placeholder/lang/lv.js | 16 + .../_source/plugins/placeholder/lang/nb.js | 2 +- .../_source/plugins/placeholder/lang/nl.js | 2 +- .../_source/plugins/placeholder/lang/no.js | 2 +- .../_source/plugins/placeholder/lang/pl.js | 2 +- .../_source/plugins/placeholder/lang/pt-br.js | 2 +- .../_source/plugins/placeholder/lang/sk.js | 16 + .../_source/plugins/placeholder/lang/tr.js | 2 +- .../_source/plugins/placeholder/lang/ug.js | 2 +- .../_source/plugins/placeholder/lang/uk.js | 2 +- .../_source/plugins/placeholder/lang/vi.js | 2 +- .../_source/plugins/placeholder/lang/zh-cn.js | 4 +- .../_source/plugins/placeholder/plugin.js | 4 +- .../ckeditor3/_source/plugins/popup/plugin.js | 2 +- .../_source/plugins/preview/plugin.js | 2 +- .../ckeditor3/_source/plugins/print/plugin.js | 2 +- .../_source/plugins/removeformat/plugin.js | 2 +- .../_source/plugins/resize/plugin.js | 2 +- .../_source/plugins/richcombo/plugin.js | 2 +- .../ckeditor3/_source/plugins/save/plugin.js | 2 +- .../_source/plugins/scayt/dialogs/options.js | 2 +- .../ckeditor3/_source/plugins/scayt/plugin.js | 146 ++-- .../_source/plugins/selection/plugin.js | 213 +++-- .../_source/plugins/showblocks/plugin.js | 2 +- .../_source/plugins/showborders/plugin.js | 2 +- .../_source/plugins/smiley/dialogs/smiley.js | 10 +- .../_source/plugins/smiley/plugin.js | 2 +- .../_source/plugins/sourcearea/plugin.js | 2 +- .../specialchar/dialogs/specialchar.js | 8 +- .../specialchar/lang/_translationstatus.txt | 5 +- .../_source/plugins/specialchar/lang/cs.js | 2 +- .../_source/plugins/specialchar/lang/cy.js | 2 +- .../_source/plugins/specialchar/lang/de.js | 2 +- .../_source/plugins/specialchar/lang/el.js | 2 +- .../_source/plugins/specialchar/lang/en.js | 2 +- .../_source/plugins/specialchar/lang/eo.js | 2 +- .../_source/plugins/specialchar/lang/et.js | 2 +- .../_source/plugins/specialchar/lang/fa.js | 6 +- .../_source/plugins/specialchar/lang/fi.js | 2 +- .../_source/plugins/specialchar/lang/fr.js | 2 +- .../_source/plugins/specialchar/lang/he.js | 2 +- .../_source/plugins/specialchar/lang/hr.js | 2 +- .../_source/plugins/specialchar/lang/it.js | 2 +- .../_source/plugins/specialchar/lang/ku.js | 126 +++ .../_source/plugins/specialchar/lang/lv.js | 126 +++ .../_source/plugins/specialchar/lang/nb.js | 2 +- .../_source/plugins/specialchar/lang/nl.js | 2 +- .../_source/plugins/specialchar/lang/no.js | 2 +- .../_source/plugins/specialchar/lang/pt-br.js | 2 +- .../_source/plugins/specialchar/lang/sk.js | 126 +++ .../_source/plugins/specialchar/lang/tr.js | 2 +- .../_source/plugins/specialchar/lang/ug.js | 2 +- .../_source/plugins/specialchar/lang/zh-cn.js | 2 +- .../_source/plugins/specialchar/plugin.js | 2 +- .../_source/plugins/styles/plugin.js | 12 +- .../_source/plugins/styles/styles/default.js | 2 +- .../_source/plugins/stylescombo/plugin.js | 2 +- .../plugins/stylesheetparser/plugin.js | 2 +- .../ckeditor3/_source/plugins/tab/plugin.js | 4 +- .../_source/plugins/table/dialogs/table.js | 2 +- .../ckeditor3/_source/plugins/table/plugin.js | 2 +- .../_source/plugins/tableresize/plugin.js | 10 +- .../plugins/tabletools/dialogs/tableCell.js | 2 +- .../_source/plugins/tabletools/plugin.js | 11 +- .../plugins/templates/dialogs/templates.js | 2 +- .../_source/plugins/templates/plugin.js | 2 +- .../plugins/templates/templates/default.js | 2 +- .../_source/plugins/toolbar/plugin.js | 2 +- .../plugins/uicolor/dialogs/uicolor.js | 2 +- .../uicolor/lang/_translationstatus.txt | 5 +- .../_source/plugins/uicolor/lang/bg.js | 2 +- .../_source/plugins/uicolor/lang/cs.js | 2 +- .../_source/plugins/uicolor/lang/cy.js | 2 +- .../_source/plugins/uicolor/lang/da.js | 2 +- .../_source/plugins/uicolor/lang/de.js | 2 +- .../_source/plugins/uicolor/lang/el.js | 2 +- .../_source/plugins/uicolor/lang/en.js | 2 +- .../_source/plugins/uicolor/lang/eo.js | 2 +- .../_source/plugins/uicolor/lang/et.js | 2 +- .../_source/plugins/uicolor/lang/fa.js | 4 +- .../_source/plugins/uicolor/lang/fi.js | 2 +- .../_source/plugins/uicolor/lang/fr.js | 2 +- .../_source/plugins/uicolor/lang/he.js | 2 +- .../_source/plugins/uicolor/lang/hr.js | 2 +- .../_source/plugins/uicolor/lang/it.js | 2 +- .../_source/plugins/uicolor/lang/ku.js | 15 + .../_source/plugins/uicolor/lang/lv.js | 15 + .../_source/plugins/uicolor/lang/mk.js | 2 +- .../_source/plugins/uicolor/lang/nb.js | 2 +- .../_source/plugins/uicolor/lang/nl.js | 2 +- .../_source/plugins/uicolor/lang/no.js | 2 +- .../_source/plugins/uicolor/lang/pl.js | 2 +- .../_source/plugins/uicolor/lang/pt-br.js | 2 +- .../_source/plugins/uicolor/lang/sk.js | 15 + .../_source/plugins/uicolor/lang/tr.js | 2 +- .../_source/plugins/uicolor/lang/ug.js | 2 +- .../_source/plugins/uicolor/lang/uk.js | 2 +- .../_source/plugins/uicolor/lang/vi.js | 2 +- .../_source/plugins/uicolor/lang/zh-cn.js | 4 +- .../_source/plugins/uicolor/plugin.js | 4 +- .../ckeditor3/_source/plugins/undo/plugin.js | 2 +- .../_source/plugins/wsc/dialogs/ciframe.html | 2 +- .../plugins/wsc/dialogs/tmpFrameset.html | 2 +- .../_source/plugins/wsc/dialogs/wsc.css | 2 +- .../_source/plugins/wsc/dialogs/wsc.js | 2 +- .../ckeditor3/_source/plugins/wsc/plugin.js | 2 +- .../_source/plugins/wysiwygarea/plugin.js | 35 +- .../ckeditor3/_source/plugins/xml/plugin.js | 2 +- .../ckeditor3/_source/skins/kama/dialog.css | 2 +- .../ckeditor3/_source/skins/kama/editor.css | 2 +- .../_source/skins/kama/elementspath.css | 2 +- .../js/ckeditor3/_source/skins/kama/icons.css | 2 +- .../ckeditor3/_source/skins/kama/mainui.css | 2 +- .../js/ckeditor3/_source/skins/kama/menu.css | 2 +- .../js/ckeditor3/_source/skins/kama/panel.css | 2 +- .../ckeditor3/_source/skins/kama/presets.css | 2 +- .../js/ckeditor3/_source/skins/kama/reset.css | 2 +- .../_source/skins/kama/richcombo.css | 2 +- .../js/ckeditor3/_source/skins/kama/skin.js | 2 +- .../_source/skins/kama/templates.css | 2 +- .../ckeditor3/_source/skins/kama/toolbar.css | 6 +- .../_source/skins/office2003/dialog.css | 2 +- .../_source/skins/office2003/editor.css | 2 +- .../_source/skins/office2003/elementspath.css | 2 +- .../_source/skins/office2003/icons.css | 2 +- .../_source/skins/office2003/mainui.css | 2 +- .../_source/skins/office2003/menu.css | 2 +- .../_source/skins/office2003/panel.css | 2 +- .../_source/skins/office2003/presets.css | 2 +- .../_source/skins/office2003/reset.css | 2 +- .../_source/skins/office2003/skin.js | 2 +- .../_source/skins/office2003/templates.css | 2 +- .../_source/skins/office2003/toolbar.css | 12 +- .../js/ckeditor3/_source/skins/v2/dialog.css | 2 +- .../js/ckeditor3/_source/skins/v2/editor.css | 2 +- .../_source/skins/v2/elementspath.css | 2 +- .../js/ckeditor3/_source/skins/v2/icons.css | 2 +- .../js/ckeditor3/_source/skins/v2/mainui.css | 2 +- .../js/ckeditor3/_source/skins/v2/menu.css | 2 +- .../js/ckeditor3/_source/skins/v2/panel.css | 2 +- .../js/ckeditor3/_source/skins/v2/presets.css | 2 +- .../js/ckeditor3/_source/skins/v2/reset.css | 2 +- .../js/ckeditor3/_source/skins/v2/skin.js | 2 +- .../ckeditor3/_source/skins/v2/templates.css | 2 +- .../js/ckeditor3/_source/skins/v2/toolbar.css | 12 +- .../ckeditor3/_source/themes/default/theme.js | 2 +- phpgwapi/js/ckeditor3/adapters/jquery.js | 2 +- phpgwapi/js/ckeditor3/ckeditor.js | 283 +++--- phpgwapi/js/ckeditor3/ckeditor.pack | 2 +- phpgwapi/js/ckeditor3/ckeditor.php | 2 +- phpgwapi/js/ckeditor3/ckeditor_basic.js | 6 +- .../js/ckeditor3/ckeditor_basic_source.js | 4 +- phpgwapi/js/ckeditor3/ckeditor_php4.php | 8 +- phpgwapi/js/ckeditor3/ckeditor_php5.php | 8 +- phpgwapi/js/ckeditor3/ckeditor_source.js | 4 +- phpgwapi/js/ckeditor3/config.js | 2 +- phpgwapi/js/ckeditor3/contents.css | 2 +- phpgwapi/js/ckeditor3/lang/_languages.js | 4 +- .../js/ckeditor3/lang/_translationstatus.txt | 125 +-- phpgwapi/js/ckeditor3/lang/af.js | 4 +- phpgwapi/js/ckeditor3/lang/ar.js | 4 +- phpgwapi/js/ckeditor3/lang/bg.js | 4 +- phpgwapi/js/ckeditor3/lang/bn.js | 4 +- phpgwapi/js/ckeditor3/lang/bs.js | 4 +- phpgwapi/js/ckeditor3/lang/ca.js | 4 +- phpgwapi/js/ckeditor3/lang/cs.js | 4 +- phpgwapi/js/ckeditor3/lang/cy.js | 4 +- phpgwapi/js/ckeditor3/lang/da.js | 4 +- phpgwapi/js/ckeditor3/lang/de.js | 4 +- phpgwapi/js/ckeditor3/lang/el.js | 4 +- phpgwapi/js/ckeditor3/lang/en-au.js | 4 +- phpgwapi/js/ckeditor3/lang/en-ca.js | 4 +- phpgwapi/js/ckeditor3/lang/en-gb.js | 4 +- phpgwapi/js/ckeditor3/lang/en.js | 4 +- phpgwapi/js/ckeditor3/lang/eo.js | 4 +- phpgwapi/js/ckeditor3/lang/es.js | 4 +- phpgwapi/js/ckeditor3/lang/et.js | 4 +- phpgwapi/js/ckeditor3/lang/eu.js | 4 +- phpgwapi/js/ckeditor3/lang/fa.js | 820 ++++++++++++++++- phpgwapi/js/ckeditor3/lang/fi.js | 4 +- phpgwapi/js/ckeditor3/lang/fo.js | 4 +- phpgwapi/js/ckeditor3/lang/fr-ca.js | 4 +- phpgwapi/js/ckeditor3/lang/fr.js | 4 +- phpgwapi/js/ckeditor3/lang/gl.js | 4 +- phpgwapi/js/ckeditor3/lang/gu.js | 4 +- phpgwapi/js/ckeditor3/lang/he.js | 4 +- phpgwapi/js/ckeditor3/lang/hi.js | 4 +- phpgwapi/js/ckeditor3/lang/hr.js | 4 +- phpgwapi/js/ckeditor3/lang/hu.js | 4 +- phpgwapi/js/ckeditor3/lang/id.js | 4 +- phpgwapi/js/ckeditor3/lang/is.js | 4 +- phpgwapi/js/ckeditor3/lang/it.js | 4 +- phpgwapi/js/ckeditor3/lang/ja.js | 4 +- phpgwapi/js/ckeditor3/lang/ka.js | 4 +- phpgwapi/js/ckeditor3/lang/km.js | 4 +- phpgwapi/js/ckeditor3/lang/ko.js | 4 +- phpgwapi/js/ckeditor3/lang/ku.js | 821 ++++++++++++++++++ phpgwapi/js/ckeditor3/lang/lt.js | 4 +- phpgwapi/js/ckeditor3/lang/lv.js | 4 +- phpgwapi/js/ckeditor3/lang/mk.js | 4 +- phpgwapi/js/ckeditor3/lang/mn.js | 4 +- phpgwapi/js/ckeditor3/lang/ms.js | 4 +- phpgwapi/js/ckeditor3/lang/nb.js | 4 +- phpgwapi/js/ckeditor3/lang/nl.js | 4 +- phpgwapi/js/ckeditor3/lang/no.js | 4 +- phpgwapi/js/ckeditor3/lang/pl.js | 4 +- phpgwapi/js/ckeditor3/lang/pt-br.js | 4 +- phpgwapi/js/ckeditor3/lang/pt.js | 4 +- phpgwapi/js/ckeditor3/lang/ro.js | 4 +- phpgwapi/js/ckeditor3/lang/ru.js | 4 +- phpgwapi/js/ckeditor3/lang/sk.js | 4 +- phpgwapi/js/ckeditor3/lang/sl.js | 4 +- phpgwapi/js/ckeditor3/lang/sr-latn.js | 4 +- phpgwapi/js/ckeditor3/lang/sr.js | 4 +- phpgwapi/js/ckeditor3/lang/sv.js | 4 +- phpgwapi/js/ckeditor3/lang/th.js | 4 +- phpgwapi/js/ckeditor3/lang/tr.js | 4 +- phpgwapi/js/ckeditor3/lang/ug.js | 4 +- phpgwapi/js/ckeditor3/lang/uk.js | 4 +- phpgwapi/js/ckeditor3/lang/vi.js | 4 +- phpgwapi/js/ckeditor3/lang/zh-cn.js | 4 +- phpgwapi/js/ckeditor3/lang/zh.js | 4 +- .../plugins/a11yhelp/dialogs/a11yhelp.js | 2 +- .../a11yhelp/lang/_translationstatus.txt | 5 +- .../js/ckeditor3/plugins/a11yhelp/lang/cs.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/cy.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/da.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/de.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/el.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/en.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/eo.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/fa.js | 92 +- .../js/ckeditor3/plugins/a11yhelp/lang/fi.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/fr.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/gu.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/he.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/it.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/ku.js | 94 ++ .../js/ckeditor3/plugins/a11yhelp/lang/lv.js | 6 + .../js/ckeditor3/plugins/a11yhelp/lang/mk.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/nb.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/nl.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/no.js | 2 +- .../ckeditor3/plugins/a11yhelp/lang/pt-br.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/ro.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/sk.js | 6 + .../js/ckeditor3/plugins/a11yhelp/lang/tr.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/ug.js | 2 +- .../js/ckeditor3/plugins/a11yhelp/lang/vi.js | 2 +- .../ckeditor3/plugins/a11yhelp/lang/zh-cn.js | 4 +- .../ckeditor3/plugins/about/dialogs/about.js | 2 +- .../js/ckeditor3/plugins/adobeair/plugin.js | 2 +- phpgwapi/js/ckeditor3/plugins/ajax/plugin.js | 2 +- .../js/ckeditor3/plugins/autogrow/plugin.js | 4 +- .../js/ckeditor3/plugins/bbcode/plugin.js | 6 +- .../plugins/clipboard/dialogs/paste.js | 2 +- .../colordialog/dialogs/colordialog.js | 2 +- .../devtools/lang/_translationstatus.txt | 5 +- .../js/ckeditor3/plugins/devtools/lang/bg.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/cs.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/cy.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/da.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/de.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/el.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/en.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/eo.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/et.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/fa.js | 19 +- .../js/ckeditor3/plugins/devtools/lang/fi.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/fr.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/gu.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/he.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/hr.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/it.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/ku.js | 21 + .../js/ckeditor3/plugins/devtools/lang/lv.js | 6 + .../js/ckeditor3/plugins/devtools/lang/nb.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/nl.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/no.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/pl.js | 2 +- .../ckeditor3/plugins/devtools/lang/pt-br.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/sk.js | 6 + .../js/ckeditor3/plugins/devtools/lang/tr.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/ug.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/uk.js | 2 +- .../js/ckeditor3/plugins/devtools/lang/vi.js | 2 +- .../ckeditor3/plugins/devtools/lang/zh-cn.js | 2 +- .../js/ckeditor3/plugins/devtools/plugin.js | 4 +- .../plugins/dialog/dialogDefinition.js | 2 +- .../js/ckeditor3/plugins/div/dialogs/div.js | 2 +- .../plugins/docprops/dialogs/docprops.js | 2 +- .../js/ckeditor3/plugins/docprops/plugin.js | 2 +- .../js/ckeditor3/plugins/find/dialogs/find.js | 2 +- .../ckeditor3/plugins/flash/dialogs/flash.js | 2 +- .../ckeditor3/plugins/forms/dialogs/button.js | 2 +- .../plugins/forms/dialogs/checkbox.js | 2 +- .../ckeditor3/plugins/forms/dialogs/form.js | 2 +- .../plugins/forms/dialogs/hiddenfield.js | 2 +- .../ckeditor3/plugins/forms/dialogs/radio.js | 2 +- .../ckeditor3/plugins/forms/dialogs/select.js | 2 +- .../plugins/forms/dialogs/textarea.js | 2 +- .../plugins/forms/dialogs/textfield.js | 2 +- .../plugins/iframe/dialogs/iframe.js | 2 +- .../ckeditor3/plugins/iframedialog/plugin.js | 2 +- .../ckeditor3/plugins/image/dialogs/image.js | 6 +- .../ckeditor3/plugins/link/dialogs/anchor.js | 4 +- .../js/ckeditor3/plugins/link/dialogs/link.js | 8 +- .../plugins/liststyle/dialogs/liststyle.js | 2 +- .../plugins/pastefromword/filter/default.js | 2 +- .../plugins/pastetext/dialogs/pastetext.js | 2 +- .../placeholder/dialogs/placeholder.js | 2 +- .../placeholder/lang/_translationstatus.txt | 5 +- .../ckeditor3/plugins/placeholder/lang/bg.js | 2 +- .../ckeditor3/plugins/placeholder/lang/cs.js | 2 +- .../ckeditor3/plugins/placeholder/lang/cy.js | 2 +- .../ckeditor3/plugins/placeholder/lang/da.js | 2 +- .../ckeditor3/plugins/placeholder/lang/de.js | 2 +- .../ckeditor3/plugins/placeholder/lang/el.js | 2 +- .../ckeditor3/plugins/placeholder/lang/en.js | 2 +- .../ckeditor3/plugins/placeholder/lang/eo.js | 2 +- .../ckeditor3/plugins/placeholder/lang/et.js | 2 +- .../ckeditor3/plugins/placeholder/lang/fa.js | 19 +- .../ckeditor3/plugins/placeholder/lang/fi.js | 2 +- .../ckeditor3/plugins/placeholder/lang/fr.js | 2 +- .../ckeditor3/plugins/placeholder/lang/he.js | 2 +- .../ckeditor3/plugins/placeholder/lang/hr.js | 2 +- .../ckeditor3/plugins/placeholder/lang/it.js | 2 +- .../ckeditor3/plugins/placeholder/lang/ku.js | 21 + .../ckeditor3/plugins/placeholder/lang/lv.js | 6 + .../ckeditor3/plugins/placeholder/lang/nb.js | 2 +- .../ckeditor3/plugins/placeholder/lang/nl.js | 2 +- .../ckeditor3/plugins/placeholder/lang/no.js | 2 +- .../ckeditor3/plugins/placeholder/lang/pl.js | 2 +- .../plugins/placeholder/lang/pt-br.js | 2 +- .../ckeditor3/plugins/placeholder/lang/sk.js | 6 + .../ckeditor3/plugins/placeholder/lang/tr.js | 2 +- .../ckeditor3/plugins/placeholder/lang/ug.js | 2 +- .../ckeditor3/plugins/placeholder/lang/uk.js | 2 +- .../ckeditor3/plugins/placeholder/lang/vi.js | 2 +- .../plugins/placeholder/lang/zh-cn.js | 4 +- .../ckeditor3/plugins/placeholder/plugin.js | 4 +- .../plugins/scayt/dialogs/options.js | 2 +- .../plugins/scayt/dialogs/toolbar.css | 2 +- .../plugins/smiley/dialogs/smiley.js | 4 +- .../specialchar/dialogs/specialchar.js | 6 +- .../specialchar/lang/_translationstatus.txt | 5 +- .../ckeditor3/plugins/specialchar/lang/cs.js | 2 +- .../ckeditor3/plugins/specialchar/lang/cy.js | 2 +- .../ckeditor3/plugins/specialchar/lang/de.js | 2 +- .../ckeditor3/plugins/specialchar/lang/el.js | 2 +- .../ckeditor3/plugins/specialchar/lang/en.js | 2 +- .../ckeditor3/plugins/specialchar/lang/eo.js | 2 +- .../ckeditor3/plugins/specialchar/lang/et.js | 2 +- .../ckeditor3/plugins/specialchar/lang/fa.js | 129 ++- .../ckeditor3/plugins/specialchar/lang/fi.js | 2 +- .../ckeditor3/plugins/specialchar/lang/fr.js | 2 +- .../ckeditor3/plugins/specialchar/lang/he.js | 2 +- .../ckeditor3/plugins/specialchar/lang/hr.js | 2 +- .../ckeditor3/plugins/specialchar/lang/it.js | 2 +- .../ckeditor3/plugins/specialchar/lang/ku.js | 131 +++ .../ckeditor3/plugins/specialchar/lang/lv.js | 6 + .../ckeditor3/plugins/specialchar/lang/nb.js | 2 +- .../ckeditor3/plugins/specialchar/lang/nl.js | 2 +- .../ckeditor3/plugins/specialchar/lang/no.js | 2 +- .../plugins/specialchar/lang/pt-br.js | 2 +- .../ckeditor3/plugins/specialchar/lang/sk.js | 6 + .../ckeditor3/plugins/specialchar/lang/tr.js | 2 +- .../ckeditor3/plugins/specialchar/lang/ug.js | 2 +- .../plugins/specialchar/lang/zh-cn.js | 2 +- .../plugins/styles/styles/default.js | 2 +- .../plugins/stylesheetparser/plugin.js | 2 +- .../ckeditor3/plugins/table/dialogs/table.js | 2 +- .../ckeditor3/plugins/tableresize/plugin.js | 4 +- .../plugins/tabletools/dialogs/tableCell.js | 2 +- .../plugins/templates/dialogs/templates.js | 2 +- .../plugins/templates/templates/default.js | 2 +- .../plugins/uicolor/dialogs/uicolor.js | 2 +- .../uicolor/lang/_translationstatus.txt | 5 +- .../js/ckeditor3/plugins/uicolor/lang/bg.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/cs.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/cy.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/da.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/de.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/el.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/en.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/eo.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/et.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/fa.js | 18 +- .../js/ckeditor3/plugins/uicolor/lang/fi.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/fr.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/he.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/hr.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/it.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/ku.js | 20 + .../js/ckeditor3/plugins/uicolor/lang/lv.js | 6 + .../js/ckeditor3/plugins/uicolor/lang/mk.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/nb.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/nl.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/no.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/pl.js | 2 +- .../ckeditor3/plugins/uicolor/lang/pt-br.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/sk.js | 6 + .../js/ckeditor3/plugins/uicolor/lang/tr.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/ug.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/uk.js | 2 +- .../js/ckeditor3/plugins/uicolor/lang/vi.js | 2 +- .../ckeditor3/plugins/uicolor/lang/zh-cn.js | 4 +- .../js/ckeditor3/plugins/uicolor/plugin.js | 4 +- .../plugins/uicolor/yui/assets/yui.css | 2 +- .../js/ckeditor3/plugins/uicolor/yui/yui.js | 2 +- .../plugins/wsc/dialogs/ciframe.html | 2 +- .../plugins/wsc/dialogs/tmpFrameset.html | 2 +- .../js/ckeditor3/plugins/wsc/dialogs/wsc.css | 2 +- .../js/ckeditor3/plugins/wsc/dialogs/wsc.js | 2 +- phpgwapi/js/ckeditor3/plugins/xml/plugin.js | 2 +- phpgwapi/js/ckeditor3/skins/kama/dialog.css | 2 +- phpgwapi/js/ckeditor3/skins/kama/editor.css | 4 +- phpgwapi/js/ckeditor3/skins/kama/skin.js | 2 +- .../js/ckeditor3/skins/kama/templates.css | 2 +- .../js/ckeditor3/skins/office2003/dialog.css | 2 +- .../js/ckeditor3/skins/office2003/editor.css | 16 +- .../js/ckeditor3/skins/office2003/skin.js | 2 +- .../ckeditor3/skins/office2003/templates.css | 2 +- phpgwapi/js/ckeditor3/skins/v2/dialog.css | 2 +- phpgwapi/js/ckeditor3/skins/v2/editor.css | 6 +- phpgwapi/js/ckeditor3/skins/v2/skin.js | 2 +- phpgwapi/js/ckeditor3/skins/v2/templates.css | 2 +- phpgwapi/js/ckeditor3/themes/default/theme.js | 2 +- 699 files changed, 6764 insertions(+), 2370 deletions(-) create mode 100644 phpgwapi/js/ckeditor3/_source/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/a11yhelp/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/a11yhelp/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/a11yhelp/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/devtools/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/devtools/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/devtools/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/placeholder/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/placeholder/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/placeholder/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/specialchar/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/specialchar/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/specialchar/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/uicolor/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/uicolor/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/_source/plugins/uicolor/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/a11yhelp/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/a11yhelp/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/plugins/a11yhelp/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/plugins/devtools/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/devtools/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/plugins/devtools/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/plugins/placeholder/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/placeholder/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/plugins/placeholder/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/plugins/specialchar/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/specialchar/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/plugins/specialchar/lang/sk.js create mode 100644 phpgwapi/js/ckeditor3/plugins/uicolor/lang/ku.js create mode 100644 phpgwapi/js/ckeditor3/plugins/uicolor/lang/lv.js create mode 100644 phpgwapi/js/ckeditor3/plugins/uicolor/lang/sk.js diff --git a/phpgwapi/js/ckeditor3/CHANGES.html b/phpgwapi/js/ckeditor3/CHANGES.html index 62da0a3186..2340c11edb 100644 --- a/phpgwapi/js/ckeditor3/CHANGES.html +++ b/phpgwapi/js/ckeditor3/CHANGES.html @@ -1,6 +1,6 @@ @@ -34,6 +34,49 @@ For licensing, see LICENSE.html or http://ckeditor.com/license

CKEditor Changelog

+

+ CKEditor 3.6.6

+

+ Fixed issues:

+ +

+ CKEditor 3.6.5

+

+ New features:

+ +

+ Fixed issues:

+

CKEditor 3.6.4

@@ -1540,7 +1583,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEditor - The text editor for Internet - http://ckeditor.com

- Copyright © 2003-2012, CKSource - Frederico + Copyright © 2003-2013, CKSource - Frederico Knabben. All rights reserved.

diff --git a/phpgwapi/js/ckeditor3/INSTALL.html b/phpgwapi/js/ckeditor3/INSTALL.html index aed6a4750b..7ac30d830c 100644 --- a/phpgwapi/js/ckeditor3/INSTALL.html +++ b/phpgwapi/js/ckeditor3/INSTALL.html @@ -1,6 +1,6 @@ @@ -84,7 +84,7 @@ http://www.example.com/ckeditor/_samples/index.html CKEditor - The text editor for Internet - http://ckeditor.com

- Copyright © 2003-2012, CKSource - Frederico + Copyright © 2003-2013, CKSource - Frederico Knabben. All rights reserved.

diff --git a/phpgwapi/js/ckeditor3/LICENSE.html b/phpgwapi/js/ckeditor3/LICENSE.html index 67572d5bbb..87fede21c5 100644 --- a/phpgwapi/js/ckeditor3/LICENSE.html +++ b/phpgwapi/js/ckeditor3/LICENSE.html @@ -7,7 +7,7 @@ Software License Agreement ========================== CKEditor - The text editor for Internet - http://ckeditor.com -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. Licensed under the terms of any of the following licenses at your choice: @@ -1279,7 +1279,7 @@ EXHIBIT A -Mozilla Public License.

CKEditor™ - The text editor for Internet™ - http://ckeditor.com
- Copyright © 2003-2012, CKSource - Frederico Knabben. All rights reserved. + Copyright © 2003-2013, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice: diff --git a/phpgwapi/js/ckeditor3/_source/adapters/jquery.js b/phpgwapi/js/ckeditor3/_source/adapters/jquery.js index d958426410..fb768ca70d 100644 --- a/phpgwapi/js/ckeditor3/_source/adapters/jquery.js +++ b/phpgwapi/js/ckeditor3/_source/adapters/jquery.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/_bootstrap.js b/phpgwapi/js/ckeditor3/_source/core/_bootstrap.js index c2a0cf7d17..7ed91debc5 100644 --- a/phpgwapi/js/ckeditor3/_source/core/_bootstrap.js +++ b/phpgwapi/js/ckeditor3/_source/core/_bootstrap.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/ckeditor.js b/phpgwapi/js/ckeditor3/_source/core/ckeditor.js index 086a8668cd..548fd44248 100644 --- a/phpgwapi/js/ckeditor3/_source/core/ckeditor.js +++ b/phpgwapi/js/ckeditor3/_source/core/ckeditor.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/ckeditor_base.js b/phpgwapi/js/ckeditor3/_source/core/ckeditor_base.js index 8ef941e9b9..fdb4c0d17d 100644 --- a/phpgwapi/js/ckeditor3/_source/core/ckeditor_base.js +++ b/phpgwapi/js/ckeditor3/_source/core/ckeditor_base.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -12,7 +12,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license // Must be updated on changes in the script as well as updated in the // ckeditor_source.js and ckeditor_basic_source.js files. -// if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.4',revision:'7575',rnd:Math.floor(Math.random()*900)+100,_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=0?'&':'?')+'t='+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); +// if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.6',revision:'7689',rnd:Math.floor(Math.random()*900)+100,_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f=0?'&':'?')+'t='+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); // #### Raw code // ATTENTION: read the above "Compressed Code" notes when changing this code. @@ -51,7 +51,7 @@ if ( !window.CKEDITOR ) // The production implementation contains a fixed timestamp, unique // for each release and generated by the releaser. // (Base 36 value of each component of YYMMDDHH - 4 chars total - e.g. 87bm == 08071122) - timestamp : 'C6HH5UF', + timestamp : 'D03G5XL', /** * Contains the CKEditor version number. @@ -59,7 +59,7 @@ if ( !window.CKEDITOR ) * @example * alert( CKEDITOR.version ); // e.g. 'CKEditor 3.4.1' */ - version : '3.6.4', + version : '3.6.6', /** * Contains the CKEditor revision number. @@ -69,7 +69,7 @@ if ( !window.CKEDITOR ) * @example * alert( CKEDITOR.revision ); // e.g. '3975' */ - revision : '7575', + revision : '7689', /** * A 3-digit random integer, valid for the entire life of the CKEDITOR object. diff --git a/phpgwapi/js/ckeditor3/_source/core/ckeditor_basic.js b/phpgwapi/js/ckeditor3/_source/core/ckeditor_basic.js index 6a2322f20c..93ce5cf99e 100644 --- a/phpgwapi/js/ckeditor3/_source/core/ckeditor_basic.js +++ b/phpgwapi/js/ckeditor3/_source/core/ckeditor_basic.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/command.js b/phpgwapi/js/ckeditor3/_source/core/command.js index d58c684e93..46f8bc68a5 100644 --- a/phpgwapi/js/ckeditor3/_source/core/command.js +++ b/phpgwapi/js/ckeditor3/_source/core/command.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/commanddefinition.js b/phpgwapi/js/ckeditor3/_source/core/commanddefinition.js index 15e8118e5f..4fbdc907ee 100644 --- a/phpgwapi/js/ckeditor3/_source/core/commanddefinition.js +++ b/phpgwapi/js/ckeditor3/_source/core/commanddefinition.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/config.js b/phpgwapi/js/ckeditor3/_source/core/config.js index 72599bac0d..c275d6f6ba 100644 --- a/phpgwapi/js/ckeditor3/_source/core/config.js +++ b/phpgwapi/js/ckeditor3/_source/core/config.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dataprocessor.js b/phpgwapi/js/ckeditor3/_source/core/dataprocessor.js index 6efe5a43c9..3b75984ba5 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dataprocessor.js +++ b/phpgwapi/js/ckeditor3/_source/core/dataprocessor.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom.js b/phpgwapi/js/ckeditor3/_source/core/dom.js index 54832d8fdb..c01fcd71b3 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/comment.js b/phpgwapi/js/ckeditor3/_source/core/dom/comment.js index 05c13cf147..1fadd7840a 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/comment.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/comment.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/document.js b/phpgwapi/js/ckeditor3/_source/core/dom/document.js index 0b421183e5..a959fa5fca 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/document.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/document.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/documentfragment.js b/phpgwapi/js/ckeditor3/_source/core/dom/documentfragment.js index c08c640efb..fa676baba8 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/documentfragment.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/documentfragment.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/domobject.js b/phpgwapi/js/ckeditor3/_source/core/dom/domobject.js index e342dc893b..fccad5d59a 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/domobject.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/domobject.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/element.js b/phpgwapi/js/ckeditor3/_source/core/dom/element.js index 84498ba72b..bb315a4b07 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/element.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/element.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -105,6 +105,9 @@ CKEDITOR.dom.element.clearMarkers = function( database, element, removeFromDatab } }; +( function() +{ + CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, /** @lends CKEDITOR.dom.element.prototype */ { @@ -504,7 +507,10 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, : function( propertyName ) { - return this.getWindow().$.getComputedStyle( this.$, '' ).getPropertyValue( propertyName ); + var style = this.getWindow().$.getComputedStyle( this.$, null ); + + // Firefox may return null if we call the above on a hidden iframe. (#9117) + return style ? style.getPropertyValue( propertyName ) : ''; }, /** @@ -1186,6 +1192,16 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, { // Removes the specified property from the current style object. var $ = this.$.style; + + // "removeProperty" need to be specific on the following styles. + if ( !$.removeProperty && ( name == 'border' || name == 'margin' || name == 'padding' ) ) + { + var names = expandedRules( name ); + for ( var i = 0 ; i < names.length ; i++ ) + this.removeStyle( names[ i ] ); + return; + } + $.removeProperty ? $.removeProperty( name ) : $.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) ); if ( !this.$.style.cssText ) @@ -1752,13 +1768,35 @@ CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype, } }); -( function() -{ var sides = { width : [ "border-left-width", "border-right-width","padding-left", "padding-right" ], height : [ "border-top-width", "border-bottom-width", "padding-top", "padding-bottom" ] }; + // Generate list of specific style rules, applicable to margin/padding/border. + function expandedRules( style ) + { + var sides = [ 'top', 'left', 'right', 'bottom' ], components; + + if ( style == 'border' ) + components = [ 'color', 'style', 'width' ]; + + var styles = []; + for ( var i = 0 ; i < sides.length ; i++ ) + { + + if ( components ) + { + for ( var j = 0 ; j < components.length ; j++ ) + styles.push( [ style, sides[ i ], components[j] ].join( '-' ) ); + } + else + styles.push( [ style, sides[ i ] ].join( '-' ) ); + } + + return styles; + } + function marginAndPaddingSize( type ) { var adjustment = 0; diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/elementpath.js b/phpgwapi/js/ckeditor3/_source/core/dom/elementpath.js index caf4d3811f..a11d7e3e8c 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/elementpath.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/elementpath.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/event.js b/phpgwapi/js/ckeditor3/_source/core/dom/event.js index c63469c68b..273a5cfdbf 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/event.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/event.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -117,6 +117,26 @@ CKEDITOR.dom.event.prototype = { var rawNode = this.$.target || this.$.srcElement; return rawNode ? new CKEDITOR.dom.node( rawNode ) : null; + }, + + /** + * Retrieves the coordinates of the mouse pointer relative to the top-left + * corner of the document, in mouse related event. + * @returns {Object} The object contains the position. + * @example + * element.on( 'mousemouse', function( ev ) + * { + * var pageOffset = ev.data.getPageOffset(); + * alert( pageOffset.x ); // page offset X + * alert( pageOffset.y ); // page offset Y + * }); + */ + getPageOffset : function() + { + var doc = this.getTarget().getDocument().$; + var pageX = this.$.pageX || this.$.clientX + ( doc.documentElement.scrollLeft || doc.body.scrollLeft ); + var pageY = this.$.pageY || this.$.clientY + ( doc.documentElement.scrollTop || doc.body.scrollTop ); + return { x : pageX, y : pageY }; } }; diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/node.js b/phpgwapi/js/ckeditor3/_source/core/dom/node.js index 90412e4b48..07bdbfc6af 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/node.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/node.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -106,7 +106,8 @@ CKEDITOR.tools.extend( CKEDITOR.dom.node.prototype, if ( !cloneId ) node.removeAttribute( 'id', false ); - node.removeAttribute( 'data-cke-expando', false ); + + node[ 'data-cke-expando' ] = undefined; if ( includeChildren ) { diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/nodelist.js b/phpgwapi/js/ckeditor3/_source/core/dom/nodelist.js index 6c394dc251..b8d59a5872 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/nodelist.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/nodelist.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/range.js b/phpgwapi/js/ckeditor3/_source/core/dom/range.js index c8312b749b..fbbbe357f1 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/range.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/range.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -347,50 +347,38 @@ CKEDITOR.dom.range = function( document ) // Creates the appropriate node evaluator for the dom walker used inside // check(Start|End)OfBlock. - function getCheckStartEndBlockEvalFunction( isStart ) + function getCheckStartEndBlockEvalFunction() { var skipBogus = false, + whitespaces = CKEDITOR.dom.walker.whitespaces(), bookmarkEvaluator = CKEDITOR.dom.walker.bookmark( true ), - nbspRegExp = /^[\t\r\n ]*(?: |\xa0)$/; + isBogus = CKEDITOR.dom.walker.bogus(); return function( node ) { - // First ignore bookmark nodes. - if ( bookmarkEvaluator( node ) ) + // First skip empty nodes. + if ( bookmarkEvaluator( node ) || whitespaces( node ) ) return true; - if ( node.type == CKEDITOR.NODE_TEXT ) + // Skip the bogus node at the end of block. + if ( isBogus( node ) && + !skipBogus ) { - // Skip the block filler NBSP. - if ( CKEDITOR.env.ie && - nbspRegExp.test( node.getText() ) && - !skipBogus && - !( isStart && node.getNext() ) ) - { - skipBogus = true; - } - // If there's any visible text, then we're not at the start. - else if ( node.hasAscendant( 'pre' ) || CKEDITOR.tools.trim( node.getText() ).length ) - return false; - } - else if ( node.type == CKEDITOR.NODE_ELEMENT ) - { - // If there are non-empty inline elements (e.g. ), then we're not - // at the start. - if ( !inlineChildReqElements[ node.getName() ] ) - { - // Skip the padding block br. - if ( !CKEDITOR.env.ie && - node.is( 'br' ) && - !skipBogus && - !( isStart && node.getNext() ) ) - { - skipBogus = true; - } - else - return false; - } + skipBogus = true; + return true; } + + // If there's any visible text, then we're not at the start. + if ( node.type == CKEDITOR.NODE_TEXT && + ( node.hasAscendant( 'pre' ) || + CKEDITOR.tools.trim( node.getText() ).length ) ) + return false; + + // If there are non-empty inline elements (e.g. ), then we're not + // at the start. + if ( node.type == CKEDITOR.NODE_ELEMENT && !inlineChildReqElements[ node.getName() ] ) + return false; + return true; }; } @@ -401,21 +389,28 @@ CKEDITOR.dom.range = function( document ) // text node and non-empty elements unless it's being bookmark text. function elementBoundaryEval( checkStart ) { + var whitespaces = CKEDITOR.dom.walker.whitespaces(), + bookmark = CKEDITOR.dom.walker.bookmark( 1 ); + return function( node ) { + // First skip empty nodes. + if ( bookmark( node ) || whitespaces( node ) ) + return true; + // Tolerant bogus br when checking at the end of block. // Reject any text node unless it's being bookmark // OR it's spaces. // Reject any element unless it's being invisible empty. (#3883) return !checkStart && isBogus( node ) || - ( node.type == CKEDITOR.NODE_TEXT ? - !CKEDITOR.tools.trim( node.getText() ) || !!node.getParent().data( 'cke-bookmark' ) - : node.getName() in CKEDITOR.dtd.$removeEmpty ); + node.type == CKEDITOR.NODE_ELEMENT && + node.getName() in CKEDITOR.dtd.$removeEmpty; }; } var whitespaceEval = new CKEDITOR.dom.walker.whitespaces(), - bookmarkEval = new CKEDITOR.dom.walker.bookmark(); + bookmarkEval = new CKEDITOR.dom.walker.bookmark(), + nbspRegExp = /^[\t\r\n ]*(?: |\xa0)$/; function nonWhitespaceOrBookmarkEval( node ) { @@ -1834,13 +1829,13 @@ CKEDITOR.dom.range = function( document ) var startContainer = this.startContainer, startOffset = this.startOffset; - // If the starting node is a text node, and non-empty before the offset, - // then we're surely not at the start of block. - if ( startOffset && startContainer.type == CKEDITOR.NODE_TEXT ) + // [IE] Special handling for range start in text with a leading NBSP, + // we it to be isolated, for bogus check. + if ( CKEDITOR.env.ie && startOffset && startContainer.type == CKEDITOR.NODE_TEXT ) { var textBefore = CKEDITOR.tools.ltrim( startContainer.substring( 0, startOffset ) ); - if ( textBefore.length ) - return false; + if ( nbspRegExp.test( textBefore ) ) + this.trim( 0, 1 ); } // We need to grab the block element holding the start boundary, so @@ -1853,7 +1848,7 @@ CKEDITOR.dom.range = function( document ) walkerRange.setStartAt( path.block || path.blockLimit, CKEDITOR.POSITION_AFTER_START ); var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = getCheckStartEndBlockEvalFunction( true ); + walker.evaluator = getCheckStartEndBlockEvalFunction(); return walker.checkBackward(); }, @@ -1863,13 +1858,13 @@ CKEDITOR.dom.range = function( document ) var endContainer = this.endContainer, endOffset = this.endOffset; - // If the ending node is a text node, and non-empty after the offset, - // then we're surely not at the end of block. - if ( endContainer.type == CKEDITOR.NODE_TEXT ) + // [IE] Special handling for range end in text with a following NBSP, + // we it to be isolated, for bogus check. + if ( CKEDITOR.env.ie && endContainer.type == CKEDITOR.NODE_TEXT ) { var textAfter = CKEDITOR.tools.rtrim( endContainer.substring( endOffset ) ); - if ( textAfter.length ) - return false; + if ( nbspRegExp.test( textAfter ) ) + this.trim( 1, 0 ); } // We need to grab the block element holding the start boundary, so @@ -1882,15 +1877,53 @@ CKEDITOR.dom.range = function( document ) walkerRange.setEndAt( path.block || path.blockLimit, CKEDITOR.POSITION_BEFORE_END ); var walker = new CKEDITOR.dom.walker( walkerRange ); - walker.evaluator = getCheckStartEndBlockEvalFunction( false ); + walker.evaluator = getCheckStartEndBlockEvalFunction(); return walker.checkForward(); }, /** - * Check if elements at which the range boundaries anchor are read-only, - * with respect to "contenteditable" attribute. + * Traverse with {@link CKEDITOR.dom.walker} to retrieve the previous element before the range start. + * @param {Function} evaluator Function used as the walker's evaluator. + * @param {Function} [guard] Function used as the walker's guard. + * @param {CKEDITOR.dom.element} [boundary] A range ancestor element in which the traversal is limited, + * default to the root editable if not defined. + * + * @return {CKEDITOR.dom.element|null} The returned node from the traversal. */ + getPreviousNode : function( evaluator, guard, boundary ) { + + var walkerRange = this.clone(); + walkerRange.collapse( 1 ); + walkerRange.setStartAt( boundary || this.document.getBody(), CKEDITOR.POSITION_AFTER_START ); + + var walker = new CKEDITOR.dom.walker( walkerRange ); + walker.evaluator = evaluator; + walker.guard = guard; + return walker.previous(); + }, + + /** + * Traverse with {@link CKEDITOR.dom.walker} to retrieve the next element before the range start. + * @param {Function} evaluator Function used as the walker's evaluator. + * @param {Function} [guard] Function used as the walker's guard. + * @param {CKEDITOR.dom.element} [boundary] A range ancestor element in which the traversal is limited, + * default to the root editable if not defined. + * + * @return {CKEDITOR.dom.element|null} The returned node from the traversal. + */ + getNextNode: function( evaluator, guard, boundary ) + { + var walkerRange = this.clone(); + walkerRange.collapse(); + walkerRange.setEndAt( boundary || this.document.getBody(), CKEDITOR.POSITION_BEFORE_END ); + + var walker = new CKEDITOR.dom.walker( walkerRange ); + walker.evaluator = evaluator; + walker.guard = guard; + return walker.next(); + }, + checkReadOnly : ( function() { function checkNodesEditable( node, anotherEnd ) @@ -1939,8 +1972,6 @@ CKEDITOR.dom.range = function( document ) */ moveToElementEditablePosition : function( el, isMoveToEnd ) { - var nbspRegExp = /^[\t\r\n ]*(?: |\xa0)$/; - function nextDFS( node, childOnly ) { var next; diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/rangelist.js b/phpgwapi/js/ckeditor3/_source/core/dom/rangelist.js index 2e5a1b22a8..38788a8325 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/rangelist.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/rangelist.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/text.js b/phpgwapi/js/ckeditor3/_source/core/dom/text.js index dfb46d5037..4a667438a3 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/text.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/text.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/walker.js b/phpgwapi/js/ckeditor3/_source/core/dom/walker.js index a9c4ebacb5..569ac57190 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/walker.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/walker.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -413,8 +413,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { return function( node ) { - var isWhitespace = node && ( node.type == CKEDITOR.NODE_TEXT ) - && !CKEDITOR.tools.trim( node.getText() ); + var isWhitespace; + if ( node && node.type == CKEDITOR.NODE_TEXT ) + { + // whitespace, as well as the text cursor filler node we used in Webkit. (#9384) + isWhitespace = !CKEDITOR.tools.trim( node.getText() ) || + CKEDITOR.env.webkit && node.getText() == '\u200b'; + } + return !! ( isReject ^ isWhitespace ); }; }; @@ -428,13 +434,25 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var whitespace = CKEDITOR.dom.walker.whitespaces(); return function( node ) { - // Nodes that take no spaces in wysiwyg: - // 1. White-spaces but not including NBSP; - // 2. Empty inline elements, e.g. we're checking here - // 'offsetHeight' instead of 'offsetWidth' for properly excluding - // all sorts of empty paragraph, e.g.
. - var isInvisible = whitespace( node ) || node.is && !node.$.offsetHeight; - return !! ( isReject ^ isInvisible ); + var invisible; + + if ( whitespace( node ) ) + invisible = 1; + else + { + // Visibility should be checked on element. + if ( node.type == CKEDITOR.NODE_TEXT ) + node = node.getParent(); + + // Nodes that take no spaces in wysiwyg: + // 1. White-spaces but not including NBSP; + // 2. Empty inline elements, e.g. we're checking here + // 'offsetHeight' instead of 'offsetWidth' for properly excluding + // all sorts of empty paragraph, e.g.
. + invisible = !node.$.offsetHeight; + } + + return !! ( isReject ^ invisible ); }; }; diff --git a/phpgwapi/js/ckeditor3/_source/core/dom/window.js b/phpgwapi/js/ckeditor3/_source/core/dom/window.js index 755b658f7f..813cd2047e 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dom/window.js +++ b/phpgwapi/js/ckeditor3/_source/core/dom/window.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/dtd.js b/phpgwapi/js/ckeditor3/_source/core/dtd.js index 6636dca3d1..76260b2ee6 100644 --- a/phpgwapi/js/ckeditor3/_source/core/dtd.js +++ b/phpgwapi/js/ckeditor3/_source/core/dtd.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/editor.js b/phpgwapi/js/ckeditor3/_source/core/editor.js index 20e5d7c0e0..41276a9f4e 100644 --- a/phpgwapi/js/ckeditor3/_source/core/editor.js +++ b/phpgwapi/js/ckeditor3/_source/core/editor.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/editor_basic.js b/phpgwapi/js/ckeditor3/_source/core/editor_basic.js index da7ef1ff07..337238093d 100644 --- a/phpgwapi/js/ckeditor3/_source/core/editor_basic.js +++ b/phpgwapi/js/ckeditor3/_source/core/editor_basic.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/env.js b/phpgwapi/js/ckeditor3/_source/core/env.js index e803371606..9f1f6d65ea 100644 --- a/phpgwapi/js/ckeditor3/_source/core/env.js +++ b/phpgwapi/js/ckeditor3/_source/core/env.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -289,6 +289,9 @@ if ( !CKEDITOR.env ) if ( env.quirks ) env.cssClass += ' cke_browser_iequirks'; + + if ( document.documentMode && document.documentMode >=9 ) + env.cssClass += ' cke_browser_ie9plus'; } if ( env.gecko && version < 10900 ) diff --git a/phpgwapi/js/ckeditor3/_source/core/event.js b/phpgwapi/js/ckeditor3/_source/core/event.js index 7b2b55750b..8c1fe96a74 100644 --- a/phpgwapi/js/ckeditor3/_source/core/event.js +++ b/phpgwapi/js/ckeditor3/_source/core/event.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/eventInfo.js b/phpgwapi/js/ckeditor3/_source/core/eventInfo.js index 2e38828fff..7e39cf4c1b 100644 --- a/phpgwapi/js/ckeditor3/_source/core/eventInfo.js +++ b/phpgwapi/js/ckeditor3/_source/core/eventInfo.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/focusmanager.js b/phpgwapi/js/ckeditor3/_source/core/focusmanager.js index 812bc9b5fd..902920ef2b 100644 --- a/phpgwapi/js/ckeditor3/_source/core/focusmanager.js +++ b/phpgwapi/js/ckeditor3/_source/core/focusmanager.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser.js index b652c6f5e3..29fee080b7 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/basicwriter.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/basicwriter.js index 6334e8fe21..269ca8df8d 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/basicwriter.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/basicwriter.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/cdata.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/cdata.js index f8eb01c80a..b2519cf0e9 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/cdata.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/cdata.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/comment.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/comment.js index 0cc5419645..4ca896db71 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/comment.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/comment.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/element.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/element.js index 2795eb7ce3..9643e0d7ca 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/element.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/element.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/filter.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/filter.js index e4df3613dd..afe67df6ce 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/filter.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/filter.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/fragment.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/fragment.js index 2d7f8ac1a2..a00ac2e982 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/fragment.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/fragment.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -127,7 +127,7 @@ CKEDITOR.htmlParser.fragment = function() function sendPendingBRs() { while ( pendingBRs.length ) - addElement( pendingBRs.shift(), currentNode ); + currentNode.add( pendingBRs.shift() ); } /* diff --git a/phpgwapi/js/ckeditor3/_source/core/htmlparser/text.js b/phpgwapi/js/ckeditor3/_source/core/htmlparser/text.js index 4bf5fd6471..0866ee36fe 100644 --- a/phpgwapi/js/ckeditor3/_source/core/htmlparser/text.js +++ b/phpgwapi/js/ckeditor3/_source/core/htmlparser/text.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/lang.js b/phpgwapi/js/ckeditor3/_source/core/lang.js index e75909f3bd..46fe1292fc 100644 --- a/phpgwapi/js/ckeditor3/_source/core/lang.js +++ b/phpgwapi/js/ckeditor3/_source/core/lang.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -56,6 +56,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license 'ka' : 1, 'km' : 1, 'ko' : 1, + 'ku' : 1, 'lt' : 1, 'lv' : 1, 'mn' : 1, @@ -75,6 +76,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license 'sv' : 1, 'th' : 1, 'tr' : 1, + 'ug' : 1, 'uk' : 1, 'vi' : 1, 'zh-cn' : 1, diff --git a/phpgwapi/js/ckeditor3/_source/core/loader.js b/phpgwapi/js/ckeditor3/_source/core/loader.js index ade7c068bf..5d42ebf390 100644 --- a/phpgwapi/js/ckeditor3/_source/core/loader.js +++ b/phpgwapi/js/ckeditor3/_source/core/loader.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -105,7 +105,7 @@ if ( !CKEDITOR.loader ) return path; })(); - var timestamp = 'C6HH5UF'; + var timestamp = 'D03G5XL'; var getUrl = function( resource ) { diff --git a/phpgwapi/js/ckeditor3/_source/core/plugindefinition.js b/phpgwapi/js/ckeditor3/_source/core/plugindefinition.js index f2cb536e45..e42a38e903 100644 --- a/phpgwapi/js/ckeditor3/_source/core/plugindefinition.js +++ b/phpgwapi/js/ckeditor3/_source/core/plugindefinition.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/plugins.js b/phpgwapi/js/ckeditor3/_source/core/plugins.js index 0bbe53f6b7..fda9c88798 100644 --- a/phpgwapi/js/ckeditor3/_source/core/plugins.js +++ b/phpgwapi/js/ckeditor3/_source/core/plugins.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/resourcemanager.js b/phpgwapi/js/ckeditor3/_source/core/resourcemanager.js index 53ffba246e..ac82e82900 100644 --- a/phpgwapi/js/ckeditor3/_source/core/resourcemanager.js +++ b/phpgwapi/js/ckeditor3/_source/core/resourcemanager.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/scriptloader.js b/phpgwapi/js/ckeditor3/_source/core/scriptloader.js index 3640fcd5df..a9e48a1c8d 100644 --- a/phpgwapi/js/ckeditor3/_source/core/scriptloader.js +++ b/phpgwapi/js/ckeditor3/_source/core/scriptloader.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/skins.js b/phpgwapi/js/ckeditor3/_source/core/skins.js index f91d45c5fb..2dcdefe36b 100644 --- a/phpgwapi/js/ckeditor3/_source/core/skins.js +++ b/phpgwapi/js/ckeditor3/_source/core/skins.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/themes.js b/phpgwapi/js/ckeditor3/_source/core/themes.js index 0ac89526c8..896fc8cbf4 100644 --- a/phpgwapi/js/ckeditor3/_source/core/themes.js +++ b/phpgwapi/js/ckeditor3/_source/core/themes.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/core/tools.js b/phpgwapi/js/ckeditor3/_source/core/tools.js index 148c588cae..a529c6a8b0 100644 --- a/phpgwapi/js/ckeditor3/_source/core/tools.js +++ b/phpgwapi/js/ckeditor3/_source/core/tools.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -756,7 +756,82 @@ For licensing, see LICENSE.html or http://ckeditor.com/license genKey : function() { return Array.prototype.slice.call( arguments ).join( '-' ); + }, + + /** + * Try to avoid differences in the style attribute. + * + * @param {String} styleText The style data to be normalized. + * @param {Boolean} [nativeNormalize=false] Parse the data using the browser. + * @returns {String} The normalized value. + */ + normalizeCssText: function( styleText, nativeNormalize ) { + var props = [], + name, + parsedProps = CKEDITOR.tools.parseCssText( styleText, true, nativeNormalize ); + + for ( name in parsedProps ) + props.push( name + ':' + parsedProps[ name ] ); + + props.sort(); + + return props.length ? ( props.join( ';' ) + ';' ) : ''; + }, + + /** + * Find and convert rgb(x,x,x) colors definition to hexadecimal notation. + * @param {String} styleText The style data (or just a string containing rgb colors) to be converted. + * @returns {String} The style data with rgb colors converted to hexadecimal equivalents. + */ + convertRgbToHex: function( styleText ) { + return styleText.replace( /(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi, function( match, red, green, blue ) { + var color = [ red, green, blue ]; + // Add padding zeros if the hex value is less than 0x10. + for ( var i = 0; i < 3; i++ ) + color[ i ] = ( '0' + parseInt( color[ i ], 10 ).toString( 16 ) ).slice( -2 ); + return '#' + color.join( '' ); + }); + }, + + /** + * Turn inline style text properties into one hash. + * + * @param {String} styleText The style data to be parsed. + * @param {Boolean} [normalize=false] Normalize properties and values + * (e.g. trim spaces, convert to lower case). + * @param {Boolean} [nativeNormalize=false] Parse the data using the browser. + * @returns {String} The object containing parsed properties. + */ + parseCssText: function( styleText, normalize, nativeNormalize ) { + var retval = {}; + + if ( nativeNormalize ) { + // Injects the style in a temporary span object, so the browser parses it, + // retrieving its final format. + var temp = new CKEDITOR.dom.element( 'span' ); + temp.setAttribute( 'style', styleText ); + styleText = CKEDITOR.tools.convertRgbToHex( temp.getAttribute( 'style' ) || '' ); + } + + // IE will leave a single semicolon when failed to parse the style text. (#3891) + if ( !styleText || styleText == ';' ) + return retval; + + styleText.replace( /"/g, '"' ).replace( /\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g, function( match, name, value ) { + if ( normalize ) { + name = name.toLowerCase(); + // Normalize font-family property, ignore quotes and being case insensitive. (#7322) + // http://www.w3.org/TR/css3-fonts/#font-family-the-font-family-property + if ( name == 'font-family' ) + value = value.toLowerCase().replace( /["']/g, '' ).replace( /\s*,\s*/g, ',' ); + value = CKEDITOR.tools.trim( value ); + } + + retval[ name ] = value; + }); + return retval; } + }; })(); diff --git a/phpgwapi/js/ckeditor3/_source/core/ui.js b/phpgwapi/js/ckeditor3/_source/core/ui.js index 085815c01b..005dc1377d 100644 --- a/phpgwapi/js/ckeditor3/_source/core/ui.js +++ b/phpgwapi/js/ckeditor3/_source/core/ui.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ diff --git a/phpgwapi/js/ckeditor3/_source/lang/_languages.js b/phpgwapi/js/ckeditor3/_source/lang/_languages.js index bb882af918..d3ed0479fd 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/_languages.js +++ b/phpgwapi/js/ckeditor3/_source/lang/_languages.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -43,6 +43,7 @@ var CKEDITOR_LANGS = (function() ka : 'Georgian', km : 'Khmer', ko : 'Korean', + ku : 'Kurdish', lt : 'Lithuanian', lv : 'Latvian', mn : 'Mongolian', @@ -62,6 +63,7 @@ var CKEDITOR_LANGS = (function() sv : 'Swedish', th : 'Thai', tr : 'Turkish', + ug : 'Uighur', uk : 'Ukrainian', vi : 'Vietnamese', zh : 'Chinese Traditional', diff --git a/phpgwapi/js/ckeditor3/_source/lang/_translationstatus.txt b/phpgwapi/js/ckeditor3/_source/lang/_translationstatus.txt index 467a73331e..df863e541e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/_translationstatus.txt +++ b/phpgwapi/js/ckeditor3/_source/lang/_translationstatus.txt @@ -1,64 +1,65 @@ -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license -af.js Found: 548 Missing: 29 -ar.js Found: 470 Missing: 107 -bg.js Found: 394 Missing: 183 -bn.js Found: 292 Missing: 285 -bs.js Found: 175 Missing: 402 -ca.js Found: 549 Missing: 28 -cs.js Found: 577 Missing: 0 -cy.js Found: 575 Missing: 2 -da.js Found: 575 Missing: 2 -de.js Found: 575 Missing: 2 -el.js Found: 391 Missing: 186 -en-au.js Found: 347 Missing: 230 -en-ca.js Found: 345 Missing: 232 -en-gb.js Found: 517 Missing: 60 -eo.js Found: 577 Missing: 0 -es.js Found: 575 Missing: 2 -et.js Found: 577 Missing: 0 -eu.js Found: 417 Missing: 160 -fa.js Found: 575 Missing: 2 -fi.js Found: 575 Missing: 2 -fo.js Found: 575 Missing: 2 -fr-ca.js Found: 319 Missing: 258 -fr.js Found: 575 Missing: 2 -gl.js Found: 292 Missing: 285 -gu.js Found: 575 Missing: 2 -he.js Found: 575 Missing: 2 -hi.js Found: 327 Missing: 250 -hr.js Found: 575 Missing: 2 -hu.js Found: 572 Missing: 5 -id.js Found: 1 Missing: 576 -is.js Found: 326 Missing: 251 -it.js Found: 577 Missing: 0 -ja.js Found: 493 Missing: 84 -ka.js Found: 568 Missing: 9 -km.js Found: 286 Missing: 291 -ko.js Found: 304 Missing: 273 -lt.js Found: 575 Missing: 2 -lv.js Found: 294 Missing: 283 -mk.js Found: 0 Missing: 577 -mn.js Found: 320 Missing: 257 -ms.js Found: 276 Missing: 301 -nb.js Found: 577 Missing: 0 -nl.js Found: 575 Missing: 2 -no.js Found: 577 Missing: 0 -pl.js Found: 575 Missing: 2 -pt-br.js Found: 577 Missing: 0 -pt.js Found: 326 Missing: 251 -ro.js Found: 432 Missing: 145 -ru.js Found: 575 Missing: 2 -sk.js Found: 364 Missing: 213 -sl.js Found: 426 Missing: 151 -sr-latn.js Found: 287 Missing: 290 -sr.js Found: 286 Missing: 291 -sv.js Found: 550 Missing: 27 -th.js Found: 298 Missing: 279 -tr.js Found: 575 Missing: 2 -ug.js Found: 572 Missing: 5 -uk.js Found: 575 Missing: 2 -vi.js Found: 577 Missing: 0 -zh-cn.js Found: 577 Missing: 0 -zh.js Found: 433 Missing: 144 +af.js Found: 551 Missing: 28 +ar.js Found: 471 Missing: 108 +bg.js Found: 397 Missing: 182 +bn.js Found: 293 Missing: 286 +bs.js Found: 176 Missing: 403 +ca.js Found: 550 Missing: 29 +cs.js Found: 579 Missing: 0 +cy.js Found: 579 Missing: 0 +da.js Found: 577 Missing: 2 +de.js Found: 578 Missing: 1 +el.js Found: 449 Missing: 130 +en-au.js Found: 348 Missing: 231 +en-ca.js Found: 346 Missing: 233 +en-gb.js Found: 518 Missing: 61 +eo.js Found: 578 Missing: 1 +es.js Found: 578 Missing: 1 +et.js Found: 577 Missing: 2 +eu.js Found: 418 Missing: 161 +fa.js Found: 577 Missing: 2 +fi.js Found: 579 Missing: 0 +fo.js Found: 577 Missing: 2 +fr-ca.js Found: 322 Missing: 257 +fr.js Found: 578 Missing: 1 +gl.js Found: 293 Missing: 286 +gu.js Found: 577 Missing: 2 +he.js Found: 578 Missing: 1 +hi.js Found: 330 Missing: 249 +hr.js Found: 578 Missing: 1 +hu.js Found: 574 Missing: 5 +id.js Found: 1 Missing: 578 +is.js Found: 327 Missing: 252 +it.js Found: 579 Missing: 0 +ja.js Found: 496 Missing: 83 +ka.js Found: 570 Missing: 9 +km.js Found: 287 Missing: 292 +ko.js Found: 305 Missing: 274 +ku.js Found: 578 Missing: 1 +lt.js Found: 577 Missing: 2 +lv.js Found: 578 Missing: 1 +mk.js Found: 0 Missing: 579 +mn.js Found: 389 Missing: 190 +ms.js Found: 277 Missing: 302 +nb.js Found: 579 Missing: 0 +nl.js Found: 576 Missing: 3 +no.js Found: 579 Missing: 0 +pl.js Found: 578 Missing: 1 +pt-br.js Found: 579 Missing: 0 +pt.js Found: 327 Missing: 252 +ro.js Found: 434 Missing: 145 +ru.js Found: 577 Missing: 2 +sk.js Found: 578 Missing: 1 +sl.js Found: 427 Missing: 152 +sr-latn.js Found: 288 Missing: 291 +sr.js Found: 287 Missing: 292 +sv.js Found: 552 Missing: 27 +th.js Found: 299 Missing: 280 +tr.js Found: 578 Missing: 1 +ug.js Found: 574 Missing: 5 +uk.js Found: 578 Missing: 1 +vi.js Found: 578 Missing: 1 +zh-cn.js Found: 579 Missing: 0 +zh.js Found: 436 Missing: 143 diff --git a/phpgwapi/js/ckeditor3/_source/lang/af.js b/phpgwapi/js/ckeditor3/_source/lang/af.js index 9b79693103..83012c926e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/af.js +++ b/phpgwapi/js/ckeditor3/_source/lang/af.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['af'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Teksverwerker, %1', + editorHelp : 'Druk op ALT 0 vir hulp', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -120,6 +120,7 @@ CKEDITOR.lang['af'] = alignTop : 'Bo', alignMiddle : 'Middel', alignBottom : 'Onder', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Hoogte moet \'n getal wees', invalidWidth : 'Breedte moet \'n getal wees.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['af'] = ignoreAll : 'Ignoreer alles', addWord : 'Voeg woord by', emptyDic : 'Woordeboeknaam mag nie leeg wees nie.', - + noSuggestions : 'Geen voorstel', optionsTab : 'Opsies', allCaps : 'Ignoreer woorde in hoofletters', ignoreDomainNames : 'Ignoreer domeinname', diff --git a/phpgwapi/js/ckeditor3/_source/lang/ar.js b/phpgwapi/js/ckeditor3/_source/lang/ar.js index e04ad55ee7..4f997ac09c 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/ar.js +++ b/phpgwapi/js/ckeditor3/_source/lang/ar.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['ar'] = alignTop : 'أعلى', alignMiddle : 'وسط', alignBottom : 'أسفل', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'الارتفاع يجب أن يكون عدداً.', invalidWidth : 'العرض يجب أن يكون عدداً.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ar'] = ignoreAll : 'تجاهل الكل', addWord : 'إضافة كلمة', emptyDic : 'اسم القاموس يجب ألا يكون فارغاً.', - + noSuggestions : 'لا توجد إقتراحات', optionsTab : 'خيارات', allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/bg.js b/phpgwapi/js/ckeditor3/_source/lang/bg.js index 2995ff4a4b..219afd547a 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/bg.js +++ b/phpgwapi/js/ckeditor3/_source/lang/bg.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['bg'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Текстов редактор за форматиран текст, %1', + editorHelp : 'натиснете ALT 0 за помощ', // ARIA descriptions. toolbars : 'Ленти с инструменти', @@ -120,6 +120,7 @@ CKEDITOR.lang['bg'] = alignTop : 'Горе', alignMiddle : 'По средата', alignBottom : 'Долу', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Височината трябва да е число.', invalidWidth : 'Ширина требе да е число.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['bg'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'Няма предложения', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/bn.js b/phpgwapi/js/ckeditor3/_source/lang/bn.js index f3bef9f732..ff257921cc 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/bn.js +++ b/phpgwapi/js/ckeditor3/_source/lang/bn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['bn'] = alignTop : 'উপর', alignMiddle : 'মধ্য', alignBottom : 'নীচে', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['bn'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'কোন সাজেশন নেই', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/bs.js b/phpgwapi/js/ckeditor3/_source/lang/bs.js index 6dbd9a0068..0149a1c918 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/bs.js +++ b/phpgwapi/js/ckeditor3/_source/lang/bs.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['bs'] = alignTop : 'Vrh', alignMiddle : 'Sredina', alignBottom : 'Dno', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['bs'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'No suggestions', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/ca.js b/phpgwapi/js/ckeditor3/_source/lang/ca.js index 236dcf2fc1..dcc51eb606 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/ca.js +++ b/phpgwapi/js/ckeditor3/_source/lang/ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['ca'] = alignTop : 'Superior', alignMiddle : 'Centre', alignBottom : 'Inferior', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'L\'alçada ha de ser un nombre.', invalidWidth : 'L\'amplada ha de ser un nombre.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ca'] = ignoreAll : 'Ignora\'ls tots', addWord : 'Afegeix una paraula', emptyDic : 'El nom del diccionari no hauria d\'estar buit.', - + noSuggestions : 'Cap suggeriment', optionsTab : 'Opcions', allCaps : 'Ignora paraules en majúscules', ignoreDomainNames : 'Ignora els noms de domini', diff --git a/phpgwapi/js/ckeditor3/_source/lang/cs.js b/phpgwapi/js/ckeditor3/_source/lang/cs.js index 98a02b03bf..851c4b9d1a 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/cs.js +++ b/phpgwapi/js/ckeditor3/_source/lang/cs.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['cs'] = alignTop : 'Nahoru', alignMiddle : 'Na střed', alignBottom : 'Dolů', + invalidValue : 'Neplatná hodnota.', invalidHeight : 'Zadaná výška musí být číslo.', invalidWidth : 'Šířka musí být číslo.', invalidCssLength : 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['cs'] = ignoreAll : 'Přeskočit vše', addWord : 'Přidat slovo', emptyDic : 'Název slovníku nesmí být prázdný.', - + noSuggestions : 'Zádné návrhy', optionsTab : 'Nastavení', allCaps : 'Ignorovat slova tvořená velkými písmeny', ignoreDomainNames : 'Ignorovat doménová jména', diff --git a/phpgwapi/js/ckeditor3/_source/lang/cy.js b/phpgwapi/js/ckeditor3/_source/lang/cy.js index 73590ad6ac..7319ffc6d0 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/cy.js +++ b/phpgwapi/js/ckeditor3/_source/lang/cy.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['cy'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Golygydd testun cyfoethog, %1', + editorHelp : 'Gwasgwch ALT 0 am gymorth', // ARIA descriptions. toolbars : 'Bariau offer golygydd', @@ -120,6 +120,7 @@ CKEDITOR.lang['cy'] = alignTop : 'Brig', alignMiddle : 'Canol', alignBottom : 'Gwaelod', + invalidValue : 'Gwerth annilys.', invalidHeight : 'Rhaid i\'r Uchder fod yn rhif.', invalidWidth : 'Rhaid i\'r Lled fod yn rhif.', invalidCssLength : 'Mae\'n rhaid i\'r gwerth ar gyfer maes "%1" fod yn rhif positif gyda neu heb uned fesuriad CSS dilys (px, %, in, cm, mm, em, ex, pt, neu pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['cy'] = ignoreAll : 'Anwybyddu pob', addWord : 'Ychwanegu Gair', emptyDic : 'Ni ddylai enw\'r geiriadur fod yn wag.', - + noSuggestions : 'Dim awgrymiadau', optionsTab : 'Opsiynau', allCaps : 'Anwybyddu Geiriau Nodau Uwch i Gyd', ignoreDomainNames : 'Anwybyddu Enwau Parth', diff --git a/phpgwapi/js/ckeditor3/_source/lang/da.js b/phpgwapi/js/ckeditor3/_source/lang/da.js index 84a3e733ef..20c8f193f2 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/da.js +++ b/phpgwapi/js/ckeditor3/_source/lang/da.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -32,7 +32,7 @@ CKEDITOR.lang['da'] = * of reading non-English words. So be careful while translating it. */ editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorHelp : 'Tryk ALT 0 for hjælp', // ARIA descriptions. toolbars : 'Editors værktøjslinjer', @@ -120,6 +120,7 @@ CKEDITOR.lang['da'] = alignTop : 'Øverst', alignMiddle : 'Centreret', alignBottom : 'Nederst', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Højde skal være et tal.', invalidWidth : 'Bredde skal være et tal.', invalidCssLength : 'Værdien specificeret for "%1" feltet skal være et positivt nummer med eller uden en CSS måleenhed (px, %, in, cm, mm, em, ex, pt, eller pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['da'] = ignoreAll : 'Ignorér alle', addWord : 'Tilføj ord', emptyDic : 'Ordbogsnavn må ikke være tom.', - + noSuggestions : 'Ingen forslag', optionsTab : 'Indstillinger', allCaps : 'Ignorer alle store bogstaver', ignoreDomainNames : 'Ignorér domænenavne', diff --git a/phpgwapi/js/ckeditor3/_source/lang/de.js b/phpgwapi/js/ckeditor3/_source/lang/de.js index f2922527f3..478aa7953c 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/de.js +++ b/phpgwapi/js/ckeditor3/_source/lang/de.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['de'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'WYSIWYG-Editor, %1', + editorHelp : 'Drücken Sie ALT 0 für Hilfe', // ARIA descriptions. toolbars : 'Editor Symbolleisten', @@ -120,6 +120,7 @@ CKEDITOR.lang['de'] = alignTop : 'Oben', alignMiddle : 'Mitte', alignBottom : 'Unten', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Höhe muss eine Zahl sein.', invalidWidth : 'Breite muss eine Zahl sein.', invalidCssLength : 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['de'] = ignoreAll : 'Alle ignorieren', addWord : 'Wort hinzufügen', emptyDic : 'Wörterbuchname sollte leer sein.', - + noSuggestions : 'keine Vorschläge', optionsTab : 'Optionen', allCaps : 'Groß geschriebenen Wörter ignorieren', ignoreDomainNames : 'Domain-Namen ignorieren', diff --git a/phpgwapi/js/ckeditor3/_source/lang/el.js b/phpgwapi/js/ckeditor3/_source/lang/el.js index 6c18e2535a..ed52aec276 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/el.js +++ b/phpgwapi/js/ckeditor3/_source/lang/el.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['el'] = alignTop : 'Πάνω', alignMiddle : 'Μέση', alignBottom : 'Κάτω', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Το ύψος πρέπει να είναι ένας αριθμός.', invalidWidth : 'Το πλάτος πρέπει να είναι ένας αριθμός.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -449,25 +450,25 @@ CKEDITOR.lang['el'] = scaleNoBorder : 'Χωρίς Περίγραμμα', scaleFit : 'Ακριβές Μέγεθος', access : 'Script Access', // MISSING - accessAlways : 'Always', // MISSING + accessAlways : 'Πάντα', accessSameDomain: 'Same domain', // MISSING - accessNever : 'Never', // MISSING + accessNever : 'Ποτέ', alignAbsBottom : 'Απόλυτα Κάτω', alignAbsMiddle : 'Απόλυτα στη Μέση', alignBaseline : 'Γραμμή Βάσης', alignTextTop : 'Κορυφή Κειμένου', - quality : 'Quality', // MISSING - qualityBest : 'Best', // MISSING - qualityHigh : 'High', // MISSING - qualityAutoHigh : 'Auto High', // MISSING - qualityMedium : 'Medium', // MISSING - qualityAutoLow : 'Auto Low', // MISSING - qualityLow : 'Low', // MISSING - windowModeWindow: 'Window', // MISSING - windowModeOpaque: 'Opaque', // MISSING - windowModeTransparent : 'Transparent', // MISSING + quality : 'Ποιότητα', + qualityBest : 'Καλύτερη', + qualityHigh : 'Υψηλή', + qualityAutoHigh : 'Αυτόματη Υψηλή', + qualityMedium : 'Μεσαία', + qualityAutoLow : 'Αυτόματη Χαμηλή', + qualityLow : 'Χαμηλή', + windowModeWindow: 'Παράθυρο', + windowModeOpaque: 'Συμπαγές', + windowModeTransparent : 'Διάφανο', windowMode : 'Window mode', // MISSING - flashvars : 'Variables for Flash', // MISSING + flashvars : 'Μεταβλητές για Flash', bgcolor : 'Χρώμα Υποβάθρου', hSpace : 'Οριζόντιο Διάστημα', vSpace : 'Κάθετο Διάστημα', @@ -480,8 +481,8 @@ CKEDITOR.lang['el'] = spellCheck : { toolbar : 'Ορθογραφικός Έλεγχος', - title : 'Spell Check', // MISSING - notAvailable : 'Sorry, but service is unavailable now.', // MISSING + title : 'Ορθογραφικός Έλεγχος', + notAvailable : 'Η υπηρεσία δεν είναι διαθέσιμη αυτήν την στιγμή.', errorLoading : 'Error loading application service host: %s.', // MISSING notInDic : 'Δεν υπάρχει στο λεξικό', changeTo : 'Αλλαγή σε', @@ -503,13 +504,13 @@ CKEDITOR.lang['el'] = { toolbar : 'Smiley', title : 'Επιλέξτε ένα Smiley', - options : 'Smiley Options' // MISSING + options : 'Επιλογές Smiley' }, elementsPath : { eleLabel : 'Elements path', // MISSING - eleTitle : '%1 element' // MISSING + eleTitle : '%1 στοιχείο' }, numberedlist : 'Εισαγωγή/Απομάκρυνση Αριθμημένης Λίστας', @@ -611,21 +612,21 @@ CKEDITOR.lang['el'] = title : 'IFrame Properties', // MISSING toolbar : 'IFrame', // MISSING noUrl : 'Please type the iframe URL', // MISSING - scrolling : 'Enable scrollbars', // MISSING + scrolling : 'Ενεργοποίηση μπαρών κύλισης', border : 'Show frame border' // MISSING }, font : { label : 'Γραμματοσειρά', - voiceLabel : 'Font', // MISSING + voiceLabel : 'Γραμματοσειρά', panelTitle : 'Όνομα Γραμματοσειράς' }, fontSize : { label : 'Μέγεθος', - voiceLabel : 'Font Size', // MISSING + voiceLabel : 'Μέγεθος γραμματοσειράς', panelTitle : 'Μέγεθος Γραμματοσειράς' }, @@ -633,14 +634,14 @@ CKEDITOR.lang['el'] = { textColorTitle : 'Χρώμα Κειμένου', bgColorTitle : 'Χρώμα Φόντου', - panelTitle : 'Colors', // MISSING + panelTitle : 'Χρώματα', auto : 'Αυτόματα', more : 'Περισσότερα χρώματα...' }, colors : { - '000' : 'Black', // MISSING + '000' : 'Μαύρο', '800000' : 'Maroon', // MISSING '8B4513' : 'Saddle Brown', // MISSING '2F4F4F' : 'Dark Slate Gray', // MISSING @@ -654,8 +655,8 @@ CKEDITOR.lang['el'] = '006400' : 'Dark Green', // MISSING '40E0D0' : 'Turquoise', // MISSING '0000CD' : 'Medium Blue', // MISSING - '800080' : 'Purple', // MISSING - '808080' : 'Gray', // MISSING + '800080' : 'Μώβ', + '808080' : 'Γκρί', 'F00' : 'Red', // MISSING 'FF8C00' : 'Dark Orange', // MISSING 'FFD700' : 'Gold', // MISSING @@ -690,37 +691,37 @@ CKEDITOR.lang['el'] = disable : 'Disable SCAYT', // MISSING about : 'About SCAYT', // MISSING toggle : 'Toggle SCAYT', // MISSING - options : 'Options', // MISSING - langs : 'Languages', // MISSING - moreSuggestions : 'More suggestions', // MISSING - ignore : 'Ignore', // MISSING - ignoreAll : 'Ignore All', // MISSING - addWord : 'Add Word', // MISSING - emptyDic : 'Dictionary name should not be empty.', // MISSING - - optionsTab : 'Options', // MISSING - allCaps : 'Ignore All-Caps Words', // MISSING + options : 'Επιλογές', + langs : 'Γλώσσες', + moreSuggestions : 'Περισσότερες προτάσεις', + ignore : 'Αγνόησε το', + ignoreAll : 'Να αγνοηθούν όλα', + addWord : 'Προσθήκη στο λεξικό', + emptyDic : 'Το όνομα του λεξικού δεν πρέπει να είναι κενό.', + noSuggestions : 'No suggestions', // MISSING + optionsTab : 'Επιλογές', + allCaps : 'Να αγνοούνται όλες οι λέξεις σε κεφαλαία', ignoreDomainNames : 'Ignore Domain Names', // MISSING mixedCase : 'Ignore Words with Mixed Case', // MISSING mixedWithDigits : 'Ignore Words with Numbers', // MISSING - languagesTab : 'Languages', // MISSING + languagesTab : 'Γλώσσες', - dictionariesTab : 'Dictionaries', // MISSING - dic_field_name : 'Dictionary name', // MISSING - dic_create : 'Create', // MISSING - dic_restore : 'Restore', // MISSING - dic_delete : 'Delete', // MISSING - dic_rename : 'Rename', // MISSING + dictionariesTab : 'Λεξικά', + dic_field_name : 'Όνομα λεξικού', + dic_create : 'Δημιουργία', + dic_restore : 'Ανάκτηση', + dic_delete : 'Διαγραφή', + dic_rename : 'Μετονομασία', dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING - aboutTab : 'About' // MISSING + aboutTab : 'Περί' }, about : { - title : 'About CKEditor', // MISSING - dlgTitle : 'About CKEditor', // MISSING + title : 'Περί του CKEditor', + dlgTitle : 'Περί του CKEditor', help : 'Check $1 for help.', // MISSING userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING @@ -736,18 +737,18 @@ CKEDITOR.lang['el'] = flash : 'Flash Animation', // MISSING iframe : 'IFrame', // MISSING hiddenfield : 'Hidden Field', // MISSING - unknown : 'Unknown Object' // MISSING + unknown : 'Άγνωστο Αντικείμενο' }, resize : 'Σύρσιμο για αλλαγή μεγέθους', colordialog : { - title : 'Select color', // MISSING - options : 'Color Options', // MISSING + title : 'Επιλογή Χρώματος', + options : 'Επιλογές Χρωμάτων', highlight : 'Highlight', // MISSING - selected : 'Selected Color', // MISSING - clear : 'Clear' // MISSING + selected : 'Επιλεγμένο Χρώμα', + clear : 'Καθαρισμός' }, toolbarCollapse : 'Σύμπτηξη Εργαλειοθήκης', @@ -755,17 +756,17 @@ CKEDITOR.lang['el'] = toolbarGroups : { - document : 'Document', // MISSING + document : 'Έγγραφο', clipboard : 'Clipboard/Undo', // MISSING - editing : 'Editing', // MISSING - forms : 'Forms', // MISSING - basicstyles : 'Basic Styles', // MISSING - paragraph : 'Paragraph', // MISSING - links : 'Links', // MISSING - insert : 'Insert', // MISSING - styles : 'Styles', // MISSING - colors : 'Colors', // MISSING - tools : 'Tools' // MISSING + editing : 'Σε επεξεργασία', + forms : 'Φόρμες', + basicstyles : 'Βασικά στυλ', + paragraph : 'Παράγραφος', + links : 'Συνδέσμοι', + insert : 'Εισαγωγή', + styles : 'Στυλ', + colors : 'Χρώματα', + tools : 'Εργαλεία' }, bidi : diff --git a/phpgwapi/js/ckeditor3/_source/lang/en-au.js b/phpgwapi/js/ckeditor3/_source/lang/en-au.js index f577109c9c..ac8874f39e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/en-au.js +++ b/phpgwapi/js/ckeditor3/_source/lang/en-au.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['en-au'] = alignTop : 'Top', // MISSING alignMiddle : 'Middle', // MISSING alignBottom : 'Bottom', // MISSING + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['en-au'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'No suggestions', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/en-ca.js b/phpgwapi/js/ckeditor3/_source/lang/en-ca.js index 3c47cb6f67..601d288c0c 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/en-ca.js +++ b/phpgwapi/js/ckeditor3/_source/lang/en-ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['en-ca'] = alignTop : 'Top', // MISSING alignMiddle : 'Middle', // MISSING alignBottom : 'Bottom', // MISSING + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['en-ca'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'No suggestions', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/en-gb.js b/phpgwapi/js/ckeditor3/_source/lang/en-gb.js index 2e1f7eb911..79243e52df 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/en-gb.js +++ b/phpgwapi/js/ckeditor3/_source/lang/en-gb.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['en-gb'] = alignTop : 'Top', alignMiddle : 'Middle', alignBottom : 'Bottom', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', invalidWidth : 'Width must be a number.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['en-gb'] = ignoreAll : 'Ignore All', addWord : 'Add Word', emptyDic : 'Dictionary name should not be empty.', - + noSuggestions : 'No suggestions', optionsTab : 'Options', allCaps : 'Ignore All-Caps Words', ignoreDomainNames : 'Ignore Domain Names', diff --git a/phpgwapi/js/ckeditor3/_source/lang/en.js b/phpgwapi/js/ckeditor3/_source/lang/en.js index 2af57e8d20..e685e09675 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/en.js +++ b/phpgwapi/js/ckeditor3/_source/lang/en.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['en'] = alignTop : 'Top', alignMiddle : 'Middle', alignBottom : 'Bottom', + invalidValue : 'Invalid value.', invalidHeight : 'Height must be a number.', invalidWidth : 'Width must be a number.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['en'] = ignoreAll : 'Ignore All', addWord : 'Add Word', emptyDic : 'Dictionary name should not be empty.', - + noSuggestions : 'No suggestions', optionsTab : 'Options', allCaps : 'Ignore All-Caps Words', ignoreDomainNames : 'Ignore Domain Names', diff --git a/phpgwapi/js/ckeditor3/_source/lang/eo.js b/phpgwapi/js/ckeditor3/_source/lang/eo.js index a1b3584c1f..4f820e1487 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/eo.js +++ b/phpgwapi/js/ckeditor3/_source/lang/eo.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['eo'] = alignTop : 'Supre', alignMiddle : 'Centre', alignBottom : 'Malsupre', + invalidValue : 'Nevalida Valoro', invalidHeight : 'Alto devas esti nombro.', invalidWidth : 'Larĝo devas esti nombro.', invalidCssLength : 'La valoro indikita por la "%1" kampo devas esti pozitiva nombro kun aŭ sen valida CSSmezurunuo (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['eo'] = ignoreAll : 'Ignori ĉion', addWord : 'Almeti la vorton', emptyDic : 'La vortaronomo ne devus esti malplena.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'Opcioj', allCaps : 'Ignori la vortojn skribitajn nur per ĉefliteroj', ignoreDomainNames : 'Ignori domajnajn nomojn', diff --git a/phpgwapi/js/ckeditor3/_source/lang/es.js b/phpgwapi/js/ckeditor3/_source/lang/es.js index da315e05a0..5367398167 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/es.js +++ b/phpgwapi/js/ckeditor3/_source/lang/es.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['es'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Editor de texto, %1', + editorHelp : 'Pulse ALT 0 para ayuda', // ARIA descriptions. toolbars : 'Barras de herramientas del editor', @@ -120,6 +120,7 @@ CKEDITOR.lang['es'] = alignTop : 'Tope', alignMiddle : 'Centro', alignBottom : 'Pie', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Altura debe ser un número.', invalidWidth : 'Anchura debe ser un número.', invalidCssLength : 'El valor especificado para el campo "%1" debe ser un número positivo, incluyendo optionalmente una unidad de medida CSS válida (px, %, in, cm, mm, em, ex, pt, o pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['es'] = ignoreAll : 'Ignorar Todas', addWord : 'Añadir palabra', emptyDic : 'El nombre del diccionario no puede estar en blanco.', - + noSuggestions : 'No hay sugerencias', optionsTab : 'Opciones', allCaps : 'Omitir palabras en MAYÚSCULAS', ignoreDomainNames : 'Omitir nombres de dominio', diff --git a/phpgwapi/js/ckeditor3/_source/lang/et.js b/phpgwapi/js/ckeditor3/_source/lang/et.js index 859c70beea..8dd646cc6a 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/et.js +++ b/phpgwapi/js/ckeditor3/_source/lang/et.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['et'] = alignTop : 'Üles', alignMiddle : 'Keskele', alignBottom : 'Alla', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Kõrgus peab olema number.', invalidWidth : 'Laius peab olema number.', invalidCssLength : '"%1" välja jaoks määratud väärtus peab olema positiivne täisarv CSS ühikuga (px, %, in, cm, mm, em, ex, pt või pc) või ilma.', @@ -697,7 +698,7 @@ CKEDITOR.lang['et'] = ignoreAll : 'Eira kõiki', addWord : 'Lisa sõna', emptyDic : 'Sõnaraamatu nimi ei tohi olla tühi.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'Valikud', allCaps : 'Läbivate suurtähtedega sõnade eiramine', ignoreDomainNames : 'Domeeninimede eiramine', diff --git a/phpgwapi/js/ckeditor3/_source/lang/eu.js b/phpgwapi/js/ckeditor3/_source/lang/eu.js index cbb152275a..f0ef8eb504 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/eu.js +++ b/phpgwapi/js/ckeditor3/_source/lang/eu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['eu'] = alignTop : 'Goian', alignMiddle : 'Erdian', alignBottom : 'Behean', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Altuera zenbaki bat izan behar da.', invalidWidth : 'Zabalera zenbaki bat izan behar da.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['eu'] = ignoreAll : 'Denak baztertu', addWord : 'Hitza Gehitu', emptyDic : 'Hiztegiaren izena ezin da hutsik egon.', - + noSuggestions : 'Iradokizunik ez', optionsTab : 'Aukerak', allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/fa.js b/phpgwapi/js/ckeditor3/_source/lang/fa.js index 3173b25640..317e3522a0 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/fa.js +++ b/phpgwapi/js/ckeditor3/_source/lang/fa.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['fa'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'ویرایشگر متن غنی, %1', + editorHelp : 'کلید Alt+0 را برای راهنمایی بفشارید', // ARIA descriptions. toolbars : 'نوار ابزار', @@ -120,6 +120,7 @@ CKEDITOR.lang['fa'] = alignTop : 'بالا', alignMiddle : 'وسط', alignBottom : 'پائین', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'ارتفاع باید یک عدد باشد.', invalidWidth : 'پهنا باید یک عدد باشد.', invalidCssLength : 'عدد تعیین شده برای فیلد "%1" باید یک عدد مثبت با یا بدون یک واحد اندازه گیری CSS معتبر باشد (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['fa'] = ignoreAll : 'عبور کردن از همه', addWord : 'افزودن Word', emptyDic : 'نام دیکشنری نباید خالی باشد.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'گزینهها', allCaps : 'نادیده گرفتن همه کلاه-واژهها', ignoreDomainNames : 'عبور از نامهای دامنه', diff --git a/phpgwapi/js/ckeditor3/_source/lang/fi.js b/phpgwapi/js/ckeditor3/_source/lang/fi.js index 69cdc604ac..11835a390a 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/fi.js +++ b/phpgwapi/js/ckeditor3/_source/lang/fi.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['fi'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Rikastekstieditori, %1', + editorHelp : 'Paina ALT 0 nähdäksesi ohjeen', // ARIA descriptions. toolbars : 'Editorin työkalupalkit', @@ -120,6 +120,7 @@ CKEDITOR.lang['fi'] = alignTop : 'Ylös', alignMiddle : 'Keskelle', alignBottom : 'Alas', + invalidValue : 'Virheellinen arvo.', invalidHeight : 'Korkeuden täytyy olla numero.', invalidWidth : 'Leveyden täytyy olla numero.', invalidCssLength : 'Kentän "%1" arvon täytyy olla positiivinen luku CSS mittayksikön (px, %, in, cm, mm, em, ex, pt tai pc) kanssa tai ilman.', @@ -697,7 +698,7 @@ CKEDITOR.lang['fi'] = ignoreAll : 'Ohita kaikki', addWord : 'Lisää sana', emptyDic : 'Sanakirjan nimi on annettava.', - + noSuggestions : 'Ei ehdotuksia', optionsTab : 'Asetukset', allCaps : 'Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla', ignoreDomainNames : 'Ohita verkkotunnukset', diff --git a/phpgwapi/js/ckeditor3/_source/lang/fo.js b/phpgwapi/js/ckeditor3/_source/lang/fo.js index 9920906952..96acd3b8c8 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/fo.js +++ b/phpgwapi/js/ckeditor3/_source/lang/fo.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -32,7 +32,7 @@ CKEDITOR.lang['fo'] = * of reading non-English words. So be careful while translating it. */ editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorHelp : 'Trýst ALT og 0 fyri vegleiðing', // ARIA descriptions. toolbars : 'Editor toolbars', @@ -120,6 +120,7 @@ CKEDITOR.lang['fo'] = alignTop : 'Ovast', alignMiddle : 'Miðja', alignBottom : 'Botnur', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Hædd má vera eitt tal.', invalidWidth : 'Breidd má vera eitt tal.', invalidCssLength : 'Virðið sett í "%1" feltið má vera eitt positivt tal, við ella uttan gyldugum CSS mátieind (px, %, in, cm, mm, em, ex, pt, ella pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['fo'] = ignoreAll : 'Ignorera alt', addWord : 'Legg orð afturat', emptyDic : 'Heiti á orðabók eigur ikki at vera tómt.', - + noSuggestions : 'Einki uppskot', optionsTab : 'Uppseting', allCaps : 'Loyp orð við bert stórum stavum um', ignoreDomainNames : 'loyp økisnøvn um', diff --git a/phpgwapi/js/ckeditor3/_source/lang/fr-ca.js b/phpgwapi/js/ckeditor3/_source/lang/fr-ca.js index 8ffbf54456..cb091e4f89 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/fr-ca.js +++ b/phpgwapi/js/ckeditor3/_source/lang/fr-ca.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['fr-ca'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Editor de text enriquit, %1', + editorHelp : 'Prem ALT 0 per obtenir ajuda', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -120,6 +120,7 @@ CKEDITOR.lang['fr-ca'] = alignTop : 'Haut', alignMiddle : 'Milieu', alignBottom : 'Bas', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['fr-ca'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'Pas de suggestion', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/fr.js b/phpgwapi/js/ckeditor3/_source/lang/fr.js index a4a0bde58c..3a38abe0ff 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/fr.js +++ b/phpgwapi/js/ckeditor3/_source/lang/fr.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['fr'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Éditeur de Texte Enrichi, %1', + editorHelp : 'Appuyez sur ALT-0 pour l\'aide', // ARIA descriptions. toolbars : 'Barre d\'outils de l\'éditeur', @@ -120,6 +120,7 @@ CKEDITOR.lang['fr'] = alignTop : 'Haut', alignMiddle : 'Milieu', alignBottom : 'Bas', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'La hauteur doit être un nombre.', invalidWidth : 'La largeur doit être un nombre.', invalidCssLength : 'La valeur spécifiée pour le champ "%1" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, or pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['fr'] = ignoreAll : 'Ignorer Tout', addWord : 'Ajouter le mot', emptyDic : 'Le nom du dictionnaire ne devrait pas être vide.', - + noSuggestions : 'Aucune suggestion', optionsTab : 'Options', allCaps : 'Ignorer les mots entièrement en majuscules', ignoreDomainNames : 'Ignorer les noms de domaines', diff --git a/phpgwapi/js/ckeditor3/_source/lang/gl.js b/phpgwapi/js/ckeditor3/_source/lang/gl.js index abc4f4976f..272679b570 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/gl.js +++ b/phpgwapi/js/ckeditor3/_source/lang/gl.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['gl'] = alignTop : 'Tope', alignMiddle : 'Centro', alignBottom : 'Pé', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['gl'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'Sen candidatos', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/gu.js b/phpgwapi/js/ckeditor3/_source/lang/gu.js index eabc7f7ceb..4a2f471af0 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/gu.js +++ b/phpgwapi/js/ckeditor3/_source/lang/gu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['gu'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'રીચ ટેક્ષ્ત્ એડિટર, %1', + editorHelp : 'પ્રેસ ALT 0 મદદ માટ', // ARIA descriptions. toolbars : 'એડીટર ટૂલ બાર', @@ -120,6 +120,7 @@ CKEDITOR.lang['gu'] = alignTop : 'ઉપર', alignMiddle : 'વચ્ચે', alignBottom : 'નીચે', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'ઉંચાઈ એક આંકડો હોવો જોઈએ.', invalidWidth : 'પોહળ ઈ એક આંકડો હોવો જોઈએ.', invalidCssLength : '"%1" ની વેલ્યુ એક પોસીટીવ આંકડો હોવો જોઈએ અથવા CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc) વગર.', @@ -697,7 +698,7 @@ CKEDITOR.lang['gu'] = ignoreAll : 'બધા ઇગ્નોર ', addWord : 'શબ્દ ઉમેરવો', emptyDic : 'ડિક્સનરીનું નામ ખાલી ના હોય.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'વિકલ્પો', allCaps : 'ઓલ-કેપ્સ વર્ડ છોડી દો.', ignoreDomainNames : 'ડોમેન નામ છોડી દો.', diff --git a/phpgwapi/js/ckeditor3/_source/lang/he.js b/phpgwapi/js/ckeditor3/_source/lang/he.js index c98c3d2e02..1da1d86f7a 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/he.js +++ b/phpgwapi/js/ckeditor3/_source/lang/he.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['he'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'עורך טקסט עשיר, %1', + editorHelp : 'לחץ אלט ALT + 0 לעזרה', // ARIA descriptions. toolbars : 'סרגלי כלים של העורך', @@ -120,6 +120,7 @@ CKEDITOR.lang['he'] = alignTop : 'למעלה', alignMiddle : 'לאמצע', alignBottom : 'לתחתית', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'הגובה חייב להיות מספר.', invalidWidth : 'הרוחב חייב להיות מספר.', invalidCssLength : 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי עם או ללא יחידת מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, או pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['he'] = ignoreAll : 'התעלמות מהכל', addWord : 'הוספת מילה', emptyDic : 'יש לבחור מילון.', - + noSuggestions : 'אין הצעות', optionsTab : 'אפשרויות', allCaps : 'התעלם ממילים שכל אותיותיהן גדולות', ignoreDomainNames : 'התעלם משמות מתחם', diff --git a/phpgwapi/js/ckeditor3/_source/lang/hi.js b/phpgwapi/js/ckeditor3/_source/lang/hi.js index 240af00a4c..49936a657f 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/hi.js +++ b/phpgwapi/js/ckeditor3/_source/lang/hi.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['hi'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'रिच टेक्स्ट एडिटर, %1', + editorHelp : 'मदद के लिये ALT 0 दबाए', // ARIA descriptions. toolbars : 'एडिटर टूलबार', @@ -120,6 +120,7 @@ CKEDITOR.lang['hi'] = alignTop : 'ऊपर', alignMiddle : 'मध्य', alignBottom : 'नीचे', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['hi'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'कोई सुझाव नहीं', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/hr.js b/phpgwapi/js/ckeditor3/_source/lang/hr.js index 1d442b08f7..912e2427d9 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/hr.js +++ b/phpgwapi/js/ckeditor3/_source/lang/hr.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['hr'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Bogati uređivač teksta, %1', + editorHelp : 'Pritisni ALT 0 za pomoć', // ARIA descriptions. toolbars : 'Alatne trake uređivača teksta', @@ -120,6 +120,7 @@ CKEDITOR.lang['hr'] = alignTop : 'Vrh', alignMiddle : 'Sredina', alignBottom : 'Dolje', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Visina mora biti broj.', invalidWidth : 'Širina mora biti broj.', invalidCssLength : 'Vrijednost određena za "%1" polje mora biti pozitivni broj sa ili bez važećih CSS mjernih jedinica (px, %, in, cm, mm, em, ex, pt ili pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['hr'] = ignoreAll : 'Zanemari sve', addWord : 'Dodaj riječ', emptyDic : 'Naziv rječnika ne smije biti prazno.', - + noSuggestions : 'Nema preporuke', optionsTab : 'Opcije', allCaps : 'Ignoriraj riječi s velikim slovima', ignoreDomainNames : 'Ignoriraj nazive domena', diff --git a/phpgwapi/js/ckeditor3/_source/lang/hu.js b/phpgwapi/js/ckeditor3/_source/lang/hu.js index b44ed03d8c..c8570d0241 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/hu.js +++ b/phpgwapi/js/ckeditor3/_source/lang/hu.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,7 +31,7 @@ CKEDITOR.lang['hu'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING + editorTitle : 'HTML szerkesztő, %1', editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. @@ -120,6 +120,7 @@ CKEDITOR.lang['hu'] = alignTop : 'Tetejére', alignMiddle : 'Középre', alignBottom : 'Aljára', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'A magasság mezőbe csak számokat írhat.', invalidWidth : 'A szélesség mezőbe csak számokat írhat.', invalidCssLength : '"%1"-hez megadott érték csakis egy pozitív szám lehet, esetleg egy érvényes CSS egységgel megjelölve(px, %, in, cm, mm, em, ex, pt vagy pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['hu'] = ignoreAll : 'Összes kihagyása', addWord : 'Szó hozzáadása', emptyDic : 'A szótár nevét meg kell adni.', - + noSuggestions : 'Nincs javaslat', optionsTab : 'Beállítások', allCaps : 'Nagybetűs szavak kihagyása', ignoreDomainNames : 'Domain nevek kihagyása', diff --git a/phpgwapi/js/ckeditor3/_source/lang/id.js b/phpgwapi/js/ckeditor3/_source/lang/id.js index 4711061175..e174632ad4 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/id.js +++ b/phpgwapi/js/ckeditor3/_source/lang/id.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -119,6 +119,7 @@ CKEDITOR.lang['id'] = alignTop : 'Top', // MISSING alignMiddle : 'Middle', // MISSING alignBottom : 'Bottom', // MISSING + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -696,7 +697,7 @@ CKEDITOR.lang['id'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/is.js b/phpgwapi/js/ckeditor3/_source/lang/is.js index 51169b6763..9bfc8b16a5 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/is.js +++ b/phpgwapi/js/ckeditor3/_source/lang/is.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['is'] = alignTop : 'Efst', alignMiddle : 'Miðjuð', alignBottom : 'Neðst', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['is'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'engar tillögur', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/it.js b/phpgwapi/js/ckeditor3/_source/lang/it.js index c2d3dc8c2b..454a442d6e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/it.js +++ b/phpgwapi/js/ckeditor3/_source/lang/it.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['it'] = alignTop : 'In Alto', alignMiddle : 'Centrato', alignBottom : 'In Basso', + invalidValue : 'Valore non valido.', invalidHeight : 'L\'altezza dev\'essere un numero', invalidWidth : 'La Larghezza dev\'essere un numero', invalidCssLength : 'Il valore indicato per il campo "%1" deve essere un numero positivo con o senza indicazione di una valida unità di misura per le classi CSS (px, %, in, cm, mm, em, ex, pt, o pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['it'] = ignoreAll : 'Ignora tutti', addWord : 'Aggiungi Parola', emptyDic : 'Il nome del dizionario non può essere vuoto.', - + noSuggestions : 'Nessun suggerimento', optionsTab : 'Opzioni', allCaps : 'Ignora Parole in maiuscolo', ignoreDomainNames : 'Ignora nomi di dominio', diff --git a/phpgwapi/js/ckeditor3/_source/lang/ja.js b/phpgwapi/js/ckeditor3/_source/lang/ja.js index 2090e742fc..8fc58e520e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/ja.js +++ b/phpgwapi/js/ckeditor3/_source/lang/ja.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['ja'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'リッチテキストエディタ, %1', + editorHelp : 'ヘルプは ALT 0 を押してください', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -120,6 +120,7 @@ CKEDITOR.lang['ja'] = alignTop : '上', alignMiddle : '中央', alignBottom : '下', + invalidValue : 'Invalid value.', // MISSING invalidHeight : '高さは数値で入力してください。', invalidWidth : '幅は数値で入力してください。', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ja'] = ignoreAll : 'すべて無視', addWord : '語句追加', emptyDic : '辞書名は必ず入力してください', - + noSuggestions : '該当なし', optionsTab : 'オプション', allCaps : '全て大文字の単語を無視', ignoreDomainNames : 'ドメイン名を無視', diff --git a/phpgwapi/js/ckeditor3/_source/lang/ka.js b/phpgwapi/js/ckeditor3/_source/lang/ka.js index c187d2d65f..b9ec3d67bc 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/ka.js +++ b/phpgwapi/js/ckeditor3/_source/lang/ka.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['ka'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'ტექსტის რედაქტორი, %1', + editorHelp : 'დააჭირეთ ALT 0-ს დახმარების მისაღებად', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -120,6 +120,7 @@ CKEDITOR.lang['ka'] = alignTop : 'ზემოთა', alignMiddle : 'შუა', alignBottom : 'ქვემოთა', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.', invalidWidth : 'სიგანე რიცხვით უნდა იყოს წარმოდგენილი.', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ka'] = ignoreAll : 'ყველას უგულებელყოფა', addWord : 'სიტყვის დამატება', emptyDic : 'ლექსიკონის სიტყვა არ უნდა იყოს ცარიელი.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'პარამეტრები', allCaps : 'დიდი ასოებით დაწერილი სიტყვების უგულებელყოფა', ignoreDomainNames : 'დომენური სახელების უგულებელყოფა', diff --git a/phpgwapi/js/ckeditor3/_source/lang/km.js b/phpgwapi/js/ckeditor3/_source/lang/km.js index a77c0db2b5..cd2969d17e 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/km.js +++ b/phpgwapi/js/ckeditor3/_source/lang/km.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['km'] = alignTop : 'ខាងលើ', alignMiddle : 'កណ្តាល', alignBottom : 'ខាងក្រោម', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['km'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : ' គ្មានសំណើរ ', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/ko.js b/phpgwapi/js/ckeditor3/_source/lang/ko.js index 3c67a29aeb..19d5e1f401 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/ko.js +++ b/phpgwapi/js/ckeditor3/_source/lang/ko.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -120,6 +120,7 @@ CKEDITOR.lang['ko'] = alignTop : '위', alignMiddle : '중간', alignBottom : '아래', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ko'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : '추천단어 없음', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING diff --git a/phpgwapi/js/ckeditor3/_source/lang/ku.js b/phpgwapi/js/ckeditor3/_source/lang/ku.js new file mode 100644 index 0000000000..6accb3c2b0 --- /dev/null +++ b/phpgwapi/js/ckeditor3/_source/lang/ku.js @@ -0,0 +1,816 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +/** +* @fileOverview +*/ + +/**#@+ + @type String + @example +*/ + +/** + * Contains the dictionary of language entries. + * @namespace + */ +CKEDITOR.lang['ku'] = +{ + /** + * The language reading direction. Possible values are "rtl" for + * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right + * languages (like English). + * @default 'ltr' + */ + dir : 'rtl', + + /* + * Screenreader titles. Please note that screenreaders are not always capable + * of reading non-English words. So be careful while translating it. + */ + editorTitle : 'ده‌سکاریکه‌ری ناونیشان', + editorHelp : 'کلیکی ALT له‌گه‌ڵ 0 بکه‌ بۆ یارمه‌تی', + + // ARIA descriptions. + toolbars : 'تووڵاەرازی دەسکاریکەر', + editor : 'سەرنووسەی دەقی بەپیت', + + // Toolbar buttons without dialogs. + source : 'سەرچاوە', + newPage : 'پەڕەیەکی نوێ', + save : 'پاشکەوتکردن', + preview : 'پێشبینین', + cut : 'بڕین', + copy : 'لەبەرگرنتەوه', + paste : 'لکاندن', + print : 'چاپکردن', + underline : 'ژێرهێڵ', + bold : 'قەڵەو', + italic : 'لار', + selectAll : 'نیشانکردنی هەمووی', + removeFormat : 'لابردنی داڕشتەکە', + strike : 'لێدان', + subscript : 'ژێرنووس', + superscript : 'سەرنووس', + horizontalrule : 'دانانی هێلی ئاسۆیی', + pagebreak : 'دانانی پشووی پەڕە بۆ چاپکردن', + pagebreakAlt : 'پشووی پەڕە', + unlink : 'لابردنی بەستەر', + undo : 'پووچکردنەوه', + redo : 'هەڵگەڕاندنەوه', + + // Common messages and labels. + common : + { + browseServer : 'هێنانی ڕاژە', + url : 'ناونیشانی بەستەر', + protocol : 'پڕۆتۆکۆڵ', + upload : 'بارکردن', + uploadSubmit : 'ناردنی بۆ ڕاژە', + image : 'وێنە', + flash : 'فلاش', + form : 'داڕشتە', + checkbox : 'خانەی نیشانکردن', + radio : 'جێگرەوەی دوگمە', + textField : 'خانەی دەق', + textarea : 'ڕووبەری دەق', + hiddenField : 'شاردنەوی خانە', + button : 'دوگمە', + select : 'هەڵبژاردەی خانە', + imageButton : 'دوگمەی وێنە', + notSet : '<هیچ دانەدراوە>', + id : 'ناسنامە', + name : 'ناو', + langDir : 'ئاراستەی زمان', + langDirLtr : 'چەپ بۆ ڕاست (LTR)', + langDirRtl : 'ڕاست بۆ چەپ (RTL)', + langCode : 'هێمای زمان', + longDescr : 'پێناسەی درێژی بەستەر', + cssClass : 'شێوازی چینی په‌ڕە', + advisoryTitle : 'ڕاوێژکاری سەردێڕ', + cssStyle : 'شێواز', + ok : 'باشە', + cancel : 'هەڵوەشاندن', + close : 'داخستن', + preview : 'پێشبینین', + generalTab : 'گشتی', + advancedTab : 'په‌ره‌سه‌ندوو', + validateNumberFailed : 'ئەم نرخە ژمارە نیه، تکایە نرخێکی ژمارە بنووسە.', + confirmNewPage : 'سەرجەم گۆڕانکاریەکان و پێکهاتەکانی ناوەووە لەدەست دەدەی گەر بێتوو پاشکەوتی نەکەی یەکەم جار، تۆ هەر دڵنیایی لەکردنەوەی پەنجەرەکی نوێ؟', + confirmCancel : 'هەندێك هەڵبژاردە گۆڕدراوە. تۆ دڵنیایی له‌داخستنی ئەم دیالۆگە؟', + options : 'هەڵبژاردە', + target : 'ئامانج', + targetNew : 'پەنجەرەیه‌کی نوێ (_blank)', + targetTop : 'لووتکەی پەنجەرە (_top)', + targetSelf : 'لەهەمان پەنجەرە (_self)', + targetParent : 'پەنجەرەی باوان (_parent)', + langDirLTR : 'چەپ بۆ ڕاست (LTR)', + langDirRTL : 'ڕاست بۆ چەپ (RTL)', + styles : 'شێواز', + cssClasses : 'شێوازی چینی پەڕە', + width : 'پانی', + height : 'درێژی', + align : 'ڕێککەرەوە', + alignLeft : 'چەپ', + alignRight : 'ڕاست', + alignCenter : 'ناوەڕاست', + alignTop : 'سەرەوە', + alignMiddle : 'ناوەند', + alignBottom : 'ژێرەوە', + invalidValue : 'نرخێکی نادرووست.', + invalidHeight : 'درێژی دەبێت ژمارە بێت.', + invalidWidth : 'پانی دەبێت ژمارە بێت.', + invalidCssLength : 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی (px, %, in, cm, mm, em, ex, pt, یان pc).', + invalidHtmlLength : 'ئەم نرخەی دراوە بۆ خانەی "%1" دەبێت ژمارەکی درووست بێت یان بێ ناونیشانی ئامرازی HTML (px یان %).', + invalidInlineStyle : 'دانه‌ی نرخی شێوازی ناوهێڵ ده‌بێت پێکهاتبێت له‌یه‌ك یان زیاتری داڕشته‌ "ناو : نرخ", جیاکردنه‌وه‌ی به‌فاریزه‌وخاڵ', + cssLengthTooltip : 'ژماره‌یه‌ك بنووسه‌ بۆ نرخی piksel یان ئامرازێکی درووستی CSS (px, %, in, cm, mm, em, ex, pt, یان pc).', + + // Put the voice-only part of the label in the span. + unavailable : '%1, ئامادە نیە' + }, + + contextmenu : + { + options : 'هەڵبژاردەی لیستەی کلیکی دەستی ڕاست' + }, + + // Special char dialog. + specialChar : + { + toolbar : 'دانانەی نووسەی تایبەتی', + title : 'هەڵبژاردنی نووسەی تایبەتی', + options : 'هەڵبژاردەی نووسەی تایبەتی' + }, + + // Link dialog. + link : + { + toolbar : 'دانان/ڕێکخستنی بەستەر', + other : '<هیتر>', + menu : 'چاکسازی بەستەر', + title : 'بەستەر', + info : 'زانیاری بەستەر', + target : 'ئامانج', + upload : 'بارکردن', + advanced : 'پێشکه‌وتوو', + type : 'جۆری به‌سته‌ر', + toUrl : 'ناونیشانی به‌سته‌ر', + toAnchor : 'به‌سته‌ر بۆ له‌نگه‌ر له‌ ده‌ق', + toEmail : 'ئیمه‌یل', + targetFrame : '<چووارچێوه>', + targetPopup : '<په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر>', + targetFrameName : 'ناوی ئامانجی چووارچێوه', + targetPopupName : 'ناوی په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر', + popupFeatures : 'خاسیه‌تی په‌نجه‌ره‌ی سه‌رهه‌ڵده‌ر', + popupResizable : 'توانای گۆڕینی قه‌باره‌', + popupStatusBar : 'هێڵی دۆخ', + popupLocationBar: 'هێڵی ناونیشانی به‌سته‌ر', + popupToolbar : 'هێڵی تووڵامراز', + popupMenuBar : 'هێڵی لیسته', + popupFullScreen : 'پڕ به‌پڕی شاشه‌ (IE)', + popupScrollBars : 'هێڵی هاتووچۆپێکردن', + popupDependent : 'پێوه‌به‌ستراو (Netscape)', + popupLeft : 'جێگای چه‌پ', + popupTop : 'جێگای سه‌ره‌وه‌', + id : 'ناسنامه', + langDir : 'ئاراسته‌ی زمان', + langDirLTR : 'چه‌پ بۆ ڕاست (LTR)', + langDirRTL : 'ڕاست بۆ چه‌پ (RTL)', + acccessKey : 'کلیلی ده‌ستپێگه‌یشتن', + name : 'ناو', + langCode : 'هێمای زمان', + tabIndex : 'بازده‌ری تابی ئیندێکس', + advisoryTitle : 'ڕاوێژکاری سه‌ردێڕ', + advisoryContentType : 'جۆری ناوه‌ڕۆکی ڕاویژکار', + cssClasses : 'شێوازی چینی په‌ڕه‌', + charset : 'بەستەری سەرچاوەی نووسه', + styles : 'شێواز', + rel : 'په‌یوه‌ندی (rel)', + selectAnchor : 'هه‌ڵبژاردنی له‌نگه‌رێك', + anchorName : 'به‌پێی ناوی له‌نگه‌ر', + anchorId : 'به‌پێی ناسنامه‌ی توخم', + emailAddress : 'ناونیشانی ئیمه‌یل', + emailSubject : 'بابه‌تی نامه', + emailBody : 'ناوه‌ڕۆکی نامه', + noAnchors : '(هیچ جۆرێکی له‌نگه‌ر ئاماده‌ نیه له‌م په‌ڕه‌یه)', + noUrl : 'تکایه‌ ناونیشانی به‌سته‌ر بنووسه', + noEmail : 'تکایه‌ ناونیشانی ئیمه‌یل بنووسه' + }, + + // Anchor dialog + anchor : + { + toolbar : 'دانان/چاکسازی له‌نگه‌ر', + menu : 'چاکسازی له‌نگه‌ر', + title : 'خاسیه‌تی له‌نگه‌ر', + name : 'ناوی له‌نگه‌ر', + errorName : 'تکایه‌ ناوی له‌نگه‌ر بنووسه', + remove : 'لابردنی له‌نگه‌ر' + }, + + // List style dialog + list: + { + numberedTitle : 'خاسیه‌تی لیستی ژماره‌یی', + bulletedTitle : 'خاسیه‌تی لیستی خاڵی', + type : 'جۆر', + start : 'ده‌ستپێکردن', + validateStartNumber :'ده‌ستپێکه‌ری لیستی ژماره‌یی ده‌بێت ته‌نها ژماره‌ بێت.', + circle : 'بازنه', + disc : 'په‌پکه', + square : 'چووراگۆشه', + none : 'هیچ', + notset : '<دانه‌ندراوه>', + armenian : 'ئاراسته‌ی ژماره‌ی ئه‌رمه‌نی', + georgian : 'ئاراسته‌ی ژماره‌ی جۆڕجی (an, ban, gan, وه‌هیتر.)', + lowerRoman : 'ژماره‌ی ڕۆمی بچووك (i, ii, iii, iv, v, وه‌هیتر.)', + upperRoman : 'ژماره‌ی ڕۆمی گه‌وره (I, II, III, IV, V, وه‌هیتر.)', + lowerAlpha : 'ئه‌لفابێی بچووك (a, b, c, d, e, وه‌هیتر.)', + upperAlpha : 'ئه‌لفابێی گه‌وره‌ (A, B, C, D, E, وه‌هیتر.)', + lowerGreek : 'یۆنانی بچووك (alpha, beta, gamma, وه‌هیتر.)', + decimal : 'ژماره (1, 2, 3, وه‌هیتر.)', + decimalLeadingZero : 'ژماره‌ سفڕی له‌پێشه‌وه (01, 02, 03, وه‌هیتر.)' + }, + + // Find And Replace Dialog + findAndReplace : + { + title : 'گه‌ڕان وه‌ له‌بریدانان', + find : 'گه‌ڕان', + replace : 'له‌بریدانان', + findWhat : 'گه‌ڕان به‌دووای:', + replaceWith : 'له‌بریدانان به‌:', + notFoundMsg : 'هیچ ده‌قه‌ گه‌ڕانێك نه‌دۆزراوه.', + findOptions : 'هه‌ڵبژارده‌کانی گه‌ڕان', + matchCase : 'جیاکردنه‌وه‌ له‌نێوان پیتی گه‌وره‌و بچووك', + matchWord : 'ته‌نها هه‌موو وشه‌که‌', + matchCyclic : 'گه‌ڕان له‌هه‌موو په‌ڕه‌که', + replaceAll : 'له‌بریدانانی هه‌مووی', + replaceSuccessMsg : ' پێشهاته(ی) له‌بری دانرا. %1' + }, + + // Table Dialog + table : + { + toolbar : 'خشته', + title : 'خاسیه‌تی خشته', + menu : 'خاسیه‌تی خشته', + deleteTable : 'سڕینه‌وه‌ی خشته', + rows : 'ڕیز', + columns : 'ستوونه‌کان', + border : 'گه‌وره‌یی په‌راوێز', + widthPx : 'وێنه‌خاڵ - پیکسل', + widthPc : 'له‌سه‌دا', + widthUnit : 'پانی یه‌که‌', + cellSpace : 'بۆشایی خانه', + cellPad : 'بۆشایی ناوپۆش', + caption : 'سه‌ردێڕ', + summary : 'کورته', + headers : 'سه‌رپه‌ڕه‌', + headersNone : 'هیچ', + headersColumn : 'یه‌که‌م ئه‌ستوون', + headersRow : 'یه‌که‌م ڕیز', + headersBoth : 'هه‌ردووك', + invalidRows : 'ژماره‌ی ڕیز ده‌بێت گه‌وره‌تر بێت له‌ژماره‌ی 0.', + invalidCols : 'ژماره‌ی ئه‌ستوونی ده‌بێت گه‌وره‌تر بێت له‌ژماره‌ی 0.', + invalidBorder : 'ژماره‌ی په‌راوێز ده‌بێت ته‌نها ژماره‌ بێت.', + invalidWidth : 'پانی خشته‌ ده‌بێت ته‌نها ژماره‌ بێت.', + invalidHeight : 'درێژی خشته ده‌بێت ته‌نها ژماره‌ بێت.', + invalidCellSpacing : 'بۆشایی خانه‌ ده‌بێت ژماره‌کی درووست بێت.', + invalidCellPadding : 'ناوپۆشی خانه‌ ده‌بێت ژماره‌کی درووست بێت.', + + cell : + { + menu : 'خانه', + insertBefore : 'دانانی خانه‌ له‌پێش', + insertAfter : 'دانانی خانه له‌پاش', + deleteCell : 'سڕینه‌وه‌ی خانه', + merge : 'تێکه‌ڵکردنی خانه', + mergeRight : 'تێکه‌ڵکردنی له‌گه‌ڵ ڕاست', + mergeDown : 'تێکه‌ڵکردنی له‌گه‌ڵ خواره‌وه', + splitHorizontal : 'دابه‌شکردنی خانه‌ی ئاسۆیی', + splitVertical : 'دابه‌شکردنی خانه‌ی ئه‌ستونی', + title : 'خاسیه‌تی خانه', + cellType : 'جۆری خانه', + rowSpan : 'ماوه‌ی نێوان ڕیز', + colSpan : 'بستی ئه‌ستونی', + wordWrap : 'پێچانه‌وه‌ی وشه', + hAlign : 'ڕیزکردنی ئاسۆیی', + vAlign : 'ڕیزکردنی ئه‌ستونی', + alignBaseline : 'هێڵه‌بنه‌ڕه‌ت', + bgColor : 'ڕه‌نگی پاشبنه‌ما', + borderColor : 'ڕه‌نگی په‌راوێز', + data : 'داتا', + header : 'سه‌رپه‌ڕه‌', + yes : 'به‌ڵێ', + no : 'نه‌خێر', + invalidWidth : 'پانی خانه‌ ده‌بێت به‌ته‌واوی ژماره‌ بێت.', + invalidHeight : 'درێژی خانه‌ به‌ته‌واوی ده‌بێت ژماره‌ بێت.', + invalidRowSpan : 'ماوه‌ی نێوان ڕیز به‌ته‌واوی ده‌بێت ژماره‌ بێت.', + invalidColSpan : 'ماوه‌ی نێوان ئه‌ستونی به‌ته‌واوی ده‌بێت ژماره‌ بێت.', + chooseColor : 'هه‌ڵبژاردن' + }, + + row : + { + menu : 'ڕیز', + insertBefore : 'دانانی ڕیز له‌پێش', + insertAfter : 'دانانی ڕیز له‌پاش', + deleteRow : 'سڕینه‌وه‌ی ڕیز' + }, + + column : + { + menu : 'ئه‌ستون', + insertBefore : 'دانانی ئه‌ستون له‌پێش', + insertAfter : 'دانانی ئه‌ستوون له‌پاش', + deleteColumn : 'سڕینه‌وه‌ی ئه‌ستوون' + } + }, + + // Button Dialog. + button : + { + title : 'خاسیه‌تی دوگمه', + text : '(نرخی) ده‌ق', + type : 'جۆر', + typeBtn : 'دوگمه‌', + typeSbm : 'ناردن', + typeRst : 'ڕێکخستنه‌وه' + }, + + // Checkbox and Radio Button Dialogs. + checkboxAndRadio : + { + checkboxTitle : 'خاسیه‌تی چووارگۆشی پشکنین', + radioTitle : 'خاسیه‌تی جێگره‌وه‌ی دوگمه', + value : 'نرخ', + selected : 'هه‌ڵبژاردرا' + }, + + // Form Dialog. + form : + { + title : 'خاسیه‌تی داڕشته', + menu : 'خاسیه‌تی داڕشته', + action : 'کردار', + method : 'ڕێگه', + encoding : 'به‌کۆدکه‌ر' + }, + + // Select Field Dialog. + select : + { + title : 'هه‌ڵبژارده‌ی خاسیه‌تی خانه', + selectInfo : 'زانیاری', + opAvail : 'هه‌ڵبژارده‌ی هه‌بوو', + value : 'نرخ', + size : 'گه‌وره‌یی', + lines : 'هێڵه‌کان', + chkMulti : 'ڕێدان به‌فره‌ هه‌ڵبژارده', + opText : 'ده‌ق', + opValue : 'نرخ', + btnAdd : 'زیادکردن', + btnModify : 'گۆڕانکاری', + btnUp : 'سه‌ره‌وه', + btnDown : 'خواره‌وه', + btnSetValue : 'دابنێ وه‌ك نرخێکی هه‌ڵبژێردراو', + btnDelete : 'سڕینه‌وه' + }, + + // Textarea Dialog. + textarea : + { + title : 'خاسیه‌تی ڕووبه‌ری ده‌ق', + cols : 'ئه‌ستونیه‌کان', + rows : 'ڕیزه‌کان' + }, + + // Text Field Dialog. + textfield : + { + title : 'خاسیه‌تی خانه‌ی ده‌ق', + name : 'ناو', + value : 'نرخ', + charWidth : 'پانی نووسه', + maxChars : 'ئه‌وپه‌ڕی نووسه', + type : 'جۆر', + typeText : 'ده‌ق', + typePass : 'پێپه‌ڕه‌وشه' + }, + + // Hidden Field Dialog. + hidden : + { + title : 'خاسیه‌تی خانه‌ی شاردراوه', + name : 'ناو', + value : 'نرخ' + }, + + // Image Dialog. + image : + { + title : 'خاسیه‌تی وێنه', + titleButton : 'خاسیه‌تی دوگمه‌ی وێنه', + menu : 'خاسیه‌تی وێنه', + infoTab : 'زانیاری وێنه', + btnUpload : 'ناردنی بۆ ڕاژه', + upload : 'بارکردن', + alt : 'جێگره‌وه‌ی ده‌ق', + lockRatio : 'داخستنی ڕێژه', + resetSize : 'ڕێکخستنه‌وه‌ی قه‌باره', + border : 'په‌راوێز', + hSpace : 'بۆشایی ئاسۆیی', + vSpace : 'بۆشایی ئه‌ستونی', + alertUrl : 'تکایه‌ ناونیشانی به‌سته‌ری وێنه‌ بنووسه', + linkTab : 'به‌سته‌ر', + button2Img : 'تۆ ده‌ته‌وێت دوگمه‌ی وێنه‌ی دیاریکراو بگۆڕیت بۆ وێنه‌کی ئاسایی؟', + img2Button : 'تۆ ده‌ته‌وێت وێنه‌ی دیاریکراو بگۆڕیت بۆ دوگمه‌ی وێنه؟', + urlMissing : 'سه‌رچاوه‌ی به‌سته‌ری وێنه‌ بزره', + validateBorder : 'په‌راوێز ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.', + validateHSpace : 'بۆشایی ئاسۆیی ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.', + validateVSpace : 'بۆشایی ئه‌ستونی ده‌بێت به‌ته‌واوی ته‌نها ژماره‌ بێت.' + }, + + // Flash Dialog + flash : + { + properties : 'خاسیه‌تی فلاش', + propertiesTab : 'خاسیه‌ت', + title : 'خاسیه‌تی فلاش', + chkPlay : 'پێکردنی یان لێدانی خۆکار', + chkLoop : 'گرێ', + chkMenu : 'چالاککردنی لیسته‌ی فلاش', + chkFull : 'ڕێپێدان به‌ پڕ به‌پڕی شاشه', + scale : 'پێوانه', + scaleAll : 'نیشاندانی هه‌موو', + scaleNoBorder : 'بێ په‌راوێز', + scaleFit : 'به‌وردی بگونجێت', + access : 'ده‌ستپێگه‌یشتنی نووسراو', + accessAlways : 'هه‌میشه', + accessSameDomain: 'هه‌مان دۆمه‌ین', + accessNever : 'هه‌رگیز', + alignAbsBottom : 'له‌ ژێره‌وه', + alignAbsMiddle : 'له‌ناوه‌ند', + alignBaseline : 'هێڵەبنەڕەت', + alignTextTop : 'ده‌ق له‌سه‌ره‌وه', + quality : 'جۆرایه‌تی', + qualityBest : 'باشترین', + qualityHigh : 'به‌رزی', + qualityAutoHigh : 'به‌رزی خۆکار', + qualityMedium : 'مامناوه‌ند', + qualityAutoLow : 'نزمی خۆکار', + qualityLow : 'نزم', + windowModeWindow: 'په‌نجه‌ره', + windowModeOpaque: 'ناڕوون', + windowModeTransparent : 'ڕۆشن', + windowMode : 'شێوازی په‌نجه‌ره', + flashvars : 'گۆڕاوه‌کان بۆ فلاش', + bgcolor : 'ڕه‌نگی پاشبنه‌ما', + hSpace : 'بۆشایی ئاسۆیی', + vSpace : 'بۆشایی ئه‌ستونی', + validateSrc : 'ناونیشانی به‌سته‌ر نابێت خاڵی بێت', + validateHSpace : 'بۆشایی ئاسۆیی ده‌بێت ژماره‌ بێت.', + validateVSpace : 'بۆشایی ئه‌ستونی ده‌بێت ژماره‌ بێت.' + }, + + // Speller Pages Dialog + spellCheck : + { + toolbar : 'پشکنینی ڕێنووس', + title : 'پشکنینی ڕێنووس', + notAvailable : 'ببووره‌، له‌مکاته‌دا ڕاژه‌که له‌به‌رده‌ستا نیه.', + errorLoading : 'هه‌ڵه‌ له‌هێنانی داخوازینامه‌ی خانه‌خۆێی ڕاژه: %s.', + notInDic : 'له‌فه‌رهه‌نگ دانیه', + changeTo : 'گۆڕینی بۆ', + btnIgnore : 'پشتگوێ کردن', + btnIgnoreAll : 'پشتگوێکردنی هه‌مووی', + btnReplace : 'له‌بریدانن', + btnReplaceAll : 'له‌بریدانانی هه‌مووی', + btnUndo : 'پووچکردنه‌وه', + noSuggestions : '- هیچ پێشنیارێك -', + progress : 'پشکنینی ڕێنووس له‌به‌رده‌وامبوون دایه...', + noMispell : 'پشکنینی ڕێنووس کۆتای هات: هیچ هه‌ڵه‌یه‌کی ڕێنووس نه‌دۆزراوه', + noChanges : 'پشکنینی ڕێنووس کۆتای هات: هیچ وشه‌یه‌ك نۆگۆڕدرا', + oneChange : 'پشکنینی ڕێنووس کۆتای هات: یه‌ك وشه گۆڕدرا', + manyChanges : 'پشکنینی ڕێنووس کۆتای هات: له‌سه‌دا %1 ی وشه‌کان گۆڕدرا', + ieSpellDownload : 'پشکنینی ڕێنووس دانه‌مزراوه. ده‌ته‌وێت ئێستا دایبگریت?' + }, + + smiley : + { + toolbar : 'زه‌رده‌خه‌نه', + title : 'دانانی زه‌رده‌خه‌نه‌یه‌ك', + options : 'هه‌ڵبژارده‌ی زه‌رده‌خه‌نه' + }, + + elementsPath : + { + eleLabel : 'ڕێڕه‌وی توخمه‌کان', + eleTitle : '%1 توخم' + }, + + numberedlist : 'دانان/لابردنی ژمارەی لیست', + bulletedlist : 'دانان/لابردنی خاڵی لیست', + indent : 'زیادکردنی بۆشایی', + outdent : 'کەمکردنەوەی بۆشایی', + + justify : + { + left : 'به‌هێڵ کردنی چه‌پ', + center : 'ناوه‌ڕاست', + right : 'به‌هێڵ کردنی ڕاست', + block : 'هاوستوونی' + }, + + blockquote : 'بەربەستکردنی وتەی وەرگیراو', + + clipboard : + { + title : 'لکاندن', + cutError : 'پارێزی وێبگەڕەکەت ڕێگه‌نادات بە سەرنووسەکە له‌بڕینی خۆکار. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+X).', + copyError : 'پارێزی وێبگەڕەکەت ڕێگه‌نادات بەسەرنووسەکە لە لکاندنی دەقی خۆکار. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+C).', + pasteMsg : 'تکایه‌ بیلکێنه‌ له‌ناوه‌وه‌ی ئه‌م سنوقه له‌ڕێی ته‌خته‌کلیله‌که‌ت به‌باکارهێنانی کلیلی (Ctrl/Cmd+V) دووای کلیکی باشه‌ بکه.', + securityMsg : 'به‌هۆی شێوه‌پێدانی پارێزی وێبگه‌ڕه‌که‌ت، سه‌رنووسه‌که‌ ناتوانێت ده‌ستبگه‌یه‌نێت به‌هه‌ڵگیراوه‌که ڕاسته‌وخۆ. بۆیه‌ پێویسته دووباره‌ بیلکێنیت له‌م په‌نجه‌ره‌یه‌.', + pasteArea : 'ناوچه‌ی لکاندن' + }, + + pastefromword : + { + confirmCleanup : 'ئه‌م ده‌قه‌ی به‌ته‌مای بیلکێنی پێده‌چێت له‌ word هێنرابێت. ده‌ته‌وێت پاکی بکه‌یوه‌ پێش ئه‌وه‌ی بیلکێنی؟', + toolbar : 'لکاندنی له‌ڕێی Word', + title : 'لکاندنی له‌لایه‌ن Word', + error : 'هیچ ڕێگه‌یه‌ك نه‌بوو له‌لکاندنی ده‌قه‌که‌ به‌هۆی هه‌ڵه‌کی ناوه‌خۆیی' + }, + + pasteText : + { + button : 'لکاندنی وه‌ك ده‌قی ڕوون', + title : 'لکاندنی وه‌ك ده‌قی ڕوون' + }, + + templates : + { + button : 'ڕووکار', + title : 'پێکهاته‌ی ڕووکار', + options : 'هه‌ڵبژارده‌کانی ڕووکار', + insertOption : 'له‌شوێن دانانی ئه‌م پێکهاتانه‌ی ئێستا', + selectPromptMsg : 'ڕووکارێك هه‌ڵبژێره‌ بۆ کردنه‌وه‌ی له‌ سه‌رنووسه‌ر:', + emptyListMsg : '(هیچ ڕووکارێك دیارینه‌کراوه)' + }, + + showBlocks : 'نیشاندانی بەربەستەکان', + + stylesCombo : + { + label : 'شێواز', + panelTitle : 'شێوازی ڕازاندنه‌وه', + panelTitle1 : 'شێوازی خشت', + panelTitle2 : 'شێوازی ناوهێڵ', + panelTitle3 : 'شێوازی به‌رکار' + }, + + format : + { + label : 'ڕازاندنه‌وه', + panelTitle : 'به‌شی ڕازاندنه‌وه‌', + + tag_p : 'ئاسایی', + tag_pre : 'شێوازکراو', + tag_address : 'ناونیشان', + tag_h1 : 'سه‌رنووسه‌ی ١', + tag_h2 : 'سه‌رنووسه‌ی ٢', + tag_h3 : 'سه‌رنووسه‌ی ٣', + tag_h4 : 'سه‌رنووسه‌ی ٤', + tag_h5 : 'سه‌رنووسه‌ی ٥', + tag_h6 : 'سه‌رنووسه‌ی ٦', + tag_div : '(DIV)-ی ئاسایی' + }, + + div : + { + title : 'دانانی له‌خۆگری Div', + toolbar : 'دانانی له‌خۆگری Div', + cssClassInputLabel : 'شێوازی چینی په‌ڕه', + styleSelectLabel : 'شێواز', + IdInputLabel : 'ناسنامه', + languageCodeInputLabel : 'هێمای زمان', + inlineStyleInputLabel : 'شێوازی ناوهێڵ', + advisoryTitleInputLabel : 'سه‌ردێڕ', + langDirLabel : 'ئاراسته‌ی زمان', + langDirLTRLabel : 'چه‌پ بۆ ڕاست (LTR)', + langDirRTLLabel : 'ڕاست بۆ چه‌پ (RTL)', + edit : 'چاکسازی Div', + remove : 'لابردنی Div' + }, + + iframe : + { + title : 'دیالۆگی چووارچێوه', + toolbar : 'چووارچێوه', + noUrl : 'تکایه‌ ناونیشانی به‌سته‌ر بنووسه‌ بۆ چووارچێوه‌', + scrolling : 'چالاککردنی هاتووچۆپێکردن', + border : 'نیشاندانی لاکێشه‌ به‌چووارده‌وری چووارچێوه' + }, + + font : + { + label : 'فۆنت', + voiceLabel : 'فۆنت', + panelTitle : 'ناوی فۆنت' + }, + + fontSize : + { + label : 'گه‌وره‌یی', + voiceLabel : 'گه‌وره‌یی فۆنت', + panelTitle : 'گه‌وره‌یی فۆنت' + }, + + colorButton : + { + textColorTitle : 'ڕه‌نگی ده‌ق', + bgColorTitle : 'ڕه‌نگی پاشبنه‌ما', + panelTitle : 'ڕه‌نگه‌کان', + auto : 'خۆکار', + more : 'ڕه‌نگی زیاتر...' + }, + + colors : + { + '000' : 'ڕه‌ش', + '800000' : 'سۆرو ماڕوونی', + '8B4513' : 'ماڕوونی', + '2F4F4F' : 'سه‌وزی تاریك', + '008080' : 'سه‌وزو شین', + '000080' : 'شینی تۆخ', + '4B0082' : 'مۆری تۆخ', + '696969' : 'ڕه‌ساسی تۆخ', + 'B22222' : 'سۆری تۆخ', + 'A52A2A' : 'قاوه‌یی', + 'DAA520' : 'قاوه‌یی بریسکه‌دار', + '006400' : 'سه‌وزی تۆخ', + '40E0D0' : 'شینی ناتۆخی بریسکه‌دار', + '0000CD' : 'شینی مامناوه‌ند', + '800080' : 'په‌مبه‌یی', + '808080' : 'ڕه‌ساسی', + 'F00' : 'سۆر', + 'FF8C00' : 'ناره‌نجی تۆخ', + 'FFD700' : 'زه‌رد', + '008000' : 'سه‌وز', + '0FF' : 'شینی ئاسمانی', + '00F' : 'شین', + 'EE82EE' : 'په‌مه‌یی', + 'A9A9A9' : 'ڕه‌ساسی ناتۆخ', + 'FFA07A' : 'ناره‌نجی ناتۆخ', + 'FFA500' : 'ناره‌نجی', + 'FFFF00' : 'زه‌رد', + '00FF00' : 'سه‌وز', + 'AFEEEE' : 'شینی ناتۆخ', + 'ADD8E6' : 'شینی زۆر ناتۆخ', + 'DDA0DD' : 'په‌مه‌یی ناتۆخ', + 'D3D3D3' : 'ڕه‌ساسی بریسکه‌دار', + 'FFF0F5' : 'جه‌رگی زۆر ناتۆخ', + 'FAEBD7' : 'جه‌رگی ناتۆخ', + 'FFFFE0' : 'سپی ناتۆخ', + 'F0FFF0' : 'هه‌نگوینی ناتۆخ', + 'F0FFFF' : 'شینێکی زۆر ناتۆخ', + 'F0F8FF' : 'شینێکی ئاسمانی زۆر ناتۆخ', + 'E6E6FA' : 'شیری', + 'FFF' : 'سپی' + }, + + scayt : + { + title : 'پشکنینی نووسه‌ له‌کاتی نووسین', + opera_title : 'پشتیوانی نه‌کراوه له‌لایه‌ن Opera', + enable : 'چالاککردنی SCAYT', + disable : 'ناچالاککردنی SCAYT', + about : 'ده‌رباره‌ی SCAYT', + toggle : 'گۆڕینی SCAYT', + options : 'هه‌ڵبژارده', + langs : 'زمانه‌کان', + moreSuggestions : 'پێشنیاری زیاتر', + ignore : 'پشتگوێخستن', + ignoreAll : 'پشتگوێخستنی هه‌مووی', + addWord : 'زیادکردنی ووشه', + emptyDic : 'ناوی فه‌رهه‌نگ نابێت خاڵی بێت.', + noSuggestions : 'No suggestions', // MISSING + optionsTab : 'هه‌ڵبژارده', + allCaps : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌پیتی گه‌وره‌', + ignoreDomainNames : 'پشتگوێخستنی دۆمه‌ین', + mixedCase : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌پیتی گه‌وره‌و بچووك', + mixedWithDigits : 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌ژماره', + + languagesTab : 'زمانه‌کان', + + dictionariesTab : 'فه‌رهه‌نگه‌کان', + dic_field_name : 'ناوی فه‌رهه‌نگ', + dic_create : 'درووستکردن', + dic_restore : 'گه‌ڕاندنه‌وه', + dic_delete : 'سڕینه‌وه', + dic_rename : 'گۆڕینی ناو', + dic_info : 'له‌بنچینه‌دا فه‌رهه‌نگی به‌کارهێنه‌ر کۆگاکردن کراوه‌ له‌ شه‌کرۆکه Cookie, هه‌رچۆنێك بێت شه‌کۆرکه سنووردار کراوه له‌ قه‌باره کۆگاکردن.کاتێك فه‌رهه‌نگی به‌کارهێنه‌ر گه‌یشته‌ ئه‌م خاڵه‌ی که‌ناتوانرێت زیاتر کۆگاکردن بکرێت له‌ شه‌کرۆکه‌، ئه‌وسا فه‌رهه‌نگه‌که‌ پێویسته‌ کۆگابکرێت له‌ ڕاژه‌که‌ی ئێمه‌.‌ بۆ کۆگاکردنی زانیاری تایبه‌تی فه‌رهه‌نگه‌که‌ له‌ ڕاژه‌که‌ی ئێمه, پێویسته‌ ناوێك هه‌ڵبژێریت بۆ فه‌رهه‌نگه‌که‌. گه‌ر تۆ فه‌رهه‌نگێکی کۆگاکراوت هه‌یه‌, تکایه‌ ناوی فه‌رهه‌نگه‌که‌ بنووسه‌ وه‌ کلیکی دوگمه‌ی گه‌ڕاندنه‌وه‌ بکه.', + + aboutTab : 'ده‌رباره‌ی' + }, + + about : + { + title : 'ده‌رباره‌ی CKEditor', + dlgTitle : 'ده‌رباره‌ی CKEditor', + help : 'سه‌یری $1 بکه‌ بۆ یارمه‌تی.', + userGuide : 'ڕێپیشانده‌ری CKEditors', + moreInfo : 'بۆ زانیاری زیاتری مۆڵه‌ت, تکایه‌ سه‌ردانی ماڵپه‌ڕه‌که‌مان بکه:', + copy : 'مافی له‌به‌رگرتنه‌وه‌ی © $1. گشتی پارێزراوه.' + }, + + maximize : 'ئەوپه‌ڕی گەورەیی', + minimize : 'ئەوپەڕی بچووکی', + + fakeobjects : + { + anchor : 'له‌نگه‌ر', + flash : 'فلاش', + iframe : 'له‌چوارچێوه', + hiddenfield : 'شاردنه‌وه‌ی خانه', + unknown : 'به‌رکارێکی نه‌ناسراو' + }, + + resize : 'ڕابکێشە بۆ گۆڕینی قەبارەکەی', + + colordialog : + { + title : 'هه‌ڵبژاردنی ڕه‌نگ', + options : 'هه‌ڵبژارده‌ی ڕه‌نگه‌کان', + highlight : 'نیشانکردن', + selected : 'هه‌ڵبژاردرا', + clear : 'پاککردنه‌وه' + }, + + toolbarCollapse : 'شاردنەوی هێڵی تووڵامراز', + toolbarExpand : 'نیشاندانی هێڵی تووڵامراز', + + toolbarGroups : + { + document : 'په‌ڕه', + clipboard : 'بڕین/پووچکردنه‌وه', + editing : 'چاکسازی', + forms : 'داڕشته', + basicstyles : 'شێوازی بنچینه‌یی', + paragraph : 'بڕگه', + links : 'به‌سته‌ر', + insert : 'خستنه‌ ناو', + styles : 'شێواز', + colors : 'ڕه‌نگه‌کان', + tools : 'ئامرازه‌کان' + }, + + bidi : + { + ltr : 'ئاراسته‌ی نووسه‌ له‌چه‌پ بۆ ڕاست', + rtl : 'ئاراسته‌ی نووسه‌ له‌ڕاست بۆ چه‌پ' + }, + + docprops : + { + label : 'خاسییه‌تی په‌ڕه', + title : 'خاسییه‌تی په‌ڕه', + design : 'شێوه‌کار', + meta : 'زانیاری مێتا', + chooseColor : '‌هه‌ڵبژێره', + other : 'هیتر...', + docTitle : 'سه‌ردێڕی په‌ڕه', + charset : 'ده‌سته‌ی نووسه‌ی به‌کۆده‌که‌ر', + charsetOther : 'ده‌سته‌ی نووسه‌ی به‌کۆده‌که‌ری تر', + charsetASCII : 'ASCII', + charsetCE : 'ناوه‌ڕاست ئه‌وروپا', + charsetCT : 'چینی(Big5)', + charsetCR : 'سیریلیك', + charsetGR : 'یۆنانی', + charsetJP : 'ژاپۆن', + charsetKR : 'کۆریا', + charsetTR : 'تورکیا', + charsetUN : 'Unicode (UTF-8)', + charsetWE : 'ڕۆژئاوای ئه‌وروپا', + docType : 'سه‌رپه‌ڕه‌ی جۆری په‌ڕه', + docTypeOther : 'سه‌رپه‌ڕه‌ی جۆری په‌ڕه‌ی تر', + xhtmlDec : 'به‌یاننامه‌کانی XHTML له‌گه‌ڵدابێت', + bgColor : 'ڕه‌نگی پاشبنه‌ما', + bgImage : 'ناونیشانی به‌سته‌ری وێنه‌ی پاشبنه‌ما', + bgFixed : 'بێ هاتووچوپێکردنی (چه‌سپاو) پاشبنه‌مای وێنه', + txtColor : 'ڕه‌نگی ده‌ق', + margin : 'ته‌نیشت په‌ڕه‌', + marginTop : 'سه‌ره‌وه', + marginLeft : 'چه‌پ', + marginRight : 'ڕاست', + marginBottom : 'ژێره‌وه', + metaKeywords : 'به‌ڵگه‌نامه‌ی وشه‌ی کاریگه‌ر(به‌ کۆما لێکیان جیابکه‌وه)', + metaDescription : 'پێناسه‌ی لاپه‌ڕه', + metaAuthor : 'نووسه‌ر', + metaCopyright : 'مافی بڵاوکردنه‌وه‌ی', + previewHtml : '

ئه‌مه‌ وه‌ك نموونه‌ی ده‌قه. تۆ به‌کارده‌هێنیت CKEditor.

' + } +}; diff --git a/phpgwapi/js/ckeditor3/_source/lang/lt.js b/phpgwapi/js/ckeditor3/_source/lang/lt.js index c960625060..da57eb6346 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/lt.js +++ b/phpgwapi/js/ckeditor3/_source/lang/lt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['lt'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Pilnas redaktorius, %1', + editorHelp : 'Spauskite ALT 0 dėl pagalbos', // ARIA descriptions. toolbars : 'Redaktoriaus įrankiai', @@ -120,6 +120,7 @@ CKEDITOR.lang['lt'] = alignTop : 'Viršūnę', alignMiddle : 'Vidurį', alignBottom : 'Apačią', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Aukštis turi būti nurodytas skaičiais.', invalidWidth : 'Plotis turi būti nurodytas skaičiais.', invalidCssLength : 'Reikšmė nurodyta "%1" laukui, turi būti teigiamas skaičius su arba be tinkamo CSS matavimo vieneto (px, %, in, cm, mm, em, ex, pt arba pc).', @@ -697,7 +698,7 @@ CKEDITOR.lang['lt'] = ignoreAll : 'Ignoruoti viską', addWord : 'Pridėti žodį', emptyDic : 'Žodyno vardas neturėtų būti tuščias.', - + noSuggestions : 'No suggestions', // MISSING optionsTab : 'Parametrai', allCaps : 'Ignoruoti visas didžiąsias raides', ignoreDomainNames : 'Ignoruoti domenų vardus', diff --git a/phpgwapi/js/ckeditor3/_source/lang/lv.js b/phpgwapi/js/ckeditor3/_source/lang/lv.js index b2b11bf3b3..ca6d4ec3ba 100644 --- a/phpgwapi/js/ckeditor3/_source/lang/lv.js +++ b/phpgwapi/js/ckeditor3/_source/lang/lv.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,33 +31,33 @@ CKEDITOR.lang['lv'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Bagātinātā teksta redaktors, %1', + editorHelp : 'Palīdzībai, nospiediet ALT 0 ', // ARIA descriptions. - toolbars : 'Editor toolbars', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Redaktora rīkjoslas', + editor : 'Bagātinātā teksta redaktors', // Toolbar buttons without dialogs. source : 'HTML kods', newPage : 'Jauna lapa', save : 'Saglabāt', - preview : 'Pārskatīt', + preview : 'Priekšskatīt', cut : 'Izgriezt', copy : 'Kopēt', - paste : 'Ievietot', + paste : 'Ielīmēt', print : 'Drukāt', - underline : 'Apakšsvītra', - bold : 'Treknu šriftu', - italic : 'Slīprakstā', + underline : 'Pasvītrots', + bold : 'Treknināts', + italic : 'Kursīvs', selectAll : 'Iezīmēt visu', removeFormat : 'Noņemt stilus', strike : 'Pārsvītrots', - subscript : 'Zemrakstā', + subscript : 'Apakšrakstā', superscript : 'Augšrakstā', horizontalrule : 'Ievietot horizontālu Atdalītājsvītru', - pagebreak : 'Ievietot lapas pārtraukumu', - pagebreakAlt : 'Page Break', // MISSING + pagebreak : 'Ievietot lapas pārtraukumu drukai', + pagebreakAlt : 'Lapas pārnesums', unlink : 'Noņemt hipersaiti', undo : 'Atcelt', redo : 'Atkārtot', @@ -73,11 +73,11 @@ CKEDITOR.lang['lv'] = image : 'Attēls', flash : 'Flash', form : 'Forma', - checkbox : 'Atzīmēšanas kastīte', - radio : 'Izvēles poga', + checkbox : 'Izvēles rūtiņa', + radio : 'Radio poga', textField : 'Teksta rinda', textarea : 'Teksta laukums', - hiddenField : 'Paslēpta teksta rinda', + hiddenField : 'Paslēpts lauks', button : 'Poga', select : 'Iezīmēšanas lauks', imageButton : 'Attēlpoga', @@ -92,48 +92,49 @@ CKEDITOR.lang['lv'] = cssClass : 'Stilu saraksta klases', advisoryTitle : 'Konsultatīvs virsraksts', cssStyle : 'Stils', - ok : 'Darīts!', + ok : 'Apstiprināt', cancel : 'Atcelt', - close : 'Close', // MISSING - preview : 'Preview', // MISSING - generalTab : 'General', // MISSING + close : 'Aizvērt', + preview : 'Priekšskatījums', + generalTab : 'Vispārīgi', advancedTab : 'Izvērstais', - validateNumberFailed : 'This value is not a number.', // MISSING - confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING - confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING - options : 'Options', // MISSING - target : 'Target', // MISSING - targetNew : 'New Window (_blank)', // MISSING - targetTop : 'Topmost Window (_top)', // MISSING - targetSelf : 'Same Window (_self)', // MISSING - targetParent : 'Parent Window (_parent)', // MISSING - langDirLTR : 'Left to Right (LTR)', // MISSING - langDirRTL : 'Right to Left (RTL)', // MISSING - styles : 'Style', // MISSING - cssClasses : 'Stylesheet Classes', // MISSING + validateNumberFailed : 'Šī vērtība nav skaitlis', + confirmNewPage : 'Jebkuras nesaglabātās izmaiņas tiks zaudētas. Vai tiešām vēlaties atvērt jaunu lapu?', + confirmCancel : 'Daži no uzstādījumiem ir mainīti. Vai tiešām vēlaties aizvērt šo dialogu?', + options : 'Uzstādījumi', + target : 'Mērķis', + targetNew : 'Jauns logs (_blank)', + targetTop : 'Virsējais logs (_top)', + targetSelf : 'Tas pats logs (_self)', + targetParent : 'Avota logs (_parent)', + langDirLTR : 'Kreisais uz Labo (LTR)', + langDirRTL : 'Labais uz Kreiso (RTL)', + styles : 'Stils', + cssClasses : 'Stilu klases', width : 'Platums', height : 'Augstums', - align : 'Nolīdzināt', + align : 'Līdzinājums', alignLeft : 'Pa kreisi', alignRight : 'Pa labi', alignCenter : 'Centrēti', alignTop : 'Augšā', - alignMiddle : 'Vertikāli centrēts', + alignMiddle : 'Pa vidu', alignBottom : 'Apakšā', - invalidHeight : 'Height must be a number.', // MISSING - invalidWidth : 'Width must be a number.', // MISSING - invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING - invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING - invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING - cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidValue : 'Nekorekta vērtība', + invalidHeight : 'Augstumam jābūt skaitlim.', + invalidWidth : 'Platumam jābūt skaitlim', + invalidCssLength : 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām CSS mērvienībām (px, %, in, cm, mm, em, ex, pt, vai pc).', + invalidHtmlLength : 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām HTML mērvienībām (px vai %).', + invalidInlineStyle : 'Iekļautajā stilā norādītajai vērtībai jāsastāv no viena vai vairākiem pāriem pēc forma\'ta "nosaukums: vērtība", atdalītiem ar semikolu.', + cssLengthTooltip : 'Ievadiet vērtību pikseļos vai skaitli ar derīgu CSS mērvienību (px, %, in, cm, mm, em, ex, pt, vai pc).', // Put the voice-only part of the label in the span. - unavailable : '%1, unavailable' // MISSING + unavailable : '%1, nav pieejams' }, contextmenu : { - options : 'Context Menu Options' // MISSING + options : 'Uznirstošās izvēlnes uzstādījumi' }, // Special char dialog. @@ -141,7 +142,7 @@ CKEDITOR.lang['lv'] = { toolbar : 'Ievietot speciālo simbolu', title : 'Ievietot īpašu simbolu', - options : 'Special Character Options' // MISSING + options : 'Speciālo simbolu uzstādījumi' }, // Link dialog. @@ -156,7 +157,7 @@ CKEDITOR.lang['lv'] = upload : 'Augšupielādēt', advanced : 'Izvērstais', type : 'Hipersaites tips', - toUrl : 'URL', // MISSING + toUrl : 'Adrese', toAnchor : 'Iezīme šajā lapā', toEmail : 'E-pasts', targetFrame : '', @@ -164,7 +165,7 @@ CKEDITOR.lang['lv'] = targetFrameName : 'Mērķa ietvara nosaukums', targetPopupName : 'Uznirstošā loga nosaukums', popupFeatures : 'Uznirstošā loga nosaukums īpašības', - popupResizable : 'Resizable', // MISSING + popupResizable : 'Mērogojams', popupStatusBar : 'Statusa josla', popupLocationBar: 'Atrašanās vietas josla', popupToolbar : 'Rīku josla', @@ -174,20 +175,20 @@ CKEDITOR.lang['lv'] = popupDependent : 'Atkarīgs (Netscape)', popupLeft : 'Kreisā koordināte', popupTop : 'Augšējā koordināte', - id : 'Id', // MISSING + id : 'ID', langDir : 'Valodas lasīšanas virziens', langDirLTR : 'No kreisās uz labo (LTR)', langDirRTL : 'No labās uz kreiso (RTL)', - acccessKey : 'Pieejas kods', + acccessKey : 'Pieejas taustiņš', name : 'Nosaukums', - langCode : 'Valodas lasīšanas virziens', + langCode : 'Valodas kods', tabIndex : 'Ciļņu indekss', advisoryTitle : 'Konsultatīvs virsraksts', advisoryContentType : 'Konsultatīvs satura tips', cssClasses : 'Stilu saraksta klases', - charset : 'Pievienotā resursa kodu tabula', + charset : 'Pievienotā resursa kodējums', styles : 'Stils', - rel : 'Relationship', // MISSING + rel : 'Relācija', selectAnchor : 'Izvēlēties iezīmi', anchorName : 'Pēc iezīmes nosaukuma', anchorId : 'Pēc elementa ID', @@ -203,52 +204,52 @@ CKEDITOR.lang['lv'] = anchor : { toolbar : 'Ievietot/Labot iezīmi', - menu : 'Iezīmes īpašības', - title : 'Iezīmes īpašības', + menu : 'Labot iezīmi', + title : 'Iezīmes uzstādījumi', name : 'Iezīmes nosaukums', errorName : 'Lūdzu norādiet iezīmes nosaukumu', - remove : 'Remove Anchor' // MISSING + remove : 'Noņemt iezīmi' }, // List style dialog list: { - numberedTitle : 'Numbered List Properties', // MISSING - bulletedTitle : 'Bulleted List Properties', // MISSING - type : 'Type', // MISSING - start : 'Start', // MISSING - validateStartNumber :'List start number must be a whole number.', // MISSING - circle : 'Circle', // MISSING - disc : 'Disc', // MISSING - square : 'Square', // MISSING - none : 'None', // MISSING - notset : '', // MISSING - armenian : 'Armenian numbering', // MISSING - georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING - lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING - upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING - lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING - upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING - lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING - decimal : 'Decimal (1, 2, 3, etc.)', // MISSING - decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING + numberedTitle : 'Numurēta saraksta uzstādījumi', + bulletedTitle : 'Vienkārša saraksta uzstādījumi', + type : 'Tips', + start : 'Sākt', + validateStartNumber :'Saraksta sākuma numuram jābūt veselam skaitlim', + circle : 'Aplis', + disc : 'Disks', + square : 'Kvadrāts', + none : 'Nekas', + notset : '