X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fro.js;fp=sources%2Flang%2Fro.js;h=d118abaebd5c7bea4271d7047e4cf0c6406a1b53;hp=9120e56168b24b969a807759d85422ac7df4b918;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/lang/ro.js b/sources/lang/ro.js index 9120e56..d118aba 100644 --- a/sources/lang/ro.js +++ b/sources/lang/ro.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[ 'ro' ] = { alignMiddle: 'Mijloc', alignBottom: 'Jos', alignNone: 'None', // MISSING - invalidValue : 'Valoare invalidă', + invalidValue: 'Valoare invalidă', invalidHeight: 'Înălțimea trebuie să fie un număr.', invalidWidth: 'Lățimea trebuie să fie un număr.', invalidCssLength: 'Valoarea specificată pentru câmpul "%1" trebuie să fie un număr pozitiv cu sau fără o unitate de măsură CSS (px, %, in, cm, mm, em, ex, pt, sau pc).', @@ -95,6 +95,23 @@ CKEDITOR.lang[ 'ro' ] = { cssLengthTooltip: 'Introduceți un număr în pixeli sau un număr cu o unitate de măsură CSS (px, %, in, cm, mm, em, ex, pt, sau pc).', // Put the voice-only part of the label in the span. - unavailable: '%1, nu este disponibil' + unavailable: '%1, nu este disponibil', + + // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. + keyboard: { + 8: 'Backspace', // MISSING + 13: 'Enter', // MISSING + 16: 'Shift', // MISSING + 17: 'Ctrl', // MISSING + 18: 'Alt', // MISSING + 32: 'Space', // MISSING + 35: 'End', // MISSING + 36: 'Home', // MISSING + 46: 'Delete', // MISSING + 224: 'Command' // MISSING + }, + + // Prepended to ARIA labels with shortcuts. + keyboardShortcut: 'Keyboard shortcut' // MISSING } };