Skip to content
Snippets Groups Projects
Commit de453bc7 authored by Hugo Posnic's avatar Hugo Posnic
Browse files

Don't translate commands and urls

parent e034aa90
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ HLP_ARG_PATH = _("Mirrors list path")
HLP_ARG_QUIET = _("Quiet mode - less verbose output")
HLP_ARG_TIMEOUT = _("Maximum waiting time for server response")
HLP_ARG_VERSION = _("Print the pacman-mirrors version")
HLP_ARG_FASTTRACK = _("A quick mirrorlist. Overrides -cim --geoip")
HLP_ARG_FASTTRACK = _("A quick mirrorlist. Overrides") + "-cim --geoip"
# messages
AVAILABLE_COUNTRIES = _("Available countries are")
CANNOT_DOWNLOAD_FILE = _("Could not download from")
......@@ -66,7 +66,7 @@ CUSTOM_MIRROR_FILE = _("Custom mirror file")
CUSTOM_MIRROR_FILE_SAVED = _("Custom mirror file saved")
CUSTOM_MIRROR_LIST = _("User generated mirror list")
DOES_NOT_EXIST = _("doesn't exist.")
DOWNLOADING_MIRROR_FILE = _("Downloading mirrors from repo.manjaro.org")
DOWNLOADING_MIRROR_FILE = _("Downloading mirrors from") + "repo.manjaro.org"
FALLING_BACK = _("Falling back to")
IS_MISSING = _("is missing")
MIRROR_FILE = _("The mirror file")
......@@ -83,7 +83,7 @@ OPTION = _("Option")
WRITING_MIRROR_LIST = _("Writing mirror list")
QUERY_MIRRORS = _("Querying mirrors")
RANDOMIZING_SERVERS = _("Randomizing mirror list")
RESET_CUSTOM_CONFIG = _("To reset custom config run `pacman-mirrors -c all`")
RESET_CUSTOM_CONFIG = _("To reset custom config run ") + "pacman-mirrors -c all"
TAKES_TIME = _("This may take some time")
UNKNOWN_COUNTRY = _("unknown country")
USING_ALL_MIRRORS = _("Using all mirrors")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment