X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fde-ch.js;fp=sources%2Flang%2Fde-ch.js;h=8f9c196360259cefbbb86feeeef8848b5fd36a6f;hp=5322a81b832322b6ef42218afdb244ae98149f35;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/de-ch.js b/sources/lang/de-ch.js index 5322a81..8f9c196 100644 --- a/sources/lang/de-ch.js +++ b/sources/lang/de-ch.js @@ -1,10 +1,10 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ /** -* @fileOverview +* @fileOverview */ /**#@+ @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'de-ch' ] = { alignMiddle: 'Mitte', alignBottom: 'Unten', alignNone: 'Keine', - invalidValue : 'Ungültiger Wert.', + invalidValue: 'Ungültiger Wert.', invalidHeight: 'Höhe muss eine Zahl sein.', invalidWidth: 'Breite muss eine Zahl sein.', invalidCssLength: 'Wert spezifiziert für "%1" Feld muss ein positiver numerischer Wert sein mit oder ohne korrekte CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).', @@ -94,6 +94,23 @@ CKEDITOR.lang[ 'de-ch' ] = { cssLengthTooltip: 'Gebe eine Zahl ein für ein Wert in pixels oder eine Zahl mit einer korrekten CSS Messeinheit (px, %, in, cm, mm, em, ex, pt oder pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nicht verfügbar' + unavailable: '%1, nicht verfügbar', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Rücktaste', + 13: 'Eingabe', + 16: 'Umschalt', + 17: 'Strg', + 18: 'Alt', + 32: 'Space', // MISSING + 35: 'Ende', + 36: 'Pos1', + 46: 'Entfernen', + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };