123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- /**
- * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'specialchar', 'da', {
- euro: 'Euro-tegn',
- lsquo: 'Venstre enkelt anførselstegn',
- rsquo: 'Højre enkelt anførselstegn',
- ldquo: 'Venstre dobbelt anførselstegn',
- rdquo: 'Højre dobbelt anførselstegn',
- ndash: 'Bindestreg',
- mdash: 'Tankestreg',
- iexcl: 'Omvendt udråbstegn',
- cent: 'Cent-tegn',
- pound: 'Pund-tegn',
- curren: 'Kurs-tegn',
- yen: 'Yen-tegn',
- brvbar: 'Brudt streg',
- sect: 'Paragraftegn',
- uml: 'Umlaut',
- copy: 'Copyright-tegn',
- ordf: 'Feminin ordinal indikator',
- laquo: 'Venstre dobbel citations-vinkel',
- not: 'Negation',
- reg: 'Registreret varemærke tegn',
- macr: 'Macron',
- deg: 'Grad-tegn',
- sup2: 'Superscript to',
- sup3: 'Superscript tre',
- acute: 'Prim-tegn',
- micro: 'Mikro-tegn',
- para: 'Pilcrow-tegn',
- middot: 'Punkt-tegn',
- cedil: 'Cedille',
- sup1: 'Superscript et',
- ordm: 'Maskulin ordinal indikator',
- raquo: 'Højre dobbel citations-vinkel',
- frac14: 'En fjerdedel',
- frac12: 'En halv',
- frac34: 'En tredjedel',
- iquest: 'Omvendt udråbstegn',
- Agrave: 'Stort A med accent grave',
- Aacute: 'Stort A med accent aigu',
- Acirc: 'Stort A med cirkumfleks',
- Atilde: 'Stort A med tilde',
- Auml: 'Stort A med umlaut',
- Aring: 'Stort Å',
- AElig: 'Stort Æ',
- Ccedil: 'Stort C med cedille',
- Egrave: 'Stort E med accent grave',
- Eacute: 'Stort E med accent aigu',
- Ecirc: 'Stort E med cirkumfleks',
- Euml: 'Stort E med umlaut',
- Igrave: 'Stort I med accent grave',
- Iacute: 'Stort I med accent aigu',
- Icirc: 'Stort I med cirkumfleks',
- Iuml: 'Stort I med umlaut',
- ETH: 'Stort Ð (edd)',
- Ntilde: 'Stort N med tilde',
- Ograve: 'Stort O med accent grave',
- Oacute: 'Stort O med accent aigu',
- Ocirc: 'Stort O med cirkumfleks',
- Otilde: 'Stort O med tilde',
- Ouml: 'Stort O med umlaut',
- times: 'Gange-tegn',
- Oslash: 'Stort Ø',
- Ugrave: 'Stort U med accent grave',
- Uacute: 'Stort U med accent aigu',
- Ucirc: 'Stort U med cirkumfleks',
- Uuml: 'Stort U med umlaut',
- Yacute: 'Stort Y med accent aigu',
- THORN: 'Stort Thorn',
- szlig: 'Lille eszett',
- agrave: 'Lille a med accent grave',
- aacute: 'Lille a med accent aigu',
- acirc: 'Lille a med cirkumfleks',
- atilde: 'Lille a med tilde',
- auml: 'Lille a med umlaut',
- aring: 'Lilla å',
- aelig: 'Lille æ',
- ccedil: 'Lille c med cedille',
- egrave: 'Lille e med accent grave',
- eacute: 'Lille e med accent aigu',
- ecirc: 'Lille e med cirkumfleks',
- euml: 'Lille e med umlaut',
- igrave: 'Lille i med accent grave',
- iacute: 'Lille i med accent aigu',
- icirc: 'Lille i med cirkumfleks',
- iuml: 'Lille i med umlaut',
- eth: 'Lille ð (edd)',
- ntilde: 'Lille n med tilde',
- ograve: 'Lille o med accent grave',
- oacute: 'Lille o med accent aigu',
- ocirc: 'Lille o med cirkumfleks',
- otilde: 'Lille o med tilde',
- ouml: 'Lille o med umlaut',
- divide: 'Divisions-tegn',
- oslash: 'Lille ø',
- ugrave: 'Lille u med accent grave',
- uacute: 'Lille u med accent aigu',
- ucirc: 'Lille u med cirkumfleks',
- uuml: 'Lille u med umlaut',
- yacute: 'Lille y med accent aigu',
- thorn: 'Lille thorn',
- yuml: 'Lille y med umlaut',
- OElig: 'Stort Æ',
- oelig: 'Lille æ',
- '372': 'Stort W med cirkumfleks',
- '374': 'Stort Y med cirkumfleks',
- '373': 'Lille w med cirkumfleks',
- '375': 'Lille y med cirkumfleks',
- sbquo: 'Lavt enkelt 9-komma citationstegn',
- '8219': 'Højt enkelt 9-komma citationstegn',
- bdquo: 'Dobbelt 9-komma citationstegn',
- hellip: 'Tre horizontale prikker',
- trade: 'Varemærke-tegn',
- '9658': 'Sort højre pil',
- bull: 'Punkt',
- rarr: 'Højre pil',
- rArr: 'Højre dobbelt pil',
- hArr: 'Venstre højre dobbelt pil',
- diams: 'Sort diamant',
- asymp: 'Næsten lig med'
- } );
|