X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Faf.js;fp=sources%2Flang%2Faf.js;h=ea941be8251647598c9008b1b0e75b022c978ad9;hp=2cd440d2e4d862ab514c43524bb8969d5e63d1a9;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/af.js b/sources/lang/af.js index 2cd440d..ea941be 100644 --- a/sources/lang/af.js +++ b/sources/lang/af.js @@ -1,5 +1,5 @@ /** - * @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 */ @@ -86,7 +86,7 @@ CKEDITOR.lang[ 'af' ] = { alignMiddle: 'Middel', alignBottom: 'Onder', alignNone: 'Geen', - invalidValue : 'Ongeldige waarde', + invalidValue: 'Ongeldige waarde', invalidHeight: 'Hoogte moet \'n getal wees', invalidWidth: 'Breedte moet \'n getal wees.', invalidCssLength: 'Die waarde vir die "%1" veld moet \'n posetiewe getal wees met of sonder \'n geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'af' ] = { cssLengthTooltip: 'Voeg \'n getal wert in pixel in, of \'n waarde met geldige CSS eenheid (px, %, in, cm, mm, em, ex, pt, of pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nie beskikbaar nie' + unavailable: '%1, nie beskikbaar nie', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', + 13: 'Enter', + 16: 'Skuif', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Spasie', + 35: 'Einde', + 36: 'Tuis', + 46: 'Verwyder', + 224: 'Bevel' + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Sleutel kombenasie' } };