X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fplaceholder%2Flang%2Fda.js;fp=_source%2Fplugins%2Fplaceholder%2Flang%2Fda.js;h=ad31c3fb6de0253b32c15b5a32b5eddf092fbab3;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=0000000000000000000000000000000000000000;hpb=e73319a12b56100b29ef456fd74114fe5519e01c;p=ckeditor.git diff --git a/_source/plugins/placeholder/lang/da.js b/_source/plugins/placeholder/lang/da.js new file mode 100644 index 0000000..ad31c3f --- /dev/null +++ b/_source/plugins/placeholder/lang/da.js @@ -0,0 +1,16 @@ +/* +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang( 'placeholder', 'da', +{ + placeholder : + { + title : 'Egenskaber for pladsholder', + toolbar : 'Opret pladsholder', + text : 'Tekst til pladsholder', + edit : 'Rediger pladsholder', + textMissing : 'Pladsholder skal indeholde tekst' + } +});