msgid "" msgstr "" "Project-Id-Version: \n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: build.go:44 msgid "Build a local package" msgstr "" #: build.go:50 msgid "Path to the build script" msgstr "" #: build.go:55 msgid "Specify subpackage in script (for multi package script only)" msgstr "" #: build.go:60 msgid "Name of the package to build and its repo (example: default/go-bin)" msgstr "" #: build.go:65 msgid "" "Build package from scratch even if there's an already built package available" msgstr "" #: build.go:73 msgid "Error loading config" msgstr "" #: build.go:81 msgid "Error initialization database" msgstr "" #: build.go:110 msgid "Package not found" msgstr "" #: build.go:130 msgid "Error pulling repositories" msgstr "" #: build.go:138 msgid "Unable to detect a supported package manager on the system" msgstr "" #: build.go:144 msgid "Error parsing os release" msgstr "" #: build.go:166 msgid "Error building package" msgstr "" #: build.go:173 msgid "Error getting working directory" msgstr "" #: build.go:182 msgid "Error moving the package" msgstr "" #: fix.go:37 msgid "Attempt to fix problems with ALR" msgstr "" #: fix.go:49 msgid "Removing cache directory" msgstr "" #: fix.go:53 msgid "Unable to remove cache directory" msgstr "" #: fix.go:57 msgid "Rebuilding cache" msgstr "" #: fix.go:61 msgid "Unable to create new cache directory" msgstr "" #: fix.go:81 msgid "Error pulling repos" msgstr "" #: fix.go:85 msgid "Done" msgstr "" #: gen.go:34 msgid "Generate a ALR script from a template" msgstr "" #: gen.go:39 msgid "Generate a ALR script for a pip module" msgstr "" #: helper.go:41 msgid "List all the available helper commands" msgstr "" #: helper.go:53 msgid "Run a ALR helper command" msgstr "" #: helper.go:60 msgid "The directory that the install commands will install to" msgstr "" #: helper.go:73 msgid "No such helper command" msgstr "" #: info.go:43 msgid "Print information about a package" msgstr "" #: info.go:48 msgid "Show all information, not just for the current distro" msgstr "" #: info.go:69 msgid "Error getting packages" msgstr "" #: info.go:78 msgid "Error iterating over packages" msgstr "" #: info.go:105 msgid "Command info expected at least 1 argument, got %d" msgstr "" #: info.go:119 msgid "Error finding packages" msgstr "" #: info.go:144 msgid "Error parsing os-release file" msgstr "" #: info.go:153 msgid "Error resolving overrides" msgstr "" #: info.go:162 info.go:168 msgid "Error encoding script variables" msgstr "" #: install.go:43 msgid "Install a new package" msgstr "" #: install.go:57 msgid "Command install expected at least 1 argument, got %d" msgstr "" #: install.go:163 msgid "Remove an installed package" msgstr "" #: install.go:188 msgid "Error listing installed packages" msgstr "" #: install.go:226 msgid "Command remove expected at least 1 argument, got %d" msgstr "" #: install.go:241 msgid "Error removing packages" msgstr "" #: internal/cliutils/prompt.go:60 msgid "Would you like to view the build script for %s" msgstr "" #: internal/cliutils/prompt.go:71 msgid "Would you still like to continue?" msgstr "" #: internal/cliutils/prompt.go:77 msgid "User chose not to continue after reading script" msgstr "" #: internal/cliutils/prompt.go:111 msgid "Error prompting for choice of package" msgstr "" #: internal/cliutils/prompt.go:135 msgid "Choose which package to %s" msgstr "" #: internal/cliutils/prompt.go:156 msgid "Choose which optional package(s) to install" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:93 msgid "NAME" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:94 msgid "USAGE" msgstr "" #: internal/cliutils/template.go:74 msgid "global options" msgstr "" #: internal/cliutils/template.go:74 msgid "command" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:95 msgid "command options" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:96 msgid "arguments" msgstr "" #: internal/cliutils/template.go:74 msgid "VERSION" msgstr "" #: internal/cliutils/template.go:74 internal/cliutils/template.go:98 msgid "DESCRIPTION" msgstr "" #: internal/cliutils/template.go:74 msgid "AUTHOR" msgstr "" #: internal/cliutils/template.go:74 msgid "COMMANDS" msgstr "" #: internal/cliutils/template.go:74 msgid "GLOBAL OPTIONS" msgstr "" #: internal/cliutils/template.go:74 msgid "COPYRIGHT" msgstr "" #: internal/cliutils/template.go:97 msgid "CATEGORY" msgstr "" #: internal/cliutils/template.go:99 internal/cliutils/template.go:100 msgid "OPTIONS" msgstr "" #: internal/config/config.go:176 msgid "Unable to create config directory" msgstr "" #: internal/config/config.go:182 msgid "Unable to create repo cache directory" msgstr "" #: internal/config/config.go:188 msgid "Unable to create package cache directory" msgstr "" #: internal/db/db.go:133 msgid "Database version mismatch; resetting" msgstr "" #: internal/db/db.go:140 msgid "" "Database version does not exist. Run alr fix if something isn't working." msgstr "" #: internal/dl/dl.go:170 msgid "Source can be updated, updating if required" msgstr "" #: internal/dl/dl.go:201 msgid "Source found in cache and linked to destination" msgstr "" #: internal/dl/dl.go:208 msgid "Source updated and linked to destination" msgstr "" #: internal/dl/dl.go:222 msgid "Downloading source" msgstr "" #: internal/dl/progress_tui.go:100 msgid "%s: done!\n" msgstr "" #: internal/dl/progress_tui.go:104 msgid "%s %s downloading at %s/s\n" msgstr "" #: internal/logger/log.go:47 msgid "ERROR" msgstr "" #: list.go:41 msgid "List ALR repo packages" msgstr "" #: main.go:45 msgid "Print the current ALR version and exit" msgstr "" #: main.go:61 msgid "Arguments to be passed on to the package manager" msgstr "" #: main.go:67 msgid "Enable interactive questions and prompts" msgstr "" #: main.go:96 msgid "" "Running ALR as root is forbidden as it may cause catastrophic damage to your " "system" msgstr "" #: main.go:154 msgid "Show help" msgstr "" #: main.go:158 msgid "Error while running app" msgstr "" #: pkg/build/build.go:157 msgid "Failed to prompt user to view build script" msgstr "" #: pkg/build/build.go:161 msgid "Building package" msgstr "" #: pkg/build/build.go:209 msgid "The checksums array must be the same length as sources" msgstr "" #: pkg/build/build.go:238 msgid "Downloading sources" msgstr "" #: pkg/build/build.go:260 msgid "Building package metadata" msgstr "" #: pkg/build/build.go:282 msgid "Compressing package" msgstr "" #: pkg/build/build.go:441 msgid "" "Your system's CPU architecture doesn't match this package. Do you want to " "build anyway?" msgstr "" #: pkg/build/build.go:455 msgid "This package is already installed" msgstr "" #: pkg/build/build.go:479 msgid "Installing build dependencies" msgstr "" #: pkg/build/build.go:524 msgid "Installing dependencies" msgstr "" #: pkg/build/build.go:605 msgid "Would you like to remove the build dependencies?" msgstr "" #: pkg/build/build.go:668 msgid "Executing prepare()" msgstr "" #: pkg/build/build.go:678 msgid "Executing build()" msgstr "" #: pkg/build/build.go:708 pkg/build/build.go:728 msgid "Executing %s()" msgstr "" #: pkg/build/build.go:787 msgid "Error installing native packages" msgstr "" #: pkg/build/build.go:811 msgid "Error installing package" msgstr "" #: pkg/build/find_deps/alt_linux.go:35 msgid "Command not found on the system" msgstr "" #: pkg/build/find_deps/alt_linux.go:86 msgid "Provided dependency found" msgstr "" #: pkg/build/find_deps/alt_linux.go:93 msgid "Required dependency found" msgstr "" #: pkg/build/find_deps/empty.go:32 msgid "AutoProv is not implemented for this package format, so it's skipped" msgstr "" #: pkg/build/find_deps/empty.go:37 msgid "AutoReq is not implemented for this package format, so it's skipped" msgstr "" #: pkg/repos/pull.go:79 msgid "Pulling repository" msgstr "" #: pkg/repos/pull.go:103 msgid "Repository up to date" msgstr "" #: pkg/repos/pull.go:160 msgid "Git repository does not appear to be a valid ALR repo" msgstr "" #: pkg/repos/pull.go:176 msgid "" "ALR repo's minimum ALR version is greater than the current version. Try " "updating ALR if something doesn't work." msgstr "" #: repo.go:40 msgid "Add a new repository" msgstr "" #: repo.go:47 msgid "Name of the new repo" msgstr "" #: repo.go:53 msgid "URL of the new repo" msgstr "" #: repo.go:86 repo.go:156 msgid "Error saving config" msgstr "" #: repo.go:111 msgid "Remove an existing repository" msgstr "" #: repo.go:118 msgid "Name of the repo to be deleted" msgstr "" #: repo.go:142 msgid "Repo does not exist" msgstr "" #: repo.go:150 msgid "Error removing repo directory" msgstr "" #: repo.go:167 msgid "Error removing packages from database" msgstr "" #: repo.go:179 msgid "Pull all repositories that have changed" msgstr "" #: search.go:36 msgid "Search packages" msgstr "" #: search.go:42 msgid "Search by name" msgstr "" #: search.go:47 msgid "Search by description" msgstr "" #: search.go:52 msgid "Search by repository" msgstr "" #: search.go:57 msgid "Search by provides" msgstr "" #: search.go:62 msgid "Format output using a Go template" msgstr "" #: search.go:88 search.go:105 msgid "Error parsing format template" msgstr "" #: search.go:113 msgid "Error executing template" msgstr "" #: upgrade.go:47 msgid "Upgrade all installed packages" msgstr "" #: upgrade.go:96 msgid "Error checking for updates" msgstr "" #: upgrade.go:118 msgid "There is nothing to do." msgstr ""