/* Copyright (c) 2003-__CURRENT_YEAR__, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * @fileOverview Defines the {@link CKEDITOR.lang} object, for the * German language. */ /**#@+ @type String @example */ /** * Constains the dictionary of language entries. * @namespace */ CKEDITOR.lang['de'] = { /** * The language reading direction. Possible values are "rtl" for * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right * languages (like English). * @default 'ltr' */ dir : 'ltr', /* * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ editorTitle : 'Rich text editor, %1', // MISSING DateAmPm : ['dAM', 'dPM'], // Toolbar buttons without dialogs. source : 'Quellcode', newPage : 'Neue Seite', save : 'Speichern', preview : 'Vorschau', // Common messages and labels. // Inline comment // having more than one line. common : { browseServer : 'Server durchsuchen', url : 'Bildauswahl', protocol : 'Protokoll', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING }, // Special char dialog. specialChar : // Inline comment for special char dialog. { toolbar : 'Insert Special Character', // MISSING title : 'Select Special Character' // MISSING }, // Link dialog. 'link' : { 'toolbar' : 'Link\u200b', // MISSING // IE6 BUG: A title called "Link" in an tag would invalidate its padding!! noAnchors : '(keine Anker im Dokument vorhanden)', noUrl : 'Bitte geben Sie die Link-URL an', noEmail : 'Bitte geben Sie e-Mail Adresse an' }, // Table Dialog table : { toolbar : 'Tabelle', cell : { menu : 'Zelle', insertBefore : 'Zelle davor einfügen' }, row : { menu : 'Zeile' } }, colors : { '000' : 'Schwarz', '800000' : 'Kastanienbraun', 'E6E6FA' : 'Lavendel', 'FFF' : 'Weiß' }, // Button Dialog. button : { typeRst : 'Zurücksetzen' } };