chiark / gitweb /
bash_completion: fix option completion
[fdroidserver.git] / locale / fdroidserver.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2017-06-01 17:23+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: ../fdroid:34
21 msgid "Build a package from source"
22 msgstr ""
23
24 #: ../fdroid:35
25 msgid "Quickly start a new repository"
26 msgstr ""
27
28 #: ../fdroid:36
29 msgid "Sign and place packages in the repo"
30 msgstr ""
31
32 #: ../fdroid:37
33 msgid "Add gpg signatures for packages in repo"
34 msgstr ""
35
36 #: ../fdroid:38
37 msgid "Update repo information for new packages"
38 msgstr ""
39
40 #: ../fdroid:39
41 msgid "Verify the integrity of downloaded packages"
42 msgstr ""
43
44 #: ../fdroid:40
45 msgid "Check for updates to applications"
46 msgstr ""
47
48 #: ../fdroid:41
49 msgid "Add a new application from its source code"
50 msgstr ""
51
52 #: ../fdroid:42
53 msgid "Install built packages on devices"
54 msgstr ""
55
56 #: ../fdroid:43
57 msgid "Read all the metadata files and exit"
58 msgstr ""
59
60 #: ../fdroid:44
61 msgid "Rewrite all the metadata files"
62 msgstr ""
63
64 #: ../fdroid:45
65 msgid "Warn about possible metadata errors"
66 msgstr ""
67
68 #: ../fdroid:46
69 msgid "Scan the source code of a package"
70 msgstr ""
71
72 #: ../fdroid:47
73 msgid "Dynamically scan APKs post build"
74 msgstr ""
75
76 #: ../fdroid:48
77 msgid "Update the stats of the repo"
78 msgstr ""
79
80 #: ../fdroid:49
81 msgid "Interact with the repo HTTP server"
82 msgstr ""
83
84 #: ../fdroid:50
85 msgid "Sign indexes created using update --nosign"
86 msgstr ""
87
88 #: ../fdroid:51
89 msgid "Update the binary transparency log for a URL"
90 msgstr ""
91
92 #: ../fdroid:56
93 msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
94 msgstr ""
95
96 #: ../fdroid:58
97 msgid "Valid commands are:"
98 msgstr ""
99
100 #: ../fdroid:104
101 #, c-format
102 msgid "Command '%s' not recognised.\n"
103 msgstr ""
104
105 #: ../fdroid:150
106 msgid "Unknown exception found!"
107 msgstr ""
108
109 #: ../fdroidserver/btlog.py:154
110 msgid "Path to the git repo to use as the log"
111 msgstr ""
112
113 #: ../fdroidserver/btlog.py:156
114 msgid "The base URL for the repo to log (default: https://f-droid.org)"
115 msgstr ""
116
117 #: ../fdroidserver/btlog.py:158
118 msgid "Push the log to this git remote repository"
119 msgstr ""
120
121 #: ../fdroidserver/build.py:875 ../fdroidserver/install.py:52
122 #: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py:255
123 #: ../fdroidserver/verify.py:41
124 msgid "app-id with optional versionCode in the form APPID[:VERCODE]"
125 msgstr ""
126
127 #: ../fdroidserver/build.py:877
128 msgid "Build only the latest version of each package"
129 msgstr ""
130
131 #: ../fdroidserver/build.py:879
132 msgid "Make the build stop on exceptions"
133 msgstr ""
134
135 #: ../fdroidserver/build.py:881
136 msgid ""
137 "Test mode - put output in the tmp directory only, and always build, even if "
138 "the output already exists."
139 msgstr ""
140
141 #: ../fdroidserver/build.py:883
142 msgid "Use build server"
143 msgstr ""
144
145 #: ../fdroidserver/build.py:885
146 msgid ""
147 "Reset and create a brand new build server, even if the existing one appears "
148 "to be ok."
149 msgstr ""
150
151 #: ../fdroidserver/build.py:887
152 msgid "Specify that we're running on the build server"
153 msgstr ""
154
155 #: ../fdroidserver/build.py:889
156 msgid "Skip scanning the source code for binaries and other problems"
157 msgstr ""
158
159 #: ../fdroidserver/build.py:891
160 msgid "Setup an emulator, install the apk on it and perform a drozer scan"
161 msgstr ""
162
163 #: ../fdroidserver/build.py:893
164 msgid "Don't create a source tarball, useful when testing a build"
165 msgstr ""
166
167 #: ../fdroidserver/build.py:895
168 msgid ""
169 "Don't refresh the repository, useful when testing a build with no internet "
170 "connection"
171 msgstr ""
172
173 #: ../fdroidserver/build.py:897
174 msgid ""
175 "Force build of disabled apps, and carries on regardless of scan problems. "
176 "Only allowed in test mode."
177 msgstr ""
178
179 #: ../fdroidserver/build.py:899
180 msgid "Build all applications available"
181 msgstr ""
182
183 #: ../fdroidserver/build.py:901 ../fdroidserver/update.py:1519
184 msgid "Update the wiki"
185 msgstr ""
186
187 #: ../fdroidserver/checkupdates.py:513
188 msgid "app-id to check for updates"
189 msgstr ""
190
191 #: ../fdroidserver/checkupdates.py:515
192 msgid "Process auto-updates"
193 msgstr ""
194
195 #: ../fdroidserver/checkupdates.py:517
196 msgid "Only process apps with auto-updates"
197 msgstr ""
198
199 #: ../fdroidserver/checkupdates.py:519
200 msgid "Commit changes"
201 msgstr ""
202
203 #: ../fdroidserver/checkupdates.py:521
204 msgid "Only print differences with the Play Store"
205 msgstr ""
206
207 #: ../fdroidserver/common.py:124
208 msgid "Spew out even more information than normal"
209 msgstr ""
210
211 #: ../fdroidserver/common.py:126
212 msgid "Restrict output to warnings and errors"
213 msgstr ""
214
215 #: ../fdroidserver/dscanner.py:410
216 msgid "app-id with optional versioncode in the form APPID[:VERCODE]"
217 msgstr ""
218
219 #: ../fdroidserver/dscanner.py:413
220 msgid "Scan only the latest version of each package"
221 msgstr ""
222
223 #: ../fdroidserver/dscanner.py:416
224 msgid "Clean after all scans have finished"
225 msgstr ""
226
227 #: ../fdroidserver/dscanner.py:419
228 msgid "Clean before the scans start and rebuild the container"
229 msgstr ""
230
231 #: ../fdroidserver/dscanner.py:422
232 msgid "Clean up all containers and then exit"
233 msgstr ""
234
235 #: ../fdroidserver/dscanner.py:425
236 msgid "Prepare drozer to run a scan"
237 msgstr ""
238
239 #: ../fdroidserver/dscanner.py:428
240 msgid "Override path for repo APKs (default: ./repo)"
241 msgstr ""
242
243 #: ../fdroidserver/import.py:193
244 msgid "Project URL to import from."
245 msgstr ""
246
247 #: ../fdroidserver/import.py:195
248 msgid "Path to main android project subdirectory, if not in root."
249 msgstr ""
250
251 #: ../fdroidserver/import.py:197
252 msgid "Comma separated list of categories."
253 msgstr ""
254
255 #: ../fdroidserver/import.py:199
256 msgid "Overall license of the project."
257 msgstr ""
258
259 #: ../fdroidserver/import.py:201
260 msgid ""
261 "Allows a different revision (or git branch) to be specified for the initial "
262 "import"
263 msgstr ""
264
265 #: ../fdroidserver/init.py:56
266 msgid "X.509 'Distiguished Name' used when generating keys"
267 msgstr ""
268
269 #: ../fdroidserver/init.py:58
270 msgid "Path to the keystore for the repo signing key"
271 msgstr ""
272
273 #: ../fdroidserver/init.py:60
274 msgid "Alias of the repo signing key in the keystore"
275 msgstr ""
276
277 #: ../fdroidserver/init.py:62
278 msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)"
279 msgstr ""
280
281 #: ../fdroidserver/init.py:64
282 msgid "Do not prompt for Android SDK path, just fail"
283 msgstr ""
284
285 #: ../fdroidserver/install.py:54
286 msgid "Install all signed applications available"
287 msgstr ""
288
289 #: ../fdroidserver/lint.py:393
290 msgid "Also warn about formatting issues, like rewritemeta -l"
291 msgstr ""
292
293 #: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py:57
294 msgid "app-id in the form APPID"
295 msgstr ""
296
297 #: ../fdroidserver/metadata.py:1337
298 msgid "force errors to be warnings, or ignore"
299 msgstr ""
300
301 #: ../fdroidserver/rewritemeta.py:54
302 msgid "List files that would be reformatted"
303 msgstr ""
304
305 #: ../fdroidserver/rewritemeta.py:56
306 msgid "Rewrite to a specific format: "
307 msgstr ""
308
309 #: ../fdroidserver/server.py:547
310 msgid "command to execute, either 'init' or 'update'"
311 msgstr ""
312
313 #: ../fdroidserver/server.py:549
314 msgid "Specify an identity file to provide to SSH for rsyncing"
315 msgstr ""
316
317 #: ../fdroidserver/server.py:551
318 msgid "Specify a local folder to sync the repo to"
319 msgstr ""
320
321 #: ../fdroidserver/server.py:553
322 msgid "Don't use rsync checksums"
323 msgstr ""
324
325 #: ../fdroidserver/stats.py:64
326 msgid "Download logs we don't have"
327 msgstr ""
328
329 #: ../fdroidserver/stats.py:66
330 msgid ""
331 "Recalculate aggregate stats - use when changes "
332 "have been made that would invalidate old cached data."
333 msgstr ""
334
335 #: ../fdroidserver/stats.py:69
336 msgid "Don't do anything logs-related"
337 msgstr ""
338
339 #: ../fdroidserver/update.py:1504
340 msgid "Create a repo signing key in a keystore"
341 msgstr ""
342
343 #: ../fdroidserver/update.py:1506
344 msgid "Create skeleton metadata files that are missing"
345 msgstr ""
346
347 #: ../fdroidserver/update.py:1508
348 msgid "Delete APKs and/or OBBs without metadata from the repo"
349 msgstr ""
350
351 #: ../fdroidserver/update.py:1510
352 msgid "Report on build data status"
353 msgstr ""
354
355 #: ../fdroidserver/update.py:1512
356 msgid "Interactively ask about things that need updating."
357 msgstr ""
358
359 #: ../fdroidserver/update.py:1514
360 msgid "Resize all the icons exceeding the max pixel size and exit"
361 msgstr ""
362
363 #: ../fdroidserver/update.py:1516
364 #, c-format
365 msgid "Specify editor to use in interactive mode. Default %s"
366 msgstr ""
367
368 #: ../fdroidserver/update.py:1521
369 msgid "Produce human-readable index.xml"
370 msgstr ""
371
372 #: ../fdroidserver/update.py:1523
373 msgid "Clean update - don't uses caches, reprocess all apks"
374 msgstr ""
375
376 #: ../fdroidserver/update.py:1525
377 msgid ""
378 "When configured for signed indexes, create only unsigned indexes at this "
379 "stage"
380 msgstr ""
381
382 #: ../fdroidserver/update.py:1527
383 msgid "Use date from apk instead of current time for newly added apks"
384 msgstr ""
385
386 #: ../fdroidserver/update.py:1529
387 msgid "Rename APK files that do not match package.name_123.apk"
388 msgstr ""