aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/pt.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/pt.js')
-rw-r--r--sources/lang/pt.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/lang/pt.js b/sources/lang/pt.js
index d5ae35e..cfc1ced 100644
--- a/sources/lang/pt.js
+++ b/sources/lang/pt.js
@@ -100,15 +100,15 @@ CKEDITOR.lang[ 'pt' ] = {
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: { 101 keyboard: {
102 8: 'Backspace', // MISSING 102 8: 'Backspace', // MISSING
103 13: 'Enter', // MISSING 103 13: 'Enter',
104 16: 'Shift', 104 16: 'Shift',
105 17: 'Ctrl', 105 17: 'Ctrl',
106 18: 'Alt', 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Espaço',
108 35: 'Fim', 108 35: 'Fim',
109 36: 'Entrada', 109 36: 'Entrada',
110 46: 'Eliminar', 110 46: 'Eliminar',
111 224: 'Command' // MISSING 111 224: 'Comando'
112 }, 112 },
113 113
114 // Prepended to ARIA labels with shortcuts. 114 // Prepended to ARIA labels with shortcuts.