mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
English source string corrections
From @monolifed <monolifed@gmail.com>
This commit is contained in:
parent
9712fac011
commit
53e4ec47a7
7 changed files with 7 additions and 407 deletions
|
|
@ -1016,7 +1016,7 @@ def parse_commandline():
|
|||
parser.add_argument("--skip-scan", dest="skipscan", action="store_true", default=False,
|
||||
help=_("Skip scanning the source code for binaries and other problems"))
|
||||
parser.add_argument("--dscanner", action="store_true", default=False,
|
||||
help=_("Setup an emulator, install the apk on it and perform a drozer scan"))
|
||||
help=_("Setup an emulator, install the APK on it and perform a Drozer scan"))
|
||||
parser.add_argument("--no-tarball", dest="notarball", action="store_true", default=False,
|
||||
help=_("Don't create a source tarball, useful when testing a build"))
|
||||
parser.add_argument("--no-refresh", dest="refresh", action="store_false", default=True,
|
||||
|
|
|
|||
|
|
@ -424,7 +424,7 @@ def main():
|
|||
help=_("Clean up all containers and then exit"))
|
||||
parser.add_argument(
|
||||
"--init-only", default=False, action='store_true',
|
||||
help=_("Prepare drozer to run a scan"))
|
||||
help=_("Prepare Drozer to run a scan"))
|
||||
parser.add_argument(
|
||||
"--repo-path", default="repo", action="store",
|
||||
help=_("Override path for repo APKs (default: ./repo)"))
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ def main():
|
|||
parser.add_argument("-u", "--url", default=None,
|
||||
help=_("Project URL to import from."))
|
||||
parser.add_argument("-s", "--subdir", default=None,
|
||||
help=_("Path to main android project subdirectory, if not in root."))
|
||||
help=_("Path to main Android project subdirectory, if not in root."))
|
||||
parser.add_argument("-c", "--categories", default=None,
|
||||
help=_("Comma separated list of categories."))
|
||||
parser.add_argument("-l", "--license", default=None,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ def main():
|
|||
parser = ArgumentParser()
|
||||
common.setup_global_opts(parser)
|
||||
parser.add_argument("-d", "--distinguished-name", default=None,
|
||||
help=_("X.509 'Distiguished Name' used when generating keys"))
|
||||
help=_("X.509 'Distinguished Name' used when generating keys"))
|
||||
parser.add_argument("--keystore", default=None,
|
||||
help=_("Path to the keystore for the repo signing key"))
|
||||
parser.add_argument("--repo-keyalias", default=None,
|
||||
|
|
|
|||
|
|
@ -1717,11 +1717,11 @@ def main():
|
|||
parser.add_argument("--pretty", action="store_true", default=False,
|
||||
help=_("Produce human-readable index.xml"))
|
||||
parser.add_argument("--clean", action="store_true", default=False,
|
||||
help=_("Clean update - don't uses caches, reprocess all apks"))
|
||||
help=_("Clean update - don't uses caches, reprocess all APKs"))
|
||||
parser.add_argument("--nosign", action="store_true", default=False,
|
||||
help=_("When configured for signed indexes, create only unsigned indexes at this stage"))
|
||||
parser.add_argument("--use-date-from-apk", action="store_true", default=False,
|
||||
help=_("Use date from apk instead of current time for newly added apks"))
|
||||
help=_("Use date from APK instead of current time for newly added APKs"))
|
||||
parser.add_argument("--rename-apks", action="store_true", default=False,
|
||||
help=_("Rename APK files that do not match package.name_123.apk"))
|
||||
parser.add_argument("--allow-disabled-algorithms", action="store_true", default=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue