chiark / gitweb /
makebuildserver: add gradle 4.7
[fdroidserver.git] / locale / fdroidserver.pot
1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
9 "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
10 "POT-Creation-Date: 2018-02-13 09:01+0100\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20 #: ../fdroidserver/nightly.py
21 msgid ""
22 "\n"
23 "SSH Public Key to be used as Deploy Key:"
24 msgstr ""
25
26 #: ../fdroidserver/nightly.py
27 #, python-brace-format
28 msgid ""
29 "\n"
30 "{path} encoded for the DEBUG_KEYSTORE secret variable:"
31 msgstr ""
32
33 #: ../fdroidserver/lint.py
34 #, python-format
35 msgid "\"%s/\" has no matching metadata file!"
36 msgstr ""
37
38 #: ../fdroidserver/update.py
39 #, python-brace-format
40 msgid "\"{path}\" contains outdated {name} ({version})"
41 msgstr ""
42
43 #: ../fdroidserver/update.py
44 #, python-brace-format
45 msgid "\"{path}\" contains recent {name} ({version})"
46 msgstr ""
47
48 #: ../fdroidserver/server.py ../fdroidserver/upload.py
49 #, python-brace-format
50 msgid "\"{path}\" exists but s3cmd is not installed!"
51 msgstr ""
52
53 #: ../fdroidserver/metadata.py
54 #, python-brace-format
55 msgid "\"{path}\" is not an accepted format, convert to: {formats}"
56 msgstr ""
57
58 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
59 #, python-format
60 msgid "%(option)s option requires %(number)d argument"
61 msgid_plural "%(option)s option requires %(number)d arguments"
62 msgstr[0] ""
63 msgstr[1] ""
64
65 #: ../fdroidserver/mirror.py
66 #, python-format
67 msgid "%(prog)s [options] url"
68 msgstr ""
69
70 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
71 #, python-format
72 msgid "%(prog)s: error: %(message)s\n"
73 msgstr ""
74
75 #: ../fdroidserver/scanner.py
76 #, python-format
77 msgid "%d problems found"
78 msgstr ""
79
80 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
81 msgid "%prog [options]"
82 msgstr ""
83
84 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
85 #, python-format
86 msgid "%r is not callable"
87 msgstr ""
88
89 #: ../fdroidserver/lint.py
90 #, python-format
91 msgid "%s is not an accepted build field"
92 msgstr ""
93
94 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
95 #, python-format
96 msgid "%s option does not take a value"
97 msgstr ""
98
99 #: ../fdroidserver/index.py ../fdroidserver/common.py
100 msgid "'keypass' not found in config.py!"
101 msgstr ""
102
103 #: ../fdroidserver/index.py ../fdroidserver/common.py
104 msgid "'keystore' not found in config.py!"
105 msgstr ""
106
107 #: ../fdroidserver/index.py ../fdroidserver/common.py
108 msgid "'keystorepass' not found in config.py!"
109 msgstr ""
110
111 #: ../fdroidserver/index.py ../fdroidserver/common.py
112 msgid "'repo_keyalias' not found in config.py!"
113 msgstr ""
114
115 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
116 msgid "'required' is an invalid argument for positionals"
117 msgstr ""
118
119 #: ../fdroidserver/common.py
120 msgid "'sdk_path' not set in 'config.py'!"
121 msgstr ""
122
123 #. Translators: "build-tools" is the file name of a package from
124 #. Google, it is part of the Android SDK. So it probably shouldn't be
125 #. translated or transliterated.
126 #: ../fdroidserver/common.py
127 #, python-brace-format
128 msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!"
129 msgstr ""
130
131 #: ../fdroidserver/common.py
132 #, python-brace-format
133 msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
134 msgstr ""
135
136 #: ../fdroidserver/install.py
137 #, python-brace-format
138 msgid "'{apkfilename}' is already installed on {dev}."
139 msgstr ""
140
141 #: ../fdroidserver/common.py
142 #, python-brace-format
143 msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
144 msgstr ""
145
146 #: ../fdroidserver/common.py
147 #, python-brace-format
148 msgid "'{path}' failed to execute!"
149 msgstr ""
150
151 #: ../fdroidserver/metadata.py
152 #, python-brace-format
153 msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
154 msgstr ""
155
156 #: ../fdroidserver/checkupdates.py
157 #, python-brace-format
158 msgid "...checkupdate failed for {appid} : {error}"
159 msgstr ""
160
161 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
162 msgid ".__call__() not defined"
163 msgstr ""
164
165 #: ../fdroidserver/metadata.py
166 msgid ".fdroid.txt is not supported!  Convert to .fdroid.yml or .fdroid.json."
167 msgstr ""
168
169 #: ../fdroidserver/lint.py
170 msgid "/issues is missing"
171 msgstr ""
172
173 #: ../fdroidserver/mirror.py
174 msgid "A URL is required as an argument!"
175 msgstr ""
176
177 #: ../fdroid
178 msgid "Add PGP signatures using GnuPG for packages in repo"
179 msgstr ""
180
181 #: ../fdroid
182 msgid "Add a new application from its source code"
183 msgstr ""
184
185 #: ../fdroidserver/update.py
186 msgid "Add a repo signing key to an unsigned repo"
187 msgstr ""
188
189 #: ../fdroidserver/update.py
190 msgid "Add skeleton metadata files for APKs that are missing them"
191 msgstr ""
192
193 #: ../fdroidserver/update.py
194 #, python-brace-format
195 msgid "Adding new repo for only {name}"
196 msgstr ""
197
198 #: ../fdroidserver/init.py
199 msgid "Alias of the repo signing key in the keystore"
200 msgstr ""
201
202 #: ../fdroidserver/import.py
203 msgid "Allows a different revision (or git branch) to be specified for the initial import"
204 msgstr ""
205
206 #: ../fdroidserver/mirror.py
207 msgid "Also mirror the full archive section"
208 msgstr ""
209
210 #: ../fdroidserver/lint.py
211 msgid "Also warn about formatting issues, like rewritemeta -l"
212 msgstr ""
213
214 #: ../fdroidserver/common.py
215 #, python-brace-format
216 msgid "Android SDK '{path}' does not have '{dirname}' installed!"
217 msgstr ""
218
219 #: ../fdroidserver/common.py
220 msgid "Android SDK not found!"
221 msgstr ""
222
223 #: ../fdroidserver/common.py
224 #, python-brace-format
225 msgid "Android SDK path '{path}' does not exist!"
226 msgstr ""
227
228 #: ../fdroidserver/common.py
229 #, python-brace-format
230 msgid "Android SDK path '{path}' is not a directory!"
231 msgstr ""
232
233 #. Translators: "build-tools" is the file name of a package from
234 #. Google, it is part of the Android SDK. So it probably shouldn't be
235 #. translated or transliterated.
236 #: ../fdroidserver/common.py
237 #, python-brace-format
238 msgid "Android build-tools path '{path}' does not exist!"
239 msgstr ""
240
241 #: ../fdroidserver/update.py
242 msgid "AndroidManifest.xml has no date"
243 msgstr ""
244
245 #: ../fdroidserver/lint.py
246 #, python-brace-format
247 msgid "App is in '{repo}' but has a link to {url}"
248 msgstr ""
249
250 #: ../fdroidserver/lint.py
251 msgid "Appending .git is not necessary"
252 msgstr ""
253
254 #: ../fdroidserver/update.py
255 #, python-brace-format
256 msgid "Archiving {apkfilename} with invalid signature!"
257 msgstr ""
258
259 #: ../fdroidserver/mirror.py
260 msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
261 msgstr ""
262
263 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
264 #: ../fdroidserver/lint.py
265 #, python-brace-format
266 msgid "Branch '{branch}' used as commit in build '{versionName}'"
267 msgstr ""
268
269 #: ../fdroidserver/lint.py
270 #, python-brace-format
271 msgid "Branch '{branch}' used as commit in srclib '{srclib}'"
272 msgstr ""
273
274 #: ../fdroid
275 msgid "Build a package from source"
276 msgstr ""
277
278 #: ../fdroidserver/build.py
279 msgid "Build all applications available"
280 msgstr ""
281
282 #: ../fdroidserver/lint.py
283 msgid "Build generated by `fdroid import` - remove disable line once ready"
284 msgstr ""
285
286 #: ../fdroidserver/build.py
287 msgid "Build only the latest version of each package"
288 msgstr ""
289
290 #: ../fdroidserver/metadata.py
291 #, python-brace-format
292 msgid "Build should have comma-separated versionName and versionCode, not \"{value}\", in {linedesc}"
293 msgstr ""
294
295 #: ../fdroidserver/init.py
296 #, python-format
297 msgid "Built repo based in \"%s\" with this config:"
298 msgstr ""
299
300 #: ../fdroidserver/build.py
301 msgid "Can't build due to {} error while scanning"
302 msgid_plural "Can't build due to {} errors while scanning"
303 msgstr[0] ""
304 msgstr[1] ""
305
306 #: ../fdroidserver/metadata.py
307 #, python-brace-format
308 msgid "Cannot find a packageName for {path}!"
309 msgstr ""
310
311 #: ../fdroidserver/metadata.py
312 #, python-brace-format
313 msgid "Cannot find an appid for {path}!"
314 msgstr ""
315
316 #: ../fdroidserver/vmtools.py
317 #, python-brace-format
318 msgid "Cannot read \"{path}\"!"
319 msgstr ""
320
321 #: ../fdroidserver/metadata.py
322 #, python-brace-format
323 msgid "Cannot resolve app id {appid}"
324 msgstr ""
325
326 #: ../fdroidserver/rewritemeta.py
327 msgid "Cannot use --list and --to at the same time"
328 msgstr ""
329
330 #: ../fdroidserver/metadata.py
331 #, python-brace-format
332 msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
333 msgstr ""
334
335 #: ../fdroidserver/lint.py
336 msgid "Categories are not set"
337 msgstr ""
338
339 #: ../fdroidserver/lint.py
340 #, python-format
341 msgid "Category '%s' is not valid"
342 msgstr ""
343
344 #: ../fdroid
345 msgid "Check for updates to applications"
346 msgstr ""
347
348 #: ../fdroidserver/update.py
349 #, python-brace-format
350 msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
351 msgstr ""
352
353 #: ../fdroidserver/dscanner.py
354 msgid "Clean after all scans have finished"
355 msgstr ""
356
357 #: ../fdroidserver/dscanner.py
358 msgid "Clean before the scans start and rebuild the container"
359 msgstr ""
360
361 #: ../fdroidserver/dscanner.py
362 msgid "Clean up all containers and then exit"
363 msgstr ""
364
365 #: ../fdroidserver/update.py
366 msgid "Clean update - don't uses caches, reprocess all APKs"
367 msgstr ""
368
369 #: ../fdroidserver/import.py
370 msgid "Comma separated list of categories."
371 msgstr ""
372
373 #: ../fdroid
374 #, c-format, python-format
375 msgid "Command '%s' not recognised.\n"
376 msgstr ""
377
378 #: ../fdroidserver/checkupdates.py
379 msgid "Commit changes"
380 msgstr ""
381
382 #: ../fdroidserver/common.py
383 #, python-brace-format
384 msgid "Could not find '{command}' on your system"
385 msgstr ""
386
387 #: ../fdroidserver/update.py
388 #, python-brace-format
389 msgid "Could not find {path} to remove it"
390 msgstr ""
391
392 #: ../fdroidserver/update.py
393 msgid "Could not open apk file for analysis"
394 msgstr ""
395
396 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
397 #: ../fdroidserver/import.py
398 msgid "Couldn't find latest version code"
399 msgstr ""
400
401 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
402 #: ../fdroidserver/import.py
403 msgid "Couldn't find latest version name"
404 msgstr ""
405
406 #: ../fdroidserver/import.py
407 msgid "Couldn't find package ID"
408 msgstr ""
409
410 #: ../fdroidserver/update.py
411 msgid "Cowardily refusing to overwrite existing signing key setup!"
412 msgstr ""
413
414 #: ../fdroidserver/update.py
415 msgid "Create a repo signing key in a keystore"
416 msgstr ""
417
418 #: ../fdroidserver/update.py
419 msgid "Create skeleton metadata files that are missing"
420 msgstr ""
421
422 #: ../fdroidserver/server.py ../fdroidserver/upload.py
423 #, python-brace-format
424 msgid "Created new container \"{name}\""
425 msgstr ""
426
427 #: ../fdroidserver/server.py ../fdroidserver/upload.py
428 #, python-brace-format
429 msgid "Creating \"{path}\" for configuring s3cmd."
430 msgstr ""
431
432 #: ../fdroidserver/publish.py
433 msgid "Creating log directory"
434 msgstr ""
435
436 #: ../fdroidserver/server.py ../fdroidserver/upload.py
437 #, python-brace-format
438 msgid "Creating new S3 bucket: {url}"
439 msgstr ""
440
441 #: ../fdroidserver/publish.py
442 msgid "Creating output directory"
443 msgstr ""
444
445 #: ../fdroidserver/index.py
446 msgid "Creating signed index with this key (SHA256):"
447 msgstr ""
448
449 #: ../fdroidserver/import.py ../fdroidserver/verify.py
450 #: ../fdroidserver/publish.py
451 msgid "Creating temporary directory"
452 msgstr ""
453
454 #: ../fdroidserver/index.py
455 msgid "Creating unsigned index in preparation for signing"
456 msgstr ""
457
458 #: ../fdroidserver/nightly.py
459 msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
460 msgstr ""
461
462 #: ../fdroidserver/update.py
463 msgid "Delete APKs and/or OBBs without metadata from the repo"
464 msgstr ""
465
466 #: ../fdroidserver/update.py
467 #, python-brace-format
468 msgid "Deleting unknown file: {path}"
469 msgstr ""
470
471 #: ../fdroidserver/lint.py
472 #, python-format
473 msgid "Description '%s' is just the app's summary"
474 msgstr ""
475
476 #: ../fdroidserver/lint.py
477 msgid "Description has a duplicate line"
478 msgstr ""
479
480 #: ../fdroidserver/lint.py
481 #, python-format
482 msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
483 msgstr ""
484
485 #: ../fdroidserver/lint.py
486 #, python-brace-format
487 msgid "Description of length {length} is over the {limit} char limit"
488 msgstr ""
489
490 #: ../fdroidserver/mirror.py
491 #, python-brace-format
492 msgid "Do not include \"{path}\" in URL!"
493 msgstr ""
494
495 #: ../fdroidserver/init.py
496 msgid "Do not prompt for Android SDK path, just fail"
497 msgstr ""
498
499 #: ../fdroidserver/build.py
500 msgid "Don't create a source tarball, useful when testing a build"
501 msgstr ""
502
503 #: ../fdroidserver/stats.py
504 msgid "Don't do anything logs-related"
505 msgstr ""
506
507 #: ../fdroidserver/build.py
508 msgid "Don't refresh the repository, useful when testing a build with no internet connection"
509 msgstr ""
510
511 #: ../fdroidserver/server.py ../fdroidserver/nightly.py
512 #: ../fdroidserver/upload.py
513 msgid "Don't use rsync checksums"
514 msgstr ""
515
516 #: ../fdroid
517 msgid "Download complete mirrors of small repos"
518 msgstr ""
519
520 #: ../fdroidserver/stats.py
521 msgid "Download logs we don't have"
522 msgstr ""
523
524 #: ../fdroidserver/common.py
525 msgid "Downloading the repository already failed once, not trying again."
526 msgstr ""
527
528 #: ../fdroidserver/verify.py
529 #, python-brace-format
530 msgid "Downloading {url} failed. {error}"
531 msgstr ""
532
533 #: ../fdroidserver/metadata.py
534 #, python-brace-format
535 msgid "Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
536 msgstr ""
537
538 #: ../fdroidserver/lint.py
539 #, python-brace-format
540 msgid "Duplicate link in '{field}': {url}"
541 msgstr ""
542
543 #: ../fdroid
544 msgid "Dynamically scan APKs post build"
545 msgstr ""
546
547 #: ../fdroidserver/mirror.py
548 msgid ""
549 "ERROR: this command should never be used to mirror f-droid.org!\n"
550 "A full mirror of f-droid.org requires more than 200GB."
551 msgstr ""
552
553 #: ../fdroidserver/nightly.py
554 msgid "ERROR: unsupported CI type, patches welcome!"
555 msgstr ""
556
557 #: ../fdroidserver/metadata.py
558 #, python-brace-format
559 msgid "Empty build flag at {linedesc}"
560 msgstr ""
561
562 #: ../fdroidserver/init.py
563 #, python-format
564 msgid ""
565 "Enter the path to the Android SDK (%s) here:\n"
566 "> "
567 msgstr ""
568
569 #: ../fdroidserver/server.py ../fdroidserver/checkupdates.py
570 #: ../fdroidserver/upload.py
571 #, python-format
572 msgid "Error while attempting to publish log: %s"
573 msgstr ""
574
575 #: ../fdroidserver/import.py
576 msgid "Error while getting repo address"
577 msgstr ""
578
579 #: ../fdroid
580 msgid "Extract signatures from APKs"
581 msgstr ""
582
583 #: ../fdroidserver/signatures.py
584 #, python-brace-format
585 msgid "Failed fetching signatures for '{apkfilename}': {error}"
586 msgstr ""
587
588 #: ../fdroidserver/update.py
589 #, python-brace-format
590 msgid "Failed reading {path}: {error}"
591 msgstr ""
592
593 #: ../fdroidserver/update.py
594 #, python-brace-format
595 msgid "Failed resizing {path}: {error}"
596 msgstr ""
597
598 #: ../fdroidserver/publish.py
599 msgid "Failed to align application"
600 msgstr ""
601
602 #: ../fdroidserver/server.py ../fdroidserver/upload.py
603 #, python-brace-format
604 msgid "Failed to create S3 bucket: {url}"
605 msgstr ""
606
607 #: ../fdroidserver/common.py
608 msgid "Failed to get APK manifest information"
609 msgstr ""
610
611 #: ../fdroidserver/update.py
612 #, python-brace-format
613 msgid "Failed to get apk information, deleting {path}"
614 msgstr ""
615
616 #: ../fdroidserver/update.py
617 #, python-brace-format
618 msgid "Failed to get apk information, skipping {path}"
619 msgstr ""
620
621 #: ../fdroidserver/install.py
622 #, python-brace-format
623 msgid "Failed to install '{apkfilename}' on {dev}: {error}"
624 msgstr ""
625
626 #: ../fdroidserver/publish.py ../fdroidserver/common.py
627 msgid "Failed to sign application"
628 msgstr ""
629
630 #: ../fdroidserver/common.py
631 msgid "Failed to zipalign application"
632 msgstr ""
633
634 #: ../fdroidserver/build.py
635 #, python-brace-format
636 msgid "Fetched buildserverid from VM: {buildserverid}"
637 msgstr ""
638
639 #: ../fdroidserver/signatures.py
640 #, python-brace-format
641 msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'"
642 msgstr ""
643
644 #: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py
645 #: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py
646 #: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
647 #: ../fdroidserver/install.py
648 msgid "Finished"
649 msgstr ""
650
651 #: ../fdroidserver/lint.py
652 msgid "Flattr donation methods belong in the FlattrID flag"
653 msgstr ""
654
655 #: ../fdroidserver/lint.py
656 msgid "Forbidden HTML tags"
657 msgstr ""
658
659 #: ../fdroidserver/build.py
660 msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
661 msgstr ""
662
663 #: ../fdroidserver/build.py
664 #, python-brace-format
665 msgid "Force halting build after {0} sec timeout!"
666 msgstr ""
667
668 #: ../fdroidserver/update.py
669 #, python-brace-format
670 msgid "Found \"{path}\" graphic without metadata for app \"{name}\"!"
671 msgstr ""
672
673 #: ../fdroidserver/common.py
674 msgid "Found invalid appids in arguments"
675 msgstr ""
676
677 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
678 #: ../fdroidserver/common.py
679 msgid "Found invalid versionCodes for some apps"
680 msgstr ""
681
682 #: ../fdroidserver/metadata.py
683 #, python-brace-format
684 msgid "Found multiple metadata files for {appid}"
685 msgstr ""
686
687 #: ../fdroidserver/index.py
688 msgid "Found multiple signing certificates for repository."
689 msgstr ""
690
691 #: ../fdroidserver/update.py
692 #, python-brace-format
693 msgid "Found multiple signing certificates in {path}"
694 msgstr ""
695
696 #: ../fdroidserver/index.py
697 msgid "Found no signing certificates for repository."
698 msgstr ""
699
700 #: ../fdroidserver/lint.py
701 #, python-format
702 msgid "Found non-file at %s"
703 msgstr ""
704
705 #: ../fdroidserver/update.py
706 #, python-brace-format
707 msgid "Generated skeleton metadata for {appid}"
708 msgstr ""
709
710 #: ../fdroidserver/common.py
711 #, python-format
712 msgid "Git checkout of '%s' failed"
713 msgstr ""
714
715 #: ../fdroidserver/common.py
716 msgid "Git clean failed"
717 msgstr ""
718
719 #: ../fdroidserver/common.py
720 msgid "Git fetch failed"
721 msgstr ""
722
723 #: ../fdroidserver/common.py
724 msgid "Git remote set-head failed"
725 msgstr ""
726
727 #: ../fdroidserver/common.py
728 msgid "Git reset failed"
729 msgstr ""
730
731 #: ../fdroidserver/common.py
732 msgid "Git submodule sync failed"
733 msgstr ""
734
735 #: ../fdroidserver/common.py
736 msgid "Git submodule update failed"
737 msgstr ""
738
739 #: ../fdroidserver/common.py
740 msgid "HTTPS must be used with Subversion URLs!"
741 msgstr ""
742
743 #: ../fdroidserver/index.py
744 msgid "Ignoring package without metadata: "
745 msgstr ""
746
747 #: ../fdroidserver/update.py
748 #, python-brace-format
749 msgid "Ignoring stale cache data for {apkfilename}"
750 msgstr ""
751
752 #: ../fdroidserver/rewritemeta.py
753 #, python-brace-format
754 msgid "Ignoring {ext} file at '{path}'"
755 msgstr ""
756
757 #: ../fdroidserver/update.py
758 msgid "Include APKs that are signed with disabled algorithms like MD5"
759 msgstr ""
760
761 #: ../fdroidserver/common.py
762 msgid "Initialising submodules"
763 msgstr ""
764
765 #: ../fdroidserver/install.py
766 msgid "Install all signed applications available"
767 msgstr ""
768
769 #: ../fdroid
770 msgid "Install built packages on devices"
771 msgstr ""
772
773 #: ../fdroidserver/install.py
774 #, python-format
775 msgid "Installing %s..."
776 msgstr ""
777
778 #: ../fdroidserver/install.py
779 #, python-brace-format
780 msgid "Installing '{apkfilename}' on {dev}..."
781 msgstr ""
782
783 #: ../fdroid
784 msgid "Interact with the repo HTTP server"
785 msgstr ""
786
787 #: ../fdroidserver/update.py
788 msgid "Interactively ask about things that need updating."
789 msgstr ""
790
791 #: ../fdroidserver/update.py
792 msgid "Invalid APK"
793 msgstr ""
794
795 #: ../fdroidserver/metadata.py
796 #, python-format
797 msgid "Invalid boolean '%s'"
798 msgstr ""
799
800 #: ../fdroidserver/metadata.py
801 #, python-brace-format
802 msgid "Invalid build flag at {line} in {linedesc}"
803 msgstr ""
804
805 #: ../fdroidserver/metadata.py
806 #, python-brace-format
807 msgid "Invalid build format: {value} in {name}"
808 msgstr ""
809
810 #: ../fdroidserver/lint.py
811 msgid "Invalid bulleted list"
812 msgstr ""
813
814 #: ../fdroidserver/lint.py
815 #, python-format
816 msgid "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
817 msgstr ""
818
819 #: ../fdroidserver/lint.py
820 msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]"
821 msgstr ""
822
823 #: ../fdroidserver/metadata.py
824 #, python-format
825 msgid "Invalid metadata in %s:%d"
826 msgstr ""
827
828 #: ../fdroidserver/metadata.py
829 msgid "Invalid metadata in: "
830 msgstr ""
831
832 #: ../fdroidserver/common.py
833 #, python-format
834 msgid "Invalid name for published file: %s"
835 msgstr ""
836
837 #: ../fdroidserver/common.py
838 #, python-brace-format
839 msgid "Invalid package name {0}"
840 msgstr ""
841
842 #: ../fdroidserver/metadata.py
843 #, python-brace-format
844 msgid "Invalid versionCode: \"{versionCode}\" is not an integer!"
845 msgstr ""
846
847 #: ../fdroidserver/common.py
848 #, python-brace-format
849 msgid "JAR signature failed to verify: {path}"
850 msgstr ""
851
852 #: ../fdroidserver/common.py
853 #, python-brace-format
854 msgid "JAR signature verified: {path}"
855 msgstr ""
856
857 #: ../fdroidserver/publish.py ../fdroidserver/update.py
858 #: ../fdroidserver/mirror.py
859 msgid "Java JDK not found! Install in standard location or set java_paths!"
860 msgstr ""
861
862 #: ../fdroidserver/signindex.py
863 msgid "Java jarsigner not found! Install in standard location or set java_paths!"
864 msgstr ""
865
866 #: ../fdroidserver/lint.py
867 msgid "Javascript in HTML src attributes"
868 msgstr ""
869
870 #: ../fdroidserver/init.py
871 msgid "Keystore for signing key:\t"
872 msgstr ""
873
874 #: ../fdroidserver/lint.py
875 #, python-brace-format
876 msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
877 msgstr ""
878
879 #: ../fdroidserver/lint.py
880 msgid "Liberapay donation methods belong in the LiberapayID flag"
881 msgstr ""
882
883 #: ../fdroidserver/rewritemeta.py
884 msgid "List files that would be reformatted"
885 msgstr ""
886
887 #: ../fdroidserver/build.py
888 msgid "Make the build stop on exceptions"
889 msgstr ""
890
891 #: ../fdroidserver/index.py
892 msgid "Malformed repository mirrors."
893 msgstr ""
894
895 #: ../fdroidserver/server.py
896 msgid "Malformed serverwebroot line:"
897 msgstr ""
898
899 #: ../fdroidserver/gpgsign.py
900 msgid "Missing output directory"
901 msgstr ""
902
903 #: ../fdroidserver/lint.py
904 #, python-format
905 msgid "Name '%s' is just the auto name - remove it"
906 msgstr ""
907
908 #: ../fdroidserver/common.py
909 msgid "No 'config.py' found, using defaults."
910 msgstr ""
911
912 #: ../fdroidserver/common.py
913 msgid "No Android SDK found!"
914 msgstr ""
915
916 #: ../fdroidserver/import.py
917 msgid "No android or kivy project could be found. Specify --subdir?"
918 msgstr ""
919
920 #: ../fdroidserver/install.py
921 msgid "No attached devices found"
922 msgstr ""
923
924 #: ../fdroidserver/metadata.py
925 #, python-brace-format
926 msgid "No commit specified for {versionName} in {linedesc}"
927 msgstr ""
928
929 #: ../fdroidserver/index.py
930 msgid "No fingerprint in URL."
931 msgstr ""
932
933 #: ../fdroidserver/common.py
934 msgid "No git submodules available"
935 msgstr ""
936
937 #: ../fdroidserver/import.py
938 msgid "No information found."
939 msgstr ""
940
941 #: ../fdroidserver/lint.py
942 msgid "No need to specify that the app is Free Software"
943 msgstr ""
944
945 #: ../fdroidserver/lint.py
946 msgid "No need to specify that the app is for Android"
947 msgstr ""
948
949 #: ../fdroidserver/server.py
950 msgid "No option set! Edit your config.py to set at least one of these:"
951 msgstr ""
952
953 #: ../fdroidserver/common.py
954 msgid "No packages specified"
955 msgstr ""
956
957 #: ../fdroidserver/install.py
958 #, python-format
959 msgid "No signed apk available for %s"
960 msgstr ""
961
962 #: ../fdroidserver/install.py
963 msgid "No signed output directory - nothing to do"
964 msgstr ""
965
966 #: ../fdroidserver/update.py
967 #, python-brace-format
968 msgid "No signing certificates found in {path}"
969 msgstr ""
970
971 #: ../fdroidserver/common.py
972 #, python-format
973 msgid "No such package: %s"
974 msgstr ""
975
976 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
977 #: ../fdroidserver/common.py
978 #, python-brace-format
979 msgid "No such versionCode {versionCode} for app {appid}"
980 msgstr ""
981
982 #: ../fdroidserver/verify.py ../fdroidserver/publish.py
983 msgid "No unsigned directory - nothing to do"
984 msgstr ""
985
986 #: ../fdroidserver/signindex.py
987 msgid "Nothing to do"
988 msgstr ""
989
990 #: ../fdroidserver/checkupdates.py
991 #, python-brace-format
992 msgid "Nothing to do for {appid}."
993 msgstr ""
994
995 #: ../fdroidserver/init.py
996 msgid "Now set these in config.py:"
997 msgstr ""
998
999 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
1000 #: ../fdroidserver/update.py
1001 #, python-brace-format
1002 msgid "OBB file has newer versionCode({integer}) than any APK:"
1003 msgstr ""
1004
1005 #: ../fdroidserver/update.py
1006 msgid "OBB filename must start with \"main.\" or \"patch.\":"
1007 msgstr ""
1008
1009 #: ../fdroidserver/update.py
1010 msgid "OBB's packagename does not match a supported APK:"
1011 msgstr ""
1012
1013 #: ../fdroidserver/common.py
1014 #, python-brace-format
1015 msgid "Old APK signature failed to verify: {path}"
1016 msgstr ""
1017
1018 #: ../fdroidserver/update.py
1019 #, python-brace-format
1020 msgid "Only PNG and JPEG are supported for graphics, found: {path}"
1021 msgstr ""
1022
1023 #: ../fdroidserver/checkupdates.py
1024 msgid "Only print differences with the Play Store"
1025 msgstr ""
1026
1027 #: ../fdroidserver/checkupdates.py
1028 msgid "Only process apps with auto-updates"
1029 msgstr ""
1030
1031 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1032 msgid "Options"
1033 msgstr ""
1034
1035 #: ../fdroidserver/import.py
1036 msgid "Overall license of the project."
1037 msgstr ""
1038
1039 #: ../fdroidserver/dscanner.py
1040 msgid "Override path for repo APKs (default: ./repo)"
1041 msgstr ""
1042
1043 #: ../fdroidserver/common.py
1044 #, python-brace-format
1045 msgid "Parsing manifest at '{path}'"
1046 msgstr ""
1047
1048 #: ../fdroidserver/common.py
1049 msgid "Password required with username"
1050 msgstr ""
1051
1052 #: ../fdroidserver/import.py
1053 msgid "Path to main Android project subdirectory, if not in root."
1054 msgstr ""
1055
1056 msgid "Path to main android project subdirectory, if not in root."
1057 msgstr ""
1058
1059 #: ../fdroidserver/init.py
1060 msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)"
1061 msgstr ""
1062
1063 #: ../fdroidserver/btlog.py
1064 msgid "Path to the git repo to use as the log"
1065 msgstr ""
1066
1067 #: ../fdroidserver/init.py
1068 msgid "Path to the keystore for the repo signing key"
1069 msgstr ""
1070
1071 #: ../fdroidserver/dscanner.py
1072 msgid "Prepare Drozer to run a scan"
1073 msgstr ""
1074
1075 msgid "Prepare drozer to run a scan"
1076 msgstr ""
1077
1078 #: ../fdroidserver/nightly.py
1079 msgid "Print the secret variable to the terminal for easy copy/paste"
1080 msgstr ""
1081
1082 #: ../fdroidserver/metadata.py
1083 #, python-brace-format
1084 msgid "Problem with description of {appid}: {error}"
1085 msgstr ""
1086
1087 #: ../fdroidserver/common.py
1088 #, python-brace-format
1089 msgid "Problem with xml at '{path}'"
1090 msgstr ""
1091
1092 #: ../fdroidserver/checkupdates.py
1093 msgid "Process auto-updates"
1094 msgstr ""
1095
1096 #: ../fdroidserver/publish.py ../fdroidserver/update.py
1097 #, python-brace-format
1098 msgid "Processing {apkfilename}"
1099 msgstr ""
1100
1101 #: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
1102 #, python-brace-format
1103 msgid "Processing {appid}"
1104 msgstr ""
1105
1106 #: ../fdroidserver/update.py
1107 msgid "Produce human-readable XML/JSON for index files"
1108 msgstr ""
1109
1110 #: ../fdroidserver/update.py
1111 msgid "Produce human-readable index.xml"
1112 msgstr ""
1113
1114 #: ../fdroidserver/import.py
1115 msgid "Project URL to import from."
1116 msgstr ""
1117
1118 #: ../fdroidserver/lint.py
1119 msgid "Punctuation should be avoided"
1120 msgstr ""
1121
1122 #: ../fdroidserver/btlog.py
1123 msgid "Push the log to this git remote repository"
1124 msgstr ""
1125
1126 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1127 #, python-brace-format
1128 msgid "Pushing binary transparency log to {url}"
1129 msgstr ""
1130
1131 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1132 #, python-brace-format
1133 msgid "Pushing to {url}"
1134 msgstr ""
1135
1136 #: ../fdroid
1137 msgid "Quickly start a new repository"
1138 msgstr ""
1139
1140 #: ../fdroid
1141 msgid "Read all the metadata files and exit"
1142 msgstr ""
1143
1144 #: ../fdroidserver/common.py
1145 #, python-brace-format
1146 msgid "Reading '{config_file}'"
1147 msgstr ""
1148
1149 #: ../fdroidserver/common.py
1150 #, python-brace-format
1151 msgid "Reading minSdkVersion failed: \"{apkfilename}\""
1152 msgstr ""
1153
1154 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
1155 #. https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
1156 #: ../fdroidserver/common.py
1157 #, python-brace-format
1158 msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
1159 msgstr ""
1160
1161 #: ../fdroidserver/update.py
1162 #, python-brace-format
1163 msgid "Reading {apkfilename} from cache"
1164 msgstr ""
1165
1166 #: ../fdroidserver/stats.py
1167 msgid "Recalculate aggregate stats - use when changes have been made that would invalidate old cached data."
1168 msgstr ""
1169
1170 #: ../fdroidserver/common.py
1171 msgid "Removing specified files"
1172 msgstr ""
1173
1174 #: ../fdroidserver/update.py
1175 msgid "Rename APK files that do not match package.name_123.apk"
1176 msgstr ""
1177
1178 #: ../fdroidserver/update.py
1179 msgid "Report on build data status"
1180 msgstr ""
1181
1182 #: ../fdroidserver/build.py
1183 msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
1184 msgstr ""
1185
1186 #: ../fdroidserver/nightly.py
1187 #, python-brace-format
1188 msgid "Resigning {apkfilename} with provided debug.keystore"
1189 msgstr ""
1190
1191 #: ../fdroidserver/update.py
1192 msgid "Resize all the icons exceeding the max pixel size and exit"
1193 msgstr ""
1194
1195 #: ../fdroidserver/common.py
1196 msgid "Restrict output to warnings and errors"
1197 msgstr ""
1198
1199 #: ../fdroid
1200 msgid "Rewrite all the metadata files"
1201 msgstr ""
1202
1203 #: ../fdroidserver/rewritemeta.py
1204 msgid "Rewrite to a specific format: "
1205 msgstr ""
1206
1207 #: ../fdroidserver/rewritemeta.py
1208 #, python-brace-format
1209 msgid "Rewriting '{appid}'"
1210 msgstr ""
1211
1212 #: ../fdroidserver/rewritemeta.py
1213 #, python-brace-format
1214 msgid "Rewriting '{appid}' to '{path}'"
1215 msgstr ""
1216
1217 #: ../fdroidserver/lint.py
1218 msgid "Run rewritemeta to fix formatting"
1219 msgstr ""
1220
1221 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1222 msgid "Running first pass with MD5 checking disabled"
1223 msgstr ""
1224
1225 #: ../fdroidserver/mirror.py
1226 #, python-brace-format
1227 msgid "Running wget in {path}"
1228 msgstr ""
1229
1230 #: ../fdroidserver/dscanner.py
1231 msgid "Scan only the latest version of each package"
1232 msgstr ""
1233
1234 #: ../fdroid
1235 msgid "Scan the source code of a package"
1236 msgstr ""
1237
1238 #: ../fdroidserver/scanner.py
1239 #, python-brace-format
1240 msgid "Scanner found {count} problems in {appid}:"
1241 msgstr ""
1242
1243 #: ../fdroidserver/scanner.py
1244 #, python-brace-format
1245 msgid "Scanner found {count} problems in {appid}:{versionCode}:"
1246 msgstr ""
1247
1248 #: ../fdroidserver/build.py
1249 msgid "Scanner found {} problem"
1250 msgid_plural "Scanner found {} problems"
1251 msgstr[0] ""
1252 msgstr[1] ""
1253
1254 #: ../fdroidserver/common.py
1255 msgid "Set clock to that time using:"
1256 msgstr ""
1257
1258 #: ../fdroidserver/build.py
1259 #, python-brace-format
1260 msgid "Set open file limit to {integer}"
1261 msgstr ""
1262
1263 #: ../fdroid
1264 msgid "Set up an app build for a nightly build repo"
1265 msgstr ""
1266
1267 #: ../fdroidserver/build.py
1268 msgid "Setting open file limit failed: "
1269 msgstr ""
1270
1271 #: ../fdroidserver/build.py
1272 #, python-brace-format
1273 msgid "Setting {0} sec timeout for this build"
1274 msgstr ""
1275
1276 #: ../fdroidserver/build.py
1277 msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
1278 msgstr ""
1279
1280 msgid "Setup an emulator, install the apk on it and perform a drozer scan"
1281 msgstr ""
1282
1283 #: ../fdroid
1284 msgid "Sign and place packages in the repo"
1285 msgstr ""
1286
1287 #: ../fdroid
1288 msgid "Sign indexes created using update --nosign"
1289 msgstr ""
1290
1291 #: ../fdroidserver/build.py
1292 msgid "Skip scanning the source code for binaries and other problems"
1293 msgstr ""
1294
1295 #: ../fdroidserver/update.py
1296 #, python-brace-format
1297 msgid "Skipping '{apkfilename}' with invalid signature!"
1298 msgstr ""
1299
1300 #: ../fdroidserver/update.py
1301 #, python-brace-format
1302 msgid "Skipping index generation for {appid}"
1303 msgstr ""
1304
1305 #: ../fdroidserver/update.py
1306 #, python-brace-format
1307 msgid "Skipping {apkfilename} with invalid signature!"
1308 msgstr ""
1309
1310 #: ../fdroidserver/scanner.py
1311 #, python-brace-format
1312 msgid "Skipping {appid}: disabled"
1313 msgstr ""
1314
1315 #: ../fdroidserver/scanner.py
1316 #, python-brace-format
1317 msgid "Skipping {appid}: no builds specified"
1318 msgstr ""
1319
1320 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1321 msgid "Specify a local folder to sync the repo to"
1322 msgstr ""
1323
1324 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1325 msgid "Specify an identity file to provide to SSH for rsyncing"
1326 msgstr ""
1327
1328 #: ../fdroidserver/update.py
1329 msgid "Specify editor to use in interactive mode. Default "
1330 msgstr ""
1331
1332 #, c-format
1333 msgid "Specify editor to use in interactive mode. Default %s"
1334 msgstr ""
1335
1336 #: ../fdroidserver/update.py
1337 #, python-brace-format
1338 msgid "Specify editor to use in interactive mode. Default is {path}"
1339 msgstr ""
1340
1341 #: ../fdroidserver/build.py
1342 msgid "Specify that we're running on the build server"
1343 msgstr ""
1344
1345 #: ../fdroidserver/nightly.py
1346 msgid "Specify which debug keystore file to use."
1347 msgstr ""
1348
1349 #: ../fdroidserver/common.py
1350 msgid "Spew out even more information than normal"
1351 msgstr ""
1352
1353 #: ../fdroidserver/nightly.py
1354 #, python-brace-format
1355 msgid "Striping mystery signature from {apkfilename}"
1356 msgstr ""
1357
1358 #: ../fdroidserver/lint.py
1359 #, python-format
1360 msgid "Summary '%s' is just the app's name"
1361 msgstr ""
1362
1363 #: ../fdroidserver/lint.py
1364 #, python-brace-format
1365 msgid "Summary of length {length} is over the {limit} char limit"
1366 msgstr ""
1367
1368 #: ../fdroidserver/common.py
1369 #, python-brace-format
1370 msgid "System clock is older than date in {path}!"
1371 msgstr ""
1372
1373 #: ../fdroidserver/build.py
1374 msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
1375 msgstr ""
1376
1377 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
1378 #: ../fdroidserver/update.py
1379 #, python-brace-format
1380 msgid "The OBB version code must come after \"{name}.\":"
1381 msgstr ""
1382
1383 #: ../fdroidserver/btlog.py
1384 msgid "The base URL for the repo to log (default: https://f-droid.org)"
1385 msgstr ""
1386
1387 #: ../fdroidserver/mirror.py
1388 msgid "The directory to write the mirror to"
1389 msgstr ""
1390
1391 #: ../fdroidserver/server.py
1392 msgid "The only commands currently supported are 'init' and 'update'"
1393 msgstr ""
1394
1395 #: ../fdroidserver/index.py
1396 msgid "The repository's fingerprint does not match."
1397 msgstr ""
1398
1399 #: ../fdroidserver/common.py
1400 msgid "The repository's index could not be verified."
1401 msgstr ""
1402
1403 #: ../fdroidserver/server.py
1404 #, python-brace-format
1405 msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
1406 msgstr ""
1407
1408 #: ../fdroidserver/nightly.py
1409 msgid "The the file to be included in the repo (path or glob)"
1410 msgstr ""
1411
1412 #: ../fdroidserver/publish.py
1413 msgid "There is a keyalias collision - publishing halted"
1414 msgstr ""
1415
1416 #: ../fdroidserver/import.py
1417 #, python-format
1418 msgid "This repo already has local metadata: %s"
1419 msgstr ""
1420
1421 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1422 msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
1423 msgstr ""
1424
1425 #: ../fdroidserver/lint.py
1426 msgid "UCM is set but it looks like checkupdates hasn't been run yet"
1427 msgstr ""
1428
1429 #: ../fdroidserver/lint.py
1430 msgid "URL shorteners should not be used"
1431 msgstr ""
1432
1433 #: ../fdroidserver/metadata.py
1434 msgid "URL title is just the URL, use brackets: [URL]"
1435 msgstr ""
1436
1437 #: ../fdroidserver/lint.py
1438 #, python-brace-format
1439 msgid "URL {url} in Description: {error}"
1440 msgstr ""
1441
1442 #: ../fdroidserver/metadata.py
1443 #, python-brace-format
1444 msgid "Unexpected text on same line as {field} in {linedesc}"
1445 msgstr ""
1446
1447 #: ../fdroid
1448 msgid "Unknown exception found!"
1449 msgstr ""
1450
1451 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
1452 #: ../fdroidserver/lint.py
1453 #, python-brace-format
1454 msgid "Unknown file '{filename}' in build '{versionName}'"
1455 msgstr ""
1456
1457 #: ../fdroidserver/metadata.py
1458 #, python-format
1459 msgid "Unknown metadata format: %s"
1460 msgstr ""
1461
1462 #: ../fdroidserver/metadata.py
1463 #, python-brace-format
1464 msgid "Unknown metadata format: {path}"
1465 msgstr ""
1466
1467 #: ../fdroidserver/common.py
1468 msgid "Unknown version of aapt, might cause problems: "
1469 msgstr ""
1470
1471 #: ../fdroidserver/lint.py
1472 msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]"
1473 msgstr ""
1474
1475 #: ../fdroidserver/lint.py
1476 msgid "Unnecessary leading space"
1477 msgstr ""
1478
1479 #: ../fdroidserver/lint.py
1480 msgid "Unnecessary trailing space"
1481 msgstr ""
1482
1483 #: ../fdroidserver/metadata.py
1484 msgid "Unrecognised app field: "
1485 msgstr ""
1486
1487 #: ../fdroidserver/metadata.py
1488 #, python-brace-format
1489 msgid "Unrecognised field '{field}' in {linedesc}"
1490 msgstr ""
1491
1492 #: ../fdroidserver/update.py
1493 #, python-brace-format
1494 msgid "Unsupported file type \"{extension}\" for repo graphic"
1495 msgstr ""
1496
1497 #: ../fdroidserver/update.py
1498 #, python-brace-format
1499 msgid "Unsupported graphics file found: {path}"
1500 msgstr ""
1501
1502 #: ../fdroidserver/rewritemeta.py
1503 #, python-brace-format
1504 msgid "Unsupported metadata format, use: --to [{supported}]"
1505 msgstr ""
1506
1507 #: ../fdroidserver/metadata.py
1508 msgid "Unterminated ]"
1509 msgstr ""
1510
1511 #: ../fdroidserver/metadata.py
1512 msgid "Unterminated ]]"
1513 msgstr ""
1514
1515 #: ../fdroidserver/metadata.py
1516 #, python-brace-format
1517 msgid "Unterminated build in {name}"
1518 msgstr ""
1519
1520 #: ../fdroidserver/metadata.py
1521 #, python-brace-format
1522 msgid "Unterminated continuation in {name}"
1523 msgstr ""
1524
1525 #: ../fdroidserver/lint.py
1526 #, python-format
1527 msgid "Unused extlib at %s"
1528 msgstr ""
1529
1530 #: ../fdroidserver/lint.py
1531 #, python-format
1532 msgid "Unused file at %s"
1533 msgstr ""
1534
1535 #: ../fdroidserver/lint.py
1536 msgid "Update Check Name is set to the known app id - it can be removed"
1537 msgstr ""
1538
1539 #: ../fdroid
1540 msgid "Update repo information for new packages"
1541 msgstr ""
1542
1543 #: ../fdroid
1544 msgid "Update the binary transparency log for a URL"
1545 msgstr ""
1546
1547 #: ../fdroid
1548 msgid "Update the stats of the repo"
1549 msgstr ""
1550
1551 #: ../fdroidserver/update.py ../fdroidserver/build.py
1552 msgid "Update the wiki"
1553 msgstr ""
1554
1555 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1556 msgid "Usage"
1557 msgstr ""
1558
1559 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1560 #, python-format
1561 msgid "Usage: %s\n"
1562 msgstr ""
1563
1564 #: ../fdroidserver/lint.py
1565 msgid "Use /HEAD instead of /master to point at a file in the default branch"
1566 msgstr ""
1567
1568 #: ../fdroidserver/update.py
1569 msgid "Use `fdroid update -c` to create it."
1570 msgstr ""
1571
1572 #: ../fdroidserver/build.py
1573 msgid "Use build server"
1574 msgstr ""
1575
1576 #: ../fdroidserver/update.py
1577 msgid "Use date from APK instead of current time for newly added APKs"
1578 msgstr ""
1579
1580 msgid "Use date from apk instead of current time for newly added apks"
1581 msgstr ""
1582
1583 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1584 #, python-brace-format
1585 msgid "Using \"{path}\" for configuring s3cmd."
1586 msgstr ""
1587
1588 #: ../fdroidserver/common.py
1589 msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
1590 msgstr ""
1591
1592 #: ../fdroidserver/init.py
1593 #, python-brace-format
1594 msgid "Using existing keystore \"{path}\""
1595 msgstr ""
1596
1597 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1598 #, python-brace-format
1599 msgid "Using s3cmd to sync with: {url}"
1600 msgstr ""
1601
1602 #: ../fdroid
1603 msgid "Valid commands are:"
1604 msgstr ""
1605
1606 #: ../fdroid
1607 msgid "Verify the integrity of downloaded packages"
1608 msgstr ""
1609
1610 #: ../fdroidserver/index.py
1611 msgid "Verifying index signature:"
1612 msgstr ""
1613
1614 #: ../fdroid
1615 msgid "Warn about possible metadata errors"
1616 msgstr ""
1617
1618 #: ../fdroidserver/update.py
1619 msgid "When configured for signed indexes, create only unsigned indexes at this stage"
1620 msgstr ""
1621
1622 msgid "X.509 'Distiguished Name' used when generating keys"
1623 msgstr ""
1624
1625 #: ../fdroidserver/init.py
1626 msgid "X.509 'Distinguished Name' used when generating keys"
1627 msgstr ""
1628
1629 #: ../fdroidserver/common.py
1630 msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:"
1631 msgstr ""
1632
1633 #: ../fdroidserver/nightly.py
1634 #, python-brace-format
1635 msgid "adding IdentityFile to {path}"
1636 msgstr ""
1637
1638 #: ../fdroidserver/update.py
1639 #, python-brace-format
1640 msgid "adding to {name}: {path}"
1641 msgstr ""
1642
1643 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1644 #, python-format
1645 msgid "ambiguous option: %(option)s could match %(matches)s"
1646 msgstr ""
1647
1648 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1649 #, python-format
1650 msgid "ambiguous option: %s (%s?)"
1651 msgstr ""
1652
1653 #: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py
1654 msgid "applicationId in the form APPID"
1655 msgstr ""
1656
1657 #: ../fdroidserver/checkupdates.py
1658 msgid "applicationId to check for updates"
1659 msgstr ""
1660
1661 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
1662 #: ../fdroidserver/verify.py ../fdroidserver/publish.py
1663 #: ../fdroidserver/dscanner.py ../fdroidserver/build.py
1664 #: ../fdroidserver/scanner.py ../fdroidserver/install.py
1665 msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
1666 msgstr ""
1667
1668 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1669 #, python-format
1670 msgid "argument \"-\" with mode %r"
1671 msgstr ""
1672
1673 #: ../fdroidserver/nightly.py
1674 msgid "attempting bare ssh connection to test deploy key:"
1675 msgstr ""
1676
1677 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1678 #, python-format
1679 msgid "can't open '%s': %s"
1680 msgstr ""
1681
1682 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1683 msgid "cannot have multiple subparser arguments"
1684 msgstr ""
1685
1686 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1687 #, python-format
1688 msgid "cannot merge actions - two groups are named %r"
1689 msgstr ""
1690
1691 #: ../fdroidserver/nightly.py
1692 msgid "cannot publish update, did you set the deploy key?"
1693 msgstr ""
1694
1695 #: ../fdroidserver/nightly.py
1696 #, python-brace-format
1697 msgid "cloning {url}"
1698 msgstr ""
1699
1700 #: ../fdroidserver/server.py
1701 msgid "command to execute, either 'init' or 'update'"
1702 msgstr ""
1703
1704 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1705 msgid "complex"
1706 msgstr ""
1707
1708 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1709 #, python-format
1710 msgid "conflicting option string: %s"
1711 msgid_plural "conflicting option strings: %s"
1712 msgstr[0] ""
1713 msgstr[1] ""
1714
1715 #: ../fdroidserver/nightly.py
1716 #, python-brace-format
1717 msgid "copying {apkfilename} into {path}"
1718 msgstr ""
1719
1720 #: ../fdroidserver/nightly.py
1721 #, python-brace-format
1722 msgid "created {path}"
1723 msgstr ""
1724
1725 #: ../fdroidserver/update.py
1726 #, python-brace-format
1727 msgid "deleting: repo/{apkfilename}"
1728 msgstr ""
1729
1730 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1731 #, python-format
1732 msgid "dest= is required for options like %r"
1733 msgstr ""
1734
1735 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1736 #, python-format
1737 msgid "expected %s argument"
1738 msgid_plural "expected %s arguments"
1739 msgstr[0] ""
1740 msgstr[1] ""
1741
1742 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1743 msgid "expected at least one argument"
1744 msgstr ""
1745
1746 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1747 msgid "expected at most one argument"
1748 msgstr ""
1749
1750 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1751 msgid "expected one argument"
1752 msgstr ""
1753
1754 #: ../fdroid
1755 msgid "fdroid [-h|--help|--version] <command> [<args>]"
1756 msgstr ""
1757
1758 #: ../fdroid
1759 msgid "fdroid [<command>] [-h|--help|--version|<args>]"
1760 msgstr ""
1761
1762 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1763 msgid "floating-point"
1764 msgstr ""
1765
1766 #: ../fdroidserver/metadata.py
1767 msgid "force errors to be warnings, or ignore"
1768 msgstr ""
1769
1770 #: ../fdroidserver/metadata.py
1771 msgid "force metadata errors (default) to be warnings, or to be ignored."
1772 msgstr ""
1773
1774 #: ../fdroidserver/common.py
1775 msgid "git svn clone failed"
1776 msgstr ""
1777
1778 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1779 #, python-format
1780 msgid "ignored explicit argument %r"
1781 msgstr ""
1782
1783 #: ../fdroidserver/index.py
1784 msgid "index-v1 must have a signature, use `fdroid signindex` to create it!"
1785 msgstr ""
1786
1787 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1788 msgid "integer"
1789 msgstr ""
1790
1791 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1792 #, python-format
1793 msgid "invalid %(type)s value: %(value)r"
1794 msgstr ""
1795
1796 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1797 #, python-format
1798 msgid "invalid choice: %(value)r (choose from %(choices)s)"
1799 msgstr ""
1800
1801 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1802 #, python-format
1803 msgid "invalid conflict_resolution value: %r"
1804 msgstr ""
1805
1806 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1807 #, python-format
1808 msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
1809 msgstr ""
1810
1811 #: ../fdroidserver/server.py
1812 #, python-brace-format
1813 msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
1814 msgstr ""
1815
1816 #: ../fdroidserver/server.py
1817 msgid "local_copy_dir must be an absolute path!"
1818 msgstr ""
1819
1820 #: ../fdroidserver/server.py
1821 msgid "local_copy_dir must be directory, not a file!"
1822 msgstr ""
1823
1824 #: ../fdroidserver/index.py
1825 #, python-format
1826 msgid "mirror '%s' does not end with 'fdroid'!"
1827 msgstr ""
1828
1829 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1830 msgid "mutually exclusive arguments must be optional"
1831 msgstr ""
1832
1833 #: ../fdroidserver/mirror.py
1834 #, python-brace-format
1835 msgid "no \"icon\" in {appid}"
1836 msgstr ""
1837
1838 #: ../fdroidserver/signatures.py
1839 msgid "no APK supplied"
1840 msgstr ""
1841
1842 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1843 #, python-format
1844 msgid "no such option: %s"
1845 msgstr ""
1846
1847 #: ../fdroid
1848 msgid "no version info found!"
1849 msgstr ""
1850
1851 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1852 #, python-format
1853 msgid "not allowed with argument %s"
1854 msgstr ""
1855
1856 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1857 #, python-format
1858 msgid "one of the arguments %s is required"
1859 msgstr ""
1860
1861 #: ../fdroidserver/index.py ../fdroidserver/common.py
1862 msgid "only accepts strings, lists, and tuples"
1863 msgstr ""
1864
1865 #: ../fdroidserver/install.py
1866 #, python-format
1867 msgid "option %s: If you really want to install all the signed apps, use --all"
1868 msgstr ""
1869
1870 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1871 #, python-format
1872 msgid "option %s: invalid %s value: %r"
1873 msgstr ""
1874
1875 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1876 #, python-format
1877 msgid "option %s: invalid choice: %r (choose from %s)"
1878 msgstr ""
1879
1880 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1881 #, python-format
1882 msgid "option -%s not recognized"
1883 msgstr ""
1884
1885 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1886 #, python-format
1887 msgid "option -%s requires argument"
1888 msgstr ""
1889
1890 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1891 #, python-format
1892 msgid "option --%s must not have an argument"
1893 msgstr ""
1894
1895 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1896 #, python-format
1897 msgid "option --%s not a unique prefix"
1898 msgstr ""
1899
1900 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1901 #, python-format
1902 msgid "option --%s not recognized"
1903 msgstr ""
1904
1905 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1906 #, python-format
1907 msgid "option --%s requires argument"
1908 msgstr ""
1909
1910 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1911 msgid "optional arguments"
1912 msgstr ""
1913
1914 #: ../fdroidserver/nightly.py
1915 #, python-brace-format
1916 msgid "overwriting existing {path}"
1917 msgstr ""
1918
1919 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1920 msgid "positional arguments"
1921 msgstr ""
1922
1923 #: ../fdroidserver/signatures.py
1924 #, python-brace-format
1925 msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
1926 msgstr ""
1927
1928 #: ../fdroidserver/signatures.py
1929 #, python-brace-format
1930 msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
1931 msgstr ""
1932
1933 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1934 #, python-brace-format
1935 msgid "s3cmd sync indexes {path} to {url} and delete"
1936 msgstr ""
1937
1938 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1939 msgid "show program's version number and exit"
1940 msgstr ""
1941
1942 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py
1943 #: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py
1944 msgid "show this help message and exit"
1945 msgstr ""
1946
1947 #: ../fdroidserver/signatures.py
1948 msgid "signed APK, either a file-path or HTTPS URL."
1949 msgstr ""
1950
1951 #: ../fdroidserver/update.py
1952 #, python-brace-format
1953 msgid "skipping source tarball: {path}"
1954 msgstr ""
1955
1956 #: ../fdroidserver/lint.py
1957 msgid "srclibs missing name and/or @"
1958 msgstr ""
1959
1960 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1961 #, python-format
1962 msgid "the following arguments are required: %s"
1963 msgstr ""
1964
1965 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1966 #, python-format
1967 msgid "unexpected option string: %s"
1968 msgstr ""
1969
1970 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1971 #, python-format
1972 msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
1973 msgstr ""
1974
1975 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1976 #, python-format
1977 msgid "unrecognized arguments: %s"
1978 msgstr ""
1979
1980 #: ../fdroidserver/common.py
1981 #, python-brace-format
1982 msgid "unsafe permissions on '{config_file}' (should be 0600)!"
1983 msgstr ""
1984
1985 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
1986 msgid "usage: "
1987 msgstr ""
1988
1989 #: ../fdroid
1990 msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
1991 msgstr ""
1992
1993 #: ../fdroidserver/server.py ../fdroidserver/upload.py
1994 #, python-brace-format
1995 msgid "using Apache libcloud to sync with {url}"
1996 msgstr ""
1997
1998 #: ../fdroidserver/publish.py
1999 #, python-brace-format
2000 msgid "{0} app, {1} key aliases"
2001 msgid_plural "{0} apps, {1} key aliases"
2002 msgstr[0] ""
2003 msgstr[1] ""
2004
2005 #: ../fdroidserver/update.py
2006 #, python-brace-format
2007 msgid "{apkfilename} ({appid}) has no metadata!"
2008 msgstr ""
2009
2010 #: ../fdroidserver/update.py
2011 #, python-brace-format
2012 msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
2013 msgstr ""
2014
2015 #: ../fdroidserver/update.py
2016 #, python-brace-format
2017 msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
2018 msgstr ""
2019
2020 #: ../fdroidserver/update.py
2021 #, python-brace-format
2022 msgid "{appid} does not have a name! Using package name instead."
2023 msgstr ""
2024
2025 #: ../fdroidserver/mirror.py
2026 #, python-brace-format
2027 msgid "{appid} is missing {name}"
2028 msgstr ""
2029
2030 #. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
2031 #: ../fdroidserver/lint.py
2032 #, python-brace-format
2033 msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
2034 msgstr ""
2035
2036 #: ../fdroidserver/scanner.py
2037 #, python-brace-format
2038 msgid "{appid}: no builds specified, running on current source state"
2039 msgstr ""
2040
2041 #: ../fdroidserver/metadata.py
2042 #, python-brace-format
2043 msgid "{field} not terminated in {name}"
2044 msgstr ""
2045
2046 #: ../fdroidserver/update.py
2047 #, python-brace-format
2048 msgid "{name} \"{path}\" does not exist! Correct it in config.py."
2049 msgstr ""
2050
2051 #: ../fdroidserver/nightly.py
2052 #, python-brace-format
2053 msgid "{path} does not exist!  Create it by running:"
2054 msgstr ""
2055
2056 #: ../fdroidserver/update.py
2057 #, python-brace-format
2058 msgid "{path} has bad file signature \"{pattern}\", possible Janus exploit!"
2059 msgstr ""
2060
2061 #: ../fdroidserver/update.py
2062 #, python-brace-format
2063 msgid "{path} is zero size!"
2064 msgstr ""
2065
2066 #: ../fdroidserver/mirror.py
2067 #, python-brace-format
2068 msgid "{url} does not end with \"fdroid\", check the URL path!"
2069 msgstr ""
2070
2071 #: ../fdroidserver/build.py
2072 msgid "{} build failed"
2073 msgid_plural "{} builds failed"
2074 msgstr[0] ""
2075 msgstr[1] ""
2076
2077 #: ../fdroidserver/build.py
2078 msgid "{} build succeeded"
2079 msgid_plural "{} builds succeeded"
2080 msgstr[0] ""
2081 msgstr[1] ""