blob: 30acb7da856254b492f7858d729e887bc0896ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- LOCALIZATION NOTE : FILE This file contains the global menu items -->
<!ENTITY fileMenu.label "Файл">
<!ENTITY fileMenu.accesskey "ф">
<!ENTITY newMenu.label "Створити">
<!ENTITY newMenu.accesskey "т">
<!ENTITY editMenu.label "Редагування">
<!ENTITY editMenu.accesskey "Р">
<!ENTITY undoCmd.label "Скасувати">
<!ENTITY undoCmd.accesskey "с">
<!ENTITY redoCmd.label "Повторити">
<!ENTITY redoCmd.accesskey "в">
<!ENTITY deleteCmd.label "Видалити">
<!ENTITY deleteCmd.accesskey "В">
<!ENTITY customizeCmd.label "Налаштувати">
<!ENTITY customizeCmd.accesskey "т">
<!ENTITY viewMenu.label "Вигляд">
<!ENTITY viewMenu.accesskey "в">
<!ENTITY viewToolbarsMenu.label "Панелі інструментів">
<!ENTITY viewToolbarsMenu.accesskey "п">
<!ENTITY showTaskbarCmd.label "Рядок стану">
<!ENTITY showTaskbarCmd.accesskey "я">
<!ENTITY closeCmd.label "Закрити">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "к">
<!ENTITY quitApplicationCmd.label "Вихід">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "х">
<!ENTITY quitApplicationCmdUnix.label "Вихід">
<!ENTITY quitApplicationCmdUnix.accesskey "х">
<!ENTITY quitApplicationCmdMac.label "Закрити &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "З">
|