JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.4
[ckeditor.git] / _source / plugins / a11yhelp / lang / ro.js
diff --git a/_source/plugins/a11yhelp/lang/ro.js b/_source/plugins/a11yhelp/lang/ro.js
new file mode 100644 (file)
index 0000000..b0a30e6
--- /dev/null
@@ -0,0 +1,89 @@
+/*\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+CKEDITOR.plugins.setLang( 'a11yhelp', 'ro',\r
+{\r
+       accessibilityHelp :\r
+       {\r
+               title : 'Instrucțiuni de accesibilitate',\r
+               contents : 'Cuprins. Pentru a închide acest dialog, apăsați tasta ESC.',\r
+               legend :\r
+               [\r
+                       {\r
+                               name : 'General',\r
+                               items :\r
+                                               [\r
+                                                       {\r
+                                                               name : 'Editează bara.',\r
+                                                               legend:\r
+                                                                       'Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT-TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button.'  // MISSING\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Dialog editor',\r
+                                                               legend :\r
+                                                                       'Inside a dialog, press TAB to navigate to next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page.'  // MISSING\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor meniu contextual',\r
+                                                               legend :\r
+                                                                       'Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC.'  // MISSING\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor List Box', // MISSING\r
+                                                               legend :\r
+                                                                       'Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT + TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'  // MISSING\r
+                                                       },\r
+\r
+                                                       {\r
+                                                               name : 'Editor Element Path Bar', // MISSING\r
+                                                               legend :\r
+                                                                       'Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with  SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor.'  // MISSING\r
+                                                       }\r
+                                               ]\r
+                       },\r
+                       {\r
+                               name : 'Commands', // MISSING\r
+                               items :\r
+                                               [\r
+                                                       {\r
+                                                               name : ' Undo command', // MISSING\r
+                                                               legend : 'Press ${undo}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Redo command', // MISSING\r
+                                                               legend : 'Press ${redo}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Bold command', // MISSING\r
+                                                               legend : 'Press ${bold}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Italic command', // MISSING\r
+                                                               legend : 'Press ${italic}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Underline command', // MISSING\r
+                                                               legend : 'Press ${underline}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Link command', // MISSING\r
+                                                               legend : 'Press ${link}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Toolbar Collapse command', // MISSING\r
+                                                               legend : 'Press ${toolbarCollapse}' // MISSING\r
+                                                       },\r
+                                                       {\r
+                                                               name : ' Accessibility Help', // MISSING\r
+                                                               legend : 'Press ${a11yHelp}' // MISSING\r
+                                                       }\r
+                                               ]\r
+                       }\r
+               ]\r
+       }\r
+});\r