- Timestamp:
- 06/27/19 11:15:42 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/de-ch.js
r3759 r3983 1 1 /* 2 Copyright (c) 2003-201 8, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 89 89 headersNone : 'Keine', 90 90 headersRow : 'Erste Zeile', 91 heightUnit : 'height unit', 91 92 invalidBorder : 'Die Rahmenbreite muss eine Zahl sein.', 92 93 invalidCellPadding : 'Der Zellenabstand innen muss eine positive Zahl sein.', … … 166 167 liststyle : 167 168 { 168 armenian : 'Armenische Nummerierung',169 169 bulletedTitle : 'Aufzählungslisteneigenschaften', 170 170 circle : 'Ring', 171 171 decimal : 'Dezimal (1, 2, 3, etc.)', 172 decimalLeadingZero : 'Dezimal mit führender Null (01, 02, 03, usw.)',173 172 disc : 'Kreis', 174 georgian : 'Georgische Nummerierung (an, ban, gan, usw.)',175 173 lowerAlpha : 'Klein Alpha (a, b, c, d, e, usw.)', 176 lowerGreek : 'Klein griechisch (alpha, beta, gamma, usw.)',177 174 lowerRoman : 'Klein römisch (i, ii, iii, iv, v, usw.)', 178 175 none : 'Keine', … … 226 223 noEmail : 'Bitte geben Sie E-Mail-Adresse an', 227 224 noUrl : 'Bitte geben Sie die Link-URL an', 225 noTel : 'Please type the phone number', 228 226 other : '<andere>', 227 phoneNumber : 'Phone number', 229 228 popupDependent : 'Abhängig (Netscape)', 230 229 popupFeatures : 'Pop-up Fenstereigenschaften', … … 251 250 toEmail : 'E-Mail', 252 251 toUrl : 'URL', 252 toPhone : 'Phone', 253 253 toolbar : 'Link einfügen/editieren', 254 254 type : 'Link-Typ', … … 417 417 pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.', 418 418 pasteArea : 'Einfügebereich', 419 pasteMsg : 'Paste your content inside the area below and press OK.', 420 title : 'Einfügen' 421 }, 422 button : 423 { 424 selectedLabel : '%1 (Ausgewählt)' 419 pasteMsg : 'Paste your content inside the area below and press OK.' 425 420 }, 426 421 blockquote :
Note: See TracChangeset
for help on using the changeset viewer.