@sapui5/sap.ui.richtexteditor 1.121.0 → 1.121.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +5 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +420 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +274 -146
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +6 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +9 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/license.txt +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/default/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/document/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/writer/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.mobile.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +7 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +1645 -84
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +1458 -1360
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +8 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +39 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror_css.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +6 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +10 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +4 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +282 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +7 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +19 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +1972 -1673
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +13 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +89 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +86 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +20786 -20200
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +40 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +2031 -1572
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*/
|
|
7
|
-
tinymce.addI18n("ms",{"Redo":"Buat semula","Undo":"Buat asal","Cut":"Potong","Copy":"Salin","Paste":"Tampal","Select all":"Pilih semua","New document":"Dokumen baharu","Ok":"Ok","Cancel":"Batal","Visual aids":"Alat bantu visual","Bold":"Tebal","Italic":"Italik","Underline":"Garis bawah","Strikethrough":"Garis lorek","Superscript":"Superskrip","Subscript":"Subskrip","Clear formatting":"Pemformatan jelas","Remove":"Alih keluar","Align left":"Jajar kiri","Align center":"Jajar tengah","Align right":"Jajar kanan","No alignment":"Tiada penjajaran","Justify":"Imbang","Bullet list":"Senarai bulet","Numbered list":"Senarai bernombor","Decrease indent":"Kurangkan inden","Increase indent":"Tambahkan inden","Close":"Tutup","Formats":"Format","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Pelayar anda tidak menyokong akses langsung ke papan klip.Sila gunakan pintasan papan kekunci Ctrl+X/C/V.","Headings":"Tajuk","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Preformatted":"Sedia format","Div":"Div","Pre":"Pra","Code":"Kod","Paragraph":"Perenggan","Blockquote":"Petikan blok","Inline":"Sebaris","Blocks":"Blok","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Tampal kini dalam mod teks biasa.Kandungan kini akan ditampal sebagai teks biasa sehingga anda togol untuk mematikan pilihan ini.","Fonts":"Fon","Font sizes":"Saiz fon","Class":"Kelas","Browse for an image":"Semak imbas untuk imej","OR":"ATAU","Drop an image here":"Lepaskan imej di sini","Upload":"Muat naik","Uploading image":"Sedang muat naik imej","Block":"Blok","Align":"Jajar","Default":"Lalai","Circle":"Bulat","Disc":"Cakera","Square":"Segi Empat Sama","Lower Alpha":"Abjad Kecil","Lower Greek":"Greek Huruf Kecil","Lower Roman":"Roman Huruf Kecil","Upper Alpha":"Abjad Besar","Upper Roman":"Roman Huruf Besar","Anchor...":"Penambat...","Anchor":"Penambat","Name":"Nama","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID perlu bermula dengan huruf, diikuti dengan hanya huruf, nombor, sempang, titik, koma bernoktah atau garis bawah.","You have unsaved changes are you sure you want to navigate away?":"Anda ada perubahan yang belum disimpan, adakah anda pasti mahu beredar?","Restore last draft":"Pulihkan draf terakhir","Special character...":"Aksara khas...","Special Character":"Aksara Khas","Source code":"Kod Sumber","Insert/Edit code sample":"Sisip/Edit sampel kod","Language":"Bahasa","Code sample...":"Sampel kod...","Left to right":"Kiri ke kanan","Right to left":"Kanan ke kiri","Emoticons":"Emotikon","Emoticons...":"Emotikon...","Title":"Tajuk","Fullscreen":"Skrin penuh","Action":"Tindakan","Shortcut":"Pintasan","Help":"Bantuan","Address":"Alamat","Focus to menubar":"Fokus ke bar menu","Focus to toolbar":"Fokus ke bar alat","Focus to element path":"Fokus ke laluan elemen","Focus to contextual toolbar":"Fokus ke bar alat kontekstual","Insert link (if link plugin activated)":"Masukkan pautan (jika pemalam pautan diaktifkan)","Save (if save plugin activated)":"Simpan (jika pemalam simpan diaktifkan)","Find (if searchreplace plugin activated)":"Cari (jika pemalam cari ganti diaktifkan)","Plugins installed ({0}):":"Pemalam dipasangkan ({0}):","Premium plugins:":"Pemalam premium:","Learn more...":"Ketahui lebih lanjut...","You are using {0}":"Anda sedang menggunakan {0}","Plugins":"Pemalam","Handy Shortcuts":"Pintasan Berguna","Horizontal line":"Garis mendatar","Insert/edit image":"Sisip/edit imej","Alternative description":"Perihalan alternatif","Accessibility":"Kebolehcapaian","Image is decorative":"Imej ialah hiasan","Source":"Sumber","Dimensions":"Dimensi","Constrain proportions":"Perkadaran kekangan","General":"Am","Advanced":"Lanjutan","Style":"Gaya","Vertical space":"Ruang menegak","Horizontal space":"Ruang mendatar","Border":"Sempadan","Insert image":"Sisip imej","Image...":"Imej...","Image list":"Senarai imej","Resize":"Saiz semula","Insert date/time":"Sisipkan tarikh/masa","Date/time":"Tarikh/masa","Insert/edit link":"Sisip/edit pautan","Text to display":"Teks untuk dipaparkan","Url":"Url","Open link in...":"Buka pautan dalam...","Current window":"Tetingkap semasa","None":"Tiada","New window":"Tetingkap baharu","Open link":"Buka pautan","Remove link":"Alih keluar pautan","Anchors":"Penambat","Link...":"Pautan...","Paste or type a link":"Tampal atau taipkan pautan","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"Nampaknya URL yang anda masukkan ialah alamat e-mel.Adakah anda ingin menambahkan awalan mailto: yang diperlukan?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"Nampaknya URL yang anda masukkan ialah pautan luar.Adakah anda ingin menambahkan awalan http:// yang diperlukan?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"Nampaknya URL yang anda masukkan ialah pautan luar.Adakah anda ingin menambahkan awalan https:// yang diperlukan?","Link list":"Pautkan senarai","Insert video":"Sisipkan video","Insert/edit video":"Sisip/edit video","Insert/edit media":"Sisip/edit media","Alternative source":"Sumber alternatif","Alternative source URL":"URL sumber alternatif","Media poster (Image URL)":"Poster media (URL imej)","Paste your embed code below:":"Tampal kod terbenam anda di bawah:","Embed":"Terbenam","Media...":"Media...","Nonbreaking space":"Ruang bukan pemisah","Page break":"Pemisah halaman","Paste as text":"Tampal sebagai teks","Preview":"Pratonton","Print":"Cetak","Print...":"Cetak...","Save":"Simpan","Find":"Cari","Replace with":"Ganti dengan","Replace":"Ganti","Replace all":"Ganti semua","Previous":"Terdahulu","Next":"Seterusnya","Find and Replace":"Cari dan Ganti","Find and replace...":"Cari dan ganti...","Could not find the specified string.":"Tidak dapat mencari rentetan yang dinyatakan.","Match case":"Padankan huruf","Find whole words only":"Cari perkataan penuh sahaja","Find in selection":"Cari dalam pilihan","Insert table":"Sisipkan jadual","Table properties":"Sifat jadual","Delete table":"Padam jadual","Cell":"Sel","Row":"Baris","Column":"Lajur","Cell properties":"Sifat sel","Merge cells":"Gabungkan sel","Split cell":"Pisahkan sel","Insert row before":"Sisipkan baris sebelum","Insert row after":"Sisipkan baris selepas","Delete row":"Padamkan baris","Row properties":"Sifat baris","Cut row":"Potong baris","Cut column":"Potong lajur","Copy row":"Salin baris","Copy column":"Salin lajur","Paste row before":"Tampalkan baris sebelum","Paste column before":"Tampalkan lajur sebelum","Paste row after":"Tampalkan baris selepas","Paste column after":"Tampalkan lajur selepas","Insert column before":"Sisipkan lajur sebelum","Insert column after":"Sisipkan lajur selepas","Delete column":"Padam lajur","Cols":"Laj","Rows":"Baris","Width":"Lebar","Height":"Tinggi","Cell spacing":"Jarak sel","Cell padding":"Pelapik sel","Row clipboard actions":"Tindakan papan klip baris","Column clipboard actions":"Tindakan papan klip lajur","Table styles":"Gaya jadual","Cell styles":"Gaya sel","Column header":"Pengepala lajur","Row header":"Pengepala baris","Table caption":"Kapsyen jadual","Caption":"Kapsyen","Show caption":"Tunjukkan kapsyen","Left":"Kiri","Center":"Tengah","Right":"Kanan","Cell type":"Jenis sel","Scope":"Skop","Alignment":"Penjajaran","Horizontal align":"Jajar mendatar","Vertical align":"Jajar menegak","Top":"Atas","Middle":"Tengah","Bottom":"Bawah","Header cell":"Sel pengepala","Row group":"Kumpulan baris","Column group":"Kumpulan lajur","Row type":"Jenis baris","Header":"Pengepala","Body":"Isi","Footer":"Pengaki","Border color":"Warna sempadan","Solid":"Padu","Dotted":"Bertitik","Dashed":"Bersengkang","Double":"Berganda","Groove":"Alur","Ridge":"Batas","Inset":"Sisipan","Outset":"Permulaan","Hidden":"Tersembunyi","Insert template...":"Sisipkan templat...","Templates":"Templat","Template":"Templat","Insert Template":"Sisipkan Templat","Text color":"Warna teks","Background color":"Warna latar","Custom...":"Tersuai...","Custom color":"Warna tersuai","No color":"Tiada warna","Remove color":"Alih keluar warna","Show blocks":"Tunjukkan blok","Show invisible characters":"Tunjukkan aksara halimunan","Word count":"Kiraan perkataan","Count":"Kiraan","Document":"Dokumen","Selection":"Pemilihan","Words":"Perkataan","Words: {0}":"Perkataan: {0}","{0} words":"{0} perkataan","File":"Fail","Edit":"Edit","Insert":"Sisip","View":"Lihat","Format":"Format","Table":"Jadual","Tools":"Alatan","Powered by {0}":"Dijana oleh {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Kawasan Teks Beraneka.Tekan ALT-F9 untuk menu.Tekan ALT-F10 untuk bar alat.Tekan ALT-0 untuk bantuan.","Image title":"Tajuk imej","Border width":"Lebar sempadan","Border style":"Gaya sempadan","Error":"Ralat","Warn":"Amaran","Valid":"Sah","To open the popup, press Shift+Enter":"Untuk membuka tetingkap timbul, tekan Shift+Enter","Rich Text Area":"Kawasan Teks Beraneka","Rich Text Area. Press ALT-0 for help.":"Kawasan Teks Beraneka.Tekan ALT-0 untuk bantuan.","System Font":"Fon Sistem","Failed to upload image: {0}":"Gagal memuat naik imej: {0}","Failed to load plugin: {0} from url {1}":"Gagal memuat naik pemalam: {0} daripada url {1}","Failed to load plugin url: {0}":"Gagal memuat naik url pemalam: {0}","Failed to initialize plugin: {0}":"Gagal memulakan pemalam: {0}","example":"contoh","Search":"Cari","All":"Semua","Currency":"Mata wang","Text":"Teks","Quotations":"Sebut harga","Mathematical":"Matematik","Extended Latin":"Latin Lanjutan","Symbols":"Simbol","Arrows":"Anak panah","User Defined":"Ditakrif Pengguna","dollar sign":"tanda dolar","currency sign":"tanda mata wang","euro-currency sign":"tanda mata wang euro","colon sign":"tanda kolon","cruzeiro sign":"tanda cruzeiro","french franc sign":"tanda franc perancis","lira sign":"tanda lira","mill sign":"tanda mill","naira sign":"tanda naira","peseta sign":"tanda peseta","rupee sign":"tanda rupee","won sign":"tanda won","new sheqel sign":"tanda sheqel baharu","dong sign":"tanda dong","kip sign":"tanda kip","tugrik sign":"tanda tugrik","drachma sign":"tanda drachma","german penny symbol":"simbol sen jerman","peso sign":"tanda peso","guarani sign":"tanda guarani","austral sign":"tanda austral","hryvnia sign":"tanda hryvnia","cedi sign":"tanda cedi","livre tournois sign":"tanda livre tournois","spesmilo sign":"tanda spesmilo","tenge sign":"tanda tenge","indian rupee sign":"tanda rupee india","turkish lira sign":"tanda lira turki","nordic mark sign":"tanda nordic mark","manat sign":"tanda manat","ruble sign":"tanda rubel","yen character":"aksara yen","yuan character":"aksara yuan","yuan character, in hong kong and taiwan":"aksara yuan, di hong kong dan taiwan","yen/yuan character variant one":"aksara yen/yuan varian pertama","Loading emoticons...":"Memuatkan emotikon...","Could not load emoticons":"Tidak boleh memuatkan emotikon","Emojis":"Emoji","Emojis...":"Emoji...","Loading emojis...":"Memuatkan emoji...","Could not load emojis":"Tidak dapat memuatkan emoji","People":"Orang","Animals and Nature":"Haiwan dan Alam","Food and Drink":"Makanan dan Minuman","Activity":"Aktiviti","Travel and Places":"Perjalanan dan Tempat","Objects":"Objek","Flags":"Bendera","Characters":"Aksara","Characters (no spaces)":"Aksara (tanpa ruang)","{0} characters":"{0} aksara","Error: Form submit field collision.":"Ralat: Perlanggaran medan hantar borang.","Error: No form element found.":"Ralat: Tiada elemen borang ditemukan.","Color swatch":"Pilihan warna","Color Picker":"Pemilih Warna","Invalid hex color code: {0}":"Kod warna heks tidak sah: {0}","Invalid input":"Input tidak sah","R":"R","Red component":"Komponen merah","G":"G","Green component":"Komponen hijau","B":"B","Blue component":"Komponen biru","#":"#","Hex color code":"Kod warna heks","Range 0 to 255":"Julat 0 hingga 255","Turquoise":"Firus","Green":"Hijau","Blue":"Biru","Purple":"Ungu","Navy Blue":"Biru Kelasi","Dark Turquoise":"Firus Gelap","Dark Green":"Hijau Gelap","Medium Blue":"Biru Sederhana","Medium Purple":"Ungu Sederhana","Midnight Blue":"Biru Kelam","Yellow":"Kuning","Orange":"Jingga","Red":"Merah","Light Gray":"Kelabu Muda","Gray":"Kelabu","Dark Yellow":"Kuning Tua","Dark Orange":"Jingga Tua","Dark Red":"Merah Tua","Medium Gray":"Kelabu Sederhana","Dark Gray":"Kelabu Tua","Light Green":"Hijau Muda","Light Yellow":"Kuning Muda","Light Red":"Merah Muda","Light Purple":"Ungu Muda","Light Blue":"Biru Muda","Dark Purple":"Ungu Tua","Dark Blue":"Biru Tua","Black":"Hitam","White":"Putih","Switch to or from fullscreen mode":"Beralih kepada atau daripada mod skrin penuh","Open help dialog":"Buka dialog bantuan","history":"sejarah","styles":"gaya","formatting":"pemformatan","alignment":"penjajaran","indentation":"indentasi","Font":"Fon","Size":"Saiz","More...":"Lagi...","Select...":"Pilih...","Preferences":"Keutamaan","Yes":"Ya","No":"Tidak","Keyboard Navigation":"Navigasi Papan Kekunci","Version":"Versi","Code view":"Paparan kod","Open popup menu for split buttons":"Buka menu timbul untuk butang pisah","List Properties":"Senaraikan Sifat","List properties...":"Senaraikan sifat...","Start list at number":"Mulakan senarai pada nombor","Line height":"Tinggi baris","Dropped file type is not supported":"Jenis fail yang digugurkan tidak disokong","Loading...":"Memuatkan...","ImageProxy HTTP error: Rejected request":"Ralat ImageProxy HTTP: Permintaan ditolak","ImageProxy HTTP error: Could not find Image Proxy":"Ralat ImageProxy HTTP: Tidak dapat menemukan Proksi Imej","ImageProxy HTTP error: Incorrect Image Proxy URL":"Ralat ImageProxy HTTP: URL Proksi Imej salah","ImageProxy HTTP error: Unknown ImageProxy error":"Ralat ImageProxy HTTP: Ralat ImageProxy tidak diketahui","Accordion summary...":"Ringkasan Accordion...","Accordion body...":"Kandungan Accordion...","Insert accordion":"Masukkan Accordion","Accordion":"Accordion","Toggle accordion":"Togol Accordion","Delete accordion":"Padam Accordion","comments":"komen","Format painter":"Pelukis format","Capitalization":"Penghurufbesaran","lowercase":"huruf kecil","UPPERCASE":"HURUF BESAR","Title Case":"Huruf Besar Kecil","Permanent pen":"Pen dakwat kekal","Permanent Pen Properties":"Sifat Pen Dakwat Kekal","Permanent pen properties...":"Sifat pen dakwat kekal...","Case Change":"Ubah Huruf","Checklist":"Senarai semak","Insert checklist":"Sisipkan senarai semak"});
|
|
7
|
+
tinymce.addI18n("ms",{"#":"#","A - acute":"A - akut","A - circumflex":"A - sirkumfleks","A - diaeresis":"A - diaresis","A - grave":"A - teruk","A - macron":"A - makron","A - ring above":"A - bulatan di atas","A - tilde":"A - tilde","Accessibility":"Kebolehcapaian","Accordion":"Accordion","Accordion body...":"Kandungan Accordion...","Accordion summary...":"Ringkasan Accordion...","Action":"Tindakan","Activity":"Aktiviti","Address":"Alamat","Advanced":"Lanjutan","Align":"Jajar","Align center":"Jajar tengah","Align left":"Jajar kiri","Align right":"Jajar kanan","Alignment":"Penjajaran","Alignment {0}":"Penjajaran {0}","All":"Semua","Alpha":"Alfa","Alternative description":"Perihalan alternatif","Alternative source":"Sumber alternatif","Alternative source URL":"URL sumber alternatif","Anchor":"Penambat","Anchor...":"Penambat...","Anchors":"Penambat","Animals and Nature":"Haiwan dan Alam","Arrows":"Anak Panah","B":"B","Background color":"Warna latar","Background color {0}":"Warna latar belakang {0}","Beta":"Beta","Black":"Hitam","Block":"Blok","Block {0}":"Blok {0}","Blockquote":"Petikan blok","Blocks":"Blok","Blue":"Biru","Blue component":"Komponen biru","Body":"Isi","Bold":"Tebal","Border":"Sempadan","Border color":"Warna sempadan","Border style":"Gaya sempadan","Border width":"Lebar sempadan","Bottom":"Bawah","Browse files":"Semak seimbas fail","Browse for an image":"Semak imbas untuk imej","Browse links":"Semak seimbas pautan","Bullet list":"Senarai bulet","C - cedilla":"C - sedila","Cancel":"Batal","Capitalization":"Penghurufbesaran","Caption":"Kapsyen","Case Change":"Ubah Huruf","Cell":"Sel","Cell padding":"Pelapik sel","Cell properties":"Sifat sel","Cell spacing":"Jarak sel","Cell styles":"Gaya sel","Cell type":"Jenis sel","Center":"Tengah","Characters":"Aksara","Characters (no spaces)":"Aksara (tanpa ruang)","Checklist":"Senarai semak","Chi":"Chi","Circle":"Bulat","Class":"Kelas","Clear formatting":"Pemformatan jelas","Close":"Tutup","Code":"Kod","Code sample...":"Sampel kod...","Code view":"Paparan kod","Color Picker":"Pemilih Warna","Color swatch":"Pilihan warna","Cols":"Laj","Column":"Lajur","Column clipboard actions":"Tindakan papan klip lajur","Column group":"Kumpulan lajur","Column header":"Pengepala lajur","Constrain proportions":"Perkadaran kekangan","Copy":"Salin","Copy column":"Salin lajur","Copy row":"Salin baris","Could not find the specified string.":"Tidak dapat mencari rentetan yang dinyatakan.","Could not load emojis":"Tidak dapat memuatkan emoji","Count":"Kiraan","Currency":"Mata wang","Current window":"Tetingkap semasa","Custom color":"Warna tersuai","Custom...":"Tersuai...","Cut":"Potong","Cut column":"Potong lajur","Cut row":"Potong baris","Dark Blue":"Biru Tua","Dark Gray":"Kelabu Tua","Dark Green":"Hijau Gelap","Dark Orange":"Jingga Tua","Dark Purple":"Ungu Tua","Dark Red":"Merah Tua","Dark Turquoise":"Firus Gelap","Dark Yellow":"Kuning Tua","Dashed":"Bersengkang","Date/time":"Tarikh/masa","Decrease indent":"Kurangkan inden","Default":"Lalai","Delete accordion":"Padam Accordion","Delete column":"Padam lajur","Delete row":"Padamkan baris","Delete table":"Padam jadual","Delta":"Delta","Dimensions":"Dimensi","Disc":"Cakera","Div":"Div","Document":"Dokumen","Dotted":"Bertitik","Double":"Berganda","Drop an image here":"Lepaskan imej di sini","Dropped file type is not supported":"Jenis fail yang digugurkan tidak disokong","E - acute":"E - akut","E - circumflex":"E - sirkumfleks","E - diaeresis":"E - diaresis","E - grave":"E - teruk","E - macron":"E - makron","ETH":"ETH","Edit":"Edit","Embed":"Terbenam","Emojis":"Emoji","Emojis...":"Emoji...","Epsilon":"Epsilon","Error":"Ralat","Error: Form submit field collision.":"Ralat: Perlanggaran medan hantar borang.","Error: No form element found.":"Ralat: Tiada elemen borang ditemukan.","Eta":"Eta","Extended Latin":"Latin Lanjutan","Failed to initialize plugin: {0}":"Gagal memulakan pemalam: {0}","Failed to load plugin url: {0}":"Gagal memuat naik url pemalam: {0}","Failed to load plugin: {0} from url {1}":"Gagal memuat naik pemalam: {0} daripada url {1}","Failed to upload image: {0}":"Gagal memuat naik imej: {0}","File":"Fail","Find":"Cari","Find (if searchreplace plugin activated)":"Cari (jika pemalam cari ganti diaktifkan)","Find and Replace":"Cari dan Ganti","Find and replace...":"Cari dan ganti...","Find in selection":"Cari dalam pilihan","Find whole words only":"Cari perkataan penuh sahaja","Flags":"Bendera","Focus to contextual toolbar":"Fokus ke bar alat kontekstual","Focus to element path":"Fokus ke laluan elemen","Focus to menubar":"Fokus ke bar menu","Focus to toolbar":"Fokus ke bar alat","Font":"Fon","Font size {0}":"Saiz font {0}","Font sizes":"Saiz fon","Font {0}":"Font {0}","Fonts":"Fon","Food and Drink":"Makanan dan Minuman","Footer":"Pengaki","Format":"Format","Format painter":"Pelukis format","Format {0}":"Format {0}","Formats":"Format","Fullscreen":"Skrin penuh","G":"G","Gamma":"Gama","General":"Am","Gray":"Kelabu","Green":"Hijau","Green component":"Komponen hijau","Groove":"Alur","Handy Shortcuts":"Pintasan Berguna","Header":"Pengepala","Header cell":"Sel pengepala","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Headings":"Tajuk","Height":"Tinggi","Help":"Bantuan","Hex color code":"Kod warna heks","Hidden":"Tersembunyi","Horizontal align":"Jajar mendatar","Horizontal line":"Garis mendatar","Horizontal space":"Ruang mendatar","I - acute":"I - akut","I - circumflex":"I - sirkumfleks","I - diaeresis":"I - diaresis","I - grave":"I - teruk","I - macron":"I - makron","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID perlu bermula dengan huruf, diikuti dengan hanya huruf, nombor, sempang, titik, koma bernoktah atau garis bawah.","Image is decorative":"Imej ialah hiasan","Image list":"Senarai imej","Image title":"Tajuk imej","Image...":"Imej...","ImageProxy HTTP error: Could not find Image Proxy":"Ralat ImageProxy HTTP: Tidak dapat menemukan Proksi Imej","ImageProxy HTTP error: Incorrect Image Proxy URL":"Ralat ImageProxy HTTP: URL Proksi Imej salah","ImageProxy HTTP error: Rejected request":"Ralat ImageProxy HTTP: Permintaan ditolak","ImageProxy HTTP error: Unknown ImageProxy error":"Ralat ImageProxy HTTP: Ralat ImageProxy tidak diketahui","Increase indent":"Tambahkan inden","Inline":"Sebaris","Insert":"Sisip","Insert Template":"Sisipkan Templat","Insert accordion":"Masukkan Accordion","Insert checklist":"Sisipkan senarai semak","Insert column after":"Sisipkan lajur selepas","Insert column before":"Sisipkan lajur sebelum","Insert date/time":"Sisipkan tarikh/masa","Insert image":"Sisip imej","Insert link (if link plugin activated)":"Masukkan pautan (jika pemalam pautan diaktifkan)","Insert row after":"Sisipkan baris selepas","Insert row before":"Sisipkan baris sebelum","Insert table":"Sisipkan jadual","Insert template...":"Sisipkan templat...","Insert video":"Sisipkan video","Insert/Edit code sample":"Sisip/Edit sampel kod","Insert/edit image":"Sisip/edit imej","Insert/edit link":"Sisip/edit pautan","Insert/edit media":"Sisip/edit media","Insert/edit video":"Sisip/edit video","Inset":"Sisipan","Invalid hex color code: {0}":"Kod warna heks tidak sah: {0}","Invalid input":"Input tidak sah","Iota":"Iota","Italic":"Italik","Justify":"Imbang","Kappa":"Kapa","Keyboard Navigation":"Navigasi Papan Kekunci","Lambda":"Lambda","Language":"Bahasa","Learn more...":"Ketahui lebih lanjut...","Left":"Kiri","Left to right":"Kiri ke kanan","Light Blue":"Biru Muda","Light Gray":"Kelabu Muda","Light Green":"Hijau Muda","Light Purple":"Ungu Muda","Light Red":"Merah Muda","Light Yellow":"Kuning Muda","Line height":"Tinggi baris","Link list":"Pautkan senarai","Link...":"Pautan...","List Properties":"Senaraikan Sifat","List properties...":"Senaraikan sifat...","Loading emojis...":"Memuatkan emoji...","Loading...":"Memuatkan...","Lower Alpha":"Abjad Kecil","Lower Greek":"Greek Huruf Kecil","Lower Roman":"Roman Huruf Kecil","Match case":"Padankan huruf","Mathematical":"Matematik","Media poster (Image URL)":"Poster media (URL imej)","Media...":"Media...","Medium Blue":"Biru Sederhana","Medium Gray":"Kelabu Sederhana","Medium Purple":"Ungu Sederhana","Merge cells":"Gabungkan sel","Middle":"Tengah","Midnight Blue":"Biru Kelam","More...":"Lagi...","Mu":"Mu","N - tilde":"N - tilde","Name":"Nama","Navy Blue":"Biru Kelasi","New document":"Dokumen baharu","New window":"Tetingkap baharu","Next":"Seterusnya","No":"Tidak","No alignment":"Tiada penjajaran","No color":"Tiada warna","Nonbreaking space":"Ruang bukan pemisah","None":"Tiada","Nu":"Nu","Numbered list":"Senarai bernombor","O - acute":"O - akut","O - circumflex":"O - sirkumfleks","O - diaeresis":"O - diaresis","O - grave":"O - teruk","O - macron":"O - makron","O - slash":"O - garis condong","O - tilde":"O - tilde","OR":"ATAU","Objects":"Objek","Ok":"Ok","Omega":"Omega","Omicron":"Omikron","Open help dialog":"Buka dialog bantuan","Open link":"Buka pautan","Open link in...":"Buka pautan dalam...","Open popup menu for split buttons":"Buka menu timbul untuk butang pisah","Orange":"Jingga","Outset":"Permulaan","Page break":"Pemisah halaman","Paragraph":"Perenggan","Paste":"Tampal","Paste as text":"Tampal sebagai teks","Paste column after":"Tampalkan lajur selepas","Paste column before":"Tampalkan lajur sebelum","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Tampal kini dalam mod teks biasa.Kandungan kini akan ditampal sebagai teks biasa sehingga anda togol untuk mematikan pilihan ini.","Paste or type a link":"Tampal atau taipkan pautan","Paste row after":"Tampalkan baris selepas","Paste row before":"Tampalkan baris sebelum","Paste your embed code below:":"Tampal kod terbenam anda di bawah:","People":"Orang","Permanent Pen Properties":"Sifat Pen Dakwat Kekal","Permanent pen":"Pen dakwat kekal","Permanent pen properties...":"Sifat pen dakwat kekal...","Phi":"Fi","Pi":"Pi","Plugins":"Pemalam","Plugins installed ({0}):":"Pemalam dipasangkan ({0}):","Powered by {0}":"Dijana oleh {0}","Pre":"Pra","Preferences":"Keutamaan","Preformatted":"Sedia format","Premium plugins:":"Pemalam premium:","Press the Up and Down arrow keys to resize the editor.":"Tekan kekunci anak panah Atas dan Bawah untuk mensaiz semula editor.","Press the arrow keys to resize the editor.":"Tekan kekunci anak panah untuk mensaiz semula editor.","Press {0} for help":"Tekan {0} untuk mendapatkan bantuan","Preview":"Pratonton","Previous":"Terdahulu","Print":"Cetak","Print...":"Cetak...","Psi":"Psi","Purple":"Ungu","Quotations":"Petikan","R":"R","Range 0 to 255":"Julat 0 hingga 255","Red":"Merah","Red component":"Komponen merah","Redo":"Buat semula","Remove":"Alih keluar","Remove color":"Alih keluar warna","Remove link":"Alih keluar pautan","Replace":"Ganti","Replace all":"Ganti semua","Replace with":"Ganti dengan","Resize":"Saiz semula","Restore last draft":"Pulihkan draf terakhir","Reveal or hide additional toolbar items":"Dedahkan atau sembunyikan item bar alat tambahan","Rho":"Ro","Rich Text Area":"Kawasan Teks Beraneka","Rich Text Area. Press ALT-0 for help.":"Kawasan Teks Beraneka.Tekan ALT-0 untuk bantuan.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Kawasan Teks Beraneka.Tekan ALT-F9 untuk menu.Tekan ALT-F10 untuk bar alat.Tekan ALT-0 untuk bantuan.","Ridge":"Batas","Right":"Kanan","Right to left":"Kanan ke kiri","Row":"Baris","Row clipboard actions":"Tindakan papan klip baris","Row group":"Kumpulan baris","Row header":"Pengepala baris","Row properties":"Sifat baris","Row type":"Jenis baris","Rows":"Baris","S - caron":"S - caron","Save":"Simpan","Save (if save plugin activated)":"Simpan (jika pemalam simpan diaktifkan)","Scope":"Skop","Search":"Cari","Select all":"Pilih semua","Select...":"Pilih...","Selection":"Pemilihan","Shortcut":"Pintasan","Show blocks":"Tunjukkan blok","Show caption":"Tunjukkan kapsyen","Show invisible characters":"Tunjukkan aksara halimunan","Sigma":"Sigma","Size":"Saiz","Solid":"Padu","Source":"Sumber","Source code":"Kod Sumber","Special Character":"Aksara Khas","Special character...":"Aksara khas...","Split cell":"Pisahkan sel","Square":"Segi Empat Sama","Start list at number":"Mulakan senarai pada nombor","Strikethrough":"Garis lorek","Style":"Gaya","Subscript":"Subskrip","Superscript":"Superskrip","Switch to or from fullscreen mode":"Beralih kepada atau daripada mod skrin penuh","Symbols":"Simbol","System Font":"Fon Sistem","THORN":"DURI","Table":"Jadual","Table caption":"Kapsyen jadual","Table properties":"Sifat jadual","Table styles":"Gaya jadual","Tau":"Tau","Template":"Templat","Templates":"Templat","Text":"Teks","Text color":"Warna teks","Text color {0}":"Warna teks {0}","Text to display":"Teks untuk dipaparkan","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"Nampaknya URL yang anda masukkan ialah alamat e-mel.Adakah anda ingin menambahkan awalan mailto: yang diperlukan?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"Nampaknya URL yang anda masukkan ialah pautan luar.Adakah anda ingin menambahkan awalan http:// yang diperlukan?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"Nampaknya URL yang anda masukkan ialah pautan luar.Adakah anda ingin menambahkan awalan https:// yang diperlukan?","Theta":"Teta","Title":"Tajuk","Title Case":"Huruf Besar Kecil","To open the popup, press Shift+Enter":"Untuk membuka tetingkap timbul, tekan Shift+Enter","Toggle accordion":"Togol Accordion","Tools":"Alatan","Top":"Atas","Travel and Places":"Perjalanan dan Tempat","Turquoise":"Firus","U - acute":"U - akut","U - circumflex":"U - sirkumfleks","U - diaeresis":"U - diaresis","U - grave":"U - teruk","U - macron":"U - makron","UPPERCASE":"HURUF BESAR","Underline":"Garis bawah","Undo":"Buat asal","Upload":"Muat naik","Uploading image":"Sedang muat naik imej","Upper Alpha":"Abjad Besar","Upper Roman":"Roman Huruf Besar","Upsilon":"Upsilon","Url":"Url","User Defined":"Ditakrif Pengguna","Valid":"Sah","Version":"Versi","Vertical align":"Jajar menegak","Vertical space":"Ruang menegak","View":"Lihat","Visual aids":"Alat bantu visual","Warn":"Amaran","White":"Putih","Width":"Lebar","Word count":"Kiraan perkataan","Words":"Perkataan","Words: {0}":"Perkataan: {0}","Xi":"Xi","Y - acute":"Y - akut","Y - diaeresis":"Y - diaresis","Y - macron":"Y - makron","Yellow":"Kuning","Yes":"Ya","You are using {0}":"Anda sedang menggunakan {0}","You have unsaved changes are you sure you want to navigate away?":"Anda ada perubahan yang belum disimpan, adakah anda pasti mahu beredar?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Pelayar anda tidak menyokong akses langsung ke papan klip.Sila gunakan pintasan papan kekunci Ctrl+X/C/V.","Zeta":"Zeta","a - acute":"a - akut","a - circumflex":"a - sirkumfleks","a - diaeresis":"a - diaresis","a - grave":"a - teruk","a - macron":"a - makron","a - ring above":"a - bulatan di atas","a - tilde":"a - tilde","alignment":"penjajaran","almost equal to":"hampir bersamaan dengan","alpha":"alfa","angle":"sudut","approximately equal to":"kira-kira bersamaan dengan","asterisk operator":"operator asterisk","austral sign":"tanda austral","backward difference":"perbezaan ke belakang","beta":"beta","broken bar":"bar putus-putus","bullet":"peluru","c - cedilla":"c - sedila","cedi sign":"tanda cedi","cent sign":"tanda cent","chi":"chi","circumflex accent":"loghat sirkumfleks","colon sign":"tanda titik bertindih","comments":"komen","contains as member":"terkandung sebagai ahli","copyright sign":"tanda hak cipta","cruzeiro sign":"tanda cruzeiro","currency sign":"tanda mata wang","degree sign":"tanda darjah","delta":"delta","diaeresis":"diaresis","diameter":"diameter","division sign":"tanda bahagi","dollar sign":"tanda dolar","dong sign":"tanda dong","double low-9 quotation mark":"tanda petikan 9-rendah berganda","drachma sign":"tanda drachma","e - acute":"e - akut","e - circumflex":"e - sirkumfleks","e - diaeresis":"e - diaresis","e - grave":"e - teruk","e - macron":"e - makron","element of":"elemen ","em dash":"sengkang em","en dash":"sengkang en","epsilon":"epsilon","eta":"eta","eth":"eth","euro sign":"tanda euro","euro-currency sign":"tanda mata wang euro","example":"contoh","final sigma":"sigma terakhir","for all":"untuk semua","formatting":"pemformatan","fraction one half":"pecahan satu setengah","fraction one quarter":"pecahan satu suku","fraction slash":"garis condong pecahan","fraction three quarters":"pecahan tiga suku","french franc sign":"tanda franc perancis\ntanda lira\ntanda mill\ntanda naira\ntanda peseta\ntanda rupee\ntanda won\ntanda sheqel baharu\ntanda dong\ntanda kip\ntanda tugrik\ntanda drachma\ntanda penny","function / florin":"fungsi / florin","gamma":"gama","german penny symbol":"tanda penny jerman","greater-than or equal to":"lebih besar daripada atau sama dengan","greater-than sign":"tanda lebih besar daripada","guarani sign":"tanda guarani","history":"sejarah","hryvnia sign":"tanda hryvnia","i - acute":"i - akut","i - circumflex":"i - sirkumfleks","i - diaeresis":"i - diaresis","i - grave":"i - teruk","i - macron":"i - makron","identical to":"secaman dengan","indentation":"indentasi","indian rupee sign":"tanda rupee india","infinity":"infiniti","integral":"kamiran","intersection":"persilangan","inverted exclamation mark":"tanda seruan terbalik","iota":"iota","kappa":"kapa","kip sign":"tanda kip","lambda":"lambda","left double quotation mark":"tanda petikan berganda kiri","left pointing guillemet":"guilemet arah kiri","left single quotation mark":"tanda petikan tunggal kiri","less-than or equal to":"kurang daripada atau sama dengan","less-than sign":"tanda kurang daripada","ligature AE":"AE ligatur","ligature OE":"OE ligatur","ligature ae":"ae ligatur","ligature oe":"oe ligatur","lira sign":"tanda lira","livre tournois sign":"tanda livre tournois","logical and":"logik dan","logical or":"logik atau","lowercase":"huruf kecil","macron":"makron","manat sign":"tanda manat","micro sign":"tanda mikro","middle dot":"titik tengah","mill sign":"tanda mill","minus sign":"tanda tolak","minutes / feet":"minit / kaki","mu":"mu","multiplication sign":"tanda pendaraban\nsuperskrip satu\nsuperskrip dua\nsuperskrip tiga\npecahan satu suku\npecahan satu setengah\npecahan tiga suku\nfungsi / florin","n - tilde":"n - tilde","n-ary product":"produk per-n-an","n-ary sumation":"penghasiltambahan per-n-an","naira sign":"tanda naira","new sheqel sign":"tanda sheqel baharu","nordic mark sign":"tanda mark nordic","not an element of":"bukan elemen","not equal to":"tidak sama dengan","not sign":"tanda bukan","nu":"nu","o - acute":"o - akut","o - circumflex":"o - sirkumfleks","o - diaeresis":"o - diaresis","o - grave":"o - teruk","o - tilde":"o - tilde","o macron":"o makron","o slash":"o garis condong","omega":"omega","omicron":"omikron","overline":"atas garisan","paragraph sign":"tanda perenggan","partial differential":"kebezaan separa","per mille sign":"tanda per batu","peseta sign":"tanda peseta","peso sign":"tanda peso","phi":"fi","pi":"pi","plus-minus sign":"tanda campur-tolak","pound sign":"tanda paun","proportional to":"berkadar dengan","psi":"psi","registered sign":"tanda berdaftar","rho":"ro","right double quotation mark":"tanda petikan berganda kanan","right pointing guillemet":"guilemet arah kanan","right single quotation mark":"tanda petikan tunggal kanan","ruble sign":"tanda ruble","rupee sign":"tanda rupee","s - caron":"s - caron","seconds / inches":"saat / inci","section sign":"tanda bahagian","sharp s / ess-zed":"s tajam / es-zed","sigma":"sigma","similar to":"serupa dengan","single left-pointing angle quotation mark":"tanda petikan bersudut menunjuk ke arah kiri tunggal","single low-9 quotation mark":"tanda petikan 9-rendah tunggal","single right-pointing angle quotation mark":"tanda petikan sudut arah kanan tunggal","small tilde":"tilde kecil","spesmilo sign":"tanda spesmilo","square root":"punca kuasa dua","styles":"gaya","superscript one":"superskrip satu","superscript three":"superskrip tiga","superscript two":"superskrip dua","tau":"tau","tenge sign":"tanda tenge","there exists":"terdapat","theta":"teta","thorn":"duri","three dot leader":"ketua tiga titik","trade mark sign":"tanda dagangan","tugrik sign":"tanda tugrik","turkish lira sign":"tanda lira turki","turned question mark":"tanda soalan songsang","u - acute":"u - akut","u - circumflex":"u - sirkumfleks","u - diaeresis":"u - diaresis","u - grave":"u - teruk","u - macron":"u - makron","union":"kesatuan","upsilon":"upsilon","won sign":"tanda won","xi":"xi","y - acute":"y - akut","y - diaeresis":"y - diaresis","y - macron":"y - makron","yen character":"aksara yen","yen sign":"tanda yen","yen/yuan character variant one":"aksara yen/yuan varian satu","yuan character":"aksara yuan","yuan character, in hong kong and taiwan":"aksara yuan, di hong kong dan taiwan","zeta":"zeta","{0} characters":"{0} aksara","{0} columns, {1} rows":"{0} lajur, {1} baris","{0} words":"{0} perkataan"});
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*/
|
|
7
|
-
tinymce.addI18n("nb_NO",{"Redo":"Gj\xf8r om","Undo":"Angre","Cut":"Klipp ut","Copy":"Kopier","Paste":"Lim inn","Select all":"Marker alt","New document":"Nytt dokument","Ok":"Ok","Cancel":"Avbryt","Visual aids":"Visuelle hjelpemidler","Bold":"Fet","Italic":"Kursiv","Underline":"Understreking","Strikethrough":"Gjennomstreking","Superscript":"Hevet skrift","Subscript":"Senket skrift","Clear formatting":"Fjern formateringer","Remove":"Fjern","Align left":"Venstrejuster","Align center":"Midtstill","Align right":"H\xf8yrejuster","No alignment":"Ingen justering","Justify":"Blokkjuster","Bullet list":"Punktliste","Numbered list":"Nummerliste","Decrease indent":"Reduser innrykk","Increase indent":"\xd8k innrykk","Close":"Lukk","Formats":"Stiler","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Nettleseren din st\xf8tter ikke direkte tilgang til utklippstavlen. Bruk tastatursnarveiene Ctrl+X/C/V i stedet.","Headings":"Overskrifter","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Preformatted":"Forh\xe5ndsformatert","Div":"Div","Pre":"Pre","Code":"Kode","Paragraph":"Avsnitt","Blockquote":"Blockquote","Inline":"Innkapslet","Blocks":"Blokker","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Lim inn er n\xe5 i ren tekst-modus. Innhold vil n\xe5 bli limt inn som ren tekst inntil du sl\xe5r av dette alternativet.","Fonts":"Fonter","Font sizes":"Skriftst\xf8rrelser","Class":"Klasse","Browse for an image":"S\xf8k etter bilde","OR":"OR","Drop an image here":"Slipp et bilde her","Upload":"Last opp","Uploading image":"Laster opp bilde","Block":"Blokk","Align":"Juster","Default":"Standard","Circle":"Sirkel","Disc":"Disk","Square":"Firkant","Lower Alpha":"Sm\xe5 bokstaver","Lower Greek":"Greske minuskler","Lower Roman":"Sm\xe5 romertall","Upper Alpha":"Store bokstaver","Upper Roman":"Store romertall","Anchor...":"Lenke","Anchor":"Forankringspunkt","Name":"Navn","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID-en b\xf8r starte med en bokstav og etterf\xf8lges av bare bokstaver, sifre, tankestreker, punktum, kolon eller understreker.","You have unsaved changes are you sure you want to navigate away?":"Du har ikke arkivert endringene. Vil du fortsette uten \xe5 arkivere?","Restore last draft":"Gjenopprett siste utkast","Special character...":"Spesialtegn...","Special Character":"Spesialtegn","Source code":"Kildekode","Insert/Edit code sample":"Sett inn / endre kodeeksempel","Language":"Spr\xe5k","Code sample...":"Kodeeksempel","Left to right":"Venstre til h\xf8yre","Right to left":"H\xf8yre til venstre","Title":"Tittel","Fullscreen":"Fullskjerm","Action":"Handling","Shortcut":"Snarvei","Help":"Hjelp","Address":"Adresse","Focus to menubar":"Fokus p\xe5 menylinje","Focus to toolbar":"Fokus p\xe5 verkt\xf8ylinje","Focus to element path":"Fokus p\xe5 elementsti","Focus to contextual toolbar":"Fokus p\xe5 kontekstuell verkt\xf8ylinje","Insert link (if link plugin activated)":"Sett inn lenke (dersom lenketillegg er aktivert)","Save (if save plugin activated)":"Lagre (dersom lagretillegg er aktivert)","Find (if searchreplace plugin activated)":"Finn (dersom tillegg for s\xf8k og erstatt er aktivert)","Plugins installed ({0}):":"Installerte tillegg ({0}):","Premium plugins:":"Premiumtillegg:","Learn more...":"Les mer ...","You are using {0}":"Du bruker {0}","Plugins":"Programtillegg","Handy Shortcuts":"Nyttige snarveier","Horizontal line":"Horisontal linje","Insert/edit image":"Sett inn / rediger bilde","Alternative description":"Alternativ beskrivelse","Accessibility":"Tilgjengelighet","Image is decorative":"Bildet er dekorativt","Source":"Kilde","Dimensions":"St\xf8rrelser","Constrain proportions":"Begrens proporsjoner","General":"Generelt","Advanced":"Avansert","Style":"Stil","Vertical space":"Vertikal avstand","Horizontal space":"Horisontal avstand","Border":"Ramme","Insert image":"Sett inn bilde","Image...":"Bilde...","Image list":"Bildeliste","Resize":"Skaler","Insert date/time":"Sett inn dato/tid","Date/time":"Dato/tid","Insert/edit link":"Sett inn / rediger kobling","Text to display":"Tekst som skal vises","Url":"Url","Open link in...":"\xc5pne lenke i..","Current window":"N\xe5v\xe6rende vindu","None":"Ingen","New window":"Nytt vindu","Open link":"\xc5pne kobling","Remove link":"Fjern lenke","Anchors":"Forankringspunkter","Link...":"Lenke...","Paste or type a link":"Lim inn eller skriv en lenke","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'URL-en du har skrevet inn ser ut til \xe5 v\xe6re en e-postadresse. Vil du legge til det obligatoriske prefikset "mailto:" for sending av e-post?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"URL-en du har skrevet inn ser ut til \xe5 v\xe6re en ekstern kobling. Vil du legge til det obligatoriske prefikset http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"URL-en du har skrevet inn ser ut til \xe5 v\xe6re en ekstern kobling. Vil du legge til det obligatoriske prefikset https://?","Link list":"Liste p\xe5 koblinger","Insert video":"Sett inn video","Insert/edit video":"Sett inn / rediger video","Insert/edit media":"Sett inn / endre media","Alternative source":"Alternativ kilde","Alternative source URL":"Alternativ kilde URL","Media poster (Image URL)":"Mediaposter (bilde-URL)","Paste your embed code below:":"Lim inn inkluderingskoden nedenfor:","Embed":"Inkluder","Media...":"Media..","Nonbreaking space":"Hardt mellomrom","Page break":"Sideskifte","Paste as text":"Lim inn som tekst","Preview":"Forh\xe5ndsvis","Print":"Skriv ut","Print...":"Skriv ut...","Save":"Lagre","Find":"S\xf8k etter","Replace with":"Erstatt med","Replace":"Erstatt","Replace all":"Erstatt alle","Previous":"Forrige","Next":"Neste","Find and Replace":"Finn og erstatt","Find and replace...":"Finn og erstatt...","Could not find the specified string.":"Kunne ikke finne den spesifiserte teksten","Match case":"Skill mellom store / sm\xe5 bokstaver","Find whole words only":"Finn kun hele ord","Find in selection":"Finn i utvalg","Insert table":"Sett inn tabell","Table properties":"Tabellegenskaper","Delete table":"Slett tabell","Cell":"Celle","Row":"Rad","Column":"Kolonne","Cell properties":"Celleegenskaper","Merge cells":"Sl\xe5 sammen celler","Split cell":"Splitt celle","Insert row before":"Sett inn rad f\xf8r","Insert row after":"Sett inn rad etter","Delete row":"Slett rad","Row properties":"Radegenskaper","Cut row":"Klipp ut rad","Cut column":"Klipp kolonne","Copy row":"Kopier rad","Copy column":"Kopier kolonne","Paste row before":"Lim inn rad f\xf8r","Paste column before":"Lim inn kolonne f\xf8r","Paste row after":"Lim inn rad etter","Paste column after":"Lim inn kolonne etter","Insert column before":"Sett inn kolonne f\xf8r","Insert column after":"Sett inn kolonne etter","Delete column":"Slett kolonne","Cols":"Kolonner","Rows":"Rader","Width":"Bredde","Height":"H\xf8yde","Cell spacing":"Celleavstand","Cell padding":"Cellemarg","Row clipboard actions":"Utklippsbokhandlinger for rad","Column clipboard actions":"Utklippsbokhandlinger for kolonne","Table styles":"Tabellstiler","Cell styles":"Cellestiler","Column header":"Kolonneoverskrift","Row header":"Radoverskrift","Table caption":"Tabelltekst","Caption":"Bildetekst","Show caption":"Vis bildetekst","Left":"Venstre","Center":"Midtstill","Right":"H\xf8yre","Cell type":"Celletype","Scope":"Omfang","Alignment":"Justering","Horizontal align":"Vannrett justering","Vertical align":"Vertikal justering","Top":"Topp","Middle":"Sentrert","Bottom":"Bunn","Header cell":"Overskriftscelle","Row group":"Radgruppe","Column group":"Kolonnegruppe","Row type":"Radtype","Header":"Header","Body":"Br\xf8dtekst","Footer":"Bunntekst","Border color":"Rammefarge","Solid":"Heltrukket","Dotted":"Prikket","Dashed":"Stiplet","Double":"Dobbel","Groove":"Fure","Ridge":"Egg","Inset":"Senket","Outset":"Hevet","Hidden":"Skjult","Insert template...":"Sett inn mal..","Templates":"Maler","Template":"Mal","Insert Template":"Sett inn mal","Text color":"Tekstfarge","Background color":"Bakgrunnsfarge","Custom...":"Tilpasset...","Custom color":"Tilpasset farge","No color":"Ingen farge","Remove color":"Fjern farge","Show blocks":"Vis blokker","Show invisible characters":"Vis skjulte tegn","Word count":"Ordtelling","Count":"Opptelling","Document":"Dokument","Selection":"Utvalg","Words":"Ord","Words: {0}":"Ord: {0}","{0} words":"{0} ord","File":"Fil","Edit":"Rediger","Insert":"Sett inn","View":"Vis","Format":"Format","Table":"Tabell","Tools":"Verkt\xf8y","Powered by {0}":"Levert av {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Omr\xe5de for rik tekst. Trykk p\xe5 ALT-F9 for \xe5 se menyen. Trykk p\xe5 ALT-F10 for verkt\xf8ylinje. Trykk p\xe5 ALT-0 for hjelp.","Image title":"Bildetittel","Border width":"Bordbredde","Border style":"Bordstil","Error":"Feil","Warn":"Advarsel","Valid":"Gyldig","To open the popup, press Shift+Enter":"For \xe5 \xe5pne popup, trykk Shift+Enter","Rich Text Area":"Omr\xe5de med rik tekst","Rich Text Area. Press ALT-0 for help.":"Omr\xe5de for rik tekst. Trykk p\xe5 ALT-0 for hjelp.","System Font":"Systemfont","Failed to upload image: {0}":"Bildet ble ikke lastet opp: {0}","Failed to load plugin: {0} from url {1}":"Tillegg ble ikke lastet inn: {0} fra url {1}","Failed to load plugin url: {0}":"Url for tillegg ble ikke lastet inn: {0}","Failed to initialize plugin: {0}":"Tillegg ble ikke initialisert: {0}","example":"eksempel","Search":"S\xf8k","All":"Alle","Currency":"Valuta","Text":"Tekst","Quotations":"Sitater","Mathematical":"Matematisk","Extended Latin":"Utvidet latin","Symbols":"Symboler","Arrows":"Piler","User Defined":"Brukerdefinert","dollar sign":"dollartegn","currency sign":"valutasymbol","euro-currency sign":"Euro-valutasymbol","colon sign":"kolon-symbol","cruzeiro sign":"cruzeiro-symbol","french franc sign":"franske franc-symbol","lira sign":"lire-symbol","mill sign":"mill-symbol","naira sign":"naira-symbol","peseta sign":"peseta-symbol","rupee sign":"rupee-symbol","won sign":"won-symbol","new sheqel sign":"Ny sheqel-symbol","dong sign":"dong-symbol","kip sign":"kip-symbol","tugrik sign":"tugrik-symbol","drachma sign":"drachma-symbol","german penny symbol":"tysk penny-symbol","peso sign":"peso-symbol","guarani sign":"quarani-symbol","austral sign":"austral-symbol","hryvnia sign":"hryvina-symbol","cedi sign":"credi-symbol","livre tournois sign":"livre tournois-symbol","spesmilo sign":"spesmilo-symbol","tenge sign":"tenge-symbol","indian rupee sign":"indisk rupee-symbol","turkish lira sign":"tyrkisk lire-symbol","nordic mark sign":"nordisk mark-symbol","manat sign":"manat-symbol","ruble sign":"ruble-symbol","yen character":"yen-symbol","yuan character":"yuan-symbol","yuan character, in hong kong and taiwan":"yuan-symbol, i Hongkong og Taiwan","yen/yuan character variant one":"yen/yuan-symbol variant en","Emojis":"Emojier","Emojis...":"Emojier ...","Loading emojis...":"Laster emojier ...","Could not load emojis":"Kan ikke laste emojier","People":"Mennesker","Animals and Nature":"Dyr og natur","Food and Drink":"Mat og drikke","Activity":"Aktivitet","Travel and Places":"Reise og steder","Objects":"Objekter","Flags":"Flagg","Characters":"Tegn","Characters (no spaces)":"Tegn (uten mellomrom)","{0} characters":"{0} tegn","Error: Form submit field collision.":"Feil: Skjemafelt innsendingskollisjon.","Error: No form element found.":"Feil: Intet skjemafelt funnet.","Color swatch":"Fargepalett","Color Picker":"Fargevelger","Invalid hex color code: {0}":"Ugyldig heksadesimal fargekode: {0}","Invalid input":"Ugyldige inndata","R":"R","Red component":"R\xf8d komponent","G":"G","Green component":"Gr\xf8nn komponent","B":"B","Blue component":"Bl\xe5 komponent","#":"#","Hex color code":"Heksadesimal fargekode","Range 0 to 255":"Omr\xe5de 0 til 255","Turquoise":"Turkis","Green":"Gr\xf8nn","Blue":"Bl\xe5","Purple":"Lilla","Navy Blue":"Marinebl\xe5","Dark Turquoise":"M\xf8rk turkis","Dark Green":"M\xf8rkegr\xf8nn","Medium Blue":"Mellombl\xe5","Medium Purple":"Medium lilla","Midnight Blue":"Midnattbl\xe5","Yellow":"Gul","Orange":"Oransje","Red":"R\xf8d","Light Gray":"Lys gr\xe5","Gray":"Gr\xe5","Dark Yellow":"M\xf8rk gul","Dark Orange":"M\xf8rk oransje","Dark Red":"M\xf8rker\xf8d","Medium Gray":"Medium gr\xe5","Dark Gray":"M\xf8rk gr\xe5","Light Green":"Lysegr\xf8nn","Light Yellow":"Lys gul","Light Red":"Lys r\xf8d","Light Purple":"Lys lilla","Light Blue":"Lysebl\xe5","Dark Purple":"M\xf8rk lilla","Dark Blue":"M\xf8rk bl\xe5","Black":"Svart","White":"Hvit","Switch to or from fullscreen mode":"Bytt til eller fra fullskjermmodus","Open help dialog":"\xc5pne hjelp-dialog","history":"historikk","styles":"stiler","formatting":"formatering","alignment":"justering","indentation":"innrykk","Font":"Skrift","Size":"St\xf8rrelse","More...":"Mer...","Select...":"Velg...","Preferences":"Innstillinger","Yes":"Ja","No":"Nei","Keyboard Navigation":"Navigering med tastaturet","Version":"Versjon","Code view":"Kodevisning","Open popup menu for split buttons":"\xc5pne popup-meny for delte knapper","List Properties":"Egenskaper for liste","List properties...":"Egenskaper for liste...","Start list at number":"Start liste p\xe5 nummer","Line height":"Linjeh\xf8yde","Dropped file type is not supported":"Mistet filtype st\xf8ttes ikke","Loading...":"Laster inn...","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP-feil: Avvist foresp\xf8rsel","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP-feil: Kunne ikke finne bildeproxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP-feil: Ukjent bildeproxy-URL","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP-feil: Ukjent bildeproxy-feil","Accordion summary...":"Sammendrag av trekkspillmeny\xa0...","Accordion body...":"Br\xf8dtekst i trekkspillmeny\xa0...","Insert accordion":"Sett inn trekkspillmeny","Accordion":"Trekkspillmeny","Toggle accordion":"Vis/skjul trekkspillmeny","Delete accordion":"Slett trekkspillmeny","comments":"kommentarer","Format painter":"Kopier format","Capitalization":"Store/sm\xe5 bokstaver","lowercase":"sm\xe5 bokstaver","UPPERCASE":"STORE BOKSTAVER","Title Case":"Tittelbokstav","Permanent pen":"permanent penn","Permanent Pen Properties":"Permanente egenskaper for penn","Permanent pen properties...":"Permanente egenskaper for penn...","Case Change":"endre bokstaver","Checklist":"Sjekkliste","Insert checklist":"Sett inn sjekkliste"});
|
|
7
|
+
tinymce.addI18n("nb_NO",{"#":"#","A - acute":"A \u2013 akutt","A - circumflex":"A \u2013 cirkumfleks","A - diaeresis":"A \u2013 t\xf8ddel","A - grave":"A \u2013 gravis","A - macron":"A \u2013 makron","A - ring above":"A \u2013 ring over","A - tilde":"A \u2013 tilde","Accessibility":"Tilgjengelighet","Accordion":"Trekkspillmeny","Accordion body...":"Br\xf8dtekst i trekkspillmeny\xa0...","Accordion summary...":"Sammendrag av trekkspillmeny\xa0...","Action":"Handling","Activity":"Aktivitet","Address":"Adresse","Advanced":"Avansert","Align":"Juster","Align center":"Midtstill","Align left":"Venstrejuster","Align right":"H\xf8yrejuster","Alignment":"Justering","Alignment {0}":"Justering {0}","All":"Alle","Alpha":"Alfa","Alternative description":"Alternativ beskrivelse","Alternative source":"Alternativ kilde","Alternative source URL":"Alternativ kilde URL","Anchor":"Forankringspunkt","Anchor...":"Lenke","Anchors":"Forankringspunkter","Animals and Nature":"Dyr og natur","Arrows":"Piler","B":"B","Background color":"Bakgrunnsfarge","Background color {0}":"Bakgrunnsfarge {0}","Beta":"Beta","Black":"Svart","Block":"Blokk","Block {0}":"Blokk {0}","Blockquote":"Blockquote","Blocks":"Blokker","Blue":"Bl\xe5","Blue component":"Bl\xe5 komponent","Body":"Br\xf8dtekst","Bold":"Fet","Border":"Ramme","Border color":"Rammefarge","Border style":"Bordstil","Border width":"Bordbredde","Bottom":"Bunn","Browse files":"Bla gjennom filer","Browse for an image":"S\xf8k etter bilde","Browse links":"Bla gjennom lenker","Bullet list":"Punktliste","C - cedilla":"C \u2013 c\xe9dille","Cancel":"Avbryt","Capitalization":"Store/sm\xe5 bokstaver","Caption":"Bildetekst","Case Change":"endre bokstaver","Cell":"Celle","Cell padding":"Cellemarg","Cell properties":"Celleegenskaper","Cell spacing":"Celleavstand","Cell styles":"Cellestiler","Cell type":"Celletype","Center":"Midtstill","Characters":"Tegn","Characters (no spaces)":"Tegn (uten mellomrom)","Checklist":"Sjekkliste","Chi":"Khi","Circle":"Sirkel","Class":"Klasse","Clear formatting":"Fjern formateringer","Close":"Lukk","Code":"Kode","Code sample...":"Kodeeksempel","Code view":"Kodevisning","Color Picker":"Fargevelger","Color swatch":"Fargepalett","Cols":"Kolonner","Column":"Kolonne","Column clipboard actions":"Utklippsbokhandlinger for kolonne","Column group":"Kolonnegruppe","Column header":"Kolonneoverskrift","Constrain proportions":"Begrens proporsjoner","Copy":"Kopier","Copy column":"Kopier kolonne","Copy row":"Kopier rad","Could not find the specified string.":"Kunne ikke finne den spesifiserte teksten","Could not load emojis":"Kan ikke laste emojier","Count":"Opptelling","Currency":"Valuta","Current window":"N\xe5v\xe6rende vindu","Custom color":"Tilpasset farge","Custom...":"Tilpasset...","Cut":"Klipp ut","Cut column":"Klipp kolonne","Cut row":"Klipp ut rad","Dark Blue":"M\xf8rk bl\xe5","Dark Gray":"M\xf8rk gr\xe5","Dark Green":"M\xf8rkegr\xf8nn","Dark Orange":"M\xf8rk oransje","Dark Purple":"M\xf8rk lilla","Dark Red":"M\xf8rker\xf8d","Dark Turquoise":"M\xf8rk turkis","Dark Yellow":"M\xf8rk gul","Dashed":"Stiplet","Date/time":"Dato/tid","Decrease indent":"Reduser innrykk","Default":"Standard","Delete accordion":"Slett trekkspillmeny","Delete column":"Slett kolonne","Delete row":"Slett rad","Delete table":"Slett tabell","Delta":"Delta","Dimensions":"St\xf8rrelser","Disc":"Disk","Div":"Div","Document":"Dokument","Dotted":"Prikket","Double":"Dobbel","Drop an image here":"Slipp et bilde her","Dropped file type is not supported":"Mistet filtype st\xf8ttes ikke","E - acute":"E \u2013 akutt","E - circumflex":"E \u2013 cirkumfleks","E - diaeresis":"E \u2013 t\xf8ddel","E - grave":"E \u2013 gravis","E - macron":"E \u2013 makron","ETH":"ETH","Edit":"Rediger","Embed":"Inkluder","Emojis":"Emojier","Emojis...":"Emojier ...","Epsilon":"Epsilon","Error":"Feil","Error: Form submit field collision.":"Feil: Skjemafelt innsendingskollisjon.","Error: No form element found.":"Feil: Intet skjemafelt funnet.","Eta":"Eta","Extended Latin":"Utvidet latin","Failed to initialize plugin: {0}":"Tillegg ble ikke initialisert: {0}","Failed to load plugin url: {0}":"Url for tillegg ble ikke lastet inn: {0}","Failed to load plugin: {0} from url {1}":"Tillegg ble ikke lastet inn: {0} fra url {1}","Failed to upload image: {0}":"Bildet ble ikke lastet opp: {0}","File":"Fil","Find":"S\xf8k etter","Find (if searchreplace plugin activated)":"Finn (dersom tillegg for s\xf8k og erstatt er aktivert)","Find and Replace":"Finn og erstatt","Find and replace...":"Finn og erstatt...","Find in selection":"Finn i utvalg","Find whole words only":"Finn kun hele ord","Flags":"Flagg","Focus to contextual toolbar":"Fokus p\xe5 kontekstuell verkt\xf8ylinje","Focus to element path":"Fokus p\xe5 elementsti","Focus to menubar":"Fokus p\xe5 menylinje","Focus to toolbar":"Fokus p\xe5 verkt\xf8ylinje","Font":"Skrift","Font size {0}":"Skriftst\xf8rrelse {0}","Font sizes":"Skriftst\xf8rrelser","Font {0}":"Skrifttype {0}","Fonts":"Fonter","Food and Drink":"Mat og drikke","Footer":"Bunntekst","Format":"Format","Format painter":"Kopier format","Format {0}":"Format {0}","Formats":"Stiler","Fullscreen":"Fullskjerm","G":"G","Gamma":"Gamma","General":"Generelt","Gray":"Gr\xe5","Green":"Gr\xf8nn","Green component":"Gr\xf8nn komponent","Groove":"Fure","Handy Shortcuts":"Nyttige snarveier","Header":"Header","Header cell":"Overskriftscelle","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Headings":"Overskrifter","Height":"H\xf8yde","Help":"Hjelp","Hex color code":"Heksadesimal fargekode","Hidden":"Skjult","Horizontal align":"Vannrett justering","Horizontal line":"Horisontal linje","Horizontal space":"Horisontal avstand","I - acute":"I \u2013 akutt","I - circumflex":"I \u2013 cirkumfleks","I - diaeresis":"I \u2013 t\xf8ddel","I - grave":"I \u2013 gravis","I - macron":"I \u2013 makron","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID-en b\xf8r starte med en bokstav og etterf\xf8lges av bare bokstaver, sifre, tankestreker, punktum, kolon eller understreker.","Image is decorative":"Bildet er dekorativt","Image list":"Bildeliste","Image title":"Bildetittel","Image...":"Bilde...","ImageProxy HTTP error: Could not find Image Proxy":"ImageProxy HTTP-feil: Kunne ikke finne bildeproxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"ImageProxy HTTP-feil: Ukjent bildeproxy-URL","ImageProxy HTTP error: Rejected request":"ImageProxy HTTP-feil: Avvist foresp\xf8rsel","ImageProxy HTTP error: Unknown ImageProxy error":"ImageProxy HTTP-feil: Ukjent bildeproxy-feil","Increase indent":"\xd8k innrykk","Inline":"Innkapslet","Insert":"Sett inn","Insert Template":"Sett inn mal","Insert accordion":"Sett inn trekkspillmeny","Insert checklist":"Sett inn sjekkliste","Insert column after":"Sett inn kolonne etter","Insert column before":"Sett inn kolonne f\xf8r","Insert date/time":"Sett inn dato/tid","Insert image":"Sett inn bilde","Insert link (if link plugin activated)":"Sett inn lenke (dersom lenketillegg er aktivert)","Insert row after":"Sett inn rad etter","Insert row before":"Sett inn rad f\xf8r","Insert table":"Sett inn tabell","Insert template...":"Sett inn mal..","Insert video":"Sett inn video","Insert/Edit code sample":"Sett inn / endre kodeeksempel","Insert/edit image":"Sett inn / rediger bilde","Insert/edit link":"Sett inn / rediger kobling","Insert/edit media":"Sett inn / endre media","Insert/edit video":"Sett inn / rediger video","Inset":"Senket","Invalid hex color code: {0}":"Ugyldig heksadesimal fargekode: {0}","Invalid input":"Ugyldige inndata","Iota":"Iota","Italic":"Kursiv","Justify":"Blokkjuster","Kappa":"Kappa","Keyboard Navigation":"Navigering med tastaturet","Lambda":"Lambda","Language":"Spr\xe5k","Learn more...":"Les mer ...","Left":"Venstre","Left to right":"Venstre til h\xf8yre","Light Blue":"Lysebl\xe5","Light Gray":"Lys gr\xe5","Light Green":"Lysegr\xf8nn","Light Purple":"Lys lilla","Light Red":"Lys r\xf8d","Light Yellow":"Lys gul","Line height":"Linjeh\xf8yde","Link list":"Liste p\xe5 koblinger","Link...":"Lenke...","List Properties":"Egenskaper for liste","List properties...":"Egenskaper for liste...","Loading emojis...":"Laster emojier ...","Loading...":"Laster inn...","Lower Alpha":"Sm\xe5 bokstaver","Lower Greek":"Greske minuskler","Lower Roman":"Sm\xe5 romertall","Match case":"Skill mellom store / sm\xe5 bokstaver","Mathematical":"Matematisk","Media poster (Image URL)":"Mediaposter (bilde-URL)","Media...":"Media..","Medium Blue":"Mellombl\xe5","Medium Gray":"Medium gr\xe5","Medium Purple":"Medium lilla","Merge cells":"Sl\xe5 sammen celler","Middle":"Sentrert","Midnight Blue":"Midnattbl\xe5","More...":"Mer...","Mu":"My","N - tilde":"N \u2013 tilde","Name":"Navn","Navy Blue":"Marinebl\xe5","New document":"Nytt dokument","New window":"Nytt vindu","Next":"Neste","No":"Nei","No alignment":"Ingen justering","No color":"Ingen farge","Nonbreaking space":"Hardt mellomrom","None":"Ingen","Nu":"Ny","Numbered list":"Nummerliste","O - acute":"O \u2013 akutt","O - circumflex":"O \u2013 cirkumfleks","O - diaeresis":"O \u2013 t\xf8ddel","O - grave":"O \u2013 gravis","O - macron":"O \u2013 makron","O - slash":"O \u2013 strek","O - tilde":"O \u2013 tilde","OR":"OR","Objects":"Objekter","Ok":"Ok","Omega":"Omega","Omicron":"Omikron","Open help dialog":"\xc5pne hjelp-dialog","Open link":"\xc5pne kobling","Open link in...":"\xc5pne lenke i..","Open popup menu for split buttons":"\xc5pne popup-meny for delte knapper","Orange":"Oransje","Outset":"Hevet","Page break":"Sideskifte","Paragraph":"Avsnitt","Paste":"Lim inn","Paste as text":"Lim inn som tekst","Paste column after":"Lim inn kolonne etter","Paste column before":"Lim inn kolonne f\xf8r","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Lim inn er n\xe5 i ren tekst-modus. Innhold vil n\xe5 bli limt inn som ren tekst inntil du sl\xe5r av dette alternativet.","Paste or type a link":"Lim inn eller skriv en lenke","Paste row after":"Lim inn rad etter","Paste row before":"Lim inn rad f\xf8r","Paste your embed code below:":"Lim inn inkluderingskoden nedenfor:","People":"Mennesker","Permanent Pen Properties":"Permanente egenskaper for penn","Permanent pen":"permanent penn","Permanent pen properties...":"Permanente egenskaper for penn...","Phi":"Phi","Pi":"Pi","Plugins":"Programtillegg","Plugins installed ({0}):":"Installerte tillegg ({0}):","Powered by {0}":"Levert av {0}","Pre":"Pre","Preferences":"Innstillinger","Preformatted":"Forh\xe5ndsformatert","Premium plugins:":"Premiumtillegg:","Press the Up and Down arrow keys to resize the editor.":"Trykk p\xe5 opp- og nedtastene for \xe5 endre st\xf8rrelsen til redigeringsvinduet.","Press the arrow keys to resize the editor.":"Trykk p\xe5 piltastene for \xe5 endre st\xf8rrelsen til redigeringsvinduet.","Press {0} for help":"Trykk p\xe5 {0} for \xe5 f\xe5 hjelp","Preview":"Forh\xe5ndsvis","Previous":"Forrige","Print":"Skriv ut","Print...":"Skriv ut...","Psi":"Psi","Purple":"Lilla","Quotations":"Anf\xf8rselstegn","R":"R","Range 0 to 255":"Omr\xe5de 0 til 255","Red":"R\xf8d","Red component":"R\xf8d komponent","Redo":"Gj\xf8r om","Remove":"Fjern","Remove color":"Fjern farge","Remove link":"Fjern lenke","Replace":"Erstatt","Replace all":"Erstatt alle","Replace with":"Erstatt med","Resize":"Skaler","Restore last draft":"Gjenopprett siste utkast","Reveal or hide additional toolbar items":"Vis eller skjul ekstra elementer p\xe5 verkt\xf8ylinjen","Rho":"Rho","Rich Text Area":"Omr\xe5de med rik tekst","Rich Text Area. Press ALT-0 for help.":"Omr\xe5de for rik tekst. Trykk p\xe5 ALT-0 for hjelp.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Omr\xe5de for rik tekst. Trykk p\xe5 ALT-F9 for \xe5 se menyen. Trykk p\xe5 ALT-F10 for verkt\xf8ylinje. Trykk p\xe5 ALT-0 for hjelp.","Ridge":"Egg","Right":"H\xf8yre","Right to left":"H\xf8yre til venstre","Row":"Rad","Row clipboard actions":"Utklippsbokhandlinger for rad","Row group":"Radgruppe","Row header":"Radoverskrift","Row properties":"Radegenskaper","Row type":"Radtype","Rows":"Rader","S - caron":"S \u2013 hake","Save":"Lagre","Save (if save plugin activated)":"Lagre (dersom lagretillegg er aktivert)","Scope":"Omfang","Search":"S\xf8k","Select all":"Marker alt","Select...":"Velg...","Selection":"Utvalg","Shortcut":"Snarvei","Show blocks":"Vis blokker","Show caption":"Vis bildetekst","Show invisible characters":"Vis skjulte tegn","Sigma":"Sigma","Size":"St\xf8rrelse","Solid":"Heltrukket","Source":"Kilde","Source code":"Kildekode","Special Character":"Spesialtegn","Special character...":"Spesialtegn...","Split cell":"Splitt celle","Square":"Firkant","Start list at number":"Start liste p\xe5 nummer","Strikethrough":"Gjennomstreking","Style":"Stil","Subscript":"Senket skrift","Superscript":"Hevet skrift","Switch to or from fullscreen mode":"Bytt til eller fra fullskjermmodus","Symbols":"Symboler","System Font":"Systemfont","THORN":"THORN","Table":"Tabell","Table caption":"Tabelltekst","Table properties":"Tabellegenskaper","Table styles":"Tabellstiler","Tau":"Tau","Template":"Mal","Templates":"Maler","Text":"Tekst","Text color":"Tekstfarge","Text color {0}":"Tekstfarge {0}","Text to display":"Tekst som skal vises","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":'URL-en du har skrevet inn ser ut til \xe5 v\xe6re en e-postadresse. Vil du legge til det obligatoriske prefikset "mailto:" for sending av e-post?',"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"URL-en du har skrevet inn ser ut til \xe5 v\xe6re en ekstern kobling. Vil du legge til det obligatoriske prefikset http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"URL-en du har skrevet inn ser ut til \xe5 v\xe6re en ekstern kobling. Vil du legge til det obligatoriske prefikset https://?","Theta":"Theta","Title":"Tittel","Title Case":"Tittelbokstav","To open the popup, press Shift+Enter":"For \xe5 \xe5pne popup, trykk Shift+Enter","Toggle accordion":"Vis/skjul trekkspillmeny","Tools":"Verkt\xf8y","Top":"Topp","Travel and Places":"Reise og steder","Turquoise":"Turkis","U - acute":"U \u2013 akutt","U - circumflex":"U \u2013 cirkumfleks","U - diaeresis":"U \u2013 t\xf8ddel","U - grave":"U \u2013 gravis","U - macron":"U \u2013 makron","UPPERCASE":"STORE BOKSTAVER","Underline":"Understreking","Undo":"Angre","Upload":"Last opp","Uploading image":"Laster opp bilde","Upper Alpha":"Store bokstaver","Upper Roman":"Store romertall","Upsilon":"Ypsilon","Url":"Url","User Defined":"Brukerdefinert","Valid":"Gyldig","Version":"Versjon","Vertical align":"Vertikal justering","Vertical space":"Vertikal avstand","View":"Vis","Visual aids":"Visuelle hjelpemidler","Warn":"Advarsel","White":"Hvit","Width":"Bredde","Word count":"Ordtelling","Words":"Ord","Words: {0}":"Ord: {0}","Xi":"Ksi","Y - acute":"Y \u2013 akutt","Y - diaeresis":"Y \u2013 t\xf8ddel","Y - macron":"Y \u2013 makron","Yellow":"Gul","Yes":"Ja","You are using {0}":"Du bruker {0}","You have unsaved changes are you sure you want to navigate away?":"Du har ikke arkivert endringene. Vil du fortsette uten \xe5 arkivere?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Nettleseren din st\xf8tter ikke direkte tilgang til utklippstavlen. Bruk tastatursnarveiene Ctrl+X/C/V i stedet.","Zeta":"Zeta","a - acute":"a \u2013 akutt","a - circumflex":"a \u2013 cirkumfleks","a - diaeresis":"a \u2013 t\xf8ddel","a - grave":"a \u2013 gravis","a - macron":"a \u2013 makron","a - ring above":"a \u2013 ring over","a - tilde":"a \u2013 tilde","alignment":"justering","almost equal to":"nesten lik","alpha":"alfa","angle":"vinkel","approximately equal to":"tilsvarer","asterisk operator":"stjernetegnoperator","austral sign":"austral-symbol","backward difference":"bakoverdifferanse","beta":"beta","broken bar":"loddrett strek","bullet":"punkt","c - cedilla":"c \u2013 c\xe9dille","cedi sign":"cedi-symbol","cent sign":"cent-tegn","chi":"khi","circumflex accent":"cirkumfleks","colon sign":"kolontegn","comments":"kommentarer","contains as member":"inneholder som element","copyright sign":"opphavsrett-symbol","cruzeiro sign":"cruzeiro-symbol","currency sign":"valutasymbol","degree sign":"grader-tegn","delta":"delta","diaeresis":"t\xf8ddel","diameter":"diameter","division sign":"deletegn","dollar sign":"dollartegn","dong sign":"dong-symbol","double low-9 quotation mark":"dobbelt nedre-9 anf\xf8rselstegn","drachma sign":"drakme-symbol","e - acute":"e \u2013 akutt","e - circumflex":"e \u2013 cirkumfleks","e - diaeresis":"e \u2013 t\xf8ddel","e - grave":"e \u2013 gravis","e - macron":"e \u2013 makron","element of":"element av","em dash":"lang tankestrek","en dash":"kort tankestrek","epsilon":"epsilon","eta":"eta","eth":"eth","euro sign":"eurotegn","euro-currency sign":"Euro-valutasymbol","example":"eksempel","final sigma":"sigma \u2013 sluttform","for all":"for alle","formatting":"formatering","fraction one half":"br\xf8k - \xe9n halv","fraction one quarter":"br\xf8k \u2013 \xe9n kvart","fraction slash":"br\xf8kstrek","fraction three quarters":"br\xf8k \u2013 tre kvart","french franc sign":"franske franc-symbol","function / florin":"funksjon/florin","gamma":"gamma","german penny symbol":"tysk penny-symbol","greater-than or equal to":"st\xf8rre enn eller lik","greater-than sign":"st\xf8rre enn-tegn","guarani sign":"guarani-symbol","history":"historikk","hryvnia sign":"hryvnja-symbol","i - acute":"i \u2013 akutt","i - circumflex":"i \u2013 cirkumfleks","i - diaeresis":"i \u2013 t\xf8ddel","i - grave":"i \u2013 gravis","i - macron":"i \u2013 makron","identical to":"identisk","indentation":"innrykk","indian rupee sign":"indisk rupi-symbol","infinity":"uendelig","integral":"heltall","intersection":"snitt","inverted exclamation mark":"omvendt utropstegn","iota":"iota","kappa":"kappa","kip sign":"kip-symbol","lambda":"lambda","left double quotation mark":"dobbelt venstre anf\xf8rselstegn","left pointing guillemet":"venstre sjevron","left single quotation mark":"enkelt venstre anf\xf8rselstegn","less-than or equal to":"mindre enn eller lik","less-than sign":"mindre enn-tegn","ligature AE":"ligatur AE","ligature OE":"ligatur OE","ligature ae":"ligatur ae","ligature oe":"ligatur oe","lira sign":"lire-symbol","livre tournois sign":"livre tournois-symbol","logical and":"logisk og","logical or":"logisk eller","lowercase":"sm\xe5 bokstaver","macron":"makron","manat sign":"manat-symbol","micro sign":"mikrotegn","middle dot":"interpunkt","mill sign":"mill-symbol","minus sign":"minustegn","minutes / feet":"minutter/fot","mu":"my","multiplication sign":"multiplikasjonstegn","n - tilde":"n \u2013 tilde","n-ary product":"n-tuppel-produkt","n-ary sumation":"n-tuppel-sum","naira sign":"naira-symbol","new sheqel sign":"ny shekel-symbol","nordic mark sign":"nordisk mark-symbol","not an element of":"ikke et element av","not equal to":"ikke lik","not sign":"ikke-tegn","nu":"ny","o - acute":"o \u2013 akutt","o - circumflex":"o \u2013 cirkumfleks","o - diaeresis":"o \u2013 t\xf8ddel","o - grave":"o \u2013 gravis","o - tilde":"o \u2013 tilde","o macron":"o \u2013 makron","o slash":"o \u2013 skr\xe5strek","omega":"omega","omicron":"omikron","overline":"overstrek","paragraph sign":"avsnitt-tegn","partial differential":"partiell derivasjon","per mille sign":"promilletegn","peseta sign":"peseta-symbol","peso sign":"peso-symbol","phi":"phi","pi":"pi","plus-minus sign":"pluss-minus-tegn","pound sign":"pundtegn","proportional to":"proporsjonell med","psi":"psi","registered sign":"registrert varemerke-symbol","rho":"rho","right double quotation mark":"dobbelt h\xf8yre anf\xf8rselstegn","right pointing guillemet":"h\xf8yre sjevron","right single quotation mark":"enkelt h\xf8yre anf\xf8rselstegn","ruble sign":"rubel-symbol","rupee sign":"rupi-symbol","s - caron":"s \u2013 hake","seconds / inches":"sekunder/tommer","section sign":"paragraf-tegn","sharp s / ess-zed":"dobbeltess","sigma":"sigma","similar to":"omtrent","single left-pointing angle quotation mark":"enkel venstre sjevron-tegn","single low-9 quotation mark":"enkelt nedre-9 anf\xf8rselstegn","single right-pointing angle quotation mark":"enkel h\xf8yre sjevron-tegn","small tilde":"liten tilde","spesmilo sign":"spesmilo-symbol","square root":"kvadratrot","styles":"stiler","superscript one":"hevet skrift en","superscript three":"hevet skrift tre","superscript two":"hevet skrift to","tau":"tau","tenge sign":"tenge-symbol","there exists":"finnes","theta":"theta","thorn":"thorn","three dot leader":"ellipse","trade mark sign":"varemerke-symbol","tugrik sign":"tugrik-symbol","turkish lira sign":"tyrkisk lire-symbol","turned question mark":"omvendt sp\xf8rsm\xe5lstegn","u - acute":"u \u2013 akutt","u - circumflex":"u \u2013 cirkumfleks","u - diaeresis":"u \u2013 t\xf8ddel","u - grave":"u \u2013 gravis","u - macron":"u \u2013 makron","union":"union","upsilon":"ypsilon","won sign":"won-symbol","xi":"ksi","y - acute":"y \u2013 akutt","y - diaeresis":"y \u2013 t\xf8ddel","y - macron":"y \u2013 makron","yen character":"yen-symbol","yen sign":"yen-tegn","yen/yuan character variant one":"yen/yuan-symbol variant en","yuan character":"yuan-symbol","yuan character, in hong kong and taiwan":"yuan-symbol, i Hongkong og Taiwan","zeta":"zeta","{0} characters":"{0} tegn","{0} columns, {1} rows":"{0} s\xf8yler, {1} rader","{0} words":"{0} ord"});
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*/
|
|
7
|
-
tinymce.addI18n("nl",{"Redo":"Opnieuw uitvoeren","Undo":"Ongedaan maken","Cut":"Knippen","Copy":"Kopi\xebren","Paste":"Plakken","Select all":"Alles selecteren","New document":"Nieuw document","Ok":"OK","Cancel":"Annuleren","Visual aids":"Visuele hulpmiddelen","Bold":"Vet","Italic":"Cursief","Underline":"Onderstrepen","Strikethrough":"Doorhalen","Superscript":"Superscript","Subscript":"Subscript","Clear formatting":"Opmaak wissen","Remove":"Verwijderen","Align left":"Links uitlijnen","Align center":"Centreren","Align right":"Rechts uitlijnen","No alignment":"Geen uitlijning","Justify":"Uitvullen","Bullet list":"Lijst met opsommingstekens","Numbered list":"Genummerde lijst","Decrease indent":"Inspringing verkleinen","Increase indent":"Inspringing vergroten","Close":"Sluiten","Formats":"Opmaken","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Je browser ondersteunt geen directe toegang tot het klembord. Gebruik in plaats daarvan de sneltoetsen Ctrl + X/C/V.","Headings":"Koppen","Heading 1":"Kop 1","Heading 2":"Kop 2","Heading 3":"Kop 3","Heading 4":"Kop 4","Heading 5":"Kop 5","Heading 6":"Kop 6","Preformatted":"Vooraf opgemaakt","Div":"Div","Pre":"Pre","Code":"Code","Paragraph":"Alinea","Blockquote":"Blockquote","Inline":"Inline","Blocks":"Blokken","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Plakken is nu in de modus voor tekst zonder opmaak. De inhoud wordt nu als tekst zonder opmaak geplakt totdat je deze optie uitschakelt.","Fonts":"Lettertypen","Font sizes":"Tekengrootten","Class":"Class","Browse for an image":"Afbeelding zoeken","OR":"OF","Drop an image here":"Hier een afbeelding neerzetten","Upload":"Uploaden","Uploading image":"Afbeelding wordt ge\xfcpload","Block":"Blok","Align":"Uitlijnen","Default":"Standaard","Circle":"Cirkel","Disc":"Schijf","Square":"Vierkant","Lower Alpha":"Kleine letters","Lower Greek":"Kleine Griekse letters","Lower Roman":"Kleine Romeinse cijfers","Upper Alpha":"Hoofdletters","Upper Roman":"Grote Romeinse cijfers","Anchor...":"Anker...","Anchor":"Anker","Name":"Naam","ID":"Id","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"De id moet beginnen met een letter, gevolgd door uitsluitend letters, getallen, streepjes, punten, dubbele punten of onderstrepingstekens.","You have unsaved changes are you sure you want to navigate away?":"Je hebt niet alles opgeslagen, weet je zeker dat je de pagina wilt verlaten?","Restore last draft":"Laatste concept herstellen","Special character...":"Speciaal teken...","Special Character":"Speciaal teken","Source code":"Broncode","Insert/Edit code sample":"Codevoorbeeld invoegen/bewerken","Language":"Taal","Code sample...":"Codevoorbeeld...","Left to right":"Van links naar rechts","Right to left":"Van rechts naar links","Title":"Titel","Fullscreen":"Volledig scherm","Action":"Actie","Shortcut":"Snelkoppeling","Help":"Help","Address":"Adres","Focus to menubar":"Focus op menubalk instellen","Focus to toolbar":"Focus op werkbalk instellen","Focus to element path":"Focus op elementenpad instellen","Focus to contextual toolbar":"Focus op contextuele werkbalk instellen","Insert link (if link plugin activated)":"Link invoegen (als plug-in voor link geactiveerd is)","Save (if save plugin activated)":"Opslaan (als plug-in voor opslaan geactiveerd is)","Find (if searchreplace plugin activated)":"Zoeken (als plug-in zoeken/vervangen geactiveerd is)","Plugins installed ({0}):":"Plug-ins ge\xefnstalleerd ({0}):","Premium plugins:":"Premium plug-ins:","Learn more...":"Leer meer...","You are using {0}":"Je gebruikt {0}","Plugins":"Invoegtoepassingen","Handy Shortcuts":"Handige snelkoppelingen","Horizontal line":"Horizontale lijn","Insert/edit image":"Afbeelding invoegen/bewerken","Alternative description":"Alternatieve omschrijving","Accessibility":"Toegankelijkheid","Image is decorative":"Afbeelding is decoratief","Source":"Bron","Dimensions":"Afmetingen","Constrain proportions":"Verhoudingen behouden","General":"Algemeen","Advanced":"Geavanceerd","Style":"Stijl","Vertical space":"Verticale ruimte","Horizontal space":"Horizontale ruimte","Border":"Rand","Insert image":"Afbeelding invoegen","Image...":"Afbeelding...","Image list":"Afbeeldingslijst","Resize":"Formaat wijzigen","Insert date/time":"Datum/tijd invoegen","Date/time":"Datum/tijd","Insert/edit link":"Koppeling invoegen/bewerken","Text to display":"Weer te geven tekst","Url":"Url","Open link in...":"Link openen in...","Current window":"Huidige venster","None":"Geen","New window":"Nieuw venster","Open link":"Link openen","Remove link":"Link verwijderen","Anchors":"Ankers","Link...":"Link...","Paste or type a link":"Een link plakken of typen","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"De URL die u hebt ingevoerd, lijkt een e-mailadres te zijn. Wilt u het vereiste mailto: voervoegsel toevoegen?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"De URL die u hebt ingevoerd, lijkt een externe koppeling te zijn. Wilt u het vereiste http://-voervoegsel toevoegen?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"De URL die u hebt ingevoerd, lijkt een externe koppeling te zijn. Wilt u het vereiste https://-voorvoegsel toevoegen?","Link list":"Lijst met links","Insert video":"Video invoegen","Insert/edit video":"Video invoegen/bewerken","Insert/edit media":"Media invoegen/bewerken","Alternative source":"Alternatieve bron","Alternative source URL":"Alternatief bron-URL","Media poster (Image URL)":"Mediaposter (afbeeldings-url)","Paste your embed code below:":"Plak de insluitcode hieronder:","Embed":"Insluiten","Media...":"Media...","Nonbreaking space":"Vaste spatie","Page break":"Pagina-einde","Paste as text":"Plakken als tekst","Preview":"Voorbeeld","Print":"Afdrukken","Print...":"Afdrukken...","Save":"Opslaan","Find":"Zoeken","Replace with":"Vervangen door","Replace":"Vervangen","Replace all":"Alle vervangen","Previous":"Vorige","Next":"Volgende","Find and Replace":"Zoeken en Vervangen","Find and replace...":"Zoeken en vervangen...","Could not find the specified string.":"Kan opgegeven reeks niet vinden","Match case":"Identieke hoofdletters/kleine letters","Find whole words only":"Alleen hele woorden zoeken","Find in selection":"Vinden in selectie","Insert table":"Tabel invoegen","Table properties":"Tabeleigenschappen","Delete table":"Tabel verwijderen","Cell":"Cel","Row":"Rij","Column":"Kolom","Cell properties":"Celeigenschappen","Merge cells":"Cellen samenvoegen","Split cell":"Cel splitsen","Insert row before":"Rij boven invoegen","Insert row after":"Rij onder invoegen","Delete row":"Rij verwijderen","Row properties":"Rijeigenschappen","Cut row":"Rij knippen","Cut column":"Kolom knippen","Copy row":"Rij kopi\xebren","Copy column":"Kolom kopi\xebren","Paste row before":"Rij plakken boven","Paste column before":"Kolom plakken voor","Paste row after":"Rij plakken onder","Paste column after":"Kolom plakken na","Insert column before":"Kolom invoegen voor","Insert column after":"Kolom invoegen na","Delete column":"Kolom verwijderen","Cols":"Kolommen","Rows":"Rijen","Width":"Breedte","Height":"Hoogte","Cell spacing":"Celafstand","Cell padding":"Celopvulling","Row clipboard actions":"Klembordacties rij","Column clipboard actions":"Klembordacties kolom","Table styles":"Tabelstijlen","Cell styles":"Celstijlen","Column header":"Koptekst kolom","Row header":"Koptekst rij","Table caption":"Tabelbijschrift","Caption":"Bijschrift","Show caption":"Bijschrift weergeven","Left":"Links","Center":"Centreren","Right":"Rechts","Cell type":"Celtype","Scope":"Bereik","Alignment":"Uitlijning","Horizontal align":"Horizontale uitlijning","Vertical align":"Verticale uitlijning","Top":"Boven","Middle":"Centreren","Bottom":"Onder","Header cell":"Kopcel","Row group":"Rijgroep","Column group":"Kolomgroep","Row type":"Rijtype","Header":"Koptekst","Body":"Body","Footer":"Footer","Border color":"Randkleur","Solid":"Doorlopend","Dotted":"Gestippeld","Dashed":"Met punten","Double":"Met strepen","Groove":"Groef","Ridge":"Nok","Inset":"Inzet","Outset":"Begin","Hidden":"Hidden","Insert template...":"Sjabloon invoegen...","Templates":"Sjablonen","Template":"Sjabloon","Insert Template":"Sjabloon invoegen","Text color":"Tekstkleur","Background color":"Achtergrondkleur","Custom...":"Aangepast...","Custom color":"Aangepaste kleur","No color":"Geen kleur","Remove color":"Kleur verwijderen","Show blocks":"Blokken weergeven","Show invisible characters":"Onzichtbare tekens weergeven","Word count":"Aantal woorden","Count":"Aantal","Document":"Document","Selection":"Selectie","Words":"Woorden","Words: {0}":"Woorden: {0}","{0} words":"{0} woorden","File":"Bestand","Edit":"Bewerken","Insert":"Invoegen","View":"Weergeven","Format":"Opmaak","Table":"Tabel","Tools":"Extra","Powered by {0}":"Gemaakt door {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Gebied met opgemaakte tekst. Druk op ALT-F9 voor menu. Druk op Alt-F10 voor werkbalk. Druk op Alt-0 voor Help.","Image title":"Afbeeldingstitel","Border width":"Randbreedte","Border style":"Randstijl","Error":"Fout","Warn":"Waarschuwen","Valid":"Geldig","To open the popup, press Shift+Enter":"Druk op Shift+Enter om de pop-up te openen","Rich Text Area":"Rich text-gebied","Rich Text Area. Press ALT-0 for help.":"Gebied met opgemaakte tekst. Druk op Alt-0 voor Help.","System Font":"Systeemlettertype","Failed to upload image: {0}":"Niet gelukt om afbeelding te uploaden: {0}","Failed to load plugin: {0} from url {1}":"Niet gelukt om plug-in te laden: {0} vanaf adres {1}","Failed to load plugin url: {0}":"Niet gelukt om plug-in te laden, url: {0}","Failed to initialize plugin: {0}":"Niet gelukt om plug-in te initialiseren: {0}","example":"voorbeeld","Search":"Zoeken","All":"Alles","Currency":"Valuta","Text":"Tekst","Quotations":"Citaten","Mathematical":"Wiskundig","Extended Latin":"Latijn uitgebreid","Symbols":"Symbolen","Arrows":"Pijlen","User Defined":"Door gebruiker gedefinieerd","dollar sign":"dollarteken","currency sign":"valutateken","euro-currency sign":"euroteken","colon sign":"colon-teken","cruzeiro sign":"cruzeiro-teken","french franc sign":"franse franc-teken","lira sign":"lire-teken","mill sign":"mill-teken","naira sign":"naira-teken","peseta sign":"peseta-teken","rupee sign":"roepie-teken","won sign":"won-teken","new sheqel sign":"nieuwe sheqel-teken","dong sign":"dong-teken","kip sign":"kip-teken","tugrik sign":"tugrik-teken","drachma sign":"drachme-teken","german penny symbol":"duitse pfennig-teken","peso sign":"peso-teken","guarani sign":"guarani-teken","austral sign":"austral-teken","hryvnia sign":"hryvnia-teken","cedi sign":"cedi-teken","livre tournois sign":"livre tournois-teken","spesmilo sign":"spesmilo-teken","tenge sign":"tenge-teken","indian rupee sign":"indiaase roepie-teken","turkish lira sign":"turkse lire-teken","nordic mark sign":"noorse mark-teken","manat sign":"manat-teken","ruble sign":"roebel-teken","yen character":"yen-teken","yuan character":"yuan-teken","yuan character, in hong kong and taiwan":"yuan-teken (Hong Kong en Taiwan)","yen/yuan character variant one":"yen/yuan variant 1-teken","Emojis":"Emoji's","Emojis...":"Emoji's...","Loading emojis...":"Emoji's laden...","Could not load emojis":"Kan emoji's niet laden","People":"Personen","Animals and Nature":"Dieren en natuur","Food and Drink":"Eten en drinken","Activity":"Activiteit","Travel and Places":"Reizen en plaatsen","Objects":"Objecten","Flags":"Vlaggen","Characters":"Tekens","Characters (no spaces)":"Tekens (geen spaties)","{0} characters":"{0} tekens","Error: Form submit field collision.":"Fout: Veldconflict bij versturen formulier.","Error: No form element found.":"Fout: Geen formulierelement gevonden.","Color swatch":"Kleurenwaaier","Color Picker":"Kleurenkiezer","Invalid hex color code: {0}":"Ongeldige hexadecimale kleurcode: {0}","Invalid input":"Ongeldige invoer","R":"R","Red component":"Rood onderdeel","G":"G","Green component":"Groen onderdeel","B":"B","Blue component":"Blauw onderdeel","#":"#","Hex color code":"Hexadecimale kleurcode","Range 0 to 255":"Bereik 0 tot 255","Turquoise":"Turquoise","Green":"Groen","Blue":"Blauw","Purple":"Paars","Navy Blue":"Marineblauw","Dark Turquoise":"Donkerturquoise","Dark Green":"Donkergroen","Medium Blue":"Middelblauw","Medium Purple":"Middelpaars","Midnight Blue":"Middernachtblauw","Yellow":"Geel","Orange":"Oranje","Red":"Rood","Light Gray":"Lichtgrijs","Gray":"Grijs","Dark Yellow":"Donkergeel","Dark Orange":"Donkeroranje","Dark Red":"Donkerrood","Medium Gray":"Middelgrijs","Dark Gray":"Donkergrijs","Light Green":"Lichtgroen","Light Yellow":"Lichtgeel","Light Red":"Lichtrood","Light Purple":"Lichtpaars","Light Blue":"Lichtblauw","Dark Purple":"Donkerpaars","Dark Blue":"Donkerblauw","Black":"Zwart","White":"Wit","Switch to or from fullscreen mode":"Overschakelen naar of vanuit de volledig scherm-modus","Open help dialog":"Dialoogvenster Help openen","history":"geschiedenis","styles":"stijlen","formatting":"opmaak","alignment":"uitlijning","indentation":"inspringing","Font":"Lettertype","Size":"Grootte","More...":"Meer...","Select...":"Selecteren...","Preferences":"Voorkeuren","Yes":"Ja","No":"Nee","Keyboard Navigation":"Toetsenbordnavigatie","Version":"Versie","Code view":"Codeweergave","Open popup menu for split buttons":"Pop-upmenu voor splitsknoppen openen","List Properties":"Eigenschappen van lijst","List properties...":"Lijsteigenschappen...","Start list at number":"Lijst starten op nummer","Line height":"Lijnhoogte","Dropped file type is not supported":"Het weggelaten bestandstype wordt niet ondersteund","Loading...":"Laden...","ImageProxy HTTP error: Rejected request":"Afbeeldingsproxy HTTP-fout: Verzoek afgewezen","ImageProxy HTTP error: Could not find Image Proxy":"Afbeeldingsproxy HTTP-fout: Kan afbeeldingsproxy niet vinden","ImageProxy HTTP error: Incorrect Image Proxy URL":"Afbeeldingsproxy HTTP-fout: Onjuiste URL afbeeldingsproxy","ImageProxy HTTP error: Unknown ImageProxy error":"Afbeeldingsproxy HTTP-fout: Onbekende afbeeldingsproxy-fout","Accordion summary...":"Overzicht van accordeon...","Accordion body...":"Hoofdtekst van accordeon...","Insert accordion":"Accordeon invoegen","Accordion":"Accordeon","Toggle accordion":"Accordeon in-/uitschakelen","Delete accordion":"Accordeon verwijderen","comments":"opmerkingen","Format painter":"Opmaak kopi\xebren/plakken","Capitalization":"Hoofdlettergebruik","lowercase":"kleine letters","UPPERCASE":"HOOFDLETTERS","Title Case":"Alles beginhoofdletter","Permanent pen":"Permanent pen","Permanent Pen Properties":"Eigenschappen permanente markeerstift","Permanent pen properties...":"Eigenschappen permanente markeerstift...","Case Change":"hoofdlettergebruik","Checklist":"Checklist","Insert checklist":"Controlelijst invoegen"});
|
|
7
|
+
tinymce.addI18n("nl",{"#":"#","A - acute":"A met accent aigu","A - circumflex":"A met accent circonflexe","A - diaeresis":"A met trema","A - grave":"A met accent grave","A - macron":"A met makron","A - ring above":"A met ring boven","A - tilde":"A met tilde","Accessibility":"Toegankelijkheid","Accordion":"Accordeon","Accordion body...":"Hoofdtekst van accordeon...","Accordion summary...":"Overzicht van accordeon...","Action":"Actie","Activity":"Activiteit","Address":"Adres","Advanced":"Geavanceerd","Align":"Uitlijnen","Align center":"Centreren","Align left":"Links uitlijnen","Align right":"Rechts uitlijnen","Alignment":"Uitlijning","Alignment {0}":"Uitlijning {0}","All":"Alle","Alpha":"Alfa","Alternative description":"Alternatieve omschrijving","Alternative source":"Alternatieve bron","Alternative source URL":"Alternatief bron-URL","Anchor":"Anker","Anchor...":"Anker...","Anchors":"Ankers","Animals and Nature":"Dieren en natuur","Arrows":"Pijltjes","B":"B","Background color":"Achtergrondkleur","Background color {0}":"Achtergrondkleur {0}","Beta":"B\xe8ta","Black":"Zwart","Block":"Blok","Block {0}":"Blok {0}","Blockquote":"Blockquote","Blocks":"Blokken","Blue":"Blauw","Blue component":"Blauw onderdeel","Body":"Body","Bold":"Vet","Border":"Rand","Border color":"Randkleur","Border style":"Randstijl","Border width":"Randbreedte","Bottom":"Onder","Browse files":"Browse bestanden","Browse for an image":"Afbeelding zoeken","Browse links":"Browse links","Bullet list":"Lijst met opsommingstekens","C - cedilla":"C met cedille","Cancel":"Annuleren","Capitalization":"Hoofdlettergebruik","Caption":"Bijschrift","Case Change":"hoofdlettergebruik","Cell":"Cel","Cell padding":"Celopvulling","Cell properties":"Celeigenschappen","Cell spacing":"Celafstand","Cell styles":"Celstijlen","Cell type":"Celtype","Center":"Centreren","Characters":"Tekens","Characters (no spaces)":"Tekens (geen spaties)","Checklist":"Checklist","Chi":"Chi","Circle":"Cirkel","Class":"Class","Clear formatting":"Opmaak wissen","Close":"Sluiten","Code":"Code","Code sample...":"Codevoorbeeld...","Code view":"Codeweergave","Color Picker":"Kleurenkiezer","Color swatch":"Kleurenwaaier","Cols":"Kolommen","Column":"Kolom","Column clipboard actions":"Klembordacties kolom","Column group":"Kolomgroep","Column header":"Koptekst kolom","Constrain proportions":"Verhoudingen behouden","Copy":"Kopi\xebren","Copy column":"Kolom kopi\xebren","Copy row":"Rij kopi\xebren","Could not find the specified string.":"Kan opgegeven reeks niet vinden","Could not load emojis":"Kan emoji's niet laden","Count":"Aantal","Currency":"Valuta","Current window":"Huidige venster","Custom color":"Aangepaste kleur","Custom...":"Aangepast...","Cut":"Knippen","Cut column":"Kolom knippen","Cut row":"Rij knippen","Dark Blue":"Donkerblauw","Dark Gray":"Donkergrijs","Dark Green":"Donkergroen","Dark Orange":"Donkeroranje","Dark Purple":"Donkerpaars","Dark Red":"Donkerrood","Dark Turquoise":"Donkerturquoise","Dark Yellow":"Donkergeel","Dashed":"Met punten","Date/time":"Datum/tijd","Decrease indent":"Inspringing verkleinen","Default":"Standaard","Delete accordion":"Accordeon verwijderen","Delete column":"Kolom verwijderen","Delete row":"Rij verwijderen","Delete table":"Tabel verwijderen","Delta":"Delta","Dimensions":"Afmetingen","Disc":"Schijf","Div":"Div","Document":"Document","Dotted":"Gestippeld","Double":"Met strepen","Drop an image here":"Hier een afbeelding neerzetten","Dropped file type is not supported":"Het weggelaten bestandstype wordt niet ondersteund","E - acute":"E met accent aigu","E - circumflex":"E met accent circonflexe","E - diaeresis":"E met trema","E - grave":"E met accent grave","E - macron":"E met makron","ETH":"ETH","Edit":"Bewerken","Embed":"Insluiten","Emojis":"Emoji's","Emojis...":"Emoji's...","Epsilon":"Epsilon","Error":"Fout","Error: Form submit field collision.":"Fout: Veldconflict bij versturen formulier.","Error: No form element found.":"Fout: Geen formulierelement gevonden.","Eta":"\xc8ta","Extended Latin":"Uitgebreid Latijn","Failed to initialize plugin: {0}":"Niet gelukt om plug-in te initialiseren: {0}","Failed to load plugin url: {0}":"Niet gelukt om plug-in te laden, url: {0}","Failed to load plugin: {0} from url {1}":"Niet gelukt om plug-in te laden: {0} vanaf adres {1}","Failed to upload image: {0}":"Niet gelukt om afbeelding te uploaden: {0}","File":"Bestand","Find":"Zoeken","Find (if searchreplace plugin activated)":"Zoeken (als plug-in zoeken/vervangen geactiveerd is)","Find and Replace":"Zoeken en Vervangen","Find and replace...":"Zoeken en vervangen...","Find in selection":"Vinden in selectie","Find whole words only":"Alleen hele woorden zoeken","Flags":"Vlaggen","Focus to contextual toolbar":"Focus op contextuele werkbalk instellen","Focus to element path":"Focus op elementenpad instellen","Focus to menubar":"Focus op menubalk instellen","Focus to toolbar":"Focus op werkbalk instellen","Font":"Lettertype","Font size {0}":"Grootte lettertype {0}","Font sizes":"Tekengrootten","Font {0}":"Lettertype {0}","Fonts":"Lettertypen","Food and Drink":"Eten en drinken","Footer":"Footer","Format":"Opmaak","Format painter":"Opmaak kopi\xebren/plakken","Format {0}":"Formaat {0}","Formats":"Opmaken","Fullscreen":"Volledig scherm","G":"G","Gamma":"Gamma","General":"Algemeen","Gray":"Grijs","Green":"Groen","Green component":"Groen onderdeel","Groove":"Groef","Handy Shortcuts":"Handige snelkoppelingen","Header":"Koptekst","Header cell":"Kopcel","Heading 1":"Kop 1","Heading 2":"Kop 2","Heading 3":"Kop 3","Heading 4":"Kop 4","Heading 5":"Kop 5","Heading 6":"Kop 6","Headings":"Koppen","Height":"Hoogte","Help":"Help","Hex color code":"Hexadecimale kleurcode","Hidden":"Hidden","Horizontal align":"Horizontale uitlijning","Horizontal line":"Horizontale lijn","Horizontal space":"Horizontale ruimte","I - acute":"I met accent aigu","I - circumflex":"I met accent circonflexe","I - diaeresis":"I met trema","I - grave":"I met accent grave","I - macron":"I met makron","ID":"Id","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"De id moet beginnen met een letter, gevolgd door uitsluitend letters, getallen, streepjes, punten, dubbele punten of onderstrepingstekens.","Image is decorative":"Afbeelding is decoratief","Image list":"Afbeeldingslijst","Image title":"Afbeeldingstitel","Image...":"Afbeelding...","ImageProxy HTTP error: Could not find Image Proxy":"Afbeeldingsproxy HTTP-fout: Kan afbeeldingsproxy niet vinden","ImageProxy HTTP error: Incorrect Image Proxy URL":"Afbeeldingsproxy HTTP-fout: Onjuiste URL afbeeldingsproxy","ImageProxy HTTP error: Rejected request":"Afbeeldingsproxy HTTP-fout: Verzoek afgewezen","ImageProxy HTTP error: Unknown ImageProxy error":"Afbeeldingsproxy HTTP-fout: Onbekende afbeeldingsproxy-fout","Increase indent":"Inspringing vergroten","Inline":"Inline","Insert":"Invoegen","Insert Template":"Sjabloon invoegen","Insert accordion":"Accordeon invoegen","Insert checklist":"Controlelijst invoegen","Insert column after":"Kolom invoegen na","Insert column before":"Kolom invoegen voor","Insert date/time":"Datum/tijd invoegen","Insert image":"Afbeelding invoegen","Insert link (if link plugin activated)":"Link invoegen (als plug-in voor link geactiveerd is)","Insert row after":"Rij onder invoegen","Insert row before":"Rij boven invoegen","Insert table":"Tabel invoegen","Insert template...":"Sjabloon invoegen...","Insert video":"Video invoegen","Insert/Edit code sample":"Codevoorbeeld invoegen/bewerken","Insert/edit image":"Afbeelding invoegen/bewerken","Insert/edit link":"Koppeling invoegen/bewerken","Insert/edit media":"Media invoegen/bewerken","Insert/edit video":"Video invoegen/bewerken","Inset":"Inzet","Invalid hex color code: {0}":"Ongeldige hexadecimale kleurcode: {0}","Invalid input":"Ongeldige invoer","Iota":"Jota","Italic":"Cursief","Justify":"Uitvullen","Kappa":"Kappa","Keyboard Navigation":"Toetsenbordnavigatie","Lambda":"Lambda","Language":"Taal","Learn more...":"Leer meer...","Left":"Links","Left to right":"Van links naar rechts","Light Blue":"Lichtblauw","Light Gray":"Lichtgrijs","Light Green":"Lichtgroen","Light Purple":"Lichtpaars","Light Red":"Lichtrood","Light Yellow":"Lichtgeel","Line height":"Lijnhoogte","Link list":"Lijst met links","Link...":"Link...","List Properties":"Eigenschappen van lijst","List properties...":"Lijsteigenschappen...","Loading emojis...":"Emoji's laden...","Loading...":"Laden...","Lower Alpha":"Kleine letters","Lower Greek":"Kleine Griekse letters","Lower Roman":"Kleine Romeinse cijfers","Match case":"Identieke hoofdletters/kleine letters","Mathematical":"Wiskundig","Media poster (Image URL)":"Mediaposter (afbeeldings-url)","Media...":"Media...","Medium Blue":"Middelblauw","Medium Gray":"Middelgrijs","Medium Purple":"Middelpaars","Merge cells":"Cellen samenvoegen","Middle":"Centreren","Midnight Blue":"Middernachtblauw","More...":"Meer...","Mu":"Mu","N - tilde":"N met tilde","Name":"Naam","Navy Blue":"Marineblauw","New document":"Nieuw document","New window":"Nieuw venster","Next":"Volgende","No":"Nee","No alignment":"Geen uitlijning","No color":"Geen kleur","Nonbreaking space":"Vaste spatie","None":"Geen","Nu":"Nu","Numbered list":"Genummerde lijst","O - acute":"O met accent aigu","O - circumflex":"O met accent circonflexe","O - diaeresis":"O met trema","O - grave":"O met accent grave","O - macron":"O met makron","O - slash":"O met schuine streep","O - tilde":"O met tilde","OR":"OF","Objects":"Objecten","Ok":"OK","Omega":"Omega","Omicron":"Omikron","Open help dialog":"Dialoogvenster Help openen","Open link":"Link openen","Open link in...":"Link openen in...","Open popup menu for split buttons":"Pop-upmenu voor splitsknoppen openen","Orange":"Oranje","Outset":"Begin","Page break":"Pagina-einde","Paragraph":"Alinea","Paste":"Plakken","Paste as text":"Plakken als tekst","Paste column after":"Kolom plakken na","Paste column before":"Kolom plakken voor","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Plakken is nu in de modus voor tekst zonder opmaak. De inhoud wordt nu als tekst zonder opmaak geplakt totdat je deze optie uitschakelt.","Paste or type a link":"Een link plakken of typen","Paste row after":"Rij plakken onder","Paste row before":"Rij plakken boven","Paste your embed code below:":"Plak de insluitcode hieronder:","People":"Personen","Permanent Pen Properties":"Eigenschappen permanente markeerstift","Permanent pen":"Permanent pen","Permanent pen properties...":"Eigenschappen permanente markeerstift...","Phi":"Phi","Pi":"Pi","Plugins":"Invoegtoepassingen","Plugins installed ({0}):":"Plug-ins ge\xefnstalleerd ({0}):","Powered by {0}":"Gemaakt door {0}","Pre":"Pre","Preferences":"Voorkeuren","Preformatted":"Vooraf opgemaakt","Premium plugins:":"Premium plug-ins:","Press the Up and Down arrow keys to resize the editor.":"Druk op pijl-omhoog en pijl-omlaag om het formaat van de editor te wijzigen.","Press the arrow keys to resize the editor.":"Druk op de pijltoetsen om het formaat van de editor te wijzigen.","Press {0} for help":"Druk op {0} voor hulp","Preview":"Voorbeeld","Previous":"Vorige","Print":"Afdrukken","Print...":"Afdrukken...","Psi":"Psi","Purple":"Paars","Quotations":"Aanhalingstekens","R":"R","Range 0 to 255":"Bereik 0 tot 255","Red":"Rood","Red component":"Rood onderdeel","Redo":"Opnieuw uitvoeren","Remove":"Verwijderen","Remove color":"Kleur verwijderen","Remove link":"Link verwijderen","Replace":"Vervangen","Replace all":"Alle vervangen","Replace with":"Vervangen door","Resize":"Formaat wijzigen","Restore last draft":"Laatste concept herstellen","Reveal or hide additional toolbar items":"Extra werkbalkitems tonen of verbergen","Rho":"Rho","Rich Text Area":"Rich text-gebied","Rich Text Area. Press ALT-0 for help.":"Gebied met opgemaakte tekst. Druk op Alt-0 voor Help.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Gebied met opgemaakte tekst. Druk op ALT-F9 voor menu. Druk op Alt-F10 voor werkbalk. Druk op Alt-0 voor Help.","Ridge":"Nok","Right":"Rechts","Right to left":"Van rechts naar links","Row":"Rij","Row clipboard actions":"Klembordacties rij","Row group":"Rijgroep","Row header":"Koptekst rij","Row properties":"Rijeigenschappen","Row type":"Rijtype","Rows":"Rijen","S - caron":"S met caron","Save":"Opslaan","Save (if save plugin activated)":"Opslaan (als plug-in voor opslaan geactiveerd is)","Scope":"Bereik","Search":"Zoeken","Select all":"Alles selecteren","Select...":"Selecteren...","Selection":"Selectie","Shortcut":"Snelkoppeling","Show blocks":"Blokken weergeven","Show caption":"Bijschrift weergeven","Show invisible characters":"Onzichtbare tekens weergeven","Sigma":"Sigma","Size":"Grootte","Solid":"Doorlopend","Source":"Bron","Source code":"Broncode","Special Character":"Speciaal teken","Special character...":"Speciaal teken...","Split cell":"Cel splitsen","Square":"Vierkant","Start list at number":"Lijst starten op nummer","Strikethrough":"Doorhalen","Style":"Stijl","Subscript":"Subscript","Superscript":"Superscript","Switch to or from fullscreen mode":"Overschakelen naar of vanuit de volledig scherm-modus","Symbols":"Symbolen","System Font":"Systeemlettertype","THORN":"THORN","Table":"Tabel","Table caption":"Tabelbijschrift","Table properties":"Tabeleigenschappen","Table styles":"Tabelstijlen","Tau":"Tau","Template":"Sjabloon","Templates":"Sjablonen","Text":"Tekst","Text color":"Tekstkleur","Text color {0}":"Tekstkleur {0}","Text to display":"Weer te geven tekst","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"De URL die u hebt ingevoerd, lijkt een e-mailadres te zijn. Wilt u het vereiste mailto: voervoegsel toevoegen?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"De URL die u hebt ingevoerd, lijkt een externe koppeling te zijn. Wilt u het vereiste http://-voervoegsel toevoegen?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"De URL die u hebt ingevoerd, lijkt een externe koppeling te zijn. Wilt u het vereiste https://-voorvoegsel toevoegen?","Theta":"Th\xe8ta","Title":"Titel","Title Case":"Alles beginhoofdletter","To open the popup, press Shift+Enter":"Druk op Shift+Enter om de pop-up te openen","Toggle accordion":"Accordeon in-/uitschakelen","Tools":"Extra","Top":"Boven","Travel and Places":"Reizen en plaatsen","Turquoise":"Turquoise","U - acute":"U met accent aigu","U - circumflex":"U met accent circonflexe","U - diaeresis":"U met trema","U - grave":"U met accent grave","U - macron":"U met makron","UPPERCASE":"HOOFDLETTERS","Underline":"Onderstrepen","Undo":"Ongedaan maken","Upload":"Uploaden","Uploading image":"Afbeelding wordt ge\xfcpload","Upper Alpha":"Hoofdletters","Upper Roman":"Grote Romeinse cijfers","Upsilon":"Ypsilon","Url":"Url","User Defined":"Door gebruiker gedefinieerd","Valid":"Geldig","Version":"Versie","Vertical align":"Verticale uitlijning","Vertical space":"Verticale ruimte","View":"Weergeven","Visual aids":"Visuele hulpmiddelen","Warn":"Waarschuwen","White":"Wit","Width":"Breedte","Word count":"Aantal woorden","Words":"Woorden","Words: {0}":"Woorden: {0}","Xi":"Xi","Y - acute":"Y met accent aigu","Y - diaeresis":"Y met trema","Y - macron":"Y met makron","Yellow":"Geel","Yes":"Ja","You are using {0}":"Je gebruikt {0}","You have unsaved changes are you sure you want to navigate away?":"Je hebt niet alles opgeslagen, weet je zeker dat je de pagina wilt verlaten?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Je browser ondersteunt geen directe toegang tot het klembord. Gebruik in plaats daarvan de sneltoetsen Ctrl + X/C/V.","Zeta":"Z\xe8ta","a - acute":"a met accent aigu","a - circumflex":"a met accent circonflexe","a - diaeresis":"a met trema","a - grave":"a met accent grave","a - macron":"a met makron","a - ring above":"a met ring boven","a - tilde":"a met tilde","alignment":"uitlijning","almost equal to":"bijna gelijk aan","alpha":"alfa","angle":"hoek","approximately equal to":"ongeveer gelijk aan","asterisk operator":"asterisk","austral sign":"austral-teken","backward difference":"achterwaarts verschil","beta":"b\xe8ta","broken bar":"verticaal streepje","bullet":"opsommingsteken","c - cedilla":"c met cedille","cedi sign":"cedi-teken","cent sign":"centteken","chi":"chi","circumflex accent":"accent circonflexe","colon sign":"teken voor dubbelepunt","comments":"opmerkingen","contains as member":"bevat als lid","copyright sign":"copyrightteken","cruzeiro sign":"cruzeiro-teken","currency sign":"valutateken","degree sign":"graadteken","delta":"delta","diaeresis":"trema","diameter":"diameter","division sign":"deelteken","dollar sign":"dollarteken","dong sign":"dongteken","double low-9 quotation mark":"dubbele apostrof","drachma sign":"drachmeteken","e - acute":"e met accent aigu","e - circumflex":"e met accent circonflexe","e - diaeresis":"e met trema","e - grave":"e met accent grave","e - macron":"e met makron","element of":"element van","em dash":"em-streep","en dash":"en-streep","epsilon":"epsilon","eta":"\xe8ta","eth":"eth","euro sign":"euroteken","euro-currency sign":"euro valutateken","example":"voorbeeld","final sigma":"laatste sigma","for all":"voor alle","formatting":"opmaak","fraction one half":"een half (breukgetal)","fraction one quarter":"een vierde (breukgetal)","fraction slash":"schuine streep","fraction three quarters":"een derde (breukgetal)","french franc sign":"Franse frank-teken","function / florin":"functie / florijn","gamma":"gamma","german penny symbol":"Duits centsymbool","greater-than or equal to":"groter dan of gelijk aan","greater-than sign":"groter dan teken","guarani sign":"guarani-teken","history":"geschiedenis","hryvnia sign":"hryvnia-teken","i - acute":"i met accent aigu","i - circumflex":"i met accent circonflexe","i - diaeresis":"i met trema","i - grave":"i met accent grave","i - macron":"i met makron","identical to":"identiek aan","indentation":"inspringing","indian rupee sign":"Indiase roepieteken","infinity":"oneindig","integral":"integraal","intersection":"intersectie","inverted exclamation mark":"omgekeerde uitroepteken","iota":"jota","kappa":"kappa","kip sign":"kip-teken","lambda":"lambda","left double quotation mark":"dubbele aanhalingstekens links","left pointing guillemet":"linkswijzend guillemet","left single quotation mark":"enkele aanhalingsteken links","less-than or equal to":"kleiner dan of gelijk aan","less-than sign":"kleinder dan teken","ligature AE":"ligatuur AE","ligature OE":"ligatuur OE","ligature ae":"ligatuur ae","ligature oe":"ligatuur oe","lira sign":"lira-teken","livre tournois sign":"livre tournois-teken","logical and":"logisch en","logical or":"logisch of","lowercase":"kleine letters","macron":"makron","manat sign":"manat-teken","micro sign":"microteken","middle dot":"interpunct","mill sign":"mill-teken","minus sign":"minteken","minutes / feet":"minuten / voet","mu":"mu","multiplication sign":"vermenigvuldigingsteken","n - tilde":"n met tilde","n-ary product":"n-air product","n-ary sumation":"n-aire sommatie","naira sign":"naira-teken","new sheqel sign":"nieuw sjekelteken","nordic mark sign":"Noordse mark-teken","not an element of":"geen element van","not equal to":"niet gelijk aan","not sign":"geen teken","nu":"nu","o - acute":"o met accent aigu","o - circumflex":"i met accent circonflexe","o - diaeresis":"o met trema","o - grave":"o met accent grave","o - tilde":"o met tilde","o macron":"o met makron","o slash":"o met schuine streep","omega":"omega","omicron":"omikron","overline":"overline","paragraph sign":"paragraafteken","partial differential":"Parti\xeble afgeleide","per mille sign":"promilleteken","peseta sign":"peseta-teken","peso sign":"peso-teken","phi":"phi","pi":"pi","plus-minus sign":"plusminusteken","pound sign":"pondteken","proportional to":"evenredig aan","psi":"psi","registered sign":"geregistreerd teken","rho":"rho","right double quotation mark":"dubbele aanhalingstekens rechts","right pointing guillemet":"rechtswijzend guillemet","right single quotation mark":"enkele aanhalingsteken rechts","ruble sign":"roebel-teken","rupee sign":"roepie-teken","s - caron":"s met caron","seconds / inches":"seconden / inch","section sign":"sectie-teken","sharp s / ess-zed":"scherpe s / eszett","sigma":"sigma","similar to":"gelijk aan","single left-pointing angle quotation mark":"enkele linkswijzend aanhalingsteken","single low-9 quotation mark":"enkele apostrof","single right-pointing angle quotation mark":"enkele rechtswijzend aanhalingsteken","small tilde":"kleine tilde","spesmilo sign":"spesmilo-teken","square root":"vierkantswortel","styles":"stijlen","superscript one":"superscript \xe9\xe9n","superscript three":"superscript drie","superscript two":"superscript twee","tau":"tau","tenge sign":"tenge-teken","there exists":"er bestaat","theta":"th\xe8ta","thorn":"thorn","three dot leader":"beletselteken","trade mark sign":"handelsmerkteken","tugrik sign":"tugrik-teken","turkish lira sign":"Turkse lira-teken","turned question mark":"omgekeerde vraagteken","u - acute":"u met accent aigu","u - circumflex":"u met accent circonflexe","u - diaeresis":"u met trema","u - grave":"u met accent grave","u - macron":"u met makron","union":"unie","upsilon":" ypsilon","won sign":"wonteken","xi":"xi","y - acute":"y met accent aigu","y - diaeresis":"y met trema","y - macron":"y met makron","yen character":"yen karakter","yen sign":"yenteken","yen/yuan character variant one":"yen/yuan karakter variant \xe9\xe9n","yuan character":"yuan karakter","yuan character, in hong kong and taiwan":"yuan karakter, in Hongkong en Taiwan","zeta":"z\xe8ta","{0} characters":"{0} tekens","{0} columns, {1} rows":"{0} kolommen, {1} rijen","{0} words":"{0} woorden"});
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
5
5
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
6
6
|
*/
|
|
7
|
-
tinymce.addI18n("pl",{"Redo":"Powt\xf3rz","Undo":"Cofnij","Cut":"Wytnij","Copy":"Kopia","Paste":"Wklej","Select all":"Zaznacz wszystko","New document":"Nowy dokument","Ok":"Ok","Cancel":"Anuluj","Visual aids":"Pomoce wizualne","Bold":"Pogrubienie","Italic":"Kursywa","Underline":"Podkre\u015blenie","Strikethrough":"Przekre\u015blenie","Superscript":"Indeks g\xf3rny","Subscript":"Indeks dolny","Clear formatting":"Wyczy\u015b\u0107 formatowanie","Remove":"Usu\u0144","Align left":"Wyr\xf3wnanie do lewej","Align center":"Wy\u015brodkowanie","Align right":"Wyr\xf3wnaj do prawej","No alignment":"Bez wyr\xf3wnania","Justify":"Wyjustuj","Bullet list":"Lista wypunktowana","Numbered list":"Lista numerowana","Decrease indent":"Zmniejsz wci\u0119cie","Increase indent":"Zwi\u0119ksz wci\u0119cie","Close":"Zamknij","Formats":"Formaty","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Twoja przegl\u0105darka nie umo\u017cliwia bezpo\u015bredniego dost\u0119pu do schowka. Zamiast tego u\u017cyj skr\xf3t\xf3w klawiszowych Ctrl+X/C/V.","Headings":"Nag\u0142\xf3wki","Heading 1":"Nag\u0142\xf3wek 1","Heading 2":"Nag\u0142\xf3wek 2","Heading 3":"Nag\u0142\xf3wek 3","Heading 4":"Nag\u0142\xf3wek 4","Heading 5":"Nag\u0142\xf3wek 5","Heading 6":"Nag\u0142\xf3wek 6","Preformatted":"Wst\u0119pne formatowanie","Div":"Div","Pre":"Pre","Code":"Kod","Paragraph":"Akapit","Blockquote":"Blockquote","Inline":"W tek\u015bcie","Blocks":"Bloki","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Wklejanie dzia\u0142a teraz w trybie zwyk\u0142ego tekstu. Tre\u015b\u0107 b\u0119dzie wklejana jako zwyk\u0142y tekst, dop\xf3ki nie wy\u0142\u0105czysz tej opcji.","Fonts":"Fonty","Font sizes":"Rozmiary czcionki","Class":"Klasa","Browse for an image":"Przegl\u0105daj za zdj\u0119ciem","OR":"LUB","Drop an image here":"Upu\u015b\u0107 obraz tutaj","Upload":"Prze\u015blij","Uploading image":"Przekazywanie obrazu","Block":"Zablokuj","Align":"Wyr\xf3wnaj","Default":"Domy\u015blny","Circle":"Ko\u0142o","Disc":"Dysk","Square":"Kwadrat","Lower Alpha":"Ma\u0142e alfanumeryczne","Lower Greek":"Ma\u0142e greckie","Lower Roman":"Ma\u0142e rzymskie","Upper Alpha":"Wielkie alfanumeryczne","Upper Roman":"Wielkie rzymskie","Anchor...":"Kotwica...","Anchor":"Zakotwiczenie","Name":"Nazwa","ID":"Identyfikator","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"Identyfikator powinien zaczyna\u0107 si\u0119 liter\u0105, po kt\xf3rej mog\u0105 wyst\u0105pi\u0107 tylko litery, cyfry, my\u015blniki, kropki lub znaki podkre\u015blenia.","You have unsaved changes are you sure you want to navigate away?":"Masz niezapisane zmiany. Czy na pewno chcesz opu\u015bci\u0107 stron\u0119?","Restore last draft":"Przywr\xf3\u0107 ostatni szkic","Special character...":"Znak specjalny...","Special Character":"Znak specjalny","Source code":"Kod \u017ar\xf3d\u0142owy","Insert/Edit code sample":"Dodaj/Edytuj przyk\u0142adowy kod","Language":"Language","Code sample...":"Przyk\u0142ad kodu...","Left to right":"Od lewej do prawej","Right to left":"Od prawej do lewej","Title":"Tytu\u0142","Fullscreen":"Pe\u0142ny ekran","Action":"Czynno\u015b\u0107","Shortcut":"Skr\xf3t","Help":"Pomoc","Address":"Adres","Focus to menubar":"Aktywuj pasek menu","Focus to toolbar":"Aktywuj pasek narz\u0119dzi","Focus to element path":"Aktywuj \u015bcie\u017ck\u0119 elementu","Focus to contextual toolbar":"Aktywuj pasek narz\u0119dzi menu kontekstowego","Insert link (if link plugin activated)":"Wstaw \u0142\u0105cze (je\u015bli w\u0142\u0105czono dodatek linkuj\u0105cy)","Save (if save plugin activated)":"Zapisz (je\u015bli w\u0142\u0105czono dodatek zapisuj\u0105cy)","Find (if searchreplace plugin activated)":"Znajd\u017a (je\u015bli w\u0142\u0105czono dodatek wyszukuj\u0105cy)","Plugins installed ({0}):":"Zainstalowane dodatki ({0}):","Premium plugins:":"Dodatki Premium:","Learn more...":"Dowiedz si\u0119 wi\u0119cej...","You are using {0}":"U\u017cywasz {0}","Plugins":"Wtyczki","Handy Shortcuts":"Przydatne skr\xf3ty","Horizontal line":"Pozioma linia","Insert/edit image":"Wstaw/edytuj obraz","Alternative description":"Opis alternatywny","Accessibility":"Dost\u0119p","Image is decorative":"Obraz jest dekoracyjny","Source":"\u0179r\xf3d\u0142o","Dimensions":"Wymiary","Constrain proportions":"Utrzymuj proporcje","General":"Og\xf3lne","Advanced":"Zaawansowane","Style":"Styl","Vertical space":"Odst\u0119p w pionie","Horizontal space":"Odst\u0119p w poziomie","Border":"Obramowanie","Insert image":"Wstaw obraz","Image...":"Obraz...","Image list":"Lista obraz\xf3w","Resize":"Zmie\u0144 rozmiar","Insert date/time":"Wstaw dat\u0119/godzin\u0119","Date/time":"Data/godzina","Insert/edit link":"Wstaw/edytuj \u0142\u0105cze","Text to display":"Tekst do wy\u015bwietlenia","Url":"URL","Open link in...":"Otw\xf3rz \u0142\u0105cze w...","Current window":"Bie\u017c\u0105ce okno","None":"Brak","New window":"Nowe okno","Open link":"Otw\xf3rz \u0142\u0105cze","Remove link":"Usu\u0144 \u0142\u0105cze","Anchors":"Zakotwiczenia","Link...":"\u0141\u0105cze...","Paste or type a link":"Wklej lub wpisz \u0142\u0105cze","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie adresem e-mail. Czy chcesz doda\u0107 wymagany przedrostek mailto:?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie \u0142\u0105czem zewn\u0119trznym. Czy chcesz doda\u0107 wymagany przedrostek http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie \u0142\u0105czem zewn\u0119trznym. Czy chcesz doda\u0107 wymagany przedrostek https://?","Link list":"Lista \u0142\u0105czy","Insert video":"Wstaw wideo","Insert/edit video":"Wstaw/edytuj wideo","Insert/edit media":"Wstaw/edytuj multimedia","Alternative source":"Alternatywne \u017ar\xf3d\u0142o","Alternative source URL":"Alternatywny URL \u017ar\xf3d\u0142a","Media poster (Image URL)":"Plakat (URL obrazu)","Paste your embed code below:":"Wklej poni\u017cej kod do osadzenia:","Embed":"Osad\u017a","Media...":"Multimedia...","Nonbreaking space":"Nie\u0142amliwa spacja","Page break":"Podzia\u0142 strony","Paste as text":"Wklej jako tekst","Preview":"Podgl\u0105d","Print":"Drukuj","Print...":"Drukuj...","Save":"Zapisz","Find":"Znajd\u017a","Replace with":"Zast\u0105p ci\u0105giem:","Replace":"Zast\u0105p","Replace all":"Zast\u0105p wszystkie","Previous":"Poprzedni","Next":"Nast\u0119pny","Find and Replace":"Znajdowanie i zast\u0119powanie","Find and replace...":"Znajd\u017a i zamie\u0144...","Could not find the specified string.":"Nie znaleziono okre\u015blonego tekstu.","Match case":"Dopasuj wielko\u015b\u0107 trzcionki","Find whole words only":"Znajd\u017a tylko ca\u0142e wyrazy","Find in selection":"Znajd\u017a w zaznaczeniu","Insert table":"Wstaw tabel\u0119","Table properties":"W\u0142a\u015bciwo\u015bci tabeli","Delete table":"Usu\u0144 tabel\u0119","Cell":"Kom\xf3rka","Row":"Wiersz","Column":"Kolumna","Cell properties":"W\u0142a\u015bciwo\u015bci kom\xf3rki","Merge cells":"Scal kom\xf3rki","Split cell":"Podziel kom\xf3rk\u0119","Insert row before":"Wstaw wiersz przed","Insert row after":"Wstaw wiersz po","Delete row":"Usu\u0144 wiersz","Row properties":"W\u0142a\u015bciwo\u015bci wiersza","Cut row":"Wytnij wiersz","Cut column":"Wytnij kolumn\u0119","Copy row":"Kopiuj wiersz","Copy column":"Kopiuj kolumn\u0119","Paste row before":"Wklej wiersz przed","Paste column before":"Wklej kolumn\u0119 przed","Paste row after":"Wklej wiersz po","Paste column after":"Wklej kolumn\u0119 za","Insert column before":"Wstaw kolumn\u0119 przed","Insert column after":"Wstaw kolumn\u0119 po","Delete column":"Usu\u0144 kolumn\u0119","Cols":"Kol.","Rows":"Wiersze","Width":"Szeroko\u015b\u0107","Height":"Wysoko\u015b\u0107","Cell spacing":"Odst\u0119py kom\xf3rek","Cell padding":"Dope\u0142nienie kom\xf3rki","Row clipboard actions":"Operacje na wierszach z u\u017cyciem Schowka","Column clipboard actions":"Operacje na kolumnach z u\u017cyciem Schowka","Table styles":"Style tabeli","Cell styles":"Style kom\xf3rek","Column header":"Nag\u0142\xf3wek kolumny","Row header":"Nag\u0142\xf3wek wiersza","Table caption":"Podpis tabeli","Caption":"Podpis pod rysunkiem","Show caption":"Poka\u017c podpis","Left":"Lewo","Center":"\u015arodek","Right":"Prawa strona","Cell type":"Typ kom\xf3rki","Scope":"Zasi\u0119g","Alignment":"Wyr\xf3wnanie","Horizontal align":"Wyr\xf3wnanie poziome","Vertical align":"Wyr\xf3wnanie pionowe","Top":"G\xf3ra","Middle":"\u015arodek","Bottom":"D\xf3\u0142","Header cell":"Kom\xf3rka nag\u0142\xf3wka","Row group":"Grupa wierszy","Column group":"Grupa kolumn","Row type":"Typ wiersza","Header":"Header","Body":"Tre\u015b\u0107","Footer":"Footer","Border color":"Kolor obramowania","Solid":"Pe\u0142na","Dotted":"Kropkowana","Dashed":"Kreskowana","Double":"Ci\u0105g\u0142a podw\xf3jna","Groove":"Rowek","Ridge":"Grzbiet","Inset":"Do wewn\u0105trz","Outset":"Na zewn\u0105trz","Hidden":"Ukryte","Insert template...":"Wstaw szablon...","Templates":"Szablony","Template":"Szablon","Insert Template":"Wstaw szablon","Text color":"Kolor tekstu","Background color":"Kolor t\u0142a","Custom...":"Niestandardowy...","Custom color":"Kolor niestandardowy","No color":"Bez koloru","Remove color":"Usu\u0144 kolor","Show blocks":"Poka\u017c bloki","Show invisible characters":"Poka\u017c niewidoczne znaki","Word count":"Liczba s\u0142\xf3w","Count":"Liczba","Document":"Dokument","Selection":"Wyb\xf3r","Words":"S\u0142owa","Words: {0}":"S\u0142owa: {0}","{0} words":"{0} s\u0142\xf3w","File":"Plik","Edit":"Edytuj","Insert":"Wstaw","View":"Wy\u015bwietl","Format":"Format","Table":"Tabela","Tools":"Narz\u0119dzia","Powered by {0}":"Wykonane przez {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Obszar tekstu sformatowanego. Naci\u015bnij ALT-F9, aby otworzy\u0107 menu. Naci\u015bnij ALT-F10, aby wy\u015bwietli\u0107 pasek narz\u0119dzi. Naci\u015bnij ALT-0, aby otworzy\u0107 pomoc","Image title":"Tytu\u0142 obrazu","Border width":"Grubo\u015b\u0107 ramki","Border style":"Styl ramki","Error":"B\u0142\u0105d","Warn":"Ostrze\u017cenie","Valid":"Prawid\u0142owe","To open the popup, press Shift+Enter":"Aby otworzy\u0107 okienko, naci\u015bnij Shift+Enter","Rich Text Area":"Rich Text Area","Rich Text Area. Press ALT-0 for help.":"Obszar tekstu sformatowanego. Naci\u015bnij ALT-0, aby otworzy\u0107 pomoc.","System Font":"Font systemowy","Failed to upload image: {0}":"Nie uda\u0142o si\u0119 przes\u0142a\u0107 obrazu: {0}","Failed to load plugin: {0} from url {1}":"Nie uda\u0142o si\u0119 za\u0142adowa\u0107 wtyczki: {0} z adresu URL {1}","Failed to load plugin url: {0}":"Nie uda\u0142o si\u0119 za\u0142adowa\u0107 adresu URL wtyczki: {0}","Failed to initialize plugin: {0}":"Nie mo\u017cna zainicjowa\u0107 wtyczki: {0}","example":"przyk\u0142ad","Search":"Wyszukaj","All":"Wszystkie","Currency":"Waluta","Text":"Tekst","Quotations":"Cudzys\u0142owy","Mathematical":"Matematyczne","Extended Latin":"Rozszerzony \u0142aci\u0144ski","Symbols":"Symbole","Arrows":"Strza\u0142ki","User Defined":"W\u0142asny","dollar sign":"znak dolara","currency sign":"znak waluty","euro-currency sign":"znak euro","colon sign":"znak colon","cruzeiro sign":"znak cruzeiro","french franc sign":"znak franka francuskiego","lira sign":"znak liry","mill sign":"znak mill","naira sign":"znak nairy","peseta sign":"znak pesety","rupee sign":"znak rupii","won sign":"znak wona","new sheqel sign":"znak nowego szekla","dong sign":"znak donga","kip sign":"znak kipa","tugrik sign":"znak tugrika","drachma sign":"znak drachmy","german penny symbol":"znak feniga","peso sign":"znak peso","guarani sign":"znak guarani","austral sign":"znak australa","hryvnia sign":"znak hrywny","cedi sign":"znak cedi","livre tournois sign":"znak livre tournois","spesmilo sign":"znak spesmilo","tenge sign":"znak tenge","indian rupee sign":"znak rupii indyjskiej","turkish lira sign":"znak liry tureckiej","nordic mark sign":"znak nordic mark","manat sign":"znak manata","ruble sign":"znak rubla","yen character":"znak jena","yuan character":"znak juana","yuan character, in hong kong and taiwan":"znak juana w Hongkongu i na Tajwanie","yen/yuan character variant one":"jen/juan, wariant pierwszy","Emojis":"Emoji","Emojis...":"Emoji\u2026","Loading emojis...":"Wczytywanie emoji\u2026","Could not load emojis":"Nie uda\u0142o si\u0119 wczyta\u0107 emoji\u2026","People":"Ludzie","Animals and Nature":"Zwierz\u0119ta i natura","Food and Drink":"Jedzenie i picie","Activity":"Aktywno\u015b\u0107","Travel and Places":"Podr\xf3\u017ce i miejsca","Objects":"Obiekty","Flags":"Flagi","Characters":"Znaki","Characters (no spaces)":"Znaki (bez spacji)","{0} characters":"{0} zn.","Error: Form submit field collision.":"B\u0142\u0105d: kolizja pola przesy\u0142ania formularza.","Error: No form element found.":"B\u0142\u0105d: nie znaleziono elementu formularza.","Color swatch":"Pr\xf3bka koloru","Color Picker":"Selektor kolor\xf3w","Invalid hex color code: {0}":"Niepoprawny szesnastkowy kod koloru: {0}","Invalid input":"Nieprawid\u0142owe dane wej\u015bciowe","R":"R","Red component":"Czerwony komponent","G":"G","Green component":"Zielony komponent","B":"B","Blue component":"Niebieski komponent","#":"#","Hex color code":"Szesnastkowy zapis koloru","Range 0 to 255":"Zakres od 0 do 255","Turquoise":"Turkusowy","Green":"Zielony","Blue":"Niebieski","Purple":"Purpurowy","Navy Blue":"Ciemnoniebieski","Dark Turquoise":"Ciemnoturkusowy","Dark Green":"Ciemnozielony","Medium Blue":"\u015arednioniebieski","Medium Purple":"\u015aredniopurpurowy","Midnight Blue":"Nocny b\u0142\u0119kit","Yellow":"\u017b\xf3\u0142ty","Orange":"Pomara\u0144czowy","Red":"Czerwony","Light Gray":"Jasnoszary","Gray":"Szary","Dark Yellow":"Ciemno\u017c\xf3\u0142ty","Dark Orange":"Ciemnopomara\u0144czowy","Dark Red":"Ciemnoczerwony","Medium Gray":"\u015arednioszary","Dark Gray":"Ciemnoszary","Light Green":"Jasnozielony","Light Yellow":"Jasno\u017c\xf3\u0142ty","Light Red":"Jasnoczerwony","Light Purple":"Jasnopurpurowy","Light Blue":"Jasnoniebieski","Dark Purple":"Ciemnopurpurowy","Dark Blue":"Ciemnoniebieski","Black":"Czarny","White":"Bia\u0142y","Switch to or from fullscreen mode":"W\u0142\u0105cz lub wy\u0142\u0105cz tryb pe\u0142noekranowy","Open help dialog":"Otw\xf3rz okno dialogowe pomocy","history":"historia","styles":"style","formatting":"formatowanie","alignment":"wyr\xf3wnanie","indentation":"wci\u0119cie","Font":"Czcionka","Size":"Wymiary","More...":"Wi\u0119cej...","Select...":"Wybierz...","Preferences":"Preferencje","Yes":"Tak","No":"Nie","Keyboard Navigation":"Nawigacja przy u\u017cyciu klawiatury","Version":"Wersja","Code view":"Widok kodu","Open popup menu for split buttons":"Otw\xf3rz menu podr\u0119czne dla przycisk\xf3w podzia\u0142u","List Properties":"W\u0142a\u015bciwo\u015bci listy","List properties...":"W\u0142a\u015bciwo\u015bci listy...","Start list at number":"Rozpocznij list\u0119 od numeru","Line height":"Wysoko\u015b\u0107 wiersza","Dropped file type is not supported":"Wybrany rodzaj pliku nie jest obs\u0142ugiwany","Loading...":"\u0141adowanie...","ImageProxy HTTP error: Rejected request":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: odrzucone \u017c\u0105danie","ImageProxy HTTP error: Could not find Image Proxy":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: nie znaleziono obrazu zast\u0119pczego","ImageProxy HTTP error: Incorrect Image Proxy URL":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: niepoprawny adres URL obrazu zast\u0119pczego","ImageProxy HTTP error: Unknown ImageProxy error":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: nieznany b\u0142\u0105d obrazu zast\u0119pczego","Accordion summary...":"Podsumowanie elementu Accordion...","Accordion body...":"Tre\u015b\u0107 elementu Accordion...","Insert accordion":"Wstaw element Accordion","Accordion":"Element Accordion","Toggle accordion":"Prze\u0142\u0105cz element Accordion","Delete accordion":"Usu\u0144 element Accordion","comments":"komentarze","Format painter":"Malarz format\xf3w","Capitalization":"Wielkie litery","lowercase":"ma\u0142e litery","UPPERCASE":"WERSALIKI","Title Case":"Wielkie Pierwsze Litery","Permanent pen":"marker","Permanent Pen Properties":"W\u0142a\u015bciwo\u015bci markera","Permanent pen properties...":"W\u0142a\u015bciwo\u015bci markera...","Case Change":"zmiana wielko\u015bci liter","Checklist":"Lista kontrolna","Insert checklist":"Wstaw list\u0119 kontroln\u0105"});
|
|
7
|
+
tinymce.addI18n("pl",{"#":"#","A - acute":"A z akcentem ostrym","A - circumflex":"A z daszkiem","A - diaeresis":"a z dierez\u0105","A - grave":"A z grawisem","A - macron":"A z makronem","A - ring above":"A z pier\u015bcieniem powy\u017cej","A - tilde":"A z tyld\u0105","Accessibility":"Dost\u0119p","Accordion":"Element Accordion","Accordion body...":"Tre\u015b\u0107 elementu Accordion...","Accordion summary...":"Podsumowanie elementu Accordion...","Action":"Czynno\u015b\u0107","Activity":"Aktywno\u015b\u0107","Address":"Adres","Advanced":"Zaawansowane","Align":"Wyr\xf3wnaj","Align center":"Wy\u015brodkowanie","Align left":"Wyr\xf3wnanie do lewej","Align right":"Wyr\xf3wnaj do prawej","Alignment":"Wyr\xf3wnanie","Alignment {0}":"Wyr\xf3wnanie {0}","All":"Wszystko","Alpha":"Alfa","Alternative description":"Opis alternatywny","Alternative source":"Alternatywne \u017ar\xf3d\u0142o","Alternative source URL":"Alternatywny URL \u017ar\xf3d\u0142a","Anchor":"Zakotwiczenie","Anchor...":"Kotwica...","Anchors":"Zakotwiczenia","Animals and Nature":"Zwierz\u0119ta i natura","Arrows":"Strza\u0142ki","B":"B","Background color":"Kolor t\u0142a","Background color {0}":"Kolor t\u0142a {0}","Beta":"Beta","Black":"Czarny","Block":"Zablokuj","Block {0}":"Blok {0}","Blockquote":"Blockquote","Blocks":"Bloki","Blue":"Niebieski","Blue component":"Niebieski komponent","Body":"Tre\u015b\u0107","Bold":"Pogrubienie","Border":"Obramowanie","Border color":"Kolor obramowania","Border style":"Styl ramki","Border width":"Grubo\u015b\u0107 ramki","Bottom":"D\xf3\u0142","Browse files":"Przeszukaj pliki","Browse for an image":"Przegl\u0105daj za zdj\u0119ciem","Browse links":"Przeszukaj odno\u015bniki","Bullet list":"Lista wypunktowana","C - cedilla":"C z cedyll\u0105","Cancel":"Anuluj","Capitalization":"Wielkie litery","Caption":"Podpis pod rysunkiem","Case Change":"zmiana wielko\u015bci liter","Cell":"Kom\xf3rka","Cell padding":"Dope\u0142nienie kom\xf3rki","Cell properties":"W\u0142a\u015bciwo\u015bci kom\xf3rki","Cell spacing":"Odst\u0119py kom\xf3rek","Cell styles":"Style kom\xf3rek","Cell type":"Typ kom\xf3rki","Center":"\u015arodek","Characters":"Znaki","Characters (no spaces)":"Znaki (bez spacji)","Checklist":"Lista kontrolna","Chi":"Chi","Circle":"Ko\u0142o","Class":"Klasa","Clear formatting":"Wyczy\u015b\u0107 formatowanie","Close":"Zamknij","Code":"Kod","Code sample...":"Przyk\u0142ad kodu...","Code view":"Widok kodu","Color Picker":"Selektor kolor\xf3w","Color swatch":"Pr\xf3bka koloru","Cols":"Kol.","Column":"Kolumna","Column clipboard actions":"Operacje na kolumnach z u\u017cyciem Schowka","Column group":"Grupa kolumn","Column header":"Nag\u0142\xf3wek kolumny","Constrain proportions":"Utrzymuj proporcje","Copy":"Kopia","Copy column":"Kopiuj kolumn\u0119","Copy row":"Kopiuj wiersz","Could not find the specified string.":"Nie znaleziono okre\u015blonego tekstu.","Could not load emojis":"Nie uda\u0142o si\u0119 wczyta\u0107 emoji\u2026","Count":"Liczba","Currency":"Waluta","Current window":"Bie\u017c\u0105ce okno","Custom color":"Kolor niestandardowy","Custom...":"Niestandardowy...","Cut":"Wytnij","Cut column":"Wytnij kolumn\u0119","Cut row":"Wytnij wiersz","Dark Blue":"Ciemnoniebieski","Dark Gray":"Ciemnoszary","Dark Green":"Ciemnozielony","Dark Orange":"Ciemnopomara\u0144czowy","Dark Purple":"Ciemnopurpurowy","Dark Red":"Ciemnoczerwony","Dark Turquoise":"Ciemnoturkusowy","Dark Yellow":"Ciemno\u017c\xf3\u0142ty","Dashed":"Kreskowana","Date/time":"Data/godzina","Decrease indent":"Zmniejsz wci\u0119cie","Default":"Domy\u015blny","Delete accordion":"Usu\u0144 element Accordion","Delete column":"Usu\u0144 kolumn\u0119","Delete row":"Usu\u0144 wiersz","Delete table":"Usu\u0144 tabel\u0119","Delta":"Delta","Dimensions":"Wymiary","Disc":"Dysk","Div":"Div","Document":"Dokument","Dotted":"Kropkowana","Double":"Ci\u0105g\u0142a podw\xf3jna","Drop an image here":"Upu\u015b\u0107 obraz tutaj","Dropped file type is not supported":"Wybrany rodzaj pliku nie jest obs\u0142ugiwany","E - acute":"E z akcentem ostrym","E - circumflex":"E z daszkiem","E - diaeresis":"e z dierez\u0105","E - grave":"E z grawisem","E - macron":"E z makronem","ETH":"ETH","Edit":"Edytuj","Embed":"Osad\u017a","Emojis":"Emoji","Emojis...":"Emoji\u2026","Epsilon":"Epsilon","Error":"B\u0142\u0105d","Error: Form submit field collision.":"B\u0142\u0105d: kolizja pola przesy\u0142ania formularza.","Error: No form element found.":"B\u0142\u0105d: nie znaleziono elementu formularza.","Eta":"Eta","Extended Latin":"Rozszerzona \u0142acina","Failed to initialize plugin: {0}":"Nie mo\u017cna zainicjowa\u0107 wtyczki: {0}","Failed to load plugin url: {0}":"Nie uda\u0142o si\u0119 za\u0142adowa\u0107 adresu URL wtyczki: {0}","Failed to load plugin: {0} from url {1}":"Nie uda\u0142o si\u0119 za\u0142adowa\u0107 wtyczki: {0} z adresu URL {1}","Failed to upload image: {0}":"Nie uda\u0142o si\u0119 przes\u0142a\u0107 obrazu: {0}","File":"Plik","Find":"Znajd\u017a","Find (if searchreplace plugin activated)":"Znajd\u017a (je\u015bli w\u0142\u0105czono dodatek wyszukuj\u0105cy)","Find and Replace":"Znajdowanie i zast\u0119powanie","Find and replace...":"Znajd\u017a i zamie\u0144...","Find in selection":"Znajd\u017a w zaznaczeniu","Find whole words only":"Znajd\u017a tylko ca\u0142e wyrazy","Flags":"Flagi","Focus to contextual toolbar":"Aktywuj pasek narz\u0119dzi menu kontekstowego","Focus to element path":"Aktywuj \u015bcie\u017ck\u0119 elementu","Focus to menubar":"Aktywuj pasek menu","Focus to toolbar":"Aktywuj pasek narz\u0119dzi","Font":"Czcionka","Font size {0}":"Rozmiar czcionki {0}","Font sizes":"Rozmiary czcionki","Font {0}":"Czcionka {0}","Fonts":"Fonty","Food and Drink":"Jedzenie i picie","Footer":"Footer","Format":"Format","Format painter":"Malarz format\xf3w","Format {0}":"Format {0}","Formats":"Formaty","Fullscreen":"Pe\u0142ny ekran","G":"G","Gamma":"Gamma","General":"Og\xf3lne","Gray":"Szary","Green":"Zielony","Green component":"Zielony komponent","Groove":"Rowek","Handy Shortcuts":"Przydatne skr\xf3ty","Header":"Header","Header cell":"Kom\xf3rka nag\u0142\xf3wka","Heading 1":"Nag\u0142\xf3wek 1","Heading 2":"Nag\u0142\xf3wek 2","Heading 3":"Nag\u0142\xf3wek 3","Heading 4":"Nag\u0142\xf3wek 4","Heading 5":"Nag\u0142\xf3wek 5","Heading 6":"Nag\u0142\xf3wek 6","Headings":"Nag\u0142\xf3wki","Height":"Wysoko\u015b\u0107","Help":"Pomoc","Hex color code":"Szesnastkowy zapis koloru","Hidden":"Ukryte","Horizontal align":"Wyr\xf3wnanie poziome","Horizontal line":"Pozioma linia","Horizontal space":"Odst\u0119p w poziomie","I - acute":"I z akcentem ostrym","I - circumflex":"I z daszkiem","I - diaeresis":"I z dierez\u0105","I - grave":"I z grawisem","I - macron":"I z makronem","ID":"Identyfikator","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"Identyfikator powinien zaczyna\u0107 si\u0119 liter\u0105, po kt\xf3rej mog\u0105 wyst\u0105pi\u0107 tylko litery, cyfry, my\u015blniki, kropki lub znaki podkre\u015blenia.","Image is decorative":"Obraz jest dekoracyjny","Image list":"Lista obraz\xf3w","Image title":"Tytu\u0142 obrazu","Image...":"Obraz...","ImageProxy HTTP error: Could not find Image Proxy":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: nie znaleziono obrazu zast\u0119pczego","ImageProxy HTTP error: Incorrect Image Proxy URL":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: niepoprawny adres URL obrazu zast\u0119pczego","ImageProxy HTTP error: Rejected request":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: odrzucone \u017c\u0105danie","ImageProxy HTTP error: Unknown ImageProxy error":"B\u0142\u0105d HTTP obrazu zast\u0119pczego: nieznany b\u0142\u0105d obrazu zast\u0119pczego","Increase indent":"Zwi\u0119ksz wci\u0119cie","Inline":"W tek\u015bcie","Insert":"Wstaw","Insert Template":"Wstaw szablon","Insert accordion":"Wstaw element Accordion","Insert checklist":"Wstaw list\u0119 kontroln\u0105","Insert column after":"Wstaw kolumn\u0119 po","Insert column before":"Wstaw kolumn\u0119 przed","Insert date/time":"Wstaw dat\u0119/godzin\u0119","Insert image":"Wstaw obraz","Insert link (if link plugin activated)":"Wstaw \u0142\u0105cze (je\u015bli w\u0142\u0105czono dodatek linkuj\u0105cy)","Insert row after":"Wstaw wiersz po","Insert row before":"Wstaw wiersz przed","Insert table":"Wstaw tabel\u0119","Insert template...":"Wstaw szablon...","Insert video":"Wstaw wideo","Insert/Edit code sample":"Dodaj/Edytuj przyk\u0142adowy kod","Insert/edit image":"Wstaw/edytuj obraz","Insert/edit link":"Wstaw/edytuj \u0142\u0105cze","Insert/edit media":"Wstaw/edytuj multimedia","Insert/edit video":"Wstaw/edytuj wideo","Inset":"Do wewn\u0105trz","Invalid hex color code: {0}":"Niepoprawny szesnastkowy kod koloru: {0}","Invalid input":"Nieprawid\u0142owe dane wej\u015bciowe","Iota":"Jota","Italic":"Kursywa","Justify":"Wyjustuj","Kappa":"Kappa","Keyboard Navigation":"Nawigacja przy u\u017cyciu klawiatury","Lambda":"Lambda","Language":"Language","Learn more...":"Dowiedz si\u0119 wi\u0119cej...","Left":"Lewo","Left to right":"Od lewej do prawej","Light Blue":"Jasnoniebieski","Light Gray":"Jasnoszary","Light Green":"Jasnozielony","Light Purple":"Jasnopurpurowy","Light Red":"Jasnoczerwony","Light Yellow":"Jasno\u017c\xf3\u0142ty","Line height":"Wysoko\u015b\u0107 wiersza","Link list":"Lista \u0142\u0105czy","Link...":"\u0141\u0105cze...","List Properties":"W\u0142a\u015bciwo\u015bci listy","List properties...":"W\u0142a\u015bciwo\u015bci listy...","Loading emojis...":"Wczytywanie emoji\u2026","Loading...":"\u0141adowanie...","Lower Alpha":"Ma\u0142e alfanumeryczne","Lower Greek":"Ma\u0142e greckie","Lower Roman":"Ma\u0142e rzymskie","Match case":"Dopasuj wielko\u015b\u0107 trzcionki","Mathematical":"Matematyczne","Media poster (Image URL)":"Plakat (URL obrazu)","Media...":"Multimedia...","Medium Blue":"\u015arednioniebieski","Medium Gray":"\u015arednioszary","Medium Purple":"\u015aredniopurpurowy","Merge cells":"Scal kom\xf3rki","Middle":"\u015arodek","Midnight Blue":"Nocny b\u0142\u0119kit","More...":"Wi\u0119cej...","Mu":"My","N - tilde":"N z tyld\u0105","Name":"Nazwa","Navy Blue":"Ciemnoniebieski","New document":"Nowy dokument","New window":"Nowe okno","Next":"Nast\u0119pny","No":"Nie","No alignment":"Bez wyr\xf3wnania","No color":"Bez koloru","Nonbreaking space":"Nie\u0142amliwa spacja","None":"Brak","Nu":"Ny","Numbered list":"Lista numerowana","O - acute":"O z akcentem ostrym","O - circumflex":"O z daszkiem","O - diaeresis":"O z dierez\u0105","O - grave":"O z grawisem","O - macron":"O z makronem","O - slash":"O z obrysem","O - tilde":"O z tyld\u0105","OR":"LUB","Objects":"Obiekty","Ok":"Ok","Omega":"Omega","Omicron":"Omikron","Open help dialog":"Otw\xf3rz okno dialogowe pomocy","Open link":"Otw\xf3rz \u0142\u0105cze","Open link in...":"Otw\xf3rz \u0142\u0105cze w...","Open popup menu for split buttons":"Otw\xf3rz menu podr\u0119czne dla przycisk\xf3w podzia\u0142u","Orange":"Pomara\u0144czowy","Outset":"Na zewn\u0105trz","Page break":"Podzia\u0142 strony","Paragraph":"Akapit","Paste":"Wklej","Paste as text":"Wklej jako tekst","Paste column after":"Wklej kolumn\u0119 za","Paste column before":"Wklej kolumn\u0119 przed","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Wklejanie dzia\u0142a teraz w trybie zwyk\u0142ego tekstu. Tre\u015b\u0107 b\u0119dzie wklejana jako zwyk\u0142y tekst, dop\xf3ki nie wy\u0142\u0105czysz tej opcji.","Paste or type a link":"Wklej lub wpisz \u0142\u0105cze","Paste row after":"Wklej wiersz po","Paste row before":"Wklej wiersz przed","Paste your embed code below:":"Wklej poni\u017cej kod do osadzenia:","People":"Ludzie","Permanent Pen Properties":"W\u0142a\u015bciwo\u015bci markera","Permanent pen":"marker","Permanent pen properties...":"W\u0142a\u015bciwo\u015bci markera...","Phi":"Phi","Pi":"Pi","Plugins":"Wtyczki","Plugins installed ({0}):":"Zainstalowane dodatki ({0}):","Powered by {0}":"Wykonane przez {0}","Pre":"Pre","Preferences":"Preferencje","Preformatted":"Wst\u0119pne formatowanie","Premium plugins:":"Dodatki Premium:","Press the Up and Down arrow keys to resize the editor.":"Naci\u015bnij klawisze strza\u0142ek w g\xf3r\u0119 i w d\xf3\u0142, aby zmieni\u0107 rozmiar edytora.","Press the arrow keys to resize the editor.":"Naci\u015bnij klawisze strza\u0142ek, aby zmieni\u0107 rozmiar edytora.","Press {0} for help":"Naci\u015bnij {0}, aby uzyska\u0107 pomoc","Preview":"Podgl\u0105d","Previous":"Poprzedni","Print":"Drukuj","Print...":"Drukuj...","Psi":"Psi","Purple":"Purpurowy","Quotations":"Cytaty","R":"R","Range 0 to 255":"Zakres od 0 do 255","Red":"Czerwony","Red component":"Czerwony komponent","Redo":"Powt\xf3rz","Remove":"Usu\u0144","Remove color":"Usu\u0144 kolor","Remove link":"Usu\u0144 \u0142\u0105cze","Replace":"Zast\u0105p","Replace all":"Zast\u0105p wszystkie","Replace with":"Zast\u0105p ci\u0105giem:","Resize":"Zmie\u0144 rozmiar","Restore last draft":"Przywr\xf3\u0107 ostatni szkic","Reveal or hide additional toolbar items":"Odkryj lub ukryj dodatkowe elementy na pasku narz\u0119dzi","Rho":"Rho","Rich Text Area":"Rich Text Area","Rich Text Area. Press ALT-0 for help.":"Obszar tekstu sformatowanego. Naci\u015bnij ALT-0, aby otworzy\u0107 pomoc.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Obszar tekstu sformatowanego. Naci\u015bnij ALT-F9, aby otworzy\u0107 menu. Naci\u015bnij ALT-F10, aby wy\u015bwietli\u0107 pasek narz\u0119dzi. Naci\u015bnij ALT-0, aby otworzy\u0107 pomoc","Ridge":"Grzbiet","Right":"Prawa strona","Right to left":"Od prawej do lewej","Row":"Wiersz","Row clipboard actions":"Operacje na wierszach z u\u017cyciem Schowka","Row group":"Grupa wierszy","Row header":"Nag\u0142\xf3wek wiersza","Row properties":"W\u0142a\u015bciwo\u015bci wiersza","Row type":"Typ wiersza","Rows":"Wiersze","S - caron":"S z karonem","Save":"Zapisz","Save (if save plugin activated)":"Zapisz (je\u015bli w\u0142\u0105czono dodatek zapisuj\u0105cy)","Scope":"Zasi\u0119g","Search":"Wyszukaj","Select all":"Zaznacz wszystko","Select...":"Wybierz...","Selection":"Wyb\xf3r","Shortcut":"Skr\xf3t","Show blocks":"Poka\u017c bloki","Show caption":"Poka\u017c podpis","Show invisible characters":"Poka\u017c niewidoczne znaki","Sigma":"Sigma","Size":"Wymiary","Solid":"Pe\u0142na","Source":"\u0179r\xf3d\u0142o","Source code":"Kod \u017ar\xf3d\u0142owy","Special Character":"Znak specjalny","Special character...":"Znak specjalny...","Split cell":"Podziel kom\xf3rk\u0119","Square":"Kwadrat","Start list at number":"Rozpocznij list\u0119 od numeru","Strikethrough":"Przekre\u015blenie","Style":"Styl","Subscript":"Indeks dolny","Superscript":"Indeks g\xf3rny","Switch to or from fullscreen mode":"W\u0142\u0105cz lub wy\u0142\u0105cz tryb pe\u0142noekranowy","Symbols":"Symbole","System Font":"Font systemowy","THORN":"CIER\u0143","Table":"Tabela","Table caption":"Podpis tabeli","Table properties":"W\u0142a\u015bciwo\u015bci tabeli","Table styles":"Style tabeli","Tau":"Tau","Template":"Szablon","Templates":"Szablony","Text":"Tekst","Text color":"Kolor tekstu","Text color {0}":"Kolor tekstu {0}","Text to display":"Tekst do wy\u015bwietlenia","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie adresem e-mail. Czy chcesz doda\u0107 wymagany przedrostek mailto:?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie \u0142\u0105czem zewn\u0119trznym. Czy chcesz doda\u0107 wymagany przedrostek http://?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"Wprowadzony adres URL\u2009jest prawdopodobnie \u0142\u0105czem zewn\u0119trznym. Czy chcesz doda\u0107 wymagany przedrostek https://?","Theta":"Theta","Title":"Tytu\u0142","Title Case":"Wielkie Pierwsze Litery","To open the popup, press Shift+Enter":"Aby otworzy\u0107 okienko, naci\u015bnij Shift+Enter","Toggle accordion":"Prze\u0142\u0105cz element Accordion","Tools":"Narz\u0119dzia","Top":"G\xf3ra","Travel and Places":"Podr\xf3\u017ce i miejsca","Turquoise":"Turkusowy","U - acute":"U z akcentem ostrym","U - circumflex":"U z daszkiem","U - diaeresis":"U z dierez\u0105","U - grave":"U z grawisem","U - macron":"U z makronem","UPPERCASE":"WERSALIKI","Underline":"Podkre\u015blenie","Undo":"Cofnij","Upload":"Prze\u015blij","Uploading image":"Przekazywanie obrazu","Upper Alpha":"Wielkie alfanumeryczne","Upper Roman":"Wielkie rzymskie","Upsilon":"Ypsilon","Url":"URL","User Defined":"W\u0142asny","Valid":"Prawid\u0142owe","Version":"Wersja","Vertical align":"Wyr\xf3wnanie pionowe","Vertical space":"Odst\u0119p w pionie","View":"Wy\u015bwietl","Visual aids":"Pomoce wizualne","Warn":"Ostrze\u017cenie","White":"Bia\u0142y","Width":"Szeroko\u015b\u0107","Word count":"Liczba s\u0142\xf3w","Words":"S\u0142owa","Words: {0}":"S\u0142owa: {0}","Xi":"Xi","Y - acute":"Y z akcentem ostrym","Y - diaeresis":"Y z dierez\u0105","Y - macron":"Y z makronem","Yellow":"\u017b\xf3\u0142ty","Yes":"Tak","You are using {0}":"U\u017cywasz {0}","You have unsaved changes are you sure you want to navigate away?":"Masz niezapisane zmiany. Czy na pewno chcesz opu\u015bci\u0107 stron\u0119?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Twoja przegl\u0105darka nie umo\u017cliwia bezpo\u015bredniego dost\u0119pu do schowka. Zamiast tego u\u017cyj skr\xf3t\xf3w klawiszowych Ctrl+X/C/V.","Zeta":"Zeta","a - acute":"a z akcentem ostrym","a - circumflex":"a z daszkiem","a - diaeresis":"a z dierez\u0105","a - grave":"a z grawisem","a - macron":"a z makronem","a - ring above":"a z pier\u015bcieniem powy\u017cej","a - tilde":"a z tyld\u0105","alignment":"wyr\xf3wnanie","almost equal to":"prawie r\xf3wny","alpha":"alfa","angle":"k\u0105t","approximately equal to":"mniej wi\u0119cej r\xf3wny","asterisk operator":"operator gwiazdki \u2217","austral sign":"symbol australa","backward difference":"nabla \u2207","beta":"beta","broken bar":"z\u0142amana pionowa kreska","bullet":"punktor","c - cedilla":"c z cedyll\u0105","cedi sign":"symbol cedi","cent sign":"symbol centa","chi":"chi","circumflex accent":"akcent przeci\u0105g\u0142y","colon sign":"symbol \u015brednika","comments":"komentarze","contains as member":"zawiera jako cz\u0142onka","copyright sign":"symbol praw autorskich","cruzeiro sign":"symbol cruzeiro","currency sign":"symbol waluty","degree sign":"symbol stopnia","delta":"delta","diaeresis":"diereza","diameter":"\u015brednica","division sign":"znak dzielenia","dollar sign":"symbol dolara","dong sign":"symbol donga","double low-9 quotation mark":"znak cudzys\u0142owu podw\xf3jnego niskiego poziomu 9 \u201e","drachma sign":"symbol drachmy","e - acute":"e z akcentem ostrym","e - circumflex":"e z daszkiem","e - diaeresis":"e z dierez\u0105","e - grave":"e z grawisem","e - macron":"e z makronem","element of":"element","em dash":"pauza","en dash":"p\xf3\u0142pauza","epsilon":"epsilon","eta":"eta","eth":"eth","euro sign":"symbol euro","euro-currency sign":"symbol eurowaluty","example":"przyk\u0142ad","final sigma":"sigma ko\u0144cowa","for all":"dla wszystkich","formatting":"formatowanie","fraction one half":"u\u0142amek jedna druga","fraction one quarter":"u\u0142amek jedna czwarta","fraction slash":"uko\u015bnik u\u0142amkowy","fraction three quarters":"u\u0142amek trzy czwarte","french franc sign":"symbol franka francuskiego","function / florin":"funckja / waluta florencka","gamma":"gamma","german penny symbol":"symbol feniga","greater-than or equal to":"wi\u0119kszy lub r\xf3wny","greater-than sign":"znak wi\u0119kszo\u015bci","guarani sign":"symbol guarani","history":"historia","hryvnia sign":"symbol hrywny","i - acute":"i z akcentem ostrym","i - circumflex":"i z daszkiem","i - diaeresis":"i z dierez\u0105","i - grave":"i z grawisem","i - macron":"i z makronem","identical to":"identyczny z","indentation":"wci\u0119cie","indian rupee sign":"symbol rupii indyjskiej","infinity":"niesko\u0144czono\u015b\u0107","integral":"ca\u0142ka","intersection":"skrzy\u017cowanie \u2229","inverted exclamation mark":"odwr\xf3cony wykrzyknik","iota":"jota","kappa":"kappa","kip sign":"symbol kipa","lambda":"lambda","left double quotation mark":"lewy znak cudzys\u0142owu \u201c","left pointing guillemet":"znak cudzys\u0142owu po lewej stronie z podw\xf3jnym k\u0105tem","left single quotation mark":"lewy znak cudzys\u0142owu \u2018","less-than or equal to":"mniejszy lub r\xf3wny","less-than sign":"znak mniejszo\u015bci","ligature AE":"ligatura AE","ligature OE":"ligatura OE","ligature ae":"ligatura ae","ligature oe":"ligatura oe","lira sign":"symbol liry","livre tournois sign":"symbol liwra tournois francuskiego","logical and":"logiczne I \u2227","logical or":"logiczny Or \u2228","lowercase":"ma\u0142e litery","macron":"makron","manat sign":"symbol manata","micro sign":"symbol mikro","middle dot":"symbol kropki \u015brodkowej","mill sign":"symbol jednej tysi\u0119cznej dolara","minus sign":"znak minusa","minutes / feet":"minuty / stopy","mu":"my","multiplication sign":"znak mno\u017cenia","n - tilde":"n z tyld\u0105","n-ary product":"produkt N-Ary \u220f","n-ary sumation":"podsumowanie N-Ary \u2211","naira sign":"symbol nairy","new sheqel sign":"symbol nowego izraelskiego szekela","nordic mark sign":"symbol marki nordyckiej","not an element of":"nie jest elementem","not equal to":"nier\xf3wny","not sign":"nie podpisuj","nu":"ny","o - acute":"o z akcentem ostrym","o - circumflex":"o z daszkiem","o - diaeresis":"o z dierez\u0105","o - grave":"o z grawisem","o - tilde":"o z tyld\u0105","o macron":"o z makronem","o slash":"o z obrysem","omega":"omega","omicron":"omikron","overline":"nadkre\u015blenie","paragraph sign":"symbol akapitu","partial differential":"cz\u0119\u015bciowe r\xf3\u017cnicowanie \u2202","per mille sign":"symbol promila","peseta sign":"symbol pesety","peso sign":"symbol peso","phi":"phi","pi":"pi","plus-minus sign":"znak plus-minus","pound sign":"symbol funta","proportional to":"proporcjonalnie do","psi":"psi","registered sign":"symbol zarejestrowanego znaku towarowego","rho":"rho","right double quotation mark":"prawy znak cudzys\u0142owu \u201d","right pointing guillemet":"znak cudzys\u0142owu po prawej stronie z podw\xf3jnym k\u0105tem","right single quotation mark":"prawy znak cudzys\u0142owu \u2019","ruble sign":"symbol rubla","rupee sign":"symbol rupii","s - caron":"s z karonem","seconds / inches":"sekundy / cale","section sign":"symbol paragrafu","sharp s / ess-zed":"\u0142aci\u0144ska litera Sharp S","sigma":"sigma","similar to":"podobny do","single left-pointing angle quotation mark":"znak cudzys\u0142owu pojedynczego lewego k\u0105ta wskazuj\u0105cego","single low-9 quotation mark":"znak cudzys\u0142owu pojedynczego niskiego poziomu 9","single right-pointing angle quotation mark":"znak cudzys\u0142owu z pojedynczym k\u0105tem prostym","small tilde":"tylda g\xf3rna","spesmilo sign":"symbol spesmilo","square root":"kwadrat","styles":"style","superscript one":"jeden w indeksie g\xf3rnym","superscript three":"trzy w indeksie g\xf3rnym","superscript two":"dwa w indeksie g\xf3rnym","tau":"tau","tenge sign":"symbol tenge","there exists":"istnieje","theta":"theta","thorn":"cier\u0144","three dot leader":"wielokropek","trade mark sign":"symbol znaku towarowego","tugrik sign":"symbol tugrika","turkish lira sign":"symbol liry tureckiej","turned question mark":"odwr\xf3cony znak zapytania","u - acute":"u z akcentem ostrym","u - circumflex":"u z daszkiem","u - diaeresis":"u z dierez\u0105","u - grave":"u z grawisem","u - macron":"u z makronem","union":"unia \u222a","upsilon":"ypsilon","won sign":"symbol wona","xi":"xi","y - acute":"y z akcentem ostrym","y - diaeresis":"y z dierez\u0105","y - macron":"y z makronem","yen character":"symbol jena","yen sign":"symbol jena","yen/yuan character variant one":"symbol jena/juana, 1. wariant","yuan character":"symbol juana","yuan character, in hong kong and taiwan":"symbol juana w Hong Kongu i na Tajwanie","zeta":"zeta","{0} characters":"{0} zn.","{0} columns, {1} rows":"{0} kolumn, {1} rz\u0119d\xf3w","{0} words":"{0} s\u0142\xf3w"});
|