blob: 9ffbc35d2b1cd69fce4d925da14fb4ca3f6d4f62 (
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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Přemysl Eric Janouch
# This file is distributed under the same license as the tdv package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: tdv 0.1.0\n"
"Report-Msgid-Bugs-To: https://git.janouch.name/p/tdv/issues\n"
"POT-Creation-Date: 2023-06-11 17:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../src/stardict-view.c:96 ../src/tdv-tui.c:340
msgid "no usable field found"
msgstr ""
#: ../src/stardict.c:89
msgid "invalid header format"
msgstr ""
#: ../src/stardict.c:249
msgid "version not specified"
msgstr ""
#: ../src/stardict.c:260
msgid "invalid version"
msgstr ""
#: ../src/stardict.c:274
msgid "unknown key, ignoring"
msgstr ""
#: ../src/stardict.c:281
msgid "invalid encoding, must be valid UTF-8"
msgstr ""
#: ../src/stardict.c:298
msgid "invalid integer"
msgstr ""
#: ../src/stardict.c:308
msgid "option format error"
msgstr ""
#: ../src/stardict.c:316
msgid "no book name specified"
msgstr ""
#: ../src/stardict.c:322
msgid "word count not specified"
msgstr ""
#: ../src/stardict.c:328
msgid "index file size not specified"
msgstr ""
#: ../src/stardict.c:337
msgid "invalid index offset bits"
msgstr ""
#: ../src/stardict.c:827
msgid "cannot find .idx file"
msgstr ""
#: ../src/stardict.c:850
msgid "cannot find .dict file"
msgstr ""
#: ../src/stardict.c:1157 ../src/stardict.c:1182
msgid "invalid data entry"
msgstr ""
#: ../src/tdv-gui.c:367
msgid "Open dictionary"
msgstr ""
#: ../src/tdv-gui.c:369
msgid "_Cancel"
msgstr ""
#: ../src/tdv-gui.c:370
msgid "_Open"
msgstr ""
#: ../src/tdv-gui.c:467 ../src/tdv-tui.c:597
msgid ""
"No dictionaries found either in the configuration or on the command line"
msgstr ""
#: ../src/tdv-gui.c:504
msgid "_Open..."
msgstr ""
#: ../src/tdv-gui.c:509
msgid "_Follow selection"
msgstr ""
#: ../src/tdv-tui.c:258
msgid "error in entry"
msgstr ""
#: ../src/tdv-tui.c:555
msgid "Search"
msgstr ""
#: ../src/tdv-tui.c:572
msgid "Cannot load configuration"
msgstr ""
#: ../src/tdv-tui.c:592
msgid "Error loading dictionary"
msgstr ""
#: ../src/tdv-tui.c:1068
msgid "Terminal UI for StarDict dictionaries"
msgstr ""
#: ../src/tdv-tui.c:1071
msgid "Type to search"
msgstr ""
#: ../src/tdv-tui.c:2071
#, c-format
msgid "X11 connection failed (error code %d)"
msgstr ""
#: ../src/tdv-tui.c:2217
#, c-format
msgid "X11 request error (%d, major %d, minor %d)"
msgstr ""
#: ../src/tdv.c:39
msgid "Warning"
msgstr ""
#: ../src/tdv.c:39
msgid "failed to set the locale"
msgstr ""
#: ../src/tdv.c:55
msgid "Output version information and exit"
msgstr ""
#: ../src/tdv.c:60
msgid "Launch the GUI even when run from a terminal"
msgstr ""
#: ../src/tdv.c:67
msgid "[dictionary.ifo...] - Translation dictionary viewer"
msgstr ""
#: ../src/tdv.c:77
msgid "Error"
msgstr ""
#: ../src/tdv.c:77
msgid "option parsing failed"
msgstr ""
|