forked from davidacm/beepKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beepKeyboard.pot
133 lines (111 loc) · 4.45 KB
/
beepKeyboard.pot
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the 'beepKeyboard' package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 'beepKeyboard' '1.1'\n"
"Report-Msgid-Bugs-To: '[email protected]'\n"
"POT-Creation-Date: 2019-05-27 19:02-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. Translators: This is the label for the beepKeyboard settings category in NVDA Settings screen.
#. Add-on summary, usually the user visible name of the addon.
#. Translators: Summary for this add-on to be shown on installation and add-on information.
#: addon\globalPlugins\beepKeyboard.py:42 buildVars.py:17
msgid "Beep keyboard"
msgstr ""
#. Translators: label for a checkbox option in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:47
msgid "Beep for uppercases when &caps lock is on"
msgstr ""
#. Translators: label for a checkbox option in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:50
msgid "Beep for typed characters when &shift is pressed"
msgstr ""
#. Translators: label for a checkbox option in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:53
msgid "Beep for &toggle keys changes"
msgstr ""
#. Translators: label for a checkbox option in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:56
msgid ""
"&Announce toggle keys changes (if Beep for toggle keys changes is disabled "
"NVDA will have the original behavior)"
msgstr ""
#. Translators: label for a checkbox option in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:59
msgid "&disable beeping on password fields"
msgstr ""
#. Translators: label for a button to open advanced settings dialog in the settings panel.
#: addon\globalPlugins\beepKeyboard.py:63
msgid "&Open advanced options"
msgstr ""
#. Translators: This is the label for the beep keyboard advanced settings dialog
#: addon\globalPlugins\beepKeyboard.py:82
msgid "Advanced settings - Keyboard beep"
msgstr ""
#. Translators: label for an edit text control option in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:88
msgid "&Ignored characters with shift pressed"
msgstr ""
#. Translators: label for an edit text control option in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:91
msgid "Beep &always for the following characters"
msgstr ""
#. Translators: label for a combo box control in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:95
msgid "&Select tone to configure"
msgstr ""
#. Translators: label for an option of a combo box control.
#: addon\globalPlugins\beepKeyboard.py:97
msgid "Typed characters with shift pressed"
msgstr ""
#. Translators: label for an option of a combo box control.
#: addon\globalPlugins\beepKeyboard.py:99
msgid "Custom characters"
msgstr ""
#. Translators: label for an option of a combo box control.
#: addon\globalPlugins\beepKeyboard.py:101
msgid "Typed characters when caps lock is on"
msgstr ""
#. Translators: label for an option of a combo box control.
#: addon\globalPlugins\beepKeyboard.py:103
msgid "Toggle key goes off"
msgstr ""
#. Translators: label for an option of a combo box control.
#: addon\globalPlugins\beepKeyboard.py:105
msgid "Toggle key goes on"
msgstr ""
#. Translators: label for an edit text control option in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:110
msgid "Tone &pitch"
msgstr ""
#. Translators: label for an edit text control option in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:113
msgid "Tone &length"
msgstr ""
#. Translators: label for an edit text control option in the advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:116
msgid "Tone &volume"
msgstr ""
#. Translators: label for a button to play demo tone in advanced settings dialog.
#: addon\globalPlugins\beepKeyboard.py:119
msgid "&Test tone"
msgstr ""
#. Translators: an error message sent to ve spoken by NVDA.
#: addon\globalPlugins\beepKeyboard.py:134
msgid "You entered a wrong value. Please correct it or discard changes."
msgstr ""
#. Add-on description
#. Translators: Long description to be shown for this add-on on add-on information from add-ons manager
#: buildVars.py:20
msgid "This add-on beeps with some keyboard events."
msgstr ""