Changeset 7449
- Timestamp:
- 04/05/12 09:15:39 (14 months ago)
- Location:
- CKEditor/trunk/_source/plugins/a11yhelp/lang
- Files:
-
- 2 edited
-
_translationstatus.txt (modified) (1 diff)
-
da.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/a11yhelp/lang/_translationstatus.txt
r7441 r7449 4 4 cs.js Found: 30 Missing: 0 5 5 cy.js Found: 30 Missing: 0 6 da.js Found: 3 Missing: 276 da.js Found: 11 Missing: 19 7 7 de.js Found: 30 Missing: 0 8 8 el.js Found: 23 Missing: 7 -
CKEditor/trunk/_source/plugins/a11yhelp/lang/da.js
r7440 r7449 17 17 [ 18 18 { 19 name : 'Editor Toolbar', // MISSING19 name : 'Editor værktøjslinje', 20 20 legend: 21 21 '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 … … 52 52 [ 53 53 { 54 name : ' Undo command', // MISSING54 name : 'Fortryd kommando', 55 55 legend : 'Klik på ${undo}' 56 56 }, 57 57 { 58 name : ' Redo command', // MISSING59 legend : ' Press ${redo}' // MISSING58 name : 'Gentag kommando', 59 legend : 'Klik ${redo}' 60 60 }, 61 61 { 62 62 name : ' Bold command', // MISSING 63 legend : ' Press ${bold}' // MISSING63 legend : 'Klik ${bold}' 64 64 }, 65 65 { … … 69 69 { 70 70 name : ' Underline command', // MISSING 71 legend : ' Press ${underline}' // MISSING71 legend : 'Klik ${underline}' 72 72 }, 73 73 { 74 74 name : ' Link command', // MISSING 75 legend : ' Press ${link}' // MISSING75 legend : 'Klik ${link}' 76 76 }, 77 77 { … … 81 81 { 82 82 name : ' Accessibility Help', // MISSING 83 legend : ' Press ${a11yHelp}' // MISSING83 legend : 'Kilk ${a11yHelp}' 84 84 } 85 85 ]
Note: See TracChangeset
for help on using the changeset viewer.
