aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/pl.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/pl.js23
1 files changed, 10 insertions, 13 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/pl.js b/sources/plugins/a11yhelp/dialogs/lang/pl.js
index 1e270f5..23801fa 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/pl.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/pl.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -69,39 +69,36 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'pl', {
69 legend: 'Naciśnij ${toolbarCollapse}' 69 legend: 'Naciśnij ${toolbarCollapse}'
70 }, 70 },
71 { 71 {
72 name: ' Access previous focus space command', // MISSING 72 name: 'Przejdź do poprzedniego miejsca, w którym można ustawić focus',
73 legend: 'Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING 73 legend: 'Naciśnij ${accessPreviousSpace}, aby przejść do najbliższego niedostępnego miejsca przed kursorem, w którym można ustawić focus. Przykład: dwa przylegające elementy HR. Powtórz ten skrót klawiaturowy, by dotrzeć do kolejnych takich miejsc.'
74 }, 74 },
75 { 75 {
76 name: ' Access next focus space command', // MISSING 76 name: 'Przejdź do naspnego miejsca, w którym mna ustawić focus',
77 legend: 'Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING 77 legend: 'Naciśnij ${accessNextSpace}, aby przejść do najbliższego niedostępnego miejsca po kursorze, w którym można ustawić focus. Przykład: dwa przylegające elementy HR. Powtórz ten skrót klawiaturowy, by dotrzeć do kolejnych takich miejsc.'
78 }, 78 },
79 { 79 {
80 name: 'Pomoc dotycząca dostępności', 80 name: 'Pomoc dotycząca dostępności',
81 legend: 'Naciśnij ${a11yHelp}' 81 legend: 'Naciśnij ${a11yHelp}'
82 },
83 {
84 name: 'Wklej jako tekst',
85 legend: 'Naciśnij ${pastetext}',
86 legendEdge: 'Naciśnij ${pastetext}, a następnie ${paste}'
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: 'Backspace',
87 tab: 'Tab', 91 tab: 'Tab',
88 enter: 'Enter',
89 shift: 'Shift',
90 ctrl: 'Ctrl',
91 alt: 'Alt',
92 pause: 'Pause', 92 pause: 'Pause',
93 capslock: 'Caps Lock', 93 capslock: 'Caps Lock',
94 escape: 'Escape', 94 escape: 'Escape',
95 pageUp: 'Page Up', 95 pageUp: 'Page Up',
96 pageDown: 'Page Down', 96 pageDown: 'Page Down',
97 end: 'End',
98 home: 'Home',
99 leftArrow: 'Strzałka w lewo', 97 leftArrow: 'Strzałka w lewo',
100 upArrow: 'Strzałka w górę', 98 upArrow: 'Strzałka w górę',
101 rightArrow: 'Strzałka w prawo', 99 rightArrow: 'Strzałka w prawo',
102 downArrow: 'Strzałka w dół', 100 downArrow: 'Strzałka w dół',
103 insert: 'Insert', 101 insert: 'Insert',
104 'delete': 'Delete',
105 leftWindowKey: 'Lewy klawisz Windows', 102 leftWindowKey: 'Lewy klawisz Windows',
106 rightWindowKey: 'Prawy klawisz Windows', 103 rightWindowKey: 'Prawy klawisz Windows',
107 selectKey: 'Klawisz wyboru', 104 selectKey: 'Klawisz wyboru',