i18n: add language package for vietnamese
[project/luci.git] / po / en / uvl.po
1 #, fuzzy
2 msgid ""
3 msgstr ""
4 "Project-Id-Version: PACKAGE VERSION\n"
5 "Report-Msgid-Bugs-To: \n"
6 "POT-Creation-Date: 2009-05-19 19:35+0200\n"
7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9 "Language-Team: LANGUAGE <LL@li.org>\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: text/plain; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13 "X-Generator: Translate Toolkit 1.1.1\n"
14
15 #. Unable to load config \"%p\": %1
16 #: libs/uvl/luasrc/i18n/uvl.en.lua:1
17 msgid "uvl_err_uciload"
18 msgstr "Unable to load config \"%p\": %1"
19
20 #. Error in scheme \"%p\":\n%c
21 #: libs/uvl/luasrc/i18n/uvl.en.lua:2
22 msgid "uvl_err_scheme"
23 msgstr ""
24 "Error in scheme \"%p\":\n"
25 "%c"
26
27 #. Error in config \"%p\":\n%c
28 #: libs/uvl/luasrc/i18n/uvl.en.lua:3
29 msgid "uvl_err_config"
30 msgstr ""
31 "Error in config \"%p\":\n"
32 "%c"
33
34 #. Error in section \"%i\" (%I):\n%c
35 #: libs/uvl/luasrc/i18n/uvl.en.lua:4
36 msgid "uvl_err_section"
37 msgstr ""
38 "Error in section \"%i\" (%I):\n"
39 "%c"
40
41 #. Error in option \"%i\" (%I):\n%c
42 #: libs/uvl/luasrc/i18n/uvl.en.lua:5
43 msgid "uvl_err_option"
44 msgstr ""
45 "Error in option \"%i\" (%I):\n"
46 "%c"
47
48 #. Option \"%i\" has invalid reference specification %1:\n%c
49 #: libs/uvl/luasrc/i18n/uvl.en.lua:6
50 msgid "uvl_err_reference"
51 msgstr ""
52 "Option \"%i\" has invalid reference specification %1:\n"
53 "%c"
54
55 #. In dependency check for %t \"%i\":\n%c
56 #: libs/uvl/luasrc/i18n/uvl.en.lua:7
57 msgid "uvl_err_dependency"
58 msgstr ""
59 "In dependency check for %t \"%i\":\n"
60 "%c"
61
62 #. Can not find scheme \"%p\" in \"%1\"
63 #: libs/uvl/luasrc/i18n/uvl.en.lua:8
64 msgid "uvl_err_sme_find"
65 msgstr "Can not find scheme \"%p\" in \"%1\""
66
67 #. Can not access file \"%1\"
68 #: libs/uvl/luasrc/i18n/uvl.en.lua:9
69 msgid "uvl_err_sme_read"
70 msgstr "Can not access file \"%1\""
71
72 #. Missing required scheme field \"%1\" in \"%i\"
73 #: libs/uvl/luasrc/i18n/uvl.en.lua:10
74 msgid "uvl_err_sme_reqfld"
75 msgstr "Missing required scheme field \"%1\" in \"%i\""
76
77 #. Illegal reference \"%1\" to an anonymous section
78 #: libs/uvl/luasrc/i18n/uvl.en.lua:11
79 msgid "uvl_err_sme_invref"
80 msgstr "Illegal reference \"%1\" to an anonymous section"
81
82 #. Malformed reference in \"%1\"
83 #: libs/uvl/luasrc/i18n/uvl.en.lua:12
84 msgid "uvl_err_sme_badref"
85 msgstr "Malformed reference in \"%1\""
86
87 #. Malformed dependency specification \"%1\" in \"%i\"
88 #: libs/uvl/luasrc/i18n/uvl.en.lua:13
89 msgid "uvl_err_sme_baddep"
90 msgstr "Malformed dependency specification \"%1\" in \"%i\""
91
92 #. Malformed validator specification \"%1\" in \"%i\"
93 #: libs/uvl/luasrc/i18n/uvl.en.lua:14
94 msgid "uvl_err_sme_badval"
95 msgstr "Malformed validator specification \"%1\" in \"%i\""
96
97 #. External validator \"%1\" failed: %2
98 #: libs/uvl/luasrc/i18n/uvl.en.lua:15
99 msgid "uvl_err_sme_errval"
100 msgstr "External validator \"%1\" failed: %2"
101
102 #. Variable \"%o\" in scheme \"%p\" references unknown package \"%1\"
103 #: libs/uvl/luasrc/i18n/uvl.en.lua:16
104 msgid "uvl_err_sme_vbadpack"
105 msgstr "Variable \"%o\" in scheme \"%p\" references unknown package \"%1\""
106
107 #. Variable \"%o\" in scheme \"%p\" references unknown section \"%1\"
108 #: libs/uvl/luasrc/i18n/uvl.en.lua:17
109 msgid "uvl_err_sme_vbadsect"
110 msgstr "Variable \"%o\" in scheme \"%p\" references unknown section \"%1\""
111
112 #. Enum \"%v\" in scheme \"%p\" references unknown package \"%1\"
113 #: libs/uvl/luasrc/i18n/uvl.en.lua:18
114 msgid "uvl_err_sme_ebadpack"
115 msgstr "Enum \"%v\" in scheme \"%p\" references unknown package \"%1\""
116
117 #. Enum \"%v\" in scheme \"%p\" references unknown section \"%1\"
118 #: libs/uvl/luasrc/i18n/uvl.en.lua:19
119 msgid "uvl_err_sme_ebadsect"
120 msgstr "Enum \"%v\" in scheme \"%p\" references unknown section \"%1\""
121
122 #. Enum \"%v\" in scheme \"%p\" references unknown option \"%1\"
123 #: libs/uvl/luasrc/i18n/uvl.en.lua:20
124 msgid "uvl_err_sme_ebadopt"
125 msgstr "Enum \"%v\" in scheme \"%p\" references unknown option \"%1\""
126
127 #. Enum \"%v\" in scheme \"%p\" references non-enum option \"%p.%s.%o\"
128 #: libs/uvl/luasrc/i18n/uvl.en.lua:21
129 msgid "uvl_err_sme_ebadtype"
130 msgstr "Enum \"%v\" in scheme \"%p\" references non-enum option \"%p.%s.%o\""
131
132 #. Enum \"%v\" in scheme \"%p\" redeclares the default value of \"%p.%s.%o\"
133 #: libs/uvl/luasrc/i18n/uvl.en.lua:22
134 msgid "uvl_err_sme_ebaddef"
135 msgstr "Enum \"%v\" in scheme \"%p\" redeclares the default value of \"%p.%s.%o\""
136
137 #. Section \"%i\" (%I) not found in scheme
138 #: libs/uvl/luasrc/i18n/uvl.en.lua:23
139 msgid "uvl_err_sect_unknown"
140 msgstr "Section \"%i\" (%I) not found in scheme"
141
142 #. Required section \"%p.%s\" not found in config
143 #: libs/uvl/luasrc/i18n/uvl.en.lua:24
144 msgid "uvl_err_sect_required"
145 msgstr "Required section \"%p.%s\" not found in config"
146
147 #. Unique section \"%p.%s\" occurs multiple times in config
148 #: libs/uvl/luasrc/i18n/uvl.en.lua:25
149 msgid "uvl_err_sect_unique"
150 msgstr "Unique section \"%p.%s\" occurs multiple times in config"
151
152 #. The section of type \"%p.%s\" is stored anonymously in config but must be named
153 #: libs/uvl/luasrc/i18n/uvl.en.lua:26
154 msgid "uvl_err_sect_named"
155 msgstr ""
156 "The section of type \"%p.%s\" is stored anonymously in config but must be "
157 "named"
158
159 #. Section \"%p.%s\" not found in config
160 #: libs/uvl/luasrc/i18n/uvl.en.lua:27
161 msgid "uvl_err_sect_notfound"
162 msgstr "Section \"%p.%s\" not found in config"
163
164 #. Option \"%i\" (%I) not found in scheme
165 #: libs/uvl/luasrc/i18n/uvl.en.lua:28
166 msgid "uvl_err_opt_unknown"
167 msgstr "Option \"%i\" (%I) not found in scheme"
168
169 #. Required option \"%i\" has no value
170 #: libs/uvl/luasrc/i18n/uvl.en.lua:29
171 msgid "uvl_err_opt_required"
172 msgstr "Required option \"%i\" has no value"
173
174 #. Value \"%1\" of option \"%i\" is not defined in enum %2
175 #: libs/uvl/luasrc/i18n/uvl.en.lua:30
176 msgid "uvl_err_opt_badvalue"
177 msgstr "Value \"%1\" of option \"%i\" is not defined in enum %2"
178
179 #. Value \"%1\" of option \"%i\" does not validate as datatype \"%2\"
180 #: libs/uvl/luasrc/i18n/uvl.en.lua:31
181 msgid "uvl_err_opt_invvalue"
182 msgstr "Value \"%1\" of option \"%i\" does not validate as datatype \"%2\""
183
184 #. Option \"%i\" is defined as list but stored as plain value
185 #: libs/uvl/luasrc/i18n/uvl.en.lua:32
186 msgid "uvl_err_opt_notlist"
187 msgstr "Option \"%i\" is defined as list but stored as plain value"
188
189 #. Option \"%i\" has unknown datatype \"%1\"
190 #: libs/uvl/luasrc/i18n/uvl.en.lua:33
191 msgid "uvl_err_opt_datatype"
192 msgstr "Option \"%i\" has unknown datatype \"%1\""
193
194 #. Option \"%p.%s.%o\" not found in config
195 #: libs/uvl/luasrc/i18n/uvl.en.lua:34
196 msgid "uvl_err_opt_notfound"
197 msgstr "Option \"%p.%s.%o\" not found in config"
198
199 #. Dependency (%1) failed:\noption \"%i\" is not eqal \"%2\"
200 #: libs/uvl/luasrc/i18n/uvl.en.lua:35
201 msgid "uvl_err_dep_notequal"
202 msgstr ""
203 "Dependency (%1) failed:\n"
204 "option \"%i\" is not eqal \"%2\""
205
206 #. Dependency (%1) failed:\noption \"%i\" has no value
207 #: libs/uvl/luasrc/i18n/uvl.en.lua:36
208 msgid "uvl_err_dep_novalue"
209 msgstr ""
210 "Dependency (%1) failed:\n"
211 "option \"%i\" has no value"
212
213 #. Dependency (%1) failed:\n%c
214 #: libs/uvl/luasrc/i18n/uvl.en.lua:37
215 msgid "uvl_err_dep_notvalid"
216 msgstr ""
217 "Dependency (%1) failed:\n"
218 "%c"
219
220 #. Recursive dependency for option \"%i\" detected
221 #: libs/uvl/luasrc/i18n/uvl.en.lua:38
222 msgid "uvl_err_dep_recursive"
223 msgstr "Recursive dependency for option \"%i\" detected"
224
225 #. In dependency check for enum value \"%i\":\n%c
226 #: libs/uvl/luasrc/i18n/uvl.en.lua:39
227 msgid "uvl_err_dep_badenum"
228 msgstr ""
229 "In dependency check for enum value \"%i\":\n"
230 "%c"