# Portuguese translations for fish package. # Copyright (C) 2014 THE fish'S COPYRIGHT HOLDER # This file is distributed under the same license as the fish package. # Iuri Rezende Souza , 2014. # Fábio Nogueira , 2015. # #: /tmp/fish/implicit/share/completions/meson.fish:1 #: /tmp/fish/implicit/share/completions/meson.fish:2 #: /tmp/fish/implicit/share/completions/meson.fish:3 #: /tmp/fish/implicit/share/completions/rustc.fish:3 #: /tmp/fish/implicit/share/completions/rustc.fish:4 #: /tmp/fish/implicit/share/completions/rustc.fish:5 #: /tmp/fish/implicit/share/completions/rustc.fish:6 #: /tmp/fish/implicit/share/completions/rustc.fish:7 #: /tmp/fish/implicit/share/completions/rustc.fish:8 msgid "" msgstr "" "Project-Id-Version: fish 1.21.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-13 10:00-0300\n" "PO-Revision-Date: 2022-02-15 13:24+0100\n" "Last-Translator: Fábio Nogueira \n" "Language-Team: Português Brasileiro <>\n" "Language: pt_BR\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" "X-Generator: Poedit 1.8.4\n" #: src/ast.cpp:684 src/ast.cpp:705 #, c-format msgid "Expected %ls, but found %ls" msgstr "Esperava %ls, mas achou %ls" #: src/ast.cpp:718 msgid "'end' outside of a block" msgstr "'end' fora de um bloco" #: src/ast.cpp:722 msgid "'else' builtin not inside of if block" msgstr "'else' builtin não está dentro de um block if" #: src/ast.cpp:726 msgid "'case' builtin not inside of switch block" msgstr "'case' builtin não está dentro de um bloco switch" #: src/ast.cpp:740 #, c-format msgid "Expected a string, but found %ls" msgstr "Esperava uma string, mas achou %ls" #: src/ast.cpp:970 src/ast.cpp:1027 #, c-format msgid "Expected a command, but found %ls" msgstr "Esperava um comando, mas achou %ls" #: src/builtin.cpp:200 #, c-format msgid "(Type 'help %ls' for related documentation)\n" msgstr "(Digite 'help %ls' para documentação relacionada)\n" #: src/builtin.cpp:280 #, c-format msgid "%ls: Not inside of loop\n" msgstr "%ls: Não está dentro de laço\n" #: src/builtin.cpp:307 #, c-format msgid "%ls: Command not valid at an interactive prompt\n" msgstr "%ls: Comando inválido em um prompt interativo\n" #: src/builtin.cpp:348 src/builtin.cpp:398 msgid "Evaluate contents of file" msgstr "Executa conteúdo do arquivo" #: src/builtin.cpp:349 src/builtin.cpp:404 msgid "Return a successful result" msgstr "Retorn um resultado de sucesso" #: src/builtin.cpp:350 src/builtin.cpp:402 msgid "Test a condition" msgstr "Testa uma condição" #: src/builtin.cpp:351 msgid "Translate a string" msgstr "Traduz uma string" #: src/builtin.cpp:352 msgid "Execute command if previous command succeeded" msgstr "Execute o comando se o comando anterior obteve sucesso" #: src/builtin.cpp:353 msgid "Parse options in fish script" msgstr "Parsear opções em um script fish" #: src/builtin.cpp:354 msgid "Create a block of code" msgstr "Cria um bloco de código" #: src/builtin.cpp:355 msgid "Send job to background" msgstr "Envia tarefa para segundo plano" #: src/builtin.cpp:356 msgid "Handle fish key bindings" msgstr "Gerencia atalhos de teclado" #: src/builtin.cpp:357 msgid "Temporarily block delivery of events" msgstr "Bloqueia temporariamente a entrega de eventos" #: src/builtin.cpp:358 msgid "Stop the innermost loop" msgstr "Pára o laço mais interno" #: src/builtin.cpp:360 msgid "" "Temporarily halt execution of a script and launch an interactive debug prompt" msgstr "" "Interrompe temporariamente a execução de um script e abre um prompt de debug " "interativo" #: src/builtin.cpp:361 msgid "Run a builtin command instead of a function" msgstr "Executa um comando builtin em vez de uma função" #: src/builtin.cpp:362 src/builtin.cpp:401 msgid "Conditionally execute a block of commands" msgstr "Executa condicionalmente um bloco de comandos" #: src/builtin.cpp:363 msgid "Change working directory" msgstr "Muda diretório de trabalho" #: src/builtin.cpp:364 msgid "Run a program instead of a function or builtin" msgstr "Executa um programa em vez de uma função ou builtin" #: src/builtin.cpp:365 msgid "Set or get the commandline" msgstr "Obtém ou altera o buffer da linha de comando" #: src/builtin.cpp:366 msgid "Edit command specific completions" msgstr "Edita compleções específicas para um comando" #: src/builtin.cpp:367 msgid "Search for a specified string in a list" msgstr "Procura uma string especificada em uma lista" #: src/builtin.cpp:369 msgid "Skip the rest of the current lap of the innermost loop" msgstr "Pula o restante da iteração atual do laço mais interno" #: src/builtin.cpp:370 msgid "Count the number of arguments" msgstr "Conta o número de argumentos" #: src/builtin.cpp:371 msgid "Remove job from job list" msgstr "Remove a tarefa da lista de tarefas" #: src/builtin.cpp:372 msgid "Print arguments" msgstr "Imprime os argumentos" #: src/builtin.cpp:373 msgid "Evaluate block if condition is false" msgstr "Executa bloco se a condição é falsa" #: src/builtin.cpp:374 msgid "Emit an event" msgstr "Emite um evento" #: src/builtin.cpp:375 msgid "End a block of commands" msgstr "Finaliza um bloco de comandos" #: src/builtin.cpp:376 msgid "Evaluate a string as a statement" msgstr "Avaliar a string como um comando" #: src/builtin.cpp:377 msgid "Run command in current process" msgstr "Executa um comando como o processo atual" #: src/builtin.cpp:378 msgid "Exit the shell" msgstr "Sai do shell" #: src/builtin.cpp:379 msgid "Return an unsuccessful result" msgstr "Retorna um resultado de falha" #: src/builtin.cpp:380 msgid "Send job to foreground" msgstr "Envia tarefa para primeiro plano" #: src/builtin.cpp:381 msgid "Perform a set of commands multiple times" msgstr "Executa um conjunto de comandos várias vezes" #: src/builtin.cpp:382 msgid "Define a new function" msgstr "Define uma nova função" #: src/builtin.cpp:383 msgid "List or remove functions" msgstr "Lista ou remove funções" #: src/builtin.cpp:384 msgid "History of commands executed by user" msgstr "Histórico de funções executadas pelo usuário" #: src/builtin.cpp:385 msgid "Evaluate block if condition is true" msgstr "Executa bloco se a condição é verdadeira" #: src/builtin.cpp:386 msgid "Print currently running jobs" msgstr "Imprime as tarefas em execução" #: src/builtin.cpp:387 msgid "Evaluate math expressions" msgstr "Avalia expressões matemáticas" #: src/builtin.cpp:388 msgid "Negate exit status of job" msgstr "Nega estado de saída da tarefa" #: src/builtin.cpp:389 msgid "Execute command if previous command failed" msgstr "Executa comando se o comando anterior falhou" #: src/builtin.cpp:390 msgid "Prints formatted text" msgstr "Imprime texto formatado" #: src/builtin.cpp:391 msgid "Print the working directory" msgstr "Imprime o diretório de trabalho" #: src/builtin.cpp:392 msgid "Generate random number" msgstr "Gera um número aleatório" #: src/builtin.cpp:393 msgid "Read a line of input into variables" msgstr "Lê uma linha de entrada e a coloca em variáveis" #: src/builtin.cpp:394 msgid "Convert path to absolute path without symlinks" msgstr "" #: src/builtin.cpp:395 msgid "Stop the currently evaluated function" msgstr "Pára a função em execução" #: src/builtin.cpp:396 msgid "Handle environment variables" msgstr "Modifica variáveis de ambiente" #: src/builtin.cpp:397 msgid "Set the terminal color" msgstr "Muda a cor do terminal" #: src/builtin.cpp:399 msgid "Return status information about fish" msgstr "Retorna informação de estado do fish" #: src/builtin.cpp:400 msgid "Manipulate strings" msgstr "Manipula strings" #: src/builtin.cpp:403 msgid "Measure how long a command or block takes" msgstr "Mede quanto tempo demora um comando ou bloco" #: src/builtin.cpp:405 msgid "Check if a thing is a thing" msgstr "Verifica se uma coisa é uma coisa" #: src/builtin.cpp:406 msgid "Set or get the shells resource usage limits" msgstr "Modifica ou obtém limites de uso de recursos pelo shell" #: src/builtin.cpp:407 msgid "Wait for background processes completed" msgstr "Espera até os processos no background completarem" #: src/builtin.cpp:408 msgid "Perform a command multiple times" msgstr "Executa um comando várias vezes" #: src/builtin_argparse.cpp:32 #, c-format msgid "%ls: Invalid option spec '%ls' at char '%lc'\n" msgstr "" #: src/builtin_argparse.cpp:111 #, c-format msgid "%ls: Mutually exclusive flags '%ls' and `%ls` seen\n" msgstr "" #: src/builtin_argparse.cpp:128 #, c-format msgid "%ls: exclusive flag string '%ls' is not valid\n" msgstr "" #: src/builtin_argparse.cpp:144 #, c-format msgid "%ls: exclusive flag '%ls' is not valid\n" msgstr "" #: src/builtin_argparse.cpp:164 #, c-format msgid "" "%ls: Implicit int short flag '%lc' does not allow modifiers like '%lc'\n" msgstr "" #: src/builtin_argparse.cpp:216 #, c-format msgid "%ls: Short flag '#' must be followed by '-' and a long name\n" msgstr "" #: src/builtin_argparse.cpp:221 src/builtin_argparse.cpp:245 #, c-format msgid "%ls: Implicit int flag '%lc' already defined\n" msgstr "" #: src/builtin_argparse.cpp:266 #, c-format msgid "%ls: An option spec must have a short flag letter\n" msgstr "" #: src/builtin_argparse.cpp:273 #, c-format msgid "%ls: Short flag '%lc' invalid, must be alphanum or '#'\n" msgstr "" #: src/builtin_argparse.cpp:329 #, c-format msgid "%ls: Missing -- separator\n" msgstr "" #: src/builtin_argparse.cpp:335 src/builtin_argparse.cpp:409 #, c-format msgid "%ls: No option specs were provided\n" msgstr "" #: src/builtin_argparse.cpp:374 #, c-format msgid "%ls: Invalid --min-args value '%ls'\n" msgstr "" #: src/builtin_argparse.cpp:384 #, c-format msgid "%ls: Invalid --max-args value '%ls'\n" msgstr "" #: src/builtin_bg.cpp:25 #, c-format msgid "" "%ls: Can't put job %d, '%ls' to background because it is not under job " "control\n" msgstr "" "%ls: Não é possível colocar tarefa %d, “%ls” em segundo plano porque não " "está sob controle de tarefas\n" #: src/builtin_bg.cpp:31 #, c-format msgid "Send job %d '%ls' to background\n" msgstr "Enviando tarefa %d “%ls” para segundo plano\n" #: src/builtin_bg.cpp:65 src/builtin_disown.cpp:75 src/builtin_fg.cpp:51 #, c-format msgid "%ls: There are no suitable jobs\n" msgstr "%ls: Não há tarefas adequadas\n" #: src/builtin_bg.cpp:82 src/builtin_disown.cpp:88 #, c-format msgid "%ls: '%ls' is not a valid job specifier\n" msgstr "%ls: '%ls' não é um identificador de tarefa válido\n" #: src/builtin_bg.cpp:97 src/builtin_disown.cpp:95 #, c-format msgid "%ls: Could not find job '%d'\n" msgstr "%ls: Não foi possível encontrar a tarefa '%d'\n" #: src/builtin_bind.cpp:161 #, c-format msgid "%ls: No key with name '%ls' found\n" msgstr "" #: src/builtin_bind.cpp:164 #, c-format msgid "%ls: Key with name '%ls' does not have any mapping\n" msgstr "" #: src/builtin_bind.cpp:167 #, c-format msgid "%ls: Unknown error trying to bind to key named '%ls'\n" msgstr "" #: src/builtin_bind.cpp:275 #, c-format msgid "%ls: No binding found for key '%ls'\n" msgstr "" #: src/builtin_bind.cpp:278 #, c-format msgid "%ls: No binding found for sequence '%ls'\n" msgstr "" #: src/builtin_bind.cpp:470 #, c-format msgid "%ls: Invalid state\n" msgstr "%ls: Estado inválido\n" #: src/builtin_block.cpp:89 #, c-format msgid "%ls: Can not specify scope when removing block\n" msgstr "%ls: Não é possível especificar escopo ao remover bloco\n" #: src/builtin_block.cpp:94 #, c-format msgid "%ls: No blocks defined\n" msgstr "%ls: Não há blocos definidos\n" #: src/builtin_builtin.cpp:84 msgid "--query and --names are mutually exclusive" msgstr "" #: src/builtin_cd.cpp:43 #, c-format msgid "%ls: Could not find home directory\n" msgstr "%ls: Não foi possível encontrar o diretório home\n" #: src/builtin_cd.cpp:53 src/builtin_cd.cpp:84 #, c-format msgid "%ls: '%ls' is not a directory\n" msgstr "%ls: “%ls” não é um diretório\n" #: src/builtin_cd.cpp:55 #, c-format msgid "%ls: The directory '%ls' does not exist\n" msgstr "%ls: O diretório “%ls” não existe\n" #: src/builtin_cd.cpp:58 #, c-format msgid "%ls: '%ls' is a rotten symlink\n" msgstr "%ls: “%ls” é um symlink quebrado\n" #: src/builtin_cd.cpp:60 #, c-format msgid "%ls: Unknown error trying to locate directory '%ls'\n" msgstr "%ls: Erro desconhecido ao tentar localizar diretório “%ls”\n" #: src/builtin_cd.cpp:82 #, c-format msgid "%ls: Permission denied: '%ls'\n" msgstr "%ls: Permissão negada: “%ls”\n" #: src/builtin_commandline.cpp:308 #, c-format msgid "%ls: Unknown input function '%ls'" msgstr "" #: src/builtin_complete.cpp:201 #, c-format msgid "%ls: Invalid token '%ls'\n" msgstr "" #: src/builtin_complete.cpp:221 #, c-format msgid "%ls: -s requires a non-empty string\n" msgstr "" #: src/builtin_complete.cpp:229 #, c-format msgid "%ls: -l requires a non-empty string\n" msgstr "" #: src/builtin_complete.cpp:237 #, c-format msgid "%ls: -o requires a non-empty string\n" msgstr "" #: src/builtin_complete.cpp:245 #, c-format msgid "%ls: -S requires a non-empty string\n" msgstr "" #: src/builtin_contains.cpp:77 #, c-format msgid "%ls: Key not specified\n" msgstr "%ls: Chave não especificada\n" #: src/builtin_disown.cpp:21 #, c-format msgid "%ls: Unknown job '%ls'\n" msgstr "%ls: Tarefa desconhecida “%ls”\n" #: src/builtin_disown.cpp:31 #, c-format msgid "%ls: job %d ('%ls') was stopped and has been signalled to continue.\n" msgstr "" #: src/builtin_fg.cpp:64 #, c-format msgid "%ls: Ambiguous job\n" msgstr "%ls: Tarefa ambígua\n" #: src/builtin_fg.cpp:66 #, c-format msgid "%ls: '%ls' is not a job\n" msgstr "%ls: “%ls” não é uma tarefa\n" #: src/builtin_fg.cpp:79 #, c-format msgid "%ls: No suitable job: %d\n" msgstr "%ls: Não é trabalho adequado: %d\n" #: src/builtin_fg.cpp:82 #, c-format msgid "" "%ls: Can't put job %d, '%ls' to foreground because it is not under job " "control\n" msgstr "" "%ls: Não é possível colocar tarefa %d, “%ls” em primeiro plano porque não " "está sob controle de tarefas\n" #: src/builtin_function.cpp:70 src/builtin_function.cpp:243 #, c-format msgid "%ls: Unexpected positional argument '%ls'" msgstr "" #: src/builtin_function.cpp:82 #, c-format msgid "%ls: Unknown signal '%ls'" msgstr "" #: src/builtin_function.cpp:110 #, c-format msgid "%ls: Cannot find calling job for event handler" msgstr "" #: src/builtin_function.cpp:121 #, c-format msgid "%ls: Invalid process id '%ls'" msgstr "" #: src/builtin_function.cpp:179 #, c-format msgid "%ls: Expected function name" msgstr "" #: src/builtin_function.cpp:185 #, c-format msgid "%ls: Illegal function name '%ls'" msgstr "" #: src/builtin_function.cpp:192 #, c-format msgid "%ls: The name '%ls' is reserved, and cannot be used as a function name" msgstr "" #: src/builtin_functions.cpp:211 #, c-format msgid "%ls: Expected exactly one function name\n" msgstr "%ls: Esperava exatamente um nome de função\n" #: src/builtin_functions.cpp:218 src/builtin_functions.cpp:298 #, c-format msgid "%ls: Function '%ls' does not exist\n" msgstr "%ls: Função “%ls” não existe\n" #: src/builtin_functions.cpp:243 #, c-format msgid "%ls: Expected generic | variable | signal | exit | " msgstr "" #: src/builtin_functions.cpp:289 #, c-format msgid "" "%ls: Expected exactly two names (current function name, and new function " "name)\n" msgstr "" "%ls: Esperava exatamente dois nomes (nome atual da função, e novo nome da " "função)\n" #: src/builtin_functions.cpp:305 #, c-format msgid "%ls: Illegal function name '%ls'\n" msgstr "%ls: Nome de função ilegal “%ls”\n" #: src/builtin_functions.cpp:314 #, c-format msgid "%ls: Function '%ls' already exists. Cannot create copy '%ls'\n" msgstr "%ls: Função “%ls” já existe. Não é possivel criar cópia “%ls”\n" #: src/builtin_history.cpp:71 src/builtin_status.cpp:139 #, c-format msgid "you cannot do both '%ls' and '%ls' in the same invocation" msgstr "" #: src/builtin_history.cpp:85 #, c-format msgid "%ls: you cannot use any options with the %ls command\n" msgstr "" #: src/builtin_history.cpp:262 msgid "builtin history delete only supports --exact\n" msgstr "" #: src/builtin_history.cpp:268 msgid "builtin history delete --exact requires --case-sensitive\n" msgstr "" #: src/builtin_jobs.cpp:68 msgid "Job\tGroup\t" msgstr "Tarefa\tGrupo\t" #: src/builtin_jobs.cpp:70 msgid "CPU\t" msgstr "CPU\t" #: src/builtin_jobs.cpp:72 msgid "State\tCommand\n" msgstr "Estado\tComando\n" #: src/builtin_jobs.cpp:81 msgid "stopped" msgstr "parado" #: src/builtin_jobs.cpp:81 msgid "running" msgstr "" #: src/builtin_jobs.cpp:90 msgid "Group\n" msgstr "Grupo\n" #: src/builtin_jobs.cpp:98 msgid "Process\n" msgstr "Processo\n" #: src/builtin_jobs.cpp:109 msgid "Command\n" msgstr "Comando\n" #: src/builtin_jobs.cpp:203 #, c-format msgid "%ls: '%ls' is not a valid job id" msgstr "" #: src/builtin_jobs.cpp:211 src/builtin_wait.cpp:226 #, c-format msgid "%ls: '%ls' is not a valid process id\n" msgstr "" #: src/builtin_jobs.cpp:223 #, c-format msgid "%ls: No suitable job: %ls\n" msgstr "" #: src/builtin_jobs.cpp:243 #, c-format msgid "%ls: There are no jobs\n" msgstr "%ls: Não há tarefas\n" #: src/builtin_math.cpp:56 #, c-format msgid "%ls: '%ls' is not a valid scale value\n" msgstr "" #: src/builtin_math.cpp:137 msgid "Unknown function" msgstr "" #: src/builtin_math.cpp:139 msgid "Missing closing parenthesis" msgstr "" #: src/builtin_math.cpp:141 msgid "Missing opening parenthesis" msgstr "" #: src/builtin_math.cpp:143 msgid "Too few arguments" msgstr "" #: src/builtin_math.cpp:145 msgid "Too many arguments" msgstr "" #: src/builtin_math.cpp:147 msgid "Missing operator" msgstr "" #: src/builtin_math.cpp:149 msgid "Unexpected token" msgstr "" #: src/builtin_math.cpp:151 msgid "Logical operations are not supported, use `test` instead" msgstr "" #: src/builtin_math.cpp:153 msgid "Expression is bogus" msgstr "" #: src/builtin_printf.cpp:261 msgid "Number out of range" msgstr "" #: src/builtin_printf.cpp:267 #, c-format msgid "%ls: expected a numeric value" msgstr "%ls: esperava valor numérico" #: src/builtin_printf.cpp:270 #, c-format msgid "%ls: value not completely converted" msgstr "%ls: valor não convertido completamente" #: src/builtin_printf.cpp:375 msgid "missing hexadecimal number in escape" msgstr "falta número hexadecimal no escape" #: src/builtin_printf.cpp:395 msgid "Missing hexadecimal number in Unicode escape" msgstr "falta número hexadecimal no escape Unicode" #: src/builtin_printf.cpp:412 #, c-format msgid "Unicode character out of range: \\%c%0*x" msgstr "Caracter Unicode fora dos limites: \\%c%0*x" #: src/builtin_printf.cpp:660 #, c-format msgid "invalid field width: %ls" msgstr "tamanho de campo inválido: %ls" #: src/builtin_printf.cpp:687 #, c-format msgid "invalid precision: %ls" msgstr "precisão inválida: %ls" #: src/builtin_printf.cpp:712 #, c-format msgid "%.*ls: invalid conversion specification" msgstr "%.*ls: especificação de conversão inválida" #: src/builtin_read.cpp:103 #, c-format msgid "%ls: usage of -i for --silent is deprecated. Please " msgstr "" #: src/builtin_read.cpp:128 #, c-format msgid "%ls: Argument '%ls' is out of range\n" msgstr "%ls: Argumento “%ls” está fora do alcance\n" #: src/builtin_read.cpp:359 src/builtin_read.cpp:366 src/builtin_read.cpp:371 #, c-format msgid "%ls: Options %ls and %ls cannot be used together\n" msgstr "" #: src/builtin_realpath.cpp:94 #, c-format msgid "builtin %ls: Invalid path: %ls\n" msgstr "" #: src/builtin_return.cpp:102 #, c-format msgid "%ls: Not inside of function\n" msgstr "%ls: Não está dentro de função\n" #: src/builtin_set.cpp:72 #, c-format msgid "%ls: Warning: $%ls entry \"%ls\" is not valid (%s)\n" msgstr "" #: src/builtin_set.cpp:73 #, c-format msgid "%ls: Did you mean 'set %ls $%ls %ls'?\n" msgstr "" #: src/builtin_set.cpp:74 #, c-format msgid "%ls: You provided %d indexes but %d values\n" msgstr "" #: src/builtin_set.cpp:75 #, c-format msgid "%ls: Erase needs a variable name\n" msgstr "" #: src/builtin_set.cpp:76 #, c-format msgid "%ls: Array index out of bounds\n" msgstr "" #: src/builtin_set.cpp:78 #, c-format msgid "" "%ls: Universal variable '%ls' is shadowed by the global variable of the same " "name.\n" msgstr "" #: src/builtin_set.cpp:316 #, c-format msgid "%ls: Tried to change the read-only variable '%ls'\n" msgstr "%ls: Tentou mudar a variável somente leitura “%ls”\n" #: src/builtin_set.cpp:322 #, c-format msgid "%ls: Tried to modify the special variable '%ls' with the wrong scope\n" msgstr "" #: src/builtin_set.cpp:328 #, c-format msgid "%ls: Tried to modify the special variable '%ls' to an invalid value\n" msgstr "" #: src/builtin_set.cpp:333 #, c-format msgid "%ls: The variable '%ls' does not exist\n" msgstr "" #: src/builtin_set.cpp:383 #, c-format msgid "%ls: Invalid index starting at '%ls'\n" msgstr "" #: src/builtin_set.cpp:581 msgid "exported" msgstr "" #: src/builtin_set.cpp:581 msgid "unexported" msgstr "" #: src/builtin_set.cpp:582 msgid " a path variable" msgstr "" #: src/builtin_set.cpp:584 #, c-format msgid "$%ls: set in %ls scope, %ls,%ls with %d elements\n" msgstr "" #: src/builtin_set.cpp:598 #, c-format msgid "$%ls[%d]: |%ls|\n" msgstr "" #: src/builtin_set.cpp:621 #, c-format msgid "$%ls: invalid var name\n" msgstr "" #: src/builtin_set.cpp:627 #, c-format msgid "%ls: `set --show` does not allow slices with the var names\n" msgstr "" #: src/builtin_set_color.cpp:192 src/builtin_set_color.cpp:206 #, c-format msgid "%ls: Unknown color '%ls'\n" msgstr "%ls: Cor desconhecida “%ls”\n" #: src/builtin_source.cpp:61 src/builtin_source.cpp:69 #, c-format msgid "%ls: Error encountered while sourcing file '%ls':\n" msgstr "%ls: Erro encontrado ao interpretar arquivo “%ls”:\n" #: src/builtin_source.cpp:76 #, c-format msgid "%ls: '%ls' is not a file\n" msgstr "%ls: “%ls” não é um arquivo\n" #: src/builtin_source.cpp:99 #, c-format msgid "%ls: Error while reading file '%ls'\n" msgstr "%ls: Erro ao ler o arquivo “%ls”\n" #: src/builtin_status.cpp:192 #, c-format msgid "%ls: Invalid level value '%ls'\n" msgstr "" #: src/builtin_status.cpp:313 msgid "This is a login shell\n" msgstr "Este é um shell de login\n" #: src/builtin_status.cpp:315 msgid "This is not a login shell\n" msgstr "Este não é um shell de login\n" #: src/builtin_status.cpp:320 #, c-format msgid "Job control: %ls\n" msgstr "Controle de tarefa: %ls\n" #: src/builtin_status.cpp:322 msgid "Only on interactive jobs" msgstr "Somente em tarefas interativas" #: src/builtin_status.cpp:323 msgid "Never" msgstr "Nunca" #: src/builtin_status.cpp:323 msgid "Always" msgstr "Sempre" #: src/builtin_status.cpp:377 src/fish.cpp:537 src/parser.cpp:527 msgid "Standard input" msgstr "Entrada padrão" #: src/builtin_status.cpp:386 msgid "Not a function" msgstr "" #: src/builtin_string.cpp:212 #, c-format msgid "%ls: Invalid escape style '%ls'\n" msgstr "" #: src/builtin_string.cpp:255 #, c-format msgid "%ls: Padding should be a character '%ls'\n" msgstr "" #: src/builtin_string.cpp:271 #, c-format msgid "%ls: Invalid end value '%ls'\n" msgstr "" #: src/builtin_string.cpp:297 src/builtin_string.cpp:306 #, c-format msgid "%ls: Invalid range value for field '%ls'\n" msgstr "" #: src/builtin_string.cpp:325 #, c-format msgid "%ls: Invalid fields value '%ls'\n" msgstr "" #: src/builtin_string.cpp:359 #, c-format msgid "%ls: Invalid length value '%ls'\n" msgstr "" #: src/builtin_string.cpp:379 #, c-format msgid "%ls: Invalid max value '%ls'\n" msgstr "" #: src/builtin_string.cpp:396 #, c-format msgid "%ls: Invalid count value '%ls'\n" msgstr "" #: src/builtin_string.cpp:445 #, c-format msgid "%ls: Invalid start value '%ls'\n" msgstr "" #: src/builtin_string.cpp:473 #, c-format msgid "%ls: Invalid width value '%ls'\n" msgstr "" #: src/builtin_string.cpp:810 #, c-format msgid "%ls: Regular expression compile error: %ls\n" msgstr "" #: src/builtin_string.cpp:845 #, c-format msgid "%ls: Regular expression match error: %ls\n" msgstr "" #: src/builtin_string.cpp:850 #, c-format msgid "%ls: Regular expression internal error\n" msgstr "" #: src/builtin_string.cpp:954 msgid "--entire and --index are mutually exclusive" msgstr "" #: src/builtin_string.cpp:986 #, c-format msgid "%ls: Invalid padding character of width zero\n" msgstr "" #: src/builtin_string.cpp:1182 #, c-format msgid "%ls: Regular expression substitute error: %ls\n" msgstr "" #: src/builtin_string.cpp:1245 msgid "--allow-empty is only valid with --fields" msgstr "" #: src/builtin_string.cpp:1414 msgid "--end and --length are mutually exclusive" msgstr "" #: src/builtin_test.cpp:716 #, c-format msgid "Integer %lld in '%ls' followed by non-digit" msgstr "" #: src/builtin_test.cpp:719 msgid "Not a number" msgstr "" #: src/builtin_test.cpp:721 msgid "Number is infinite" msgstr "" #: src/builtin_type.cpp:134 #, c-format msgid "%ls is a function" msgstr "%ls é uma função" #: src/builtin_type.cpp:142 msgid " with definition" msgstr " com definição" #: src/builtin_type.cpp:162 #, c-format msgid " (defined in %ls)" msgstr " (definido em %ls)" #: src/builtin_type.cpp:177 #, c-format msgid "%ls is a builtin\n" msgstr "%ls é um builtin\n" #: src/builtin_type.cpp:179 msgid "builtin\n" msgstr "" #: src/builtin_type.cpp:193 #, c-format msgid "%ls is %ls\n" msgstr "%ls é %ls\n" #: src/builtin_type.cpp:196 msgid "file\n" msgstr "arquivo\n" #: src/builtin_type.cpp:203 #, c-format msgid "%ls: Could not find '%ls'\n" msgstr "%ls: Não foi possível encontrar '%ls'\n" #: src/builtin_ulimit.cpp:284 #, c-format msgid "%ls: New limit cannot be an empty string\n" msgstr "" #: src/builtin_ulimit.cpp:296 #, c-format msgid "%ls: Invalid limit '%ls'\n" msgstr "" #: src/builtin_wait.cpp:234 #, c-format msgid "%ls: Could not find a job with process id '%d'\n" msgstr "%ls: Não foi possível encontrar uma tarefa com id de processo '%d'\n" #: src/builtin_wait.cpp:240 #, c-format msgid "%ls: Could not find child processes with the name '%ls'\n" msgstr "" #: src/common.cpp:1803 msgid "This is a bug. Break on 'bugreport' to debug." msgstr "" #: src/common.cpp:1804 msgid "If you can reproduce it, please report: " msgstr "" #: src/common.cpp:1814 msgid "empty" msgstr "vazio" #: src/complete.cpp:60 #, c-format msgid "Home for %ls" msgstr "Diretório de usuário para %ls" #: src/complete.cpp:63 #, c-format msgid "Variable: %ls" msgstr "Variável: %ls" #: src/complete.cpp:66 #, c-format msgid "Abbreviation: %ls" msgstr "" #: src/complete.cpp:1551 msgid "completion reached maximum recursion depth, possible cycle?" msgstr "" #: src/env.cpp:1253 msgid "" "Could not determine current working directory. Is your locale set correctly?" msgstr "" #: src/env_dispatch.cpp:441 #, c-format msgid "Using fallback terminal type '%s'." msgstr "" #: src/env_dispatch.cpp:446 #, c-format msgid "Could not set up terminal using the fallback terminal type '%s'." msgstr "" #: src/env_dispatch.cpp:507 msgid "Could not set up terminal." msgstr "" #: src/env_dispatch.cpp:509 msgid "TERM environment variable not set." msgstr "Variável de ambiente TERM não está configurada" #: src/env_dispatch.cpp:511 #, c-format msgid "TERM environment variable set to '%ls'." msgstr "" #: src/env_dispatch.cpp:513 msgid "Check that this terminal type is supported on this system." msgstr "" #: src/env_universal_common.cpp:473 #, c-format msgid "Unable to write to universal variables file '%ls': %s" msgstr "" #: src/env_universal_common.cpp:489 #, c-format msgid "Unable to rename file from '%ls' to '%ls': %s" msgstr "" #: src/env_universal_common.cpp:551 #, c-format msgid "Unable to open temporary file '%ls': %s" msgstr "" #: src/env_universal_common.cpp:561 #, c-format msgid "Locking the universal var file took too long (%.3f seconds)." msgstr "" #: src/env_universal_common.cpp:614 #, c-format msgid "Unable to open universal variable file '%s': %s" msgstr "" #: src/env_universal_common.cpp:1079 #, c-format msgid "Unable to open shared memory with path '%s': %s" msgstr "" #: src/env_universal_common.cpp:1088 #, c-format msgid "Unable to fstat shared memory object with path '%s': %s" msgstr "" #: src/env_universal_common.cpp:1098 #, c-format msgid "Unable to truncate shared memory object with path '%s': %s" msgstr "" #: src/env_universal_common.cpp:1109 #, c-format msgid "Unable to memory map shared memory object with path '%s': %s" msgstr "" #: src/env_universal_common.cpp:1288 #, c-format msgid "Unable to make a pipe for universal variables using '%ls': %s" msgstr "" #: src/env_universal_common.cpp:1296 #, c-format msgid "Unable to open a pipe for universal variables using '%ls': %s" msgstr "" #: src/env_universal_common.cpp:1374 msgid "fcntl(F_SETFL) failed, universal variable notifications disabled" msgstr "" #: src/env_universal_common.cpp:1379 msgid "fcntl(F_SETOWN) failed, universal variable notifications disabled" msgstr "" #: src/event.cpp:145 #, c-format msgid "signal handler for %ls (%ls)" msgstr "" #: src/event.cpp:150 #, c-format msgid "handler for variable '%ls'" msgstr "" #: src/event.cpp:155 #, c-format msgid "exit handler for process %d" msgstr "" #: src/event.cpp:160 #, c-format msgid "exit handler for job %d, '%ls'" msgstr "" #: src/event.cpp:163 #, c-format msgid "exit handler for job with process group %d" msgstr "" #: src/event.cpp:171 msgid "exit handler for command substitution caller" msgstr "" #: src/event.cpp:175 #, c-format msgid "handler for generic event '%ls'" msgstr "" #: src/exec.cpp:690 #, c-format msgid "Unknown function '%ls'" msgstr "Função desconhecida “%ls”" #: src/expand.cpp:547 msgid "Mismatched braces" msgstr "" #: src/fish.cpp:365 #, c-format msgid "%s, version %s\n" msgstr "%s, versão %s\n" #: src/fish.cpp:378 src/fish_indent.cpp:940 #, c-format msgid "Invalid value '%s' for debug-stack-frames flag" msgstr "" #: src/fish.cpp:454 msgid "Can not use the no-execute mode when running an interactive session" msgstr "Não pode usar o modo não-executar durante uma sessão interativa" #: src/fish.cpp:536 #, c-format msgid "Error while reading file %ls\n" msgstr "Erro ao ler arquivo %ls\n" #: src/fish_indent.cpp:888 src/fish_key_reader.cpp:291 #, c-format msgid "%ls, version %s\n" msgstr "%ls, versão %s\n" #: src/fish_indent.cpp:925 #, c-format msgid "Invalid value '%s' for debug-level flag" msgstr "" #: src/fish_indent.cpp:963 #, c-format msgid "" "Expected file path to read/write for -w:\n" "\n" " $ %ls -w foo.fish\n" msgstr "" #: src/fish_indent.cpp:975 src/fish_indent.cpp:1007 #, c-format msgid "Opening \"%s\" failed: %s\n" msgstr "" #: src/fish_indent.cpp:1027 #, c-format msgid "%s\n" msgstr "" #: src/history.cpp:135 #, c-format msgid "Locking the history file took too long (%.3f seconds)." msgstr "" #: src/history.cpp:1201 #, c-format msgid "History session ID '%ls' is not a valid variable name. " msgstr "" #: src/io.cpp:25 #, c-format msgid "An error occurred while redirecting file '%ls'" msgstr "Um erro ocorreu ao redirecionar o arquivo '%ls'" #: src/io.cpp:26 #, c-format msgid "The file '%ls' already exists" msgstr "" #: src/output.cpp:535 #, c-format msgid "Tried to use terminfo string %s on line %ld of %s, which is " msgstr "" #: src/pager.cpp:40 msgid "search: " msgstr "procurar: " #: src/pager.cpp:494 #, c-format msgid "%lsand %lu more rows" msgstr "%lse mais %lu linhas" #: src/pager.cpp:501 #, c-format msgid "rows %lu to %lu of %lu" msgstr "linhas %lu a %lu de %lu" #: src/pager.cpp:504 msgid "(no matches)" msgstr "(nenhum resultado)" #: src/parse_execution.cpp:528 #, c-format msgid "switch: Expected at most one argument, got %lu\n" msgstr "switch: Esperava no máximo um argumento, recebeu %lu\n" #: src/parse_execution.cpp:735 #, c-format msgid "The file '%ls' is not executable by this user" msgstr "O arquivo “%ls” não é executável por este usuário" #: src/parse_execution.cpp:775 msgid "Unknown command:" msgstr "Comando desconhecido:" #: src/parse_execution.cpp:820 msgid "The expanded command was empty." msgstr "O comand expandido estava vazio." #: src/parse_execution.cpp:992 #, c-format msgid "Invalid redirection: %ls" msgstr "Redireção inválida: %ls" #: src/parse_execution.cpp:1003 #, c-format msgid "Invalid redirection target: %ls" msgstr "Alvo de redireção inválido: %ls" #: src/parse_execution.cpp:1013 #, c-format msgid "Requested redirection to '%ls', which is not a valid file descriptor" msgstr "" "Requeriu redireção para “%ls”, que não é um descritor de arquivo válido" #: src/parse_util.cpp:33 #, c-format msgid "The '%ls' command can not be used immediately after a backgrounded job" msgstr "" #: src/parse_util.cpp:37 msgid "Backgrounded commands can not be used as conditionals" msgstr "" #: src/parse_util.cpp:40 msgid "'end' does not take arguments. Did you forget a ';'?" msgstr "" #: src/parser.cpp:36 #, c-format msgid "Tried to evaluate commands using invalid block type '%ls'" msgstr "Tentou executar comandos usando tipo de bloco inválido “%ls”" #: src/parser.cpp:39 msgid "'while' block" msgstr "bloco “while”" #: src/parser.cpp:42 msgid "'for' block" msgstr "bloco “for”" #: src/parser.cpp:45 msgid "block created by breakpoint" msgstr "bloco criado por breakpoint" #: src/parser.cpp:48 msgid "block created by variable assignment prefixing a command" msgstr "" #: src/parser.cpp:51 msgid "'if' conditional block" msgstr "bloco condicional “if”" #: src/parser.cpp:54 msgid "function invocation block" msgstr "bloco de chamada de função" #: src/parser.cpp:57 msgid "function invocation block with no variable shadowing" msgstr "" #: src/parser.cpp:60 msgid "'switch' block" msgstr "bloco “switch”" #: src/parser.cpp:63 msgid "global root block" msgstr "bloco raiz global" #: src/parser.cpp:66 msgid "command substitution block" msgstr "bloco de substituição de comandos" #: src/parser.cpp:69 msgid "'begin' unconditional block" msgstr "bloco não condicional “begin”" #: src/parser.cpp:72 msgid "block created by the . builtin" msgstr "bloco criado pelo builtin ." #: src/parser.cpp:75 msgid "event handler block" msgstr "" #: src/parser.cpp:78 msgid "unknown/invalid block" msgstr "bloco desconhecido/inválido" #: src/parser.cpp:280 #, c-format msgid "Could not write profiling information to file '%s'" msgstr "" #: src/parser.cpp:282 msgid "Time\tSum\tCommand\n" msgstr "Tempo\tSoma\tComando\n" #: src/parser.cpp:334 #, c-format msgid "in function '%ls'" msgstr "" #: src/parser.cpp:349 #, c-format msgid " with arguments '%ls'" msgstr "" #: src/parser.cpp:356 msgid "in command substitution\n" msgstr "na substituição de comando\n" #: src/parser.cpp:362 #, c-format msgid "from sourcing file %ls\n" msgstr "do arquivo %ls\n" #: src/parser.cpp:370 #, c-format msgid "in event handler: %ls\n" msgstr "" #: src/parser.cpp:390 #, c-format msgid "\tcalled on line %d of file %ls\n" msgstr "\tchamado na linha %d do arquivo “%ls”\n" #: src/parser.cpp:393 msgid "\tcalled during startup\n" msgstr "\tchamado durante inicialização\n" #: src/parser.cpp:522 #, c-format msgid "%ls (line %d): " msgstr "%ls (linha %d): " #: src/parser.cpp:525 msgid "Startup" msgstr "Inicialização" #: src/parser.cpp:751 #, c-format msgid "%ls (line %lu): " msgstr "%ls (linha %lu): " #: src/parser.cpp:755 #, c-format msgid "%ls: " msgstr "%ls: " #: src/path.cpp:28 #, c-format msgid "Error while searching for command '%ls'" msgstr "Erro ao procurar por comando “%ls”" #: src/path.cpp:276 #, c-format msgid "Unable to locate the %ls directory." msgstr "" #: src/path.cpp:278 #, c-format msgid "Please set the %ls or HOME environment variable before starting fish." msgstr "" #: src/path.cpp:282 #, c-format msgid "Unable to locate %ls directory derived from $%ls: '%ls'." msgstr "" #: src/path.cpp:284 #, c-format msgid "The error was '%s'." msgstr "" #: src/path.cpp:285 #, c-format msgid "Please set $%ls to a directory where you have write access." msgstr "" #: src/path.cpp:363 msgid "Your history will not be saved." msgstr "" #: src/path.cpp:369 msgid "Your personal settings will not be saved." msgstr "" #: src/proc.cpp:225 msgid "There are still jobs active:\n" msgstr "" #: src/proc.cpp:226 msgid "" "\n" " PID Command\n" msgstr "" #: src/proc.cpp:231 msgid "A second attempt to exit will terminate them.\n" msgstr "" #: src/proc.cpp:232 msgid "" "Use 'disown PID' to remove jobs from the list without terminating them.\n" msgstr "" #: src/proc.cpp:884 #, c-format msgid "Could not send job %d ('%ls') with pgid %d to foreground" msgstr "" "Não foi possível enviar a tarefa %d ('%ls') com pgid %d para primeiro plano" #: src/proc.cpp:919 src/proc.cpp:929 src/proc.cpp:941 msgid "Could not return shell to foreground" msgstr "Não foi possível retornar shell ao primeiro plano" #: src/proc.cpp:1044 #, c-format msgid "More than one job in foreground: job 1: '%ls' job 2: '%ls'" msgstr "Mais de uma tarefa em primeiro plano: tarefa 1: “%ls” tarefa 2: “%ls”" #: src/proc.cpp:1054 msgid "Process argument list" msgstr "Lista de argumentos de processo" #: src/proc.cpp:1055 msgid "Process name" msgstr "Nome de processo" #: src/proc.cpp:1058 #, c-format msgid "Job '%ls', process '%ls' has inconsistent state 'stopped'=%d" msgstr "Tarefa “%ls”, processo “%ls” está em estado inconsistente “parado”=%d" #: src/proc.cpp:1064 #, c-format msgid "Job '%ls', process '%ls' has inconsistent state 'completed'=%d" msgstr "" "Tarefa “%ls”, processo “%ls” está em estado inconsistente “completo”=%d" #: src/reader.cpp:779 msgid "Could not set terminal mode for new job" msgstr "Não foi possível definir modo do terminal para a nova tarefa" #: src/reader.cpp:800 msgid "Could not set terminal mode for shell" msgstr "Não foi possível preparar modo do terminal para shell" #: src/reader.cpp:2065 msgid "No TTY for interactive shell (tcgetpgrp failed)" msgstr "Não há TTY para shell interativo (falha em tcgetpgrp)" #: src/reader.cpp:2075 #, c-format msgid "" "I appear to be an orphaned process, so I am quitting politely. My pid is %d." msgstr "" "Pareço um processo órfão, então estou saindo educadamente. Meu pid é %d." #: src/reader.cpp:2117 msgid "Failed to assign shell to its own process group" msgstr "" #: src/reader.cpp:2128 msgid "Failed to take control of the terminal" msgstr "" #: src/reader.cpp:2138 msgid "Failed to set startup terminal mode!" msgstr "" #: src/reader.cpp:3779 #, c-format msgid "Unknown key binding 0x%X" msgstr "Atalho desconhecido 0x%X" #: src/reader.cpp:3969 #, c-format msgid "Unable to read input file: %s" msgstr "" # Notas: # Adicionar nota # # Caminhos: # sanity.cpp:37 #: src/sanity.cpp:21 msgid "Errors detected, shutting down. Break on sanity_lose() to debug." msgstr "Erros detectados, saindo. Breakpoint em sanity_lose() para debug." #: src/sanity.cpp:28 #, c-format msgid "The pointer '%ls' is invalid" msgstr "O ponteiro “%ls” é inválido" #: src/sanity.cpp:33 #, c-format msgid "The pointer '%ls' is null" msgstr "O ponteiro “%ls” é nulo" #: src/signal.cpp:37 msgid "Terminal hung up" msgstr "Término de comunicação com terminal" #: src/signal.cpp:40 msgid "Quit request from job control (^C)" msgstr "Interrupção de teclado (^C)" #: src/signal.cpp:43 msgid "Quit request from job control with core dump (^\\)" msgstr "Interrupção com imagem do núcleo gravada (^\\)" #: src/signal.cpp:46 msgid "Illegal instruction" msgstr "Instrução ilegal" #: src/signal.cpp:49 msgid "Trace or breakpoint trap" msgstr "Atingiu ponto de parada" #: src/signal.cpp:52 msgid "Abort" msgstr "Abortado" #: src/signal.cpp:55 msgid "Misaligned address error" msgstr "Erro de endereço de barramento" #: src/signal.cpp:58 msgid "Floating point exception" msgstr "Exceção de ponto flutuante" #: src/signal.cpp:61 msgid "Forced quit" msgstr "Saída forçada" #: src/signal.cpp:64 msgid "User defined signal 1" msgstr "Sinal definido pelo usuário 1" #: src/signal.cpp:67 msgid "User defined signal 2" msgstr "Sinal definido pelo usuário 2" #: src/signal.cpp:70 msgid "Address boundary error" msgstr "Erro de fronteira de endereço (Falha de segmentação)" #: src/signal.cpp:73 msgid "Broken pipe" msgstr "Pipe sem saída" #: src/signal.cpp:76 msgid "Timer expired" msgstr "Temporizador expirado" #: src/signal.cpp:79 msgid "Polite quit request" msgstr "Requisição educada de término" #: src/signal.cpp:82 msgid "Child process status changed" msgstr "Mudança de estado de processo filho" #: src/signal.cpp:85 msgid "Continue previously stopped process" msgstr "Continuar processo previamente parado" #: src/signal.cpp:88 msgid "Forced stop" msgstr "Parada forçada" #: src/signal.cpp:91 msgid "Stop request from job control (^Z)" msgstr "Parada requisitada por teclado (^Z)" #: src/signal.cpp:94 msgid "Stop from terminal input" msgstr "Parada para entrada de terminal" #: src/signal.cpp:97 msgid "Stop from terminal output" msgstr "Parada para saída de terminal" #: src/signal.cpp:100 msgid "Urgent socket condition" msgstr "Condição urgente de socket" #: src/signal.cpp:103 msgid "CPU time limit exceeded" msgstr "Limite de tempo da CPU excedido" #: src/signal.cpp:106 msgid "File size limit exceeded" msgstr "Limite de tamanho de arquivo excedido" #: src/signal.cpp:109 msgid "Virtual timer expired" msgstr "Temporizador virtual expirado" #: src/signal.cpp:112 msgid "Profiling timer expired" msgstr "Temporizador de análise expirado" #: src/signal.cpp:115 src/signal.cpp:118 msgid "Window size change" msgstr "Mudança de tamanho de janela" #: src/signal.cpp:121 msgid "I/O on asynchronous file descriptor is possible" msgstr "E/S em descritor de arquivo assíncrono possível" #: src/signal.cpp:124 msgid "Power failure" msgstr "Falha de energia" #: src/signal.cpp:127 msgid "Bad system call" msgstr "Chamada de sistema ruim" #: src/signal.cpp:130 msgid "Information request" msgstr "Requisição de informação" #: src/signal.cpp:133 msgid "Stack fault" msgstr "Falha de pilha" #: src/signal.cpp:136 msgid "Emulator trap" msgstr "Armadilha de emulador" #: src/signal.cpp:139 msgid "Abort (Alias for SIGABRT)" msgstr "Abortado (Outro nome para SIGABRT)" #: src/signal.cpp:142 msgid "Unused signal" msgstr "Sinal não utilizado" #: src/signal.cpp:172 src/signal.cpp:182 msgid "Unknown" msgstr "Desconhecido" #: src/tokenizer.cpp:28 msgid "Unexpected end of string, quotes are not balanced" msgstr "Final inesperado de string, aspas não batem" #: src/tokenizer.cpp:30 msgid "Unexpected end of string, expecting ')'" msgstr "Final inesperado de string, esperava ')'" #: src/tokenizer.cpp:32 msgid "Unexpected end of string, square brackets do not match" msgstr "Final inesperado de string, colchetes não batem" #: src/tokenizer.cpp:34 msgid "Unexpected end of string, incomplete escape sequence" msgstr "" #: src/tokenizer.cpp:36 msgid "Invalid input/output redirection" msgstr "Redireção inválida de entrada/saída" #: src/tokenizer.cpp:38 msgid "Cannot use stdin (fd 0) as pipe output" msgstr "Não pode usar entrada padrão (fd 0) como saída de pipe" #: src/tokenizer.cpp:40 msgid "|& is not valid. In fish, use &| to pipe both stdout and stderr." msgstr "" #: src/tokenizer.cpp:42 msgid "Unexpected ')' for unopened parenthesis" msgstr "" #: src/tokenizer.cpp:44 msgid "Unexpected '[' at this location" msgstr "" #: src/tokenizer.cpp:46 msgid "Unexpected '}' for unopened brace expansion" msgstr "" #: src/tokenizer.cpp:48 msgid "Unexpected end of string, incomplete parameter expansion" msgstr "" #: src/tokenizer.cpp:50 msgid "Unexpected '}' found, expecting ')'" msgstr "" #: src/tokenizer.cpp:52 msgid "Unexpected ')' found, expecting '}'" msgstr "" #: src/wgetopt.cpp:209 #, c-format msgid "%ls: Invalid option -- %lc\n" msgstr "%ls: Opção inválida -- %lc\n" #: src/wgetopt.cpp:241 #, c-format msgid "%ls: Option requires an argument -- %lc\n" msgstr "%ls: Opção requer argumento -- %lc\n" #: src/wgetopt.cpp:268 #, c-format msgid "%ls: Option '--%ls' doesn't allow an argument\n" msgstr "%ls: Opção “--%ls” não permite argumento\n" #: src/wgetopt.cpp:272 #, c-format msgid "%ls: Option '%lc%ls' doesn't allow an argument\n" msgstr "%ls: Opção “%lc%ls” não permite argumento\n" #: src/wgetopt.cpp:284 #, c-format msgid "%ls: Option '%ls' requires an argument\n" msgstr "%ls: Opção “%ls” requer argumento\n" #: src/wgetopt.cpp:348 #, c-format msgid "%ls: Option '%ls' is ambiguous\n" msgstr "%ls: Opção “%ls” é ambígua\n" #: src/wgetopt.cpp:367 #, c-format msgid "%ls: Unrecognized option '--%ls'\n" msgstr "%ls: Opção não reconhecida “--%ls”\n" #: src/wgetopt.cpp:370 #, c-format msgid "%ls: Unrecognized option '%lc%ls'\n" msgstr "%ls: Opção não reconhecida “%lc%ls”\n" #: src/wildcard.cpp:31 msgid "Executable" msgstr "Executável" #: src/wildcard.cpp:33 msgid "Executable link" msgstr "Link para executável" #: src/wildcard.cpp:35 msgid "File" msgstr "Arquivo" #: src/wildcard.cpp:37 msgid "Character device" msgstr "Dispositivo caracter" #: src/wildcard.cpp:39 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:22 #: /tmp/fish/implicit/share/completions/virsh.fish:498 msgid "Block device" msgstr "Dispositivo bloco" #: src/wildcard.cpp:41 msgid "Fifo" msgstr "Fifo" #: src/wildcard.cpp:43 msgid "Symbolic link" msgstr "Link simbólico" #: src/wildcard.cpp:45 msgid "Symbolic link to directory" msgstr "Link simbólico para diretório" #: src/wildcard.cpp:47 msgid "Rotten symbolic link" msgstr "Link simbólico quebrado" #: src/wildcard.cpp:49 msgid "Symbolic link loop" msgstr "Loop de link simbólico" #: src/wildcard.cpp:51 msgid "Socket" msgstr "Soquete" #: src/wildcard.cpp:53 msgid "Directory" msgstr "Diretório" #: src/wutil.cpp:141 #, c-format msgid "getcwd() failed with errno %d/%s" msgstr "" #: src/builtin.h:37 #, c-format msgid "%ls: Expected argument for option %ls\n" msgstr "%ls: Esperava argumento para opção %ls\n" #: src/builtin.h:40 #, c-format msgid "%ls: Invalid combination of options\n" msgstr "%ls: Combinação inválida de opções\n" #: src/builtin.h:43 #, c-format msgid "" "%ls: Invalid combination of options,\n" "%ls\n" msgstr "" "%ls: Combinação inválida de opções,\n" "%ls\n" #: src/builtin.h:47 #, c-format msgid "%ls: Variable scope can only be one of universal, global and local\n" msgstr "%ls: Escopo da variável só pode ser um de universal, global ou local\n" #: src/builtin.h:50 #, c-format msgid "%ls: Variable can't be both exported and unexported\n" msgstr "" #: src/builtin.h:53 #, c-format msgid "%ls: Unknown option '%ls'\n" msgstr "%ls: Opção desconhecida “%ls”\n" #: src/builtin.h:56 #, c-format msgid "%ls: Expected an argument\n" msgstr "%ls: Esperava um argumento\n" #: src/builtin.h:57 #, c-format msgid "%ls: Expected %d args, got %d\n" msgstr "" #: src/builtin.h:58 #, c-format msgid "%ls %ls: Expected %d args, got %d\n" msgstr "" #: src/builtin.h:59 #, c-format msgid "%ls: Expected at least %d args, got %d\n" msgstr "" #: src/builtin.h:60 #, c-format msgid "%ls: Expected at most %d args, got %d\n" msgstr "" #: src/builtin.h:63 #, c-format msgid "%ls: Variable name '%ls' is not valid. See `help identifiers`.\n" msgstr "" #: src/builtin.h:66 #, c-format msgid "%ls: mode name '%ls' is not valid. See `help identifiers`.\n" msgstr "" #: src/builtin.h:69 #, c-format msgid "%ls: Too many arguments\n" msgstr "%ls: Argumentos demais\n" #: src/builtin.h:72 #, c-format msgid "%ls: Argument '%ls' is not a valid integer\n" msgstr "" #: src/builtin.h:75 #, c-format msgid "%ls: Expected a subcommand to follow the command\n" msgstr "" #: src/builtin.h:76 #, c-format msgid "%ls: Subcommand '%ls' is not valid\n" msgstr "" #: src/builtin.h:79 #, c-format msgid "Send job %d, '%ls' to foreground\n" msgstr "Enviando tarefa %d, “%ls” para o primeiro plano\n" #: src/exec.h:13 msgid "An error occurred while setting up pipe" msgstr "Ocorreu um erro ao preparar pipe" #: src/parse_constants.h:207 #, c-format msgid "" "The function '%ls' calls itself immediately, which would result in an " "infinite loop." msgstr "" "A função “%ls” se chama imediatamente, o que causaria um loop infinito." #: src/parse_constants.h:211 msgid "" "The function call stack limit has been exceeded. Do you have an accidental " "infinite loop?" msgstr "" "O limite de tamanho da pilha de chamada de funções foi excedido. Você está " "com um loop infinito acidental?" #: src/parse_constants.h:214 #, c-format msgid "Illegal command name '%ls'" msgstr "Nome de comando ilegal “%ls”" #: src/parse_constants.h:217 #, c-format msgid "Unknown builtin '%ls'" msgstr "Builtin desconhecida “%ls”" #: src/parse_constants.h:220 #, c-format msgid "Unable to expand variable name '%ls'" msgstr "Incapaz de expandir o nome da variável “%ls”" #: src/parse_constants.h:223 #, c-format msgid "Illegal file descriptor in redirection '%ls'" msgstr "Descritor de arquivo ilegal na redireção “%ls”" #: src/parse_constants.h:226 #, c-format msgid "No matches for wildcard '%ls'. See `help expand`." msgstr "" #: src/parse_constants.h:229 msgid "'break' while not inside of loop" msgstr "'break' enquanto fora de um laço" #: src/parse_constants.h:232 msgid "'continue' while not inside of loop" msgstr "'continue' enquanto fora de um laço" #: src/parse_constants.h:235 msgid "'return' outside of function definition" msgstr "" #: src/parse_constants.h:240 #, c-format msgid "$%lc is not a valid variable in fish." msgstr "" #: src/parse_constants.h:243 #, c-format msgid "Variables cannot be bracketed. In fish, please use {$%ls}." msgstr "" #: src/parse_constants.h:247 #, c-format msgid "Variables cannot be bracketed. In fish, please use \"$%ls\"." msgstr "" #: src/parse_constants.h:250 msgid "$? is not the exit status. In fish, please use $status." msgstr "" #: src/parse_constants.h:253 msgid "$$ is not the pid. In fish, please use $fish_pid." msgstr "" #: src/parse_constants.h:256 msgid "$# is not supported. In fish, please use 'count $argv'." msgstr "" #: src/parse_constants.h:259 msgid "$@ is not supported. In fish, please use $argv." msgstr "" #: src/parse_constants.h:262 #, c-format msgid "$(...) is not supported. In fish, please use '(%ls)'." msgstr "" #: src/parse_constants.h:265 msgid "$* is not supported. In fish, please use $argv." msgstr "" #: src/parse_constants.h:268 msgid "Expected a variable name after this $." msgstr "" #: src/parse_constants.h:272 #, c-format msgid "Unsupported use of '='. In fish, please use 'set %ls %ls'." msgstr "" #: src/parse_constants.h:276 msgid "" "'time' is not supported for background jobs. Consider using 'command time'." msgstr "" #: src/parse_tree.h:83 #, c-format msgid "The '%ls' command can not be used in a pipeline" msgstr "O comand “%ls” não pode ser usado em pipe" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:1 msgid "%s: invalid option -- %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:2 msgid "%s: %s cannot be specified along with %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:3 msgid "%s: option requires an argument -- %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:4 msgid "%s: Unexpected argument -- %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:5 #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:8 msgid "%s: abbreviation cannot have spaces in the key\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:6 msgid "%s: abbreviation must have a value\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:7 msgid "%s: abbreviation '%s' already exists, cannot rename\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:9 #: /tmp/fish/explicit/share/functions/__fish_abbr_old.fish:10 msgid "%s: no such abbreviation '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_md5.fish:1 #: /tmp/fish/explicit/share/functions/__fish_md5.fish:2 msgid "%s: Too many arguments %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/__fish_print_help.fish:1 msgid "Cannot format help; no parser found" msgstr "" #: /tmp/fish/explicit/share/functions/_validate_int.fish:1 msgid "%s: Value '%s' for flag '%s' is not an integer\\n" msgstr "" #: /tmp/fish/explicit/share/functions/_validate_int.fish:2 msgid "%s: Value '%s' for flag '%s' less than min allowed of '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/_validate_int.fish:3 msgid "%s: Value '%s' for flag '%s' greater than max allowed of '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:1 msgid "%s: Could not figure out what to do!\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:2 msgid "%s %s: Requires at least two arguments\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:3 #: /tmp/fish/explicit/share/functions/abbr.fish:4 #: /tmp/fish/explicit/share/functions/abbr.fish:6 #: /tmp/fish/explicit/share/functions/abbr.fish:7 msgid "%s %s: Abbreviation %s cannot have spaces in the word\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:5 msgid "%s %s: Requires exactly two arguments\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:8 msgid "%s %s: No abbreviation named %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:9 msgid "%s %s: Abbreviation %s already exists, cannot rename %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/abbr.fish:10 #: /tmp/fish/explicit/share/functions/abbr.fish:11 msgid "%s %s: Unexpected argument -- '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/alias.fish:1 msgid "%s: Name cannot be empty\\n" msgstr "" #: /tmp/fish/explicit/share/functions/alias.fish:2 msgid "%s: Body cannot be empty\\n" msgstr "" #: /tmp/fish/explicit/share/functions/cd.fish:1 msgid "Too many args for cd command" msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:1 msgid "cdh: Expected zero or one arguments" msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:2 msgid "No previous directories to select. You have to cd at least once." msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:3 msgid "This should not happen. Have you changed the cd function?" msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:4 msgid "There are %s unique dirs in your history but I can only handle %s" msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:5 msgid "Select directory by letter or number: " msgstr "" #: /tmp/fish/explicit/share/functions/cdh.fish:6 msgid "" "Error: expected a number between 1 and %d or letter in that range, got \"%s\"" msgstr "" #: /tmp/fish/explicit/share/functions/edit_command_buffer.fish:2 msgid "Please set VISUAL or EDITOR to your preferred editor." msgstr "" #: /tmp/fish/explicit/share/functions/edit_command_buffer.fish:3 msgid "Ignoring the output of your editor since its exit status was non-zero" msgstr "" #: /tmp/fish/explicit/share/functions/edit_command_buffer.fish:4 msgid "or the file was empty" msgstr "" #: /tmp/fish/explicit/share/functions/fish_greeting.fish:1 msgid "Welcome to fish, the friendly interactive shell" msgstr "Bem-vindo ao fish, o shell interativo amigável" #: /tmp/fish/explicit/share/functions/fish_greeting.fish:2 msgid "Type %shelp%s for instructions on how to use fish" msgstr "Digite %shelp%s para instruções sobre como utilizar o fish" #: /tmp/fish/explicit/share/functions/fish_greeting.fish:3 msgid "fish is running in private mode, history will not be persisted." msgstr "" #: /tmp/fish/explicit/share/functions/fish_job_summary.fish:1 msgid "fish: Job %s, '%s' has stopped\\n" msgstr "" #: /tmp/fish/explicit/share/functions/fish_job_summary.fish:2 msgid "fish: Job %s, '%s' has ended\\n" msgstr "" #: /tmp/fish/explicit/share/functions/fish_job_summary.fish:3 msgid "" "fish: Process %s, '%s' from job %s, '%s' terminated by signal %s (%s)\\n" msgstr "" "fish: Processo %s, '%s' da tarefa %s, '%s' encerrado pelo sinal %s (%s)\\n" #: /tmp/fish/explicit/share/functions/fish_job_summary.fish:4 msgid "fish: Job %s, '%s' terminated by signal %s (%s)\\n" msgstr "fish: Tarefa %s, '%s' encerrada pelo sinal %s (%s)\\n" #: /tmp/fish/explicit/share/functions/fish_opt.fish:1 msgid "%s: The --short flag is required and must be a single character\\n" msgstr "" #: /tmp/fish/explicit/share/functions/fish_update_completions.fish:1 msgid "python executable not found" msgstr "executável python não encontrado" #: /tmp/fish/explicit/share/functions/funced.fish:1 #: /tmp/fish/explicit/share/functions/funcsave.fish:1 #: /tmp/fish/explicit/share/functions/open.fish:1 #: /tmp/fish/explicit/share/functions/realpath.fish:2 msgid "%ls: Expected at least %d args, got only %d\\n" msgstr "" #: /tmp/fish/explicit/share/functions/funced.fish:3 msgid "Editing failed or was cancelled" msgstr "" #: /tmp/fish/explicit/share/functions/funced.fish:4 msgid "Editor exited but the function was not modified" msgstr "" #: /tmp/fish/explicit/share/functions/funced.fish:5 msgid "Edit the file again\\? [Y/n]" msgstr "Editar o arquivo novamente\\? [S/n]" #: /tmp/fish/explicit/share/functions/funced.fish:6 msgid "Cancelled function editing" msgstr "" #: /tmp/fish/explicit/share/functions/funcsave.fish:2 msgid "%s: Could not create configuration directory '%s'\\n" msgstr "%s: Não foi possível criar o diretório de configuração '%s'\\n" #: /tmp/fish/explicit/share/functions/funcsave.fish:3 msgid "%s: Unknown function '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/help.fish:1 msgid "%s: Could not find a web browser.\\n" msgstr "" #: /tmp/fish/explicit/share/functions/help.fish:3 msgid "help: Help is being displayed in your default browser.\\n" msgstr "" #: /tmp/fish/explicit/share/functions/help.fish:4 msgid "help: Help is being displayed in %s.\\n" msgstr "" #: /tmp/fish/explicit/share/functions/history.fish:1 msgid "%ls: you cannot use any options with the %ls command\\n" msgstr "" #: /tmp/fish/explicit/share/functions/history.fish:2 msgid "%ls: %ls expected %d args, got %d\\n" msgstr "" #: /tmp/fish/explicit/share/functions/history.fish:3 msgid "" "If you enter 'yes' your entire interactive command history will be erased\\n" msgstr "" #: /tmp/fish/explicit/share/functions/history.fish:4 msgid "Command history cleared!\\n" msgstr "" #: /tmp/fish/explicit/share/functions/history.fish:5 msgid "You did not say 'yes' so I will not clear your command history\\n" msgstr "" #: /tmp/fish/explicit/share/functions/isatty.fish:1 msgid "%s: Too many arguments" msgstr "" #: /tmp/fish/explicit/share/functions/nextd.fish:1 #: /tmp/fish/explicit/share/functions/prevd.fish:1 msgid "%s: The number of positions to skip must be a non-negative integer\\n" msgstr "" #: /tmp/fish/explicit/share/functions/open.fish:2 msgid "No open utility found. Try installing \"xdg-open\" or \"xdg-utils\"." msgstr "" #: /tmp/fish/explicit/share/functions/popd.fish:1 msgid "%s: Directory stack is empty…\\n" msgstr "" #: /tmp/fish/explicit/share/functions/psub.fish:1 msgid "%s: Not inside of command substitution" msgstr "" #: /tmp/fish/explicit/share/functions/realpath.fish:1 msgid "%s: These flags are not allowed by fish realpath: '%s'" msgstr "" #: /tmp/fish/explicit/share/functions/seq.fish:1 msgid "%s: Expected 1, 2 or 3 arguments, got %d\\n" msgstr "" #: /tmp/fish/explicit/share/functions/seq.fish:2 msgid "%s: '%s' is not a number\\n" msgstr "%s: “%s” não é um número\\n" #: /tmp/fish/explicit/share/functions/setenv.fish:1 #: /tmp/fish/explicit/share/functions/umask.fish:3 msgid "%s: Too many arguments\\n" msgstr "" #: /tmp/fish/explicit/share/functions/setenv.fish:2 msgid "%s: Variable name must contain alphanumeric characters\\n" msgstr "" #: /tmp/fish/explicit/share/functions/umask.fish:1 #: /tmp/fish/explicit/share/functions/umask.fish:2 msgid "%s: Invalid mask '%s'\\n" msgstr "" #: /tmp/fish/explicit/share/functions/vared.fish:1 msgid "%s: Unknown option %s\\n" msgstr "%s: Opção desconhecida %s\\n" #: /tmp/fish/explicit/share/functions/vared.fish:2 msgid "" "%s: %s is an array variable. Use %svared%s %s[n]%s to edit the n:th element " "of %s\\n" msgstr "" #: /tmp/fish/explicit/share/functions/vared.fish:3 msgid "" "%s: Expected exactly one argument, got %s.\\n\\nSynopsis:\\n\\t%svared%s " "VARIABLE\\n" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:1 msgid "Show information about supported formats" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:2 msgid "Extract with full paths" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:3 msgid "Stop switches parsing" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:4 msgid "Include archives" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:5 msgid "Disable archive_name field" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:6 msgid "Overwrite mode" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:7 msgid "Exclude archives" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:8 msgid "Set output log level" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:9 msgid "Disable progress indicator" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:10 msgid "Set output stream" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:11 msgid "Show execution time statistics" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:12 msgid "Include filenames" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:13 msgid "Set compression method" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:14 msgid "Set output directory" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:15 msgid "Set password" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:16 msgid "Recurse subdirectories" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:17 msgid "Set archive name mode" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:18 msgid "Set charset for console I/O" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:19 msgid "Set hash function" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:20 msgid "Set charset for list files" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:21 msgid "Delete files after compression" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:22 msgid "Send archive by email" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:23 msgid "Create SFX archive" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:24 msgid "Read data from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:25 msgid "Set large pages mode" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:26 msgid "Show technical information" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:27 msgid "Store NT security information" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:28 msgid "Store NTFS alternate streams" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:29 msgid "Store hard links" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:30 msgid "Store symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:31 msgid "Write data to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:32 msgid "Disable wildcard matching" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:33 msgid "Eliminate duplication of root folder" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:34 msgid "Use fully qualified file paths" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:35 msgid "Set sensitive case mode" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:36 msgid "Compress shared files" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:37 msgid "Set archive timestamp" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:38 msgid "Set CPU thread affinity mask" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:39 msgid "Exclude archive type" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:40 msgid "Type of archive" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:41 msgid "Update options" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:42 msgid "Create volumes" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:43 msgid "Assign work directory" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:44 msgid "Exclude filenames" msgstr "" #: /tmp/fish/implicit/share/completions/7z.fish:45 msgid "Assume yes on all queries" msgstr "" #: /tmp/fish/implicit/share/completions/a2disconf.fish:1 #: /tmp/fish/implicit/share/completions/a2dismod.fish:1 #: /tmp/fish/implicit/share/completions/a2dissite.fish:1 #: /tmp/fish/implicit/share/completions/a2enconf.fish:1 #: /tmp/fish/implicit/share/completions/a2enmod.fish:1 #: /tmp/fish/implicit/share/completions/a2ensite.fish:1 msgid "Don't show informative messages" msgstr "" #: /tmp/fish/implicit/share/completions/a2disconf.fish:2 #: /tmp/fish/implicit/share/completions/a2dismod.fish:2 #: /tmp/fish/implicit/share/completions/a2dissite.fish:2 msgid "Purge all traces of module" msgstr "" #: /tmp/fish/implicit/share/completions/abbr.fish:1 msgid "Add abbreviation" msgstr "" #: /tmp/fish/implicit/share/completions/abbr.fish:2 msgid "Erase abbreviation" msgstr "" #: /tmp/fish/implicit/share/completions/abbr.fish:3 msgid "Print all abbreviations" msgstr "" #: /tmp/fish/implicit/share/completions/abbr.fish:4 msgid "Print all abbreviation names" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:1 msgid "Complete abook formats" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:2 #: /tmp/fish/implicit/share/completions/grub-install.fish:32 msgid "Show usage" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:3 msgid "Use an alternative configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:4 msgid "Use an alternative addressbook file" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:5 msgid "Make a query for mutt" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:6 msgid "Read email message from stdin and add the sender" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:7 msgid "Same as --add-email. Without confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:8 msgid "Convert address book files" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:9 msgid "Input file format" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:10 #: /tmp/fish/implicit/share/completions/pg_dump.fish:2 msgid "Output file format" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:11 msgid "Input file (default: stdin)" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:12 msgid "Output file (default: stdout)" msgstr "" #: /tmp/fish/implicit/share/completions/abook.fish:13 msgid "Print available formats" msgstr "" #: /tmp/fish/implicit/share/completions/acat.fish:1 #: /tmp/fish/implicit/share/completions/als.fish:1 #: /tmp/fish/implicit/share/completions/aunpack.fish:1 msgid "Archive content" msgstr "" #: /tmp/fish/implicit/share/completions/accept.fish:1 #: /tmp/fish/implicit/share/completions/cupsaccept.fish:1 msgid "Accept reason" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:1 #: /tmp/fish/implicit/share/completions/grep.fish:23 #: /tmp/fish/implicit/share/completions/sort.fish:3 msgid "Ignore case" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:2 msgid "Ignore case when pattern contains no uppercase" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:3 msgid "Don't ignore case" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:4 msgid "Invert match" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:5 msgid "Match only whole words" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:6 msgid "Quote all metacharacters" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:7 msgid "Only print line(s) NUM of each file" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:8 msgid "Only print filenames containing matches" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:9 msgid "Only print filenames with no matches" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:10 msgid "Output the evaluation of Perl expression for each line" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:11 msgid "Output the part of line matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:12 msgid "Print all lines" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:13 msgid "Specify pattern explicitly" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:14 msgid "Stop searching in each file after NUM matches" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:15 msgid "Stop searching after first match" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:16 msgid "Print the filename for each match" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:17 msgid "Suppress the prefixing filename on output" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:18 msgid "Show number of lines matching per file" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:19 msgid "Show column number of first match" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:20 msgid "Don't show column number of first match" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:21 #: /tmp/fish/implicit/share/completions/grep.fish:1 msgid "Print NUM lines of trailing context" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:22 #: /tmp/fish/implicit/share/completions/grep.fish:3 msgid "Print NUM lines of leading context" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:23 #: /tmp/fish/implicit/share/completions/grep.fish:4 msgid "Print NUM lines of context" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:24 msgid "Print null byte as separator between filenames" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:25 msgid "Suppress error messages about file errors" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:26 msgid "Pipes all ack output through command" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:27 msgid "Do not send output through a pager" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:28 msgid "Prints a filename heading above file's results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:29 msgid "Don't print a filename heading above file's results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:30 msgid "Print a break between results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:31 msgid "Don't print a break between results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:32 msgid "Filename heading and line break between results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:33 msgid "No filename heading and no line breaks between results" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:34 msgid "Highlight the matching text" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:35 msgid "Don't highlight the matching text" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:36 msgid "Set the color for filenames" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:37 msgid "Set the color for matches" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:38 msgid "Set the color for line numbers" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:39 msgid "Flush output immediately" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:40 msgid "Only print the files selected" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:41 msgid "Only select files matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:42 msgid "Sort the found files lexically" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:43 msgid "Show which types each file has" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:44 msgid "Read the list of files to search from file" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:45 msgid "Read the list of files to search from STDIN" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:46 msgid "Ignore directory" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:47 msgid "Don't ignore directory" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:48 msgid "Add filter for ignoring files" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:49 msgid "Recurse into subdirectories" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:50 msgid "No descending into subdirectories" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:51 #: /tmp/fish/implicit/share/completions/file.fish:7 #: /tmp/fish/implicit/share/completions/find.fish:2 #: /tmp/fish/implicit/share/completions/ls.fish:13 #: /tmp/fish/implicit/share/completions/ls.fish:14 #: /tmp/fish/implicit/share/completions/s3cmd.fish:129 msgid "Follow symlinks" msgstr "Segue links simbólicos" #: /tmp/fish/implicit/share/completions/ack.fish:52 #: /tmp/fish/implicit/share/completions/ls.fish:81 msgid "Don't follow symlinks" msgstr "Não segue links simbólicos" #: /tmp/fish/implicit/share/completions/ack.fish:53 msgid "Include only recognized files" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:54 msgid "Include only X files" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:55 msgid "Replaces definition of type" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:56 msgid "Specify definition of type" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:57 msgid "Removes all filters associated with type" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:58 msgid "Ignores environment variables and ackrc files" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:59 msgid "Specifies location of ackrc file" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:60 msgid "Ignore default definitions ack includes" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:61 msgid "Outputs default ackrc" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:62 #: /tmp/fish/implicit/share/completions/udisksctl.fish:1 #: /tmp/fish/implicit/share/completions/udisksctl.fish:2 msgid "Shows help" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:63 msgid "Shows all known types" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:64 msgid "Dump information on which options are loaded" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:65 msgid "Forces ack to treat input as a pipe" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:66 msgid "Forces ack to treat input as tty" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:67 msgid "Shows man page" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:68 msgid "Displays version and copyright" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:69 msgid "Bill the Cat" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:70 msgid "The warning admiral" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:71 msgid "Allow file type" msgstr "" #: /tmp/fish/implicit/share/completions/ack.fish:72 msgid "Don't allow file type" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:1 msgid "Show battery information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:2 msgid "Suppress battery information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:3 msgid "Show thermal information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:4 msgid "Suppress thermal information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:5 msgid "Show ac adapter information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:6 msgid "Suppress ac-adapter information" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:7 msgid "Show every device, overrides above options" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:8 msgid "Show non-operational devices" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:9 msgid "Hide non-operational devices" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:10 msgid "Use celsius as the temperature unit" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:11 msgid "Use fahrenheit as the temperature unit" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:12 msgid "Use kelvin as the temperature unit" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:13 msgid " path to ACPI info (/proc/acpi)" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:14 #: /tmp/fish/implicit/share/completions/and.fish:1 #: /tmp/fish/implicit/share/completions/apropos.fish:2 #: /tmp/fish/implicit/share/completions/apt-build.fish:1 #: /tmp/fish/implicit/share/completions/apt-cache.fish:1 #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:1 #: /tmp/fish/implicit/share/completions/apt-config.fish:1 #: /tmp/fish/implicit/share/completions/apt-extracttemplates.fish:1 #: /tmp/fish/implicit/share/completions/apt-file.fish:1 #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:1 #: /tmp/fish/implicit/share/completions/apt-get.fish:3 #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:1 #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:1 #: /tmp/fish/implicit/share/completions/apt-mark.fish:3 #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:1 #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:1 #: /tmp/fish/implicit/share/completions/apt-show-source.fish:1 #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:1 #: /tmp/fish/implicit/share/completions/apt-sortpkgs.fish:1 #: /tmp/fish/implicit/share/completions/apt-spy.fish:1 #: /tmp/fish/implicit/share/completions/apt-src.fish:1 #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:1 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:1 #: /tmp/fish/implicit/share/completions/asp.fish:6 #: /tmp/fish/implicit/share/completions/bc.fish:7 #: /tmp/fish/implicit/share/completions/bd.fish:4 #: /tmp/fish/implicit/share/completions/begin.fish:1 #: /tmp/fish/implicit/share/completions/bg.fish:1 #: /tmp/fish/implicit/share/completions/bind.fish:4 #: /tmp/fish/implicit/share/completions/block.fish:1 #: /tmp/fish/implicit/share/completions/break.fish:1 #: /tmp/fish/implicit/share/completions/builtin.fish:1 #: /tmp/fish/implicit/share/completions/cat.fish:10 #: /tmp/fish/implicit/share/completions/cd.fish:1 #: /tmp/fish/implicit/share/completions/chgrp.fish:9 #: /tmp/fish/implicit/share/completions/chmod.fish:8 #: /tmp/fish/implicit/share/completions/chown.fish:9 #: /tmp/fish/implicit/share/completions/command.fish:1 #: /tmp/fish/implicit/share/completions/commandline.fish:1 #: /tmp/fish/implicit/share/completions/complete.fish:12 #: /tmp/fish/implicit/share/completions/configure.fish:1 #: /tmp/fish/implicit/share/completions/continue.fish:1 #: /tmp/fish/implicit/share/completions/cowsay.fish:3 #: /tmp/fish/implicit/share/completions/cowthink.fish:3 #: /tmp/fish/implicit/share/completions/cp.fish:14 #: /tmp/fish/implicit/share/completions/cut.fish:10 #: /tmp/fish/implicit/share/completions/date.fish:10 #: /tmp/fish/implicit/share/completions/dconf.fish:10 #: /tmp/fish/implicit/share/completions/df.fish:8 #: /tmp/fish/implicit/share/completions/diff.fish:25 #: /tmp/fish/implicit/share/completions/dnf.fish:35 #: /tmp/fish/implicit/share/completions/du.fish:18 #: /tmp/fish/implicit/share/completions/echo.fish:5 #: /tmp/fish/implicit/share/completions/entr.fish:3 #: /tmp/fish/implicit/share/completions/env.fish:4 #: /tmp/fish/implicit/share/completions/eval.fish:1 #: /tmp/fish/implicit/share/completions/exec.fish:1 #: /tmp/fish/implicit/share/completions/exit.fish:1 #: /tmp/fish/implicit/share/completions/fg.fish:1 #: /tmp/fish/implicit/share/completions/find.fish:6 #: /tmp/fish/implicit/share/completions/fish.fish:3 #: /tmp/fish/implicit/share/completions/fish_add_path.fish:9 #: /tmp/fish/implicit/share/completions/fish_indent.fish:1 #: /tmp/fish/implicit/share/completions/fish_key_reader.fish:1 #: /tmp/fish/implicit/share/completions/for.fish:1 #: /tmp/fish/implicit/share/completions/functions.fish:3 #: /tmp/fish/implicit/share/completions/fusermount.fish:2 #: /tmp/fish/implicit/share/completions/gprof.fish:30 #: /tmp/fish/implicit/share/completions/grep.fish:21 #: /tmp/fish/implicit/share/completions/grub-file.fish:31 #: /tmp/fish/implicit/share/completions/gunzip.fish:2 #: /tmp/fish/implicit/share/completions/gzip.fish:2 #: /tmp/fish/implicit/share/completions/history.fish:1 #: /tmp/fish/implicit/share/completions/i3-msg.fish:3 #: /tmp/fish/implicit/share/completions/iconv.fish:7 #: /tmp/fish/implicit/share/completions/id.fish:6 #: /tmp/fish/implicit/share/completions/if.fish:1 #: /tmp/fish/implicit/share/completions/jobs.fish:1 #: /tmp/fish/implicit/share/completions/less.fish:1 #: /tmp/fish/implicit/share/completions/ln.fish:14 #: /tmp/fish/implicit/share/completions/ls.fish:54 #: /tmp/fish/implicit/share/completions/man.fish:21 #: /tmp/fish/implicit/share/completions/mount.fish:2 #: /tmp/fish/implicit/share/completions/mplayer.fish:4 #: /tmp/fish/implicit/share/completions/mplayer.fish:8 #: /tmp/fish/implicit/share/completions/mplayer.fish:34 #: /tmp/fish/implicit/share/completions/msgfmt.fish:23 #: /tmp/fish/implicit/share/completions/nice.fish:2 #: /tmp/fish/implicit/share/completions/not.fish:1 #: /tmp/fish/implicit/share/completions/or.fish:1 #: /tmp/fish/implicit/share/completions/passwd.fish:4 #: /tmp/fish/implicit/share/completions/pine.fish:3 #: /tmp/fish/implicit/share/completions/ps.fish:39 #: /tmp/fish/implicit/share/completions/psub.fish:1 #: /tmp/fish/implicit/share/completions/python.fish:6 #: /tmp/fish/implicit/share/completions/python2.fish:5 #: /tmp/fish/implicit/share/completions/python3.fish:5 #: /tmp/fish/implicit/share/completions/random.fish:1 #: /tmp/fish/implicit/share/completions/read.fish:1 #: /tmp/fish/implicit/share/completions/return.fish:1 #: /tmp/fish/implicit/share/completions/rmdir.fish:4 #: /tmp/fish/implicit/share/completions/rpm.fish:1 #: /tmp/fish/implicit/share/completions/rsync.fish:105 #: /tmp/fish/implicit/share/completions/ruby.fish:6 #: /tmp/fish/implicit/share/completions/scrot.fish:1 #: /tmp/fish/implicit/share/completions/sed.fish:7 #: /tmp/fish/implicit/share/completions/set.fish:10 #: /tmp/fish/implicit/share/completions/set_color.fish:6 #: /tmp/fish/implicit/share/completions/setsid.fish:5 #: /tmp/fish/implicit/share/completions/sort.fish:22 #: /tmp/fish/implicit/share/completions/speedtest-cli.fish:1 #: /tmp/fish/implicit/share/completions/sshfs.fish:7 #: /tmp/fish/implicit/share/completions/status.fish:1 #: /tmp/fish/implicit/share/completions/string.fish:1 #: /tmp/fish/implicit/share/completions/su.fish:10 #: /tmp/fish/implicit/share/completions/sudo.fish:1 #: /tmp/fish/implicit/share/completions/sylpheed.fish:3 #: /tmp/fish/implicit/share/completions/tex.fish:1 #: /tmp/fish/implicit/share/completions/time.fish:6 #: /tmp/fish/implicit/share/completions/top.fish:4 #: /tmp/fish/implicit/share/completions/touch.fish:10 #: /tmp/fish/implicit/share/completions/trap.fish:3 #: /tmp/fish/implicit/share/completions/type.fish:1 #: /tmp/fish/implicit/share/completions/ulimit.fish:14 #: /tmp/fish/implicit/share/completions/umask.fish:3 #: /tmp/fish/implicit/share/completions/umount.fish:3 #: /tmp/fish/implicit/share/completions/uname.fish:17 #: /tmp/fish/implicit/share/completions/uniq.fish:9 #: /tmp/fish/implicit/share/completions/valgrind.fish:1 #: /tmp/fish/implicit/share/completions/vared.fish:1 #: /tmp/fish/implicit/share/completions/wait.fish:2 #: /tmp/fish/implicit/share/completions/wc.fish:7 #: /tmp/fish/implicit/share/completions/wget.fish:2 #: /tmp/fish/implicit/share/completions/whatis.fish:8 #: /tmp/fish/implicit/share/completions/which.fish:12 #: /tmp/fish/implicit/share/completions/while.fish:1 #: /tmp/fish/implicit/share/completions/who.fish:18 #: /tmp/fish/implicit/share/completions/xargs.fish:4 #: /tmp/fish/implicit/share/completions/xprop.fish:1 #: /tmp/fish/implicit/share/completions/xsel.fish:16 #: /tmp/fish/implicit/share/completions/yum.fish:11 #: /tmp/fish/implicit/share/completions/zcat.fish:1 #: /tmp/fish/implicit/share/completions/zip.fish:29 #: /tmp/fish/implicit/share/functions/__fish_complete_gpg.fish:116 msgid "Display help and exit" msgstr "" #: /tmp/fish/implicit/share/completions/acpi.fish:15 #: /tmp/fish/implicit/share/completions/ln.fish:15 #: /tmp/fish/implicit/share/completions/m4.fish:2 #: /tmp/fish/implicit/share/completions/md5sum.fish:10 #: /tmp/fish/implicit/share/completions/readlink.fish:8 #: /tmp/fish/implicit/share/completions/sylpheed.fish:4 #: /tmp/fish/implicit/share/completions/watch.fish:12 #: /tmp/fish/implicit/share/completions/xgettext.fish:39 msgid "Output version information and exit" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:1 msgid "Test if adb has yet to be given the subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:2 msgid "Run adb devices and parse output" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:3 msgid "Runs adb with any -s parameters already given on the command line" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:4 msgid "Device to communicate with" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:5 msgid "Communicate with first USB device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:6 msgid "Communicate with emulator" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:7 msgid "Connect to device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:8 msgid "Disconnect from device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:9 msgid "List all connected devices" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:10 msgid "Copy file to device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:11 msgid "Copy file from device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:12 msgid "Copy host->device only if changed" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:13 msgid "Run remote shell [command]" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:14 msgid "Run emulator console command" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:15 msgid "View device log" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:16 #: /tmp/fish/implicit/share/completions/dnf.fish:44 msgid "Install package" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:17 msgid "Uninstall package" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:18 msgid "List PIDs of processes hosting a JDWP transport" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:19 msgid "Port forwarding" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:20 msgid "Return bugreport information" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:21 msgid "Perform device backup" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:22 msgid "Restore device from backup" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:23 msgid "Show adb version" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:24 msgid "Show adb help" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:25 msgid "Block until device is online" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:26 msgid "Ensure that there is a server running" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:27 msgid "Kill the server if it is running" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:28 msgid "Remounts the /system partition on the device read-write" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:29 msgid "Reboots the device, optionally into the bootloader or recovery program" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:30 msgid "Prints state of the device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:31 msgid "Prints serial number of the device" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:32 msgid "Prints device path" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:33 msgid "Continuously print the device status" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:34 msgid "Restart the adbd daemon with root permissions" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:35 msgid "Restart the adbd daemon listening on USB" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:36 msgid "Restart the adbd daemon listening on TCP" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:37 msgid "Run PPP over USB" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:38 msgid "Sideloads the given package" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:39 msgid "Kick current connection from host side and make it reconnect." msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:40 msgid "Forward-lock the app" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:41 msgid "Reinstall the app keeping its data" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:42 msgid "Install on SD card instead of internal storage" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:43 msgid "Algorithm name" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:44 msgid "Hex-encoded key" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:45 msgid "Hex-encoded iv" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:46 msgid "Keep the data and cache directories" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:47 msgid "Also list device qualifiers" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:48 msgid "Device to disconnect" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:49 msgid "File to write backup data to" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:50 msgid "Enable backup of the .apks themselves" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:51 msgid "Disable backup of the .apks themselves (default)" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:52 msgid "Enable backup of any installed apk expansion" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:53 msgid "Disable backup of any installed apk expansion (default)" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:54 msgid "Enable backup of the device's shared storage / SD card contents" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:55 msgid "" "Disable backup of the device's shared storage / SD card contents (default)" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:56 msgid "Back up all installed applications" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:57 msgid "Include system applications in -all (default)" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:58 msgid "Exclude system applications in -all" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:59 msgid "Package(s) to backup" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:60 msgid "List all forward socket connections" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:61 msgid "Fails the forward if local is already forwarded" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:62 msgid "Remove a specific forward socket connection" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:63 msgid "Remove all forward socket connections" msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:64 msgid "Kick current connection from device side and make it reconnect." msgstr "" #: /tmp/fish/implicit/share/completions/adb.fish:65 #: /tmp/fish/implicit/share/completions/adb.fish:66 msgid "File on device" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:1 #: /tmp/fish/implicit/share/completions/apt-cache.fish:28 #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:11 #: /tmp/fish/implicit/share/completions/apt-config.fish:5 #: /tmp/fish/implicit/share/completions/apt-extracttemplates.fish:3 msgid "Specify config file" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:2 msgid "Do not run passwd to set the password" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:3 msgid "" "Like --disabled-login, but logins are still possible (for example using SSH " "RSA keys) but not using password authentication" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:4 msgid "" "By default, user and group names are checked against the configurable " "regular expression NAME_REGEX (or NAME_REGEX if --system is specified) " "specified in the configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:5 msgid "Set the gecos field for the new entry generated" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:6 msgid "" "When creating a group, this option forces the new groupid to be the given " "number" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:7 msgid "" "When combined with --system, a group with the same name and ID as the system " "user is created" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:8 msgid "Display brief instructions" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:9 msgid "Use specified directory as the user's home directory" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:10 msgid "" "Use shell as the user's login shell, rather than the default specified by " "the configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:11 msgid "" "Add the new user to GROUP instead of a usergroup or the default group " "defined by USERS_GID in the configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:12 msgid "Do not create the home directory, even if it doesni't exist" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:13 msgid "Suppress informational messages, only show warnings and errors" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:14 msgid "Be verbose, most useful if you want to nail down a problem with adduser" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:15 msgid "Create a system user or group" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:16 msgid "Force the new userid to be the given number" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:17 msgid "" "Override the first uid in the range that the uid is chosen from (overrides " "FIRST_UID specified in the configuration file)" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:18 msgid "" "ID Override the last uid in the range that the uid is chosen from " "( LAST_UID )" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:19 msgid "Add new user to extra groups defined in the configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/adduser.fish:20 msgid "Display version and copyright information" msgstr "" #: /tmp/fish/implicit/share/completions/alias.fish:1 #: /tmp/fish/implicit/share/completions/conda.fish:1 #: /tmp/fish/implicit/share/completions/htop.fish:4 #: /tmp/fish/implicit/share/completions/mkdocs.fish:1 #: /tmp/fish/implicit/share/completions/mkdosfs.fish:22 #: /tmp/fish/implicit/share/completions/perl.fish:21 #: /tmp/fish/implicit/share/completions/pv.fish:32 #: /tmp/fish/implicit/share/completions/s3cmd.fish:41 #: /tmp/fish/implicit/share/completions/subl.fish:8 #: /tmp/fish/implicit/share/completions/virsh.fish:4 msgid "Show help and exit" msgstr "" #: /tmp/fish/implicit/share/completions/alias.fish:2 msgid "Automatically funcsave the alias" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:1 msgid "Save current driver state" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:2 msgid "Load driver state" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:3 msgid "Restore and rescan for available soundcards" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:4 msgid "Try to restore control elements as much as possible" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:5 msgid "Ignore missing soundcards" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:6 msgid "Do not restore mismatching control elements" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:7 msgid "Do not init if restore fails" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:8 msgid "Initialize all devices to a default state" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:9 msgid "Periodically save state" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:10 msgid "Restore state and then periodically save it" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:11 msgid "Notify daemon to do an operation" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:12 #: /tmp/fish/implicit/share/completions/gio.fish:54 msgid "Monitor events" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:13 msgid "Show available flags and commands" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:14 msgid "Make output a bit more verbose" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:15 msgid "Print alsactl version number" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:16 msgid "Select the configuration file to use" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:17 msgid "Use a lock file" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:18 msgid "Do not use a lock file" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:19 msgid "Select the state lock file path" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:20 msgid "Save restore and init state to this file" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:21 msgid "Remove runstate file at first" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:22 msgid "Set environment variable" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:23 msgid "The configuration file for init" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:24 msgid "The store period in seconds for the daemon command" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:25 msgid "The PID file to use" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:26 msgid "Run the task in background" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:27 msgid "Use syslog for messages" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:28 msgid "Set the process priority (see 'man nice')" msgstr "" #: /tmp/fish/implicit/share/completions/alsactl.fish:29 msgid "Set the process scheduling policy to idle (SCHED_IDLE)" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:1 #: /tmp/fish/implicit/share/completions/apk.fish:1 #: /tmp/fish/implicit/share/completions/bzr.fish:1 #: /tmp/fish/implicit/share/completions/cf.fish:1 #: /tmp/fish/implicit/share/completions/climate.fish:1 #: /tmp/fish/implicit/share/completions/connmanctl.fish:17 #: /tmp/fish/implicit/share/completions/create_ap.fish:1 #: /tmp/fish/implicit/share/completions/cygport.fish:25 #: /tmp/fish/implicit/share/completions/ebuild.fish:7 #: /tmp/fish/implicit/share/completions/ffmpeg.fish:3 #: /tmp/fish/implicit/share/completions/ffplay.fish:2 #: /tmp/fish/implicit/share/completions/ffprobe.fish:2 #: /tmp/fish/implicit/share/completions/godoc.fish:25 #: /tmp/fish/implicit/share/completions/gofmt.fish:8 #: /tmp/fish/implicit/share/completions/goimports.fish:6 #: /tmp/fish/implicit/share/completions/golint.fish:3 #: /tmp/fish/implicit/share/completions/gorename.fish:10 #: /tmp/fish/implicit/share/completions/grub-install.fish:31 #: /tmp/fish/implicit/share/completions/grub-mkrescue.fish:23 #: /tmp/fish/implicit/share/completions/jest.fish:1 #: /tmp/fish/implicit/share/completions/lz4.fish:25 #: /tmp/fish/implicit/share/completions/lz4cat.fish:8 #: /tmp/fish/implicit/share/completions/mkvextract.fish:2 #: /tmp/fish/implicit/share/completions/mocha.fish:1 #: /tmp/fish/implicit/share/completions/modinfo.fish:11 #: /tmp/fish/implicit/share/completions/netctl-auto.fish:1 #: /tmp/fish/implicit/share/completions/poweroff.fish:1 #: /tmp/fish/implicit/share/completions/pzstd.fish:11 #: /tmp/fish/implicit/share/completions/synclient.fish:2 #: /tmp/fish/implicit/share/completions/terraform.fish:2 #: /tmp/fish/implicit/share/completions/udevadm.fish:1 #: /tmp/fish/implicit/share/completions/unlz4.fish:11 #: /tmp/fish/implicit/share/completions/unzstd.fish:18 #: /tmp/fish/implicit/share/completions/yast2.fish:1 #: /tmp/fish/implicit/share/completions/zopflipng.fish:13 #: /tmp/fish/implicit/share/completions/zstd.fish:28 #: /tmp/fish/implicit/share/completions/zstdcat.fish:11 #: /tmp/fish/implicit/share/completions/zstdmt.fish:27 msgid "Show help" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:2 msgid "Soundcard number or id to use" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:3 msgid "Mixer device to control" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:4 msgid "Starting view mode" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:5 msgid "Toggle the using of colors" msgstr "" #: /tmp/fish/implicit/share/completions/alsamixer.fish:6 msgid "Mixer abstraction level" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:1 msgid "this help" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:2 msgid "select the card" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:3 msgid "select the device, default 'default'" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:4 msgid "debug mode" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:5 msgid "do not perform range checking" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:6 msgid "print version of this program" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:7 msgid "be quiet" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:8 msgid "show also inactive controls" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:9 msgid "select abstraction level" msgstr "" #: /tmp/fish/implicit/share/completions/amixer.fish:10 msgid "Read and execute commands from stdin sequentially" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:1 #: /tmp/fish/implicit/share/completions/compare.fish:1 #: /tmp/fish/implicit/share/completions/composite.fish:2 #: /tmp/fish/implicit/share/completions/display.fish:1 #: /tmp/fish/implicit/share/completions/montage.fish:3 msgid "" "On, activate, off, deactivate, set, opaque, copy transparent, extract, " "background, or shape [option]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:2 #: /tmp/fish/implicit/share/completions/compare.fish:2 #: /tmp/fish/implicit/share/completions/composite.fish:3 #: /tmp/fish/implicit/share/completions/convert.fish:5 #: /tmp/fish/implicit/share/completions/display.fish:3 #: /tmp/fish/implicit/share/completions/montage.fish:4 #: /tmp/fish/implicit/share/completions/stream.fish:1 msgid "Decipher image with this password [password]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:3 #: /tmp/fish/implicit/share/completions/display.fish:4 msgid "Display image centered on a backdrop" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:4 #: /tmp/fish/implicit/share/completions/compare.fish:3 #: /tmp/fish/implicit/share/completions/composite.fish:5 #: /tmp/fish/implicit/share/completions/convert.fish:13 #: /tmp/fish/implicit/share/completions/display.fish:5 #: /tmp/fish/implicit/share/completions/identify.fish:3 #: /tmp/fish/implicit/share/completions/import.fish:3 #: /tmp/fish/implicit/share/completions/mogrify.fish:12 #: /tmp/fish/implicit/share/completions/montage.fish:8 #: /tmp/fish/implicit/share/completions/stream.fish:2 msgid "Apply option to select image channels [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:5 #: /tmp/fish/implicit/share/completions/display.fish:6 msgid "Shared or Private [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:6 #: /tmp/fish/implicit/share/completions/compare.fish:4 #: /tmp/fish/implicit/share/completions/composite.fish:6 #: /tmp/fish/implicit/share/completions/convert.fish:15 #: /tmp/fish/implicit/share/completions/display.fish:7 #: /tmp/fish/implicit/share/completions/import.fish:4 #: /tmp/fish/implicit/share/completions/mogrify.fish:14 #: /tmp/fish/implicit/share/completions/stream.fish:3 msgid "Alternate image colorspace [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:7 #: /tmp/fish/implicit/share/completions/compare.fish:7 #: /tmp/fish/implicit/share/completions/composite.fish:52 #: /tmp/fish/implicit/share/completions/display.fish:61 #: /tmp/fish/implicit/share/completions/mogrify.fish:18 msgid "Convert cipher pixels to plain pixels [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:8 #: /tmp/fish/implicit/share/completions/compare.fish:8 #: /tmp/fish/implicit/share/completions/composite.fish:10 #: /tmp/fish/implicit/share/completions/convert.fish:19 #: /tmp/fish/implicit/share/completions/display.fish:10 #: /tmp/fish/implicit/share/completions/identify.fish:5 #: /tmp/fish/implicit/share/completions/import.fish:7 #: /tmp/fish/implicit/share/completions/mogrify.fish:19 #: /tmp/fish/implicit/share/completions/montage.fish:14 #: /tmp/fish/implicit/share/completions/stream.fish:5 msgid "Define one or more image format options [format:option]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:9 #: /tmp/fish/implicit/share/completions/convert.fish:20 #: /tmp/fish/implicit/share/completions/display.fish:11 #: /tmp/fish/implicit/share/completions/import.fish:14 #: /tmp/fish/implicit/share/completions/mogrify.fish:20 msgid "Display the next image after pausing [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:10 #: /tmp/fish/implicit/share/completions/compare.fish:9 #: /tmp/fish/implicit/share/completions/composite.fish:12 #: /tmp/fish/implicit/share/completions/convert.fish:21 #: /tmp/fish/implicit/share/completions/display.fish:12 #: /tmp/fish/implicit/share/completions/identify.fish:6 #: /tmp/fish/implicit/share/completions/import.fish:8 #: /tmp/fish/implicit/share/completions/mogrify.fish:21 #: /tmp/fish/implicit/share/completions/montage.fish:15 #: /tmp/fish/implicit/share/completions/stream.fish:6 msgid "Horizontal and vertical density of the image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:11 #: /tmp/fish/implicit/share/completions/compare.fish:10 #: /tmp/fish/implicit/share/completions/composite.fish:11 #: /tmp/fish/implicit/share/completions/convert.fish:22 #: /tmp/fish/implicit/share/completions/display.fish:13 #: /tmp/fish/implicit/share/completions/identify.fish:7 #: /tmp/fish/implicit/share/completions/import.fish:9 #: /tmp/fish/implicit/share/completions/mogrify.fish:22 #: /tmp/fish/implicit/share/completions/montage.fish:16 #: /tmp/fish/implicit/share/completions/stream.fish:7 msgid "Image depth [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:12 #: /tmp/fish/implicit/share/completions/display.fish:14 msgid "Display image to this X server [server]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:13 #: /tmp/fish/implicit/share/completions/composite.fish:14 #: /tmp/fish/implicit/share/completions/convert.fish:25 #: /tmp/fish/implicit/share/completions/display.fish:15 #: /tmp/fish/implicit/share/completions/import.fish:12 #: /tmp/fish/implicit/share/completions/mogrify.fish:25 #: /tmp/fish/implicit/share/completions/montage.fish:18 msgid "Layer disposal method [method]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:14 #: /tmp/fish/implicit/share/completions/composite.fish:15 #: /tmp/fish/implicit/share/completions/convert.fish:26 #: /tmp/fish/implicit/share/completions/display.fish:16 #: /tmp/fish/implicit/share/completions/import.fish:13 #: /tmp/fish/implicit/share/completions/mogrify.fish:26 #: /tmp/fish/implicit/share/completions/montage.fish:19 msgid "Apply error diffusion to image [method]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:15 #: /tmp/fish/implicit/share/completions/composite.fish:18 #: /tmp/fish/implicit/share/completions/convert.fish:31 #: /tmp/fish/implicit/share/completions/display.fish:18 #: /tmp/fish/implicit/share/completions/import.fish:18 #: /tmp/fish/implicit/share/completions/mogrify.fish:32 #: /tmp/fish/implicit/share/completions/montage.fish:25 msgid "Use this filter when resizing an image [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:16 #: /tmp/fish/implicit/share/completions/compare.fish:14 #: /tmp/fish/implicit/share/completions/composite.fish:20 #: /tmp/fish/implicit/share/completions/convert.fish:33 #: /tmp/fish/implicit/share/completions/identify.fish:10 #: /tmp/fish/implicit/share/completions/import.fish:19 #: /tmp/fish/implicit/share/completions/montage.fish:27 msgid "Output formatted image characteristics [\"string\"]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:17 #: /tmp/fish/implicit/share/completions/display.fish:72 #: /tmp/fish/implicit/share/completions/montage.fish:28 msgid "Level of gamma correction [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:18 #: /tmp/fish/implicit/share/completions/display.fish:20 msgid "Preferred size and location of the Image window [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:19 #: /tmp/fish/implicit/share/completions/display.fish:21 msgid "Horizontal and vertical backdrop placement [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:20 #: /tmp/fish/implicit/share/completions/compare.fish:17 #: /tmp/fish/implicit/share/completions/composite.fish:59 #: /tmp/fish/implicit/share/completions/display.fish:22 #: /tmp/fish/implicit/share/completions/import.fish:22 #: /tmp/fish/implicit/share/completions/montage.fish:32 #: /tmp/fish/implicit/share/completions/stream.fish:9 msgid "Identify the format and characteristics of the image" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:21 #: /tmp/fish/implicit/share/completions/display.fish:23 msgid "Displayed image cannot be modified" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:22 #: /tmp/fish/implicit/share/completions/compare.fish:18 #: /tmp/fish/implicit/share/completions/composite.fish:23 #: /tmp/fish/implicit/share/completions/convert.fish:38 #: /tmp/fish/implicit/share/completions/display.fish:24 #: /tmp/fish/implicit/share/completions/identify.fish:12 #: /tmp/fish/implicit/share/completions/mogrify.fish:41 #: /tmp/fish/implicit/share/completions/montage.fish:33 #: /tmp/fish/implicit/share/completions/stream.fish:10 msgid "Type of image interlacing scheme [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:23 #: /tmp/fish/implicit/share/completions/composite.fish:24 #: /tmp/fish/implicit/share/completions/convert.fish:40 #: /tmp/fish/implicit/share/completions/display.fish:25 #: /tmp/fish/implicit/share/completions/identify.fish:13 #: /tmp/fish/implicit/share/completions/import.fish:24 #: /tmp/fish/implicit/share/completions/mogrify.fish:42 #: /tmp/fish/implicit/share/completions/montage.fish:34 #: /tmp/fish/implicit/share/completions/stream.fish:11 msgid "Pixel color interpolation method [method]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:24 #: /tmp/fish/implicit/share/completions/compare.fish:19 #: /tmp/fish/implicit/share/completions/composite.fish:26 #: /tmp/fish/implicit/share/completions/convert.fish:44 #: /tmp/fish/implicit/share/completions/display.fish:27 #: /tmp/fish/implicit/share/completions/identify.fish:14 #: /tmp/fish/implicit/share/completions/mogrify.fish:45 #: /tmp/fish/implicit/share/completions/montage.fish:37 #: /tmp/fish/implicit/share/completions/stream.fish:12 msgid "Pixel cache resource limit [type value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:25 #: /tmp/fish/implicit/share/completions/display.fish:28 msgid "Loop images then exit [iterations]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:26 #: /tmp/fish/implicit/share/completions/display.fish:29 msgid "Display image using this Standard Colormap [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:27 #: /tmp/fish/implicit/share/completions/compare.fish:22 #: /tmp/fish/implicit/share/completions/composite.fish:27 #: /tmp/fish/implicit/share/completions/conjure.fish:1 #: /tmp/fish/implicit/share/completions/convert.fish:48 #: /tmp/fish/implicit/share/completions/display.fish:30 #: /tmp/fish/implicit/share/completions/identify.fish:17 #: /tmp/fish/implicit/share/completions/import.fish:27 #: /tmp/fish/implicit/share/completions/mogrify.fish:50 #: /tmp/fish/implicit/share/completions/montage.fish:40 #: /tmp/fish/implicit/share/completions/stream.fish:14 msgid "Monitor progress " msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:28 msgid "Seconds to pause before reanimating" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:29 #: /tmp/fish/implicit/share/completions/composite.fish:28 #: /tmp/fish/implicit/share/completions/convert.fish:50 #: /tmp/fish/implicit/share/completions/mogrify.fish:54 #: /tmp/fish/implicit/share/completions/montage.fish:42 msgid "Size and location of an image canvas (setting) [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:30 #: /tmp/fish/implicit/share/completions/compare.fish:27 #: /tmp/fish/implicit/share/completions/composite.fish:63 #: /tmp/fish/implicit/share/completions/display.fish:34 #: /tmp/fish/implicit/share/completions/import.fish:57 #: /tmp/fish/implicit/share/completions/montage.fish:46 #: /tmp/fish/implicit/share/completions/stream.fish:15 msgid "Reduce colors in this colorspace [colorspace]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:31 #: /tmp/fish/implicit/share/completions/compare.fish:26 #: /tmp/fish/implicit/share/completions/composite.fish:31 #: /tmp/fish/implicit/share/completions/conjure.fish:2 #: /tmp/fish/implicit/share/completions/convert.fish:56 #: /tmp/fish/implicit/share/completions/display.fish:35 #: /tmp/fish/implicit/share/completions/identify.fish:19 #: /tmp/fish/implicit/share/completions/import.fish:32 #: /tmp/fish/implicit/share/completions/mogrify.fish:60 #: /tmp/fish/implicit/share/completions/montage.fish:47 #: /tmp/fish/implicit/share/completions/stream.fish:16 msgid "Suppress all warning messages" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:32 #: /tmp/fish/implicit/share/completions/compare.fish:28 #: /tmp/fish/implicit/share/completions/composite.fish:33 #: /tmp/fish/implicit/share/completions/conjure.fish:3 #: /tmp/fish/implicit/share/completions/convert.fish:58 #: /tmp/fish/implicit/share/completions/display.fish:36 #: /tmp/fish/implicit/share/completions/identify.fish:20 #: /tmp/fish/implicit/share/completions/import.fish:33 #: /tmp/fish/implicit/share/completions/mogrify.fish:62 #: /tmp/fish/implicit/share/completions/montage.fish:49 #: /tmp/fish/implicit/share/completions/stream.fish:17 msgid "Pay attention to warning messages" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:33 #: /tmp/fish/implicit/share/completions/display.fish:37 msgid "Command execute a command in an remote display process" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:34 #: /tmp/fish/implicit/share/completions/compare.fish:29 #: /tmp/fish/implicit/share/completions/composite.fish:34 #: /tmp/fish/implicit/share/completions/convert.fish:60 #: /tmp/fish/implicit/share/completions/display.fish:39 #: /tmp/fish/implicit/share/completions/import.fish:34 #: /tmp/fish/implicit/share/completions/montage.fish:50 #: /tmp/fish/implicit/share/completions/stream.fish:18 msgid "Settings remain in effect until parenthesis boundary" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:35 #: /tmp/fish/implicit/share/completions/compare.fish:30 #: /tmp/fish/implicit/share/completions/composite.fish:35 #: /tmp/fish/implicit/share/completions/convert.fish:61 #: /tmp/fish/implicit/share/completions/display.fish:40 #: /tmp/fish/implicit/share/completions/identify.fish:21 #: /tmp/fish/implicit/share/completions/import.fish:35 #: /tmp/fish/implicit/share/completions/mogrify.fish:63 #: /tmp/fish/implicit/share/completions/montage.fish:51 #: /tmp/fish/implicit/share/completions/stream.fish:19 msgid "Horizontal and vertical sampling factor [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:36 #: /tmp/fish/implicit/share/completions/compare.fish:31 #: /tmp/fish/implicit/share/completions/composite.fish:37 #: /tmp/fish/implicit/share/completions/conjure.fish:4 #: /tmp/fish/implicit/share/completions/convert.fish:63 #: /tmp/fish/implicit/share/completions/display.fish:41 #: /tmp/fish/implicit/share/completions/identify.fish:22 #: /tmp/fish/implicit/share/completions/import.fish:38 #: /tmp/fish/implicit/share/completions/mogrify.fish:65 #: /tmp/fish/implicit/share/completions/montage.fish:53 #: /tmp/fish/implicit/share/completions/stream.fish:20 msgid "Seed a new sequence of pseudo-random numbers [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:37 #: /tmp/fish/implicit/share/completions/compare.fish:32 #: /tmp/fish/implicit/share/completions/identify.fish:23 #: /tmp/fish/implicit/share/completions/montage.fish:54 #: /tmp/fish/implicit/share/completions/stream.fish:21 msgid "Attribute set an image attribute [ value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:38 #: /tmp/fish/implicit/share/completions/compare.fish:33 #: /tmp/fish/implicit/share/completions/composite.fish:38 #: /tmp/fish/implicit/share/completions/convert.fish:64 #: /tmp/fish/implicit/share/completions/display.fish:43 #: /tmp/fish/implicit/share/completions/identify.fish:24 #: /tmp/fish/implicit/share/completions/mogrify.fish:66 #: /tmp/fish/implicit/share/completions/montage.fish:56 #: /tmp/fish/implicit/share/completions/stream.fish:22 msgid "Width and height of image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:39 #: /tmp/fish/implicit/share/completions/compare.fish:35 #: /tmp/fish/implicit/share/completions/composite.fish:41 #: /tmp/fish/implicit/share/completions/convert.fish:74 #: /tmp/fish/implicit/share/completions/display.fish:45 #: /tmp/fish/implicit/share/completions/import.fish:44 #: /tmp/fish/implicit/share/completions/mogrify.fish:77 #: /tmp/fish/implicit/share/completions/montage.fish:64 #: /tmp/fish/implicit/share/completions/stream.fish:26 msgid "Transparent color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:40 #: /tmp/fish/implicit/share/completions/composite.fish:42 #: /tmp/fish/implicit/share/completions/convert.fish:73 #: /tmp/fish/implicit/share/completions/display.fish:46 #: /tmp/fish/implicit/share/completions/import.fish:45 #: /tmp/fish/implicit/share/completions/mogrify.fish:76 #: /tmp/fish/implicit/share/completions/montage.fish:65 msgid "Color tree depth [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:41 #: /tmp/fish/implicit/share/completions/compare.fish:37 #: /tmp/fish/implicit/share/completions/composite.fish:45 #: /tmp/fish/implicit/share/completions/conjure.fish:5 #: /tmp/fish/implicit/share/completions/convert.fish:77 #: /tmp/fish/implicit/share/completions/display.fish:48 #: /tmp/fish/implicit/share/completions/identify.fish:28 #: /tmp/fish/implicit/share/completions/import.fish:46 #: /tmp/fish/implicit/share/completions/mogrify.fish:80 #: /tmp/fish/implicit/share/completions/montage.fish:68 #: /tmp/fish/implicit/share/completions/stream.fish:27 msgid "Print detailed information about the image" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:42 #: /tmp/fish/implicit/share/completions/display.fish:49 msgid "Display image using this visual type [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:43 #: /tmp/fish/implicit/share/completions/compare.fish:39 #: /tmp/fish/implicit/share/completions/composite.fish:46 #: /tmp/fish/implicit/share/completions/convert.fish:79 #: /tmp/fish/implicit/share/completions/display.fish:50 #: /tmp/fish/implicit/share/completions/identify.fish:29 #: /tmp/fish/implicit/share/completions/mogrify.fish:82 #: /tmp/fish/implicit/share/completions/montage.fish:69 #: /tmp/fish/implicit/share/completions/stream.fish:28 msgid "Virtual pixel access method [method]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:44 #: /tmp/fish/implicit/share/completions/display.fish:51 msgid "Display image to background of this window [id]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:45 #: /tmp/fish/implicit/share/completions/composite.fish:51 #: /tmp/fish/implicit/share/completions/convert.fish:14 #: /tmp/fish/implicit/share/completions/display.fish:58 #: /tmp/fish/implicit/share/completions/import.fish:50 #: /tmp/fish/implicit/share/completions/mogrify.fish:13 #: /tmp/fish/implicit/share/completions/montage.fish:9 msgid "Preferred number of colors in the image [value]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:46 #: /tmp/fish/implicit/share/completions/display.fish:60 #: /tmp/fish/implicit/share/completions/import.fish:51 #: /tmp/fish/implicit/share/completions/montage.fish:75 msgid "Preferred size and location of the cropped image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:47 #: /tmp/fish/implicit/share/completions/compare.fish:13 #: /tmp/fish/implicit/share/completions/composite.fish:57 #: /tmp/fish/implicit/share/completions/display.fish:67 #: /tmp/fish/implicit/share/completions/identify.fish:8 #: /tmp/fish/implicit/share/completions/montage.fish:23 #: /tmp/fish/implicit/share/completions/stream.fish:8 msgid "Extract area from image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:48 #: /tmp/fish/implicit/share/completions/composite.fish:60 #: /tmp/fish/implicit/share/completions/display.fish:73 #: /tmp/fish/implicit/share/completions/import.fish:54 #: /tmp/fish/implicit/share/completions/montage.fish:81 msgid "Transform image to black and white" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:49 #: /tmp/fish/implicit/share/completions/composite.fish:64 #: /tmp/fish/implicit/share/completions/display.fish:38 #: /tmp/fish/implicit/share/completions/montage.fish:83 msgid "Size and location of an image canvas (operator) [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:50 #: /tmp/fish/implicit/share/completions/display.fish:77 msgid "Change the resolution of an image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:51 #: /tmp/fish/implicit/share/completions/composite.fish:66 #: /tmp/fish/implicit/share/completions/display.fish:78 #: /tmp/fish/implicit/share/completions/import.fish:58 #: /tmp/fish/implicit/share/completions/montage.fish:84 msgid "Resize the image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:52 #: /tmp/fish/implicit/share/completions/composite.fish:65 #: /tmp/fish/implicit/share/completions/display.fish:80 #: /tmp/fish/implicit/share/completions/import.fish:59 #: /tmp/fish/implicit/share/completions/montage.fish:85 msgid "Apply Paeth rotation to the image [degrees]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:53 #: /tmp/fish/implicit/share/completions/composite.fish:71 #: /tmp/fish/implicit/share/completions/display.fish:84 #: /tmp/fish/implicit/share/completions/identify.fish:25 #: /tmp/fish/implicit/share/completions/import.fish:60 #: /tmp/fish/implicit/share/completions/montage.fish:86 msgid "Strip image of all profiles and comments" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:54 #: /tmp/fish/implicit/share/completions/composite.fish:72 #: /tmp/fish/implicit/share/completions/display.fish:86 #: /tmp/fish/implicit/share/completions/import.fish:61 #: /tmp/fish/implicit/share/completions/montage.fish:61 msgid "Create a thumbnail of the image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:55 #: /tmp/fish/implicit/share/completions/display.fish:87 #: /tmp/fish/implicit/share/completions/import.fish:63 #: /tmp/fish/implicit/share/completions/montage.fish:66 msgid "Trim image edges" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:56 #: /tmp/fish/implicit/share/completions/display.fish:88 #: /tmp/fish/implicit/share/completions/montage.fish:92 msgid "Merge a sequence of images" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:57 #: /tmp/fish/implicit/share/completions/display.fish:89 #: /tmp/fish/implicit/share/completions/mogrify.fish:33 #: /tmp/fish/implicit/share/completions/montage.fish:77 msgid "Flatten a sequence of images" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:58 #: /tmp/fish/implicit/share/completions/compare.fish:40 #: /tmp/fish/implicit/share/completions/composite.fish:79 #: /tmp/fish/implicit/share/completions/conjure.fish:6 #: /tmp/fish/implicit/share/completions/display.fish:90 #: /tmp/fish/implicit/share/completions/identify.fish:31 #: /tmp/fish/implicit/share/completions/import.fish:65 #: /tmp/fish/implicit/share/completions/montage.fish:100 #: /tmp/fish/implicit/share/completions/stream.fish:29 msgid "Display copious debugging information [events]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:59 #: /tmp/fish/implicit/share/completions/compare.fish:41 #: /tmp/fish/implicit/share/completions/composite.fish:80 #: /tmp/fish/implicit/share/completions/conjure.fish:7 #: /tmp/fish/implicit/share/completions/display.fish:91 #: /tmp/fish/implicit/share/completions/identify.fish:32 #: /tmp/fish/implicit/share/completions/import.fish:53 #: /tmp/fish/implicit/share/completions/montage.fish:101 #: /tmp/fish/implicit/share/completions/stream.fish:30 msgid "Print program options" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:60 #: /tmp/fish/implicit/share/completions/compare.fish:42 #: /tmp/fish/implicit/share/completions/composite.fish:81 #: /tmp/fish/implicit/share/completions/display.fish:92 #: /tmp/fish/implicit/share/completions/import.fish:66 #: /tmp/fish/implicit/share/completions/montage.fish:102 #: /tmp/fish/implicit/share/completions/stream.fish:31 msgid "Print a list of supported option arguments [type]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:61 #: /tmp/fish/implicit/share/completions/compare.fish:43 #: /tmp/fish/implicit/share/completions/composite.fish:82 #: /tmp/fish/implicit/share/completions/conjure.fish:8 #: /tmp/fish/implicit/share/completions/display.fish:93 #: /tmp/fish/implicit/share/completions/identify.fish:33 #: /tmp/fish/implicit/share/completions/import.fish:67 #: /tmp/fish/implicit/share/completions/montage.fish:103 #: /tmp/fish/implicit/share/completions/stream.fish:32 msgid "Format of debugging information [format]" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:62 msgid "" "Print version information Press any button to map or unmap the Command widget" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:63 #: /tmp/fish/implicit/share/completions/composite.fish:84 #: /tmp/fish/implicit/share/completions/display.fish:95 #: /tmp/fish/implicit/share/completions/identify.fish:16 #: /tmp/fish/implicit/share/completions/mogrify.fish:48 #: /tmp/fish/implicit/share/completions/montage.fish:105 msgid "Store matte channel if the image has one" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:64 #: /tmp/fish/implicit/share/completions/display.fish:96 #: /tmp/fish/implicit/share/completions/montage.fish:52 msgid "Range image scene range" msgstr "" #: /tmp/fish/implicit/share/completions/animate.fish:65 #: /tmp/fish/implicit/share/completions/composite.fish:85 #: /tmp/fish/implicit/share/completions/display.fish:97 #: /tmp/fish/implicit/share/completions/import.fish:69 #: /tmp/fish/implicit/share/completions/mogrify.fish:71 #: /tmp/fish/implicit/share/completions/montage.fish:106 msgid "Resize support: > 1.0 is blurry, < 1.0 is sharp [factor]" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-galaxy.fish:1 #: /tmp/fish/implicit/share/completions/emaint.fish:2 #: /tmp/fish/implicit/share/completions/obnam.fish:36 msgid "Show this help message and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-galaxy.fish:2 #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:23 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:4 #: /tmp/fish/implicit/share/completions/ansible.fish:21 msgid "Verbose mode (-vvv for more, -vvvv to enable connection debugging)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-galaxy.fish:3 #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:24 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:2 #: /tmp/fish/implicit/share/completions/ansible.fish:22 #: /tmp/fish/implicit/share/completions/apm.fish:84 #: /tmp/fish/implicit/share/completions/apropos.fish:11 #: /tmp/fish/implicit/share/completions/apt-build.fish:27 #: /tmp/fish/implicit/share/completions/apt-cache.fish:27 #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:10 #: /tmp/fish/implicit/share/completions/apt-config.fish:4 #: /tmp/fish/implicit/share/completions/apt-file.fish:11 #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:14 #: /tmp/fish/implicit/share/completions/apt-get.fish:45 #: /tmp/fish/implicit/share/completions/apt-mark.fish:11 #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:2 #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:11 #: /tmp/fish/implicit/share/completions/apt-show-source.fish:7 #: /tmp/fish/implicit/share/completions/apt-sortpkgs.fish:3 #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:2 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:2 #: /tmp/fish/implicit/share/completions/apt.fish:2 #: /tmp/fish/implicit/share/completions/at.fish:1 #: /tmp/fish/implicit/share/completions/atq.fish:1 #: /tmp/fish/implicit/share/completions/atrm.fish:1 #: /tmp/fish/implicit/share/completions/aura.fish:15 #: /tmp/fish/implicit/share/completions/bc.fish:6 #: /tmp/fish/implicit/share/completions/bunzip2.fish:6 #: /tmp/fish/implicit/share/completions/bzip2.fish:9 #: /tmp/fish/implicit/share/completions/cat.fish:11 #: /tmp/fish/implicit/share/completions/cdrecord.fish:1 #: /tmp/fish/implicit/share/completions/chgrp.fish:10 #: /tmp/fish/implicit/share/completions/chmod.fish:9 #: /tmp/fish/implicit/share/completions/chown.fish:10 #: /tmp/fish/implicit/share/completions/chsh.fish:3 #: /tmp/fish/implicit/share/completions/configure.fish:2 #: /tmp/fish/implicit/share/completions/cp.fish:15 #: /tmp/fish/implicit/share/completions/cut.fish:11 #: /tmp/fish/implicit/share/completions/date.fish:11 #: /tmp/fish/implicit/share/completions/df.fish:9 #: /tmp/fish/implicit/share/completions/diff.fish:24 #: /tmp/fish/implicit/share/completions/du.fish:19 #: /tmp/fish/implicit/share/completions/env.fish:5 #: /tmp/fish/implicit/share/completions/find.fish:14 #: /tmp/fish/implicit/share/completions/fish.fish:4 #: /tmp/fish/implicit/share/completions/fish_indent.fish:2 #: /tmp/fish/implicit/share/completions/fish_key_reader.fish:2 #: /tmp/fish/implicit/share/completions/fusermount.fish:3 #: /tmp/fish/implicit/share/completions/gphoto2.fish:17 #: /tmp/fish/implicit/share/completions/gprof.fish:31 #: /tmp/fish/implicit/share/completions/grep.fish:43 #: /tmp/fish/implicit/share/completions/gunzip.fish:11 #: /tmp/fish/implicit/share/completions/gzip.fish:11 #: /tmp/fish/implicit/share/completions/iconv.fish:6 #: /tmp/fish/implicit/share/completions/id.fish:7 #: /tmp/fish/implicit/share/completions/less.fish:41 #: /tmp/fish/implicit/share/completions/ls.fish:55 #: /tmp/fish/implicit/share/completions/make.fish:18 #: /tmp/fish/implicit/share/completions/modprobe.fish:9 #: /tmp/fish/implicit/share/completions/mount.fish:1 #: /tmp/fish/implicit/share/completions/mplayer.fish:35 #: /tmp/fish/implicit/share/completions/msgfmt.fish:24 #: /tmp/fish/implicit/share/completions/nice.fish:3 #: /tmp/fish/implicit/share/completions/pacaur.fish:11 #: /tmp/fish/implicit/share/completions/pacman.fish:10 #: /tmp/fish/implicit/share/completions/perl.fish:35 #: /tmp/fish/implicit/share/completions/ping.fish:26 #: /tmp/fish/implicit/share/completions/pkg.fish:1 #: /tmp/fish/implicit/share/completions/ps.fish:38 #: /tmp/fish/implicit/share/completions/python.fish:16 #: /tmp/fish/implicit/share/completions/python2.fish:13 #: /tmp/fish/implicit/share/completions/python3.fish:13 #: /tmp/fish/implicit/share/completions/rmdir.fish:5 #: /tmp/fish/implicit/share/completions/rpm.fish:2 #: /tmp/fish/implicit/share/completions/rsync.fish:104 #: /tmp/fish/implicit/share/completions/ruby.fish:19 #: /tmp/fish/implicit/share/completions/screen.fish:35 #: /tmp/fish/implicit/share/completions/sed.fish:8 #: /tmp/fish/implicit/share/completions/setsid.fish:4 #: /tmp/fish/implicit/share/completions/sort.fish:23 #: /tmp/fish/implicit/share/completions/sshfs.fish:1 #: /tmp/fish/implicit/share/completions/su.fish:11 #: /tmp/fish/implicit/share/completions/tar.fish:54 #: /tmp/fish/implicit/share/completions/tex.fish:2 #: /tmp/fish/implicit/share/completions/time.fish:7 #: /tmp/fish/implicit/share/completions/top.fish:12 #: /tmp/fish/implicit/share/completions/touch.fish:11 #: /tmp/fish/implicit/share/completions/umount.fish:2 #: /tmp/fish/implicit/share/completions/uname.fish:18 #: /tmp/fish/implicit/share/completions/uniq.fish:10 #: /tmp/fish/implicit/share/completions/valgrind.fish:3 #: /tmp/fish/implicit/share/completions/w.fish:5 #: /tmp/fish/implicit/share/completions/wc.fish:8 #: /tmp/fish/implicit/share/completions/wget.fish:1 #: /tmp/fish/implicit/share/completions/which.fish:11 #: /tmp/fish/implicit/share/completions/who.fish:19 #: /tmp/fish/implicit/share/completions/xargs.fish:14 #: /tmp/fish/implicit/share/completions/xsel.fish:18 #: /tmp/fish/implicit/share/completions/yaourt.fish:11 #: /tmp/fish/implicit/share/completions/yum.fish:19 #: /tmp/fish/implicit/share/completions/zcat.fish:3 msgid "Display version and exit" msgstr "Mostra a versão e sai" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:1 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:5 #: /tmp/fish/implicit/share/completions/ansible.fish:2 msgid "Ask for vault password" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:2 #: /tmp/fish/implicit/share/completions/ansible.fish:4 msgid "Just check, don't make any changes" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:3 #: /tmp/fish/implicit/share/completions/ansible.fish:5 msgid "Show the differences in files and templates; works great with --check" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:4 #: /tmp/fish/implicit/share/completions/ansible.fish:6 msgid "Set additional variables as key=value or YAML/JSON" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:5 msgid "Clear the fact cache" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:6 msgid "Run handlers even if a task fails" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:7 #: /tmp/fish/implicit/share/completions/ansible.fish:7 msgid "Number of parallel processes to use (default=5)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:8 #: /tmp/fish/implicit/share/completions/ansible.fish:8 msgid "Shows a help message" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:9 msgid "" "Specify inventory host path (default=/etc/ansible/hosts) or comma separated " "host list." msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:10 #: /tmp/fish/implicit/share/completions/ansible.fish:10 msgid "Further limit selected hosts to an additional pattern" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:11 #: /tmp/fish/implicit/share/completions/ansible.fish:11 msgid "List all matching hosts" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:12 msgid "List all available tags" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:13 msgid "List all tasks that would be executed" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:14 #: /tmp/fish/implicit/share/completions/ansible.fish:13 msgid "Specify path(s) to module library (default=None)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:15 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:7 #: /tmp/fish/implicit/share/completions/ansible.fish:14 msgid "New vault password file for rekey" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:16 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:21 #: /tmp/fish/implicit/share/completions/ansible.fish:16 msgid "Output file name for encrypt or decrypt; use - for stdout" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:17 msgid "Only run plays and tasks whose tags do not match these values" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:18 msgid "Start the playbook at the task matching this name" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:19 msgid "Confirm each task before running" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:20 #: /tmp/fish/implicit/share/completions/ansible.fish:18 msgid "Perform a syntax check on the playbook" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:21 msgid "Only run plays and tasks tagged with these values" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:22 #: /tmp/fish/implicit/share/completions/ansible-vault.fish:9 #: /tmp/fish/implicit/share/completions/ansible.fish:20 msgid "Vault password file" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:25 #: /tmp/fish/implicit/share/completions/ansible.fish:23 msgid "Ask for connection password" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:26 #: /tmp/fish/implicit/share/completions/ansible.fish:24 #: /tmp/fish/implicit/share/completions/ansible.fish:25 msgid "Use this file to authenticate the connection" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:27 #: /tmp/fish/implicit/share/completions/ansible.fish:26 msgid "Connect as this user (default=None)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:28 #: /tmp/fish/implicit/share/completions/ansible.fish:27 msgid "Connection type to use (default=smart)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:29 #: /tmp/fish/implicit/share/completions/ansible.fish:28 msgid "Set the connection timeout in seconds (default=10)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:30 #: /tmp/fish/implicit/share/completions/ansible.fish:29 msgid "Specify common arguments to pass to sftp/scp/ssh" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:31 #: /tmp/fish/implicit/share/completions/ansible.fish:30 msgid "Specify extra arguments to pass to sftp only" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:32 #: /tmp/fish/implicit/share/completions/ansible.fish:31 msgid "Specify extra arguments to pass to scp only" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:33 #: /tmp/fish/implicit/share/completions/ansible.fish:32 msgid "Specify extra arguments to pass to ssh only" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:34 #: /tmp/fish/implicit/share/completions/ansible.fish:33 msgid "Run operations with become (does not imply password prompting)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:35 #: /tmp/fish/implicit/share/completions/ansible.fish:34 msgid "Privilege escalation method to use (default=sudo)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:36 #: /tmp/fish/implicit/share/completions/ansible.fish:35 msgid "Run operations as this user (default=root)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-playbook.fish:37 #: /tmp/fish/implicit/share/completions/ansible.fish:36 msgid "Ask for privilege escalation password" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:1 msgid "Test if ansible-vault has yet to be given the subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:3 #: /tmp/fish/implicit/share/completions/as.fish:27 #: /tmp/fish/implicit/share/completions/eopkg.fish:8 #: /tmp/fish/implicit/share/completions/mariner.fish:12 #: /tmp/fish/implicit/share/completions/tig.fish:5 msgid "Show help message and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:6 msgid "the new vault identity to use for rekey" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:8 msgid "the vault identity to use" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:10 msgid "Decrypt encrypted file or stdin" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:11 msgid "Encrypt a file or stdin" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:12 msgid "Create encrypted file" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:13 msgid "Edit encrypted file" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:14 msgid "Rekey encrypted file" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:15 msgid "View contents of something encrypted" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:16 msgid "Encrypt string" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:17 msgid "Specify the variable name for stdin" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:18 msgid "Specify the variable name" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:19 msgid "Prompt for the string to encrypt" msgstr "" #: /tmp/fish/implicit/share/completions/ansible-vault.fish:20 msgid "" "the vault id used to encrypt (required if more than vault-id is provided)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:1 msgid "Module arguments" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:3 msgid "Run asynchronously, failing after X seconds" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:9 msgid "Specify inventory host path or comma separated host list" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:12 msgid "Module name to execute (default=command)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:15 msgid "Condense output" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:17 msgid "Set the poll interval if using -B (default=15)" msgstr "" #: /tmp/fish/implicit/share/completions/ansible.fish:19 msgid "Log output to this directory" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:1 msgid "Print list of targets from build.xml and imported files" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:2 msgid "Get a buildfile that will be used by ant" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:3 msgid "Parse ant targets from projecthelp" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:4 msgid "Get ant targets from projecthelp" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:5 msgid "print help message and ant help" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:7 msgid "" "enable use of jikes by default, unless set explicitly in configuration files" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:8 msgid "print ant exec line generated by this launch script" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:9 msgid "print help message and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:10 msgid "print project help information and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:11 msgid "print the version information and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:12 msgid "" "print information that might be helpful to diagnose or report problems and " "exit" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:13 msgid "be extra quiet" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:14 msgid "print nothing but task outputs and build failures" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:15 msgid "be extra verbose" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:16 msgid "print debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:17 msgid "produce logging information without adornments" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:18 msgid "do not allow interactive input" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:19 msgid "use value for given property like -D=" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:20 msgid "execute all targets that do not depend on failed target(s)" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:22 msgid "Run ant without using CLASSPATH" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:23 msgid "Java1.5+: use the OS proxy settings" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:24 msgid "specifies a path to search for jars and classes" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:25 msgid "use given file for log" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:26 msgid "the class which is to perform logging" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:27 msgid "add an instance of class as a project listener" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:28 msgid "use given buildfile" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:29 msgid "load all properties from file with -D properties taking precedence" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:30 msgid "the class which will handle input requests" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:31 msgid "(s)earch for buildfile towards the root of the filesystem and use it" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:32 msgid "" "A niceness value for the main thread: 1 (lowest) to 10 (highest); 5 is the " "default" msgstr "" #: /tmp/fish/implicit/share/completions/ant.fish:33 msgid "override Ant's normal entry point" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:2 msgid "Install packages to DIR" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:3 msgid "Use packages from REPO" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:4 msgid "Print less information" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:5 msgid "Print more information" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:6 msgid "Ask confirmation for certain operations" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:7 #: /tmp/fish/implicit/share/completions/asciidoctor.fish:24 #: /tmp/fish/implicit/share/completions/telnet.fish:31 #: /tmp/fish/implicit/share/completions/whatis.fish:9 msgid "Print program version" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:8 msgid "Continue even if binary data is to be output" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:9 msgid "Continue even if 'world' cannot be satisfied" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:10 msgid "Continue even if packages may be lost on reboot" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:11 msgid "Continue even if packages use unsupported features" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:12 msgid "Overwrite files in other packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:13 msgid "Don't use cached files" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:14 msgid "Alias for --cache-max-age 1" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:15 msgid "Show a progress bar" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:16 msgid "Write progress to FD" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:17 msgid "Disable progress bar even for TTYs" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:18 msgid "" "Delete also modified configuration files and uninstalled packages from cache" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:19 msgid "Install packages with untrusted signature or no signature" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:20 msgid "" "Wait for TIME seconds to get an exclusive repository lock before failing" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:21 msgid "Override directory of trusted keys" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:22 msgid "Override repositories file" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:23 msgid "Don't use network" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:24 msgid "Don't use any local cache path" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:25 msgid "Override cache directory" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:26 msgid "Maximum AGE for index in cache before refresh" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:27 msgid "Use architecture with --root" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:28 msgid "Print default architecture" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:29 #: /tmp/fish/implicit/share/completions/yarn.fish:3 msgid "Add packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:30 #: /tmp/fish/implicit/share/completions/apt-build.fish:8 #: /tmp/fish/implicit/share/completions/dnf.fish:76 #: /tmp/fish/implicit/share/completions/yarn.fish:29 #: /tmp/fish/implicit/share/completions/zypper.fish:16 msgid "Remove packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:31 msgid "Repair package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:32 msgid "Update repository indexes" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:33 msgid "Give detailed information about packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:34 msgid "List packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:35 msgid "Search package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:36 msgid "Upgrade installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:37 msgid "Manage local package cache" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:38 msgid "Compare package versions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:39 msgid "Create repository index file" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:40 msgid "Download packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:41 msgid "Audit the directories for changes" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:42 msgid "Verify package integrity and signature" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:43 msgid "Generate graphviz graphs" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:44 msgid "Show repository policy for packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:45 msgid "Show statistics about repositories and installations" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:46 msgid "Show checksums of package contents" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:47 #: /tmp/fish/implicit/share/completions/apk.fish:111 msgid "Simulate the requested operation" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:48 msgid "Don't create .apk-new files" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:49 msgid "Read list of overlay files from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:50 msgid "Don't execute any scripts" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:51 msgid "Skip pre/post hook scripts" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:52 msgid "Enables options for diskless initramfs boot" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:53 msgid "Initialize database" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:54 #: /tmp/fish/implicit/share/completions/apk.fish:61 #: /tmp/fish/implicit/share/completions/apk.fish:97 msgid "Prefer to upgrade package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:55 #: /tmp/fish/implicit/share/completions/apk.fish:93 #: /tmp/fish/implicit/share/completions/apk.fish:98 msgid "Select latest version of package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:56 msgid "Create virtual package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:57 msgid "Don't change file owner or group" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:58 msgid "Remove unneeded dependencies too" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:59 msgid "Fix all dependencies too" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:60 msgid "Reinstall the package" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:62 msgid "Fix packages with broken xattrs" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:63 msgid "Reset all directory permissions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:64 msgid "List included files" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:65 msgid "Check PACKAGE installed status" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:66 msgid "Print who owns the file" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:67 #: /tmp/fish/implicit/share/completions/stack.fish:55 msgid "List the dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:68 msgid "List virtual packages provided" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:69 msgid "List reverse dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:70 msgid "List packages that PACKAGE might replace" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:71 msgid "List install_if rule" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:72 msgid "List packages having install_if referencing PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:73 msgid "Print the URL for the upstream" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:74 msgid "Show installed size" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:75 msgid "Print the description" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:76 msgid "Print the license" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:77 msgid "Print active triggers" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:78 #: /tmp/fish/implicit/share/completions/uname.fish:8 msgid "Print all information" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:79 msgid "List installed packages only" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:80 msgid "List orphaned packages only" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:81 #: /tmp/fish/implicit/share/completions/composer.fish:156 msgid "List available packages only" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:82 msgid "List upgradable packages only" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:83 msgid "List packages by origin" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:84 msgid "List packages by dependency" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:85 msgid "List packages by provider" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:86 msgid "Show all package versions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:87 msgid "Search package descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:88 msgid "Require exact match" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:89 msgid "Print origin package name" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:90 msgid "Print reverse dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:91 msgid "List packages that have the given origin" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:92 msgid "Reset all packages to the provided versions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:94 msgid "Don't do early upgrade of the apk" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:95 msgid "Only do self-upgrade" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:96 msgid "Ignore the upgrade of PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:99 msgid "Print description and versions of indexes" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:100 msgid "Compare two given versions" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:101 msgid "Check the given version strings" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:102 msgid "Consider packages from all repository tags" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:103 msgid "Limit to packages with output matching given operand" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:104 msgid "Write the generated index to FILE" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:105 msgid "Read an existing index from INDEX" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:106 msgid "Add a description to the index" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:107 msgid "Use ARCH as architecture for all packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:108 msgid "Disable the warning about missing dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:109 msgid "Create hard links" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:110 msgid "Fetch all dependencies too" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:112 msgid "Dump the .apk to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:113 msgid "Write the downloaded files to DIR" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:114 msgid "Audit configuration files only" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:115 msgid "Audit all system files" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:116 msgid "Check file permissions too" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:117 msgid "Descend into directories and audit them as well" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:118 msgid "List only the changed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:119 msgid "Consider only packages with errors" msgstr "" #: /tmp/fish/implicit/share/completions/apk.fish:120 msgid "Consider only installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:1 #: /tmp/fish/implicit/share/completions/apm.fish:2 #: /tmp/fish/implicit/share/completions/apm.fish:3 #: /tmp/fish/implicit/share/completions/apt.fish:1 #: /tmp/fish/implicit/share/completions/aura.fish:16 #: /tmp/fish/implicit/share/completions/base64.fish:4 #: /tmp/fish/implicit/share/completions/castnow.fish:23 #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:1 #: /tmp/fish/implicit/share/completions/fossil.fish:140 #: /tmp/fish/implicit/share/completions/head.fish:6 #: /tmp/fish/implicit/share/completions/lscpu.fish:8 #: /tmp/fish/implicit/share/completions/mdadm.fish:8 #: /tmp/fish/implicit/share/completions/mddiagnose.fish:1 #: /tmp/fish/implicit/share/completions/mkdir.fish:5 #: /tmp/fish/implicit/share/completions/mutt.fish:5 #: /tmp/fish/implicit/share/completions/netctl.fish:1 #: /tmp/fish/implicit/share/completions/objdump.fish:22 #: /tmp/fish/implicit/share/completions/pacaur.fish:12 #: /tmp/fish/implicit/share/completions/pacman.fish:11 #: /tmp/fish/implicit/share/completions/patch.fish:14 #: /tmp/fish/implicit/share/completions/rm.fish:8 #: /tmp/fish/implicit/share/completions/travis.fish:37 #: /tmp/fish/implicit/share/completions/xdg-mime.fish:11 #: /tmp/fish/implicit/share/completions/xxh64sum.fish:3 #: /tmp/fish/implicit/share/completions/xz.fish:34 #: /tmp/fish/implicit/share/completions/yaourt.fish:12 msgid "Display help" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:4 #: /tmp/fish/implicit/share/completions/base64.fish:5 #: /tmp/fish/implicit/share/completions/git.fish:2 #: /tmp/fish/implicit/share/completions/head.fish:5 #: /tmp/fish/implicit/share/completions/julia.fish:1 #: /tmp/fish/implicit/share/completions/lscpu.fish:9 #: /tmp/fish/implicit/share/completions/ncat.fish:45 #: /tmp/fish/implicit/share/completions/netctl.fish:2 #: /tmp/fish/implicit/share/completions/patch.fish:29 #: /tmp/fish/implicit/share/completions/xxh64sum.fish:1 #: /tmp/fish/implicit/share/completions/xz.fish:36 msgid "Display version" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:5 msgid "Enable colored output" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:6 #: /tmp/fish/implicit/share/completions/grunt.fish:3 #: /tmp/fish/implicit/share/completions/magento.fish:25 msgid "Disable colored output" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:7 msgid "Modify or list configuration items" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:8 msgid "Set config item" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:9 msgid "Get config item" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:10 msgid "Delete config item" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:11 msgid "List config items" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:12 msgid "Edit config items" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:13 msgid "Reduce duplication in node_modules in current directory" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:14 msgid "Delete installed package(s) from ~/.atom/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:15 #: /tmp/fish/implicit/share/completions/apm.fish:78 msgid "Unlink package from ~/.atom/packages and ~/.atom/dev/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:16 #: /tmp/fish/implicit/share/completions/apm.fish:79 msgid "Unlink package from ~/.atom/dev/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:17 msgid "Clone install dependencies and link a package for development" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:18 msgid "Open a package's homepage in the default browser" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:19 msgid "Print URL instead of opening" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:20 msgid "Output featured packages as JSON array" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:21 #: /tmp/fish/implicit/share/completions/apm.fish:45 #: /tmp/fish/implicit/share/completions/apm.fish:73 msgid "Only list themes" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:22 msgid "Only list packages/themes compatible with specified Atom version" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:23 msgid "Generates code scaffolding for theme or package" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:24 msgid "Path to the package or theme template" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:25 msgid "Generates a basic package" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:26 msgid "Generates a basic theme" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:27 msgid "Generates a basic language package" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:28 msgid "Convert TextMate bundle/theme" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:29 msgid "Install Atom package to ~/.atom/packages/" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:30 msgid "Check native build tools are installed" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:31 #: /tmp/fish/implicit/share/completions/apm.fish:52 msgid "Show verbose debug information" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:32 msgid "Specify text file containing packages to install" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:33 msgid "Do not install dev dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:34 #: /tmp/fish/implicit/share/completions/apm.fish:51 msgid "Only install packages/themes compatible with specified Atom version" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:35 msgid "Set npm log level to silent" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:36 msgid "Set npm log level to quiet" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:37 msgid "Create a symlink for the package in ~/.atom/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:38 msgid "Link to ~/.atom/dev/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:39 msgid "List all installed and bundled packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:40 msgid "Print packages one per line with no formatting" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:41 msgid "Include dev packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:42 msgid "Only list installed packages/themes" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:43 msgid "Output all packages as a JSON object" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:44 msgid "Include linked packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:46 msgid "Only list packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:47 msgid "Save Atom API token to keychain" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:48 msgid "Specify API token" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:49 msgid "Upgrade out of date packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:50 msgid "Output outdated packages as JSON array" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:53 msgid "Confirm before installing updates" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:54 msgid "List but don't install the outdated packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:55 msgid "Publish new version of package in current working directory" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:56 msgid "Semantic version category for new version" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:57 msgid "Specify a tag to publish" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:58 msgid "Specify a new name for the package" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:59 msgid "Rebuild modules installed in node_modules in current working directory" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:60 msgid "Rebuild module cache for installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:61 msgid "Search for Atom packages/themes in the atom.io registry" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:62 msgid "Output matching packages as JSON array" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:63 msgid "Search only non-theme packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:64 msgid "Search only themes" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:65 msgid "View information about package/theme in the atom.io registry" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:66 msgid "Output as JSON array" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:67 msgid "Show latest version compatible with specified Atom version" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:68 msgid "Star the given packages on https://atom.io" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:69 msgid "Star all packages in ~/.atom/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:70 msgid "List or install starred Atom packages and themes" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:71 msgid "Output packages as JSON array" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:72 msgid "Install the starred packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:74 msgid "GitHub username to show starred packages for" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:75 msgid "Runs the package's tests contained within the spec directory" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:76 msgid "Path to atom command" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:77 msgid "Delete the symlink in ~/.atom/packages for the package" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:80 msgid "Unlink all packages in ~/.atom/packages and ~/.atom/dev/packages" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:81 msgid "Remove published package or version from the atom.io registry" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:82 msgid "Do not prompt for confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:83 msgid "Unstar given packages on https://atom.io" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:85 msgid "Print APM info" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:86 msgid "Print time remaining" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:87 msgid "Monitor status info" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:88 msgid "Request APM standby mode" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:89 msgid "Request APM suspend mode" msgstr "" #: /tmp/fish/implicit/share/completions/apm.fish:90 msgid "APM status debugging info" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:1 msgid "whatis entry" msgstr "whatis entry" #: /tmp/fish/implicit/share/completions/apropos.fish:3 msgid "Display short usage message" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:4 msgid "Print debugging info" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:5 #: /tmp/fish/implicit/share/completions/apt-file.fish:7 #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:3 #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:3 #: /tmp/fish/implicit/share/completions/apt-show-source.fish:9 #: /tmp/fish/implicit/share/completions/arp.fish:1 #: /tmp/fish/implicit/share/completions/badblocks.fish:10 #: /tmp/fish/implicit/share/completions/btrfs.fish:220 #: /tmp/fish/implicit/share/completions/btrfs.fish:222 #: /tmp/fish/implicit/share/completions/btrfs.fish:231 #: /tmp/fish/implicit/share/completions/btrfs.fish:233 #: /tmp/fish/implicit/share/completions/cp.fish:13 #: /tmp/fish/implicit/share/completions/dnf.fish:168 #: /tmp/fish/implicit/share/completions/feh.fish:55 #: /tmp/fish/implicit/share/completions/fuser.fish:11 #: /tmp/fish/implicit/share/completions/gcc.fish:445 #: /tmp/fish/implicit/share/completions/godoc.fish:22 #: /tmp/fish/implicit/share/completions/grub-install.fish:10 #: /tmp/fish/implicit/share/completions/makedepend.fish:10 #: /tmp/fish/implicit/share/completions/mkdosfs.fish:20 #: /tmp/fish/implicit/share/completions/mount.fish:3 #: /tmp/fish/implicit/share/completions/mysql.fish:80 #: /tmp/fish/implicit/share/completions/pg_dump.fish:4 #: /tmp/fish/implicit/share/completions/pg_dumpall.fish:2 #: /tmp/fish/implicit/share/completions/pg_restore.fish:5 #: /tmp/fish/implicit/share/completions/ping.fish:25 #: /tmp/fish/implicit/share/completions/python.fish:14 #: /tmp/fish/implicit/share/completions/python2.fish:12 #: /tmp/fish/implicit/share/completions/python3.fish:12 #: /tmp/fish/implicit/share/completions/rmdir.fish:3 #: /tmp/fish/implicit/share/completions/rpm.fish:4 #: /tmp/fish/implicit/share/completions/ruby.fish:17 #: /tmp/fish/implicit/share/completions/tar.fish:52 #: /tmp/fish/implicit/share/completions/time.fish:5 #: /tmp/fish/implicit/share/completions/umount.fish:4 #: /tmp/fish/implicit/share/completions/valgrind.fish:5 #: /tmp/fish/implicit/share/completions/vi.fish:8 #: /tmp/fish/implicit/share/completions/wget.fish:9 #: /tmp/fish/implicit/share/completions/zfs.fish:43 #: /tmp/fish/implicit/share/completions/zfs.fish:88 #: /tmp/fish/implicit/share/completions/zip.fish:13 #: /tmp/fish/implicit/share/completions/zopfli.fish:3 #: /tmp/fish/implicit/share/completions/zpool.fish:139 #: /tmp/fish/implicit/share/functions/__fish_complete_ssh.fish:10 msgid "Verbose mode" msgstr "Modo detalhado" #: /tmp/fish/implicit/share/completions/apropos.fish:6 msgid "Keyword as regex (default)" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:7 msgid "Keyword as wildcards" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:8 msgid "Keyword as exactly match" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:9 msgid "Search for other system" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:10 #: /tmp/fish/implicit/share/completions/hikari.fish:2 msgid "Specify a configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:12 msgid "Match all keywords" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:13 #: /tmp/fish/implicit/share/completions/whatis.fish:3 msgid "Do not trim output to terminal width" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:14 #: /tmp/fish/implicit/share/completions/whatis.fish:7 msgid "Search only these sections (colon-separated)" msgstr "" #: /tmp/fish/implicit/share/completions/apropos.fish:15 #: /tmp/fish/implicit/share/completions/whatis.fish:5 msgid "Set locale" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:2 msgid "Update list of packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:3 #: /tmp/fish/implicit/share/completions/opkg.fish:5 #: /tmp/fish/implicit/share/completions/pkg.fish:44 #: /tmp/fish/implicit/share/completions/yarn.fish:35 msgid "Upgrade packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:4 msgid "Rebuild your system" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:5 msgid "Build and install a new package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:6 msgid "Download and extract a source" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:7 msgid "Info on a package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:9 msgid "Erase built packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:10 msgid "Build source without install" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:11 msgid "Clean source directories" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:12 msgid "Update source and rebuild" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:13 msgid "Update the repository" msgstr "Atualizar o repositório" #: /tmp/fish/implicit/share/completions/apt-build.fish:14 msgid "Do not use gcc wrapper" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:15 msgid "Remove build-dep" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:16 msgid "Do not download source" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:17 msgid "Specify build-dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:18 #: /tmp/fish/implicit/share/completions/npm.fish:56 msgid "Rebuild a package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:19 msgid "Rebuild and install an installed package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:20 msgid "Use to build" msgstr "Use to build" #: /tmp/fish/implicit/share/completions/apt-build.fish:21 msgid "Apply patch" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:22 msgid "Prefix to strip on patch" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:23 #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:20 #: /tmp/fish/implicit/share/completions/yum.fish:12 msgid "Assume yes to all questions" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:24 #: /tmp/fish/implicit/share/completions/apt-get.fish:34 msgid "Use purge instead of remove" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:25 msgid "Do not run update" msgstr "" #: /tmp/fish/implicit/share/completions/apt-build.fish:26 msgid "Specify sources.list file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:2 msgid "Build apt cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:3 msgid "Show package info" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:4 msgid "Show cache statistics" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:5 msgid "Show source package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:6 msgid "Show packages in cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:7 msgid "Print available list" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:8 msgid "List unmet dependencies in cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:9 msgid "Display package record" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:10 msgid "Search packagename by REGEX" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:11 msgid "Search full package name" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:12 msgid "Search packagename only" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:13 msgid "List dependencies for the package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:14 msgid "List reverse dependencies for the package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:15 msgid "Print package name by prefix" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:16 msgid "Generate dotty output for packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:17 msgid "Debug preferences file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:18 msgid "Select file to store package cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:19 msgid "Select file to store source cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:20 #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:9 #: /tmp/fish/implicit/share/completions/apt-get.fish:23 #: /tmp/fish/implicit/share/completions/configure.fish:3 #: /tmp/fish/implicit/share/completions/dnf.fish:156 #: /tmp/fish/implicit/share/completions/hugo.fish:5 #: /tmp/fish/implicit/share/completions/make.fish:15 #: /tmp/fish/implicit/share/completions/ping.fish:16 #: /tmp/fish/implicit/share/completions/qubes-gpg-client.fish:10 #: /tmp/fish/implicit/share/completions/rpm.fish:3 #: /tmp/fish/implicit/share/completions/screen.fish:29 #: /tmp/fish/implicit/share/completions/sftp.fish:17 #: /tmp/fish/implicit/share/completions/sphinx-quickstart.fish:1 #: /tmp/fish/implicit/share/completions/ssh.fish:13 #: /tmp/fish/implicit/share/completions/valgrind.fish:4 #: /tmp/fish/implicit/share/completions/virsh.fish:8 #: /tmp/fish/implicit/share/completions/wget.fish:8 #: /tmp/fish/implicit/share/completions/zip.fish:12 #: /tmp/fish/implicit/share/functions/__fish_complete_gpg.fish:128 msgid "Quiet mode" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:21 msgid "Print important dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:22 msgid "Print full records" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:23 msgid "Auto-gen package cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:24 msgid "Print all names" msgstr "Imprimir todos os nomes" #: /tmp/fish/implicit/share/completions/apt-cache.fish:25 msgid "Dep and rdep recursive" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:26 msgid "Limit to installed" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:29 #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:12 #: /tmp/fish/implicit/share/completions/apt-config.fish:6 #: /tmp/fish/implicit/share/completions/apt-extracttemplates.fish:4 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:9 msgid "Specify options" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cache.fish:30 #: /tmp/fish/implicit/share/completions/apt-get.fish:2 #: /tmp/fish/implicit/share/completions/apt-mark.fish:2 msgid "Test if apt command should have packages as potential completion" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:2 msgid "Add new disc to source list" msgstr "Adicionar novo disco para a lista de fontes" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:3 msgid "Report identity of disc" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:4 #: /tmp/fish/implicit/share/completions/fusermount.fish:1 #: /tmp/fish/implicit/share/completions/udisksctl.fish:21 #: /tmp/fish/implicit/share/completions/umount.fish:1 msgid "Mount point" msgstr "Ponto de montagem" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:5 msgid "Rename a disc" msgstr "Renomear um disco" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:6 msgid "No mounting" msgstr "Sem montar" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:7 msgid "Fast copy" msgstr "Cópia rápida" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:8 msgid "Thorough package scan" msgstr "" #: /tmp/fish/implicit/share/completions/apt-cdrom.fish:9 msgid "No changes" msgstr "Sem alterações" #: /tmp/fish/implicit/share/completions/apt-config.fish:2 msgid "Access config file from shell" msgstr "" #: /tmp/fish/implicit/share/completions/apt-config.fish:3 msgid "Dump contents of config file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-extracttemplates.fish:2 msgid "Set temp dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:2 msgid "Resync package contents from source" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:3 msgid "Search package containing pattern" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:4 msgid "List contents of a package matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:5 msgid "Remove all gz files from cache" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:6 msgid "Set cache dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:8 msgid "Use cdrom-mount-point" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:9 #: /tmp/fish/implicit/share/completions/apt-file.fish:15 msgid "Do not expand pattern" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:10 msgid "Pattern is regexp" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:12 msgid "Set arch" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:13 msgid "Set sources.list file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:14 msgid "Only display package name" msgstr "" #: /tmp/fish/implicit/share/completions/apt-file.fish:16 msgid "Run in dummy mode" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:2 msgid "Generate package from source" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:3 msgid "Generate source index file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:4 msgid "Generate contents file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:5 msgid "Generate release file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:6 msgid "Remove records" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:7 msgid "Generate MD5 sums" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:8 msgid "Use a binary db" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:10 msgid "Perform delinking" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:11 msgid "Perform contents generation" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:12 msgid "Use source override" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:13 msgid "Make caching db readonly" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:15 msgid "Use config file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-ftparchive.fish:16 #: /tmp/fish/implicit/share/completions/apt-sortpkgs.fish:5 #: /tmp/fish/implicit/share/completions/composer.fish:11 msgid "Set config options" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:1 #: /tmp/fish/implicit/share/completions/apt-mark.fish:1 msgid "Test if apt has yet to be given the subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:4 msgid "Update sources" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:5 msgid "Upgrade or install newest packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:6 msgid "Use with dselect front-end" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:7 msgid "Distro upgrade" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:8 msgid "Install one or more packages" msgstr "Instalar um ou mais pacotes" #: /tmp/fish/implicit/share/completions/apt-get.fish:9 msgid "Display changelog of one or more packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:10 msgid "Remove and purge one or more packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:11 msgid "Remove one or more packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:12 msgid "Fetch source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:13 msgid "Install/remove packages for dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:14 msgid "Update cache and check dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:15 msgid "Clean local caches and packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:16 msgid "Clean packages no longer be downloaded" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:17 #: /tmp/fish/implicit/share/completions/opkg.fish:53 msgid "Remove automatically installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:18 msgid "Do not install recommended packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:19 #: /tmp/fish/implicit/share/completions/aptitude.fish:27 msgid "Download Only" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:20 #: /tmp/fish/implicit/share/completions/aptitude.fish:28 msgid "Correct broken dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:21 msgid "Ignore missing packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:22 msgid "Disable downloading packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:24 msgid "Perform a simulation" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:25 msgid "Automatic yes to prompts" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:26 msgid "Show upgraded packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:27 msgid "Show full versions for packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:28 msgid "Compile source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:29 msgid "Install recommended packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:30 msgid "Ignore package Holds" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:31 msgid "Do not upgrade packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:32 msgid "Force yes" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:33 msgid "Print the URIs" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:35 msgid "Reinstall packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:36 msgid "Erase obsolete files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:37 msgid "Control default input to the policy engine" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:38 msgid "Only perform operations that are trivial" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:39 msgid "Abort if any packages are to be removed" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:40 msgid "Only accept source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:41 msgid "Download only diff file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:42 msgid "Download only tar file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:43 msgid "Only process arch-dependant build-dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:44 msgid "Ignore non-authenticated packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:46 #: /tmp/fish/implicit/share/completions/apt-mark.fish:12 msgid "Specify a config file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-get.fish:47 #: /tmp/fish/implicit/share/completions/apt-mark.fish:13 msgid "Set a config option" msgstr "" #: /tmp/fish/implicit/share/completions/apt-key.fish:1 msgid "Add a new key" msgstr "Adicionar uma nova chave" #: /tmp/fish/implicit/share/completions/apt-key.fish:2 msgid "Remove a key" msgstr "" #: /tmp/fish/implicit/share/completions/apt-key.fish:3 msgid "List trusted keys" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:2 msgid "Set severity" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:3 msgid "Tags you want to see" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:4 msgid "Bug-status you want to see" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:5 msgid "Ignore bugs in your system" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:6 msgid "Ignore newer bugs than upgrade packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:7 msgid "Bugs for downgrade packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:8 msgid "Bug Tracking system" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:9 msgid "Specify port for web interface" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:10 msgid "Use daily bug report" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:11 msgid "Use the raw index.db" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:12 msgid "Specify index dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:13 msgid "Specify Pin-Priority value" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:14 msgid "Specify the title of rss" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:15 msgid "Retrieve fresh bugs" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:16 #: /tmp/fish/implicit/share/completions/aura.fish:29 #: /tmp/fish/implicit/share/completions/pacaur.fish:47 #: /tmp/fish/implicit/share/completions/pacman.fish:32 #: /tmp/fish/implicit/share/completions/scp.fish:6 #: /tmp/fish/implicit/share/completions/yaourt.fish:39 msgid "Do not display progress bar" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:17 msgid "Specify local cache dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:18 msgid "Specify the expire cache timer" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:19 msgid "Specify apt config file" msgstr "Specify apt config file" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:21 msgid "Assume no to all questions" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:22 msgid "List bugs from packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listbugs.fish:23 msgid "List bugs in rss format" msgstr "List bugs in rss format" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:2 msgid "Read filenames from pipe" msgstr "Read filenames from pipe" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:4 msgid "Select frontend interface" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:5 msgid "Specify email address" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:6 msgid "Ask confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:7 msgid "Display all changelogs" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:8 msgid "Avoid changelogs from db in named file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:9 msgid "Select display" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:10 msgid "Insert header" msgstr "Inserir cabeçalho" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:11 #: /tmp/fish/implicit/share/completions/git.fish:221 #: /tmp/fish/implicit/share/completions/ps.fish:40 msgid "Display debug info" msgstr "" #: /tmp/fish/implicit/share/completions/apt-listchanges.fish:12 msgid "Select an option profile" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:4 msgid "Mark a package as automatically installed" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:5 msgid "Mark a package as manually installed" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:6 msgid "Hold a package, prevent automatic installation or removal" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:7 msgid "Cancel a hold on a package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:8 msgid "Show automatically installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:9 msgid "Show manually installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:10 msgid "Show held packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-mark.fish:14 msgid "Write package statistics to a file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:1 msgid "Generate master file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:2 msgid "Alias for 'get'" msgstr "Alias for “get”" #: /tmp/fish/implicit/share/completions/apt-move.fish:3 msgid "Move packages to local tree" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:4 msgid "Delete obsolete package files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:5 msgid "Build new local files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:6 msgid "Rebuild index files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:7 msgid "Move packages from cache to local mirror" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:8 msgid "Alias for 'move delete packages'" msgstr "Nome alternativo para “mover pacotes deletados”" #: /tmp/fish/implicit/share/completions/apt-move.fish:9 msgid "Alias for 'update'" msgstr "Nome alternativo para “update”" #: /tmp/fish/implicit/share/completions/apt-move.fish:10 msgid "Download package missing from mirror" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:11 msgid "Sync packages installed" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:13 msgid "Move file specified on commandline" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:14 msgid "List packages that may serve as input to mirrorbin or mirrorsource" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:15 msgid "Fetch package from STDIN" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:16 msgid "Fetch source package from STDIN" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:17 msgid "Process all packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:18 msgid "Use specific conffile" msgstr "Use specific conffile" #: /tmp/fish/implicit/share/completions/apt-move.fish:19 msgid "Force deletion" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:20 msgid "Suppresses normal output" msgstr "" #: /tmp/fish/implicit/share/completions/apt-move.fish:21 msgid "Test run" msgstr "" #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:4 msgid "No message to STDOUT" msgstr "" #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:5 msgid "Recurse into subdir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:6 msgid "Dir to import" msgstr "" #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:7 msgid "Change to user" msgstr "Alterar para usuário" #: /tmp/fish/implicit/share/completions/apt-proxy-import.fish:8 msgid "Debug level[default 0]" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:2 msgid "Show build dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:3 msgid "Generate a dotty graph" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:4 msgid "Show state of dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:5 msgid "List packages depending on" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:6 msgid "Comma-separated list of dependency types to follow recursively" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:7 msgid "Comma-separated list of dependency types to show" msgstr "" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:8 msgid "" "Comma-separated list of package installation states to follow recursively" msgstr "" "Comma-separated list of package installation states to follow recursively" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:9 msgid "Comma-separated list of package installation states to show" msgstr "Comma-separated list of package installation states to show" #: /tmp/fish/implicit/share/completions/apt-rdepends.fish:10 msgid "Display man page" msgstr "" #: /tmp/fish/implicit/share/completions/apt-setup.fish:1 msgid "Probe a CD" msgstr "Probe a CD" #: /tmp/fish/implicit/share/completions/apt-setup.fish:2 msgid "Run in non-interactive mode" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-source.fish:2 #: /tmp/fish/implicit/share/completions/apt-show-source.fish:3 #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:9 #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:10 msgid "Read package from file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-source.fish:4 #: /tmp/fish/implicit/share/completions/apt-show-source.fish:5 #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:11 #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:12 msgid "Specify APT list dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-source.fish:6 msgid "List PKG info" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-source.fish:8 msgid "Print all source packages with version" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:2 msgid "Print PKG versions" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:3 msgid "Using regex" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:4 msgid "Print only upgradeable packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:5 msgid "Print all versions" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:6 msgid "Print package name/distro" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:7 msgid "Print verbose info" msgstr "" #: /tmp/fish/implicit/share/completions/apt-show-versions.fish:8 msgid "Init or update cache only" msgstr "" #: /tmp/fish/implicit/share/completions/apt-sortpkgs.fish:2 msgid "Use source index field" msgstr "" #: /tmp/fish/implicit/share/completions/apt-sortpkgs.fish:4 msgid "Specify conffile" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:2 msgid "Debian distribution" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:3 msgid "Servers in the areas" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:4 msgid "Conf file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:5 msgid "Finish after number of servers" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:6 msgid "File to grab servers" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:7 msgid "File as input" msgstr "File as input" #: /tmp/fish/implicit/share/completions/apt-spy.fish:8 msgid "Mirror-list file" msgstr "Mirror-list file" #: /tmp/fish/implicit/share/completions/apt-spy.fish:9 msgid "Output sources.list file" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:10 msgid "Use proxy server" msgstr "Utilizar servidor proxy" #: /tmp/fish/implicit/share/completions/apt-spy.fish:11 msgid "Comma separated country list" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:12 msgid "How long in sec to download" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:13 msgid "Custom URL to get mirror list" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:14 msgid "Write top servers to file" msgstr "Write top servers to file" #: /tmp/fish/implicit/share/completions/apt-spy.fish:15 msgid "Number of top servers" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:16 msgid "Update mirror list" msgstr "" #: /tmp/fish/implicit/share/completions/apt-spy.fish:17 msgid "Version number" msgstr "Número da versão" #: /tmp/fish/implicit/share/completions/apt-src.fish:2 msgid "Update list of source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:3 msgid "Install source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:4 msgid "Upgrade source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:5 msgid "Remove source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:6 #: /tmp/fish/implicit/share/completions/apt-src.fish:13 msgid "Build source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:7 msgid "Clean source packages" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:8 msgid "Detect known source tree" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:9 msgid "List installed source package\\(s\\)" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:10 msgid "Root source tree" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:11 msgid "Version of source package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:12 msgid "Name of the source package" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:14 msgid "Install after build" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:15 msgid "Patch local changes" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:16 msgid "Specify a dir" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:17 msgid "Run on current dir" msgstr "Run on current dir" #: /tmp/fish/implicit/share/completions/apt-src.fish:18 msgid "Omit debian version" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:19 msgid "Do not del built files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:20 msgid "Do not del source files" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:21 msgid "Source tree version" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:22 msgid "Output to /dev/null" msgstr "" #: /tmp/fish/implicit/share/completions/apt-src.fish:23 msgid "Output trace" msgstr "" #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:3 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:3 msgid "Removable medium" msgstr "Removable medium" #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:4 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:4 msgid "Select an action" msgstr "" #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:5 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:5 msgid "List of packages to install" msgstr "" #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:6 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:6 msgid "Fix broken option" msgstr "" #: /tmp/fish/implicit/share/completions/apt-zip-inst.fish:7 #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:7 msgid "Specify a non-mountpoint dir" msgstr "Specify a non-mountpoint dir" #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:8 msgid "Select a method" msgstr "Select a method" #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:10 msgid "Accept protocols" msgstr "Accept protocols" #: /tmp/fish/implicit/share/completions/apt-zip-list.fish:11 msgid "Reject protocols" msgstr "Reject protocols" #: /tmp/fish/implicit/share/completions/apt.fish:3 #: /tmp/fish/implicit/share/completions/git.fish:4 msgid "Set a configuration option" msgstr "" #: /tmp/fish/implicit/share/completions/apt.fish:4 #: /tmp/fish/implicit/share/completions/hugo.fish:1 #: /tmp/fish/implicit/share/completions/man.fish:14 #: /tmp/fish/implicit/share/completions/modprobe.fish:2 #: /tmp/fish/implicit/share/completions/whatis.fish:4 #: /tmp/fish/implicit/share/completions/yum.fish:13 #: /tmp/fish/implicit/share/functions/__fish_complete_ssh.fish:8 msgid "Configuration file" msgstr "Arquivo de configuração" #: /tmp/fish/implicit/share/completions/apt.fish:5 msgid "Target release" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:1 msgid "Test if aptitude has yet to be given the subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:2 msgid "Test if aptitude command should have packages as potential completion" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:3 msgid "Display a brief help message. Identical to the help action" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:4 msgid "Remove any cached packages which can no longer be downloaded" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:5 msgid "Remove all downloaded .deb files from the package cache directory" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:6 msgid "Forget all internal information about what packages are 'new'" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:7 msgid "Cancel all scheduled actions on all packages" msgstr "Cancelar todas as açoes agendadas em todos os pacotes" #: /tmp/fish/implicit/share/completions/aptitude.fish:8 msgid "Update the list of available packages from the apt sources" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:9 msgid "Upgrade installed packages to their most recent version" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:10 msgid "Download and displays the Debian changelog for the packages" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:11 msgid "Upgrade, removing or installing packages as necessary" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:12 msgid "Download the packages to the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:13 msgid "Forbid the upgrade to a particular version" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:14 msgid "Ignore the packages by future upgrade commands" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:15 msgid "Install the packages" msgstr "Instalar os pacotes" #: /tmp/fish/implicit/share/completions/aptitude.fish:16 msgid "Cancel any scheduled actions on the packages" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:17 msgid "Mark packages as automatically installed" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:18 msgid "Remove and delete all associated configuration and data files" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:19 msgid "Reinstall the packages" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:20 msgid "Remove the packages" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:21 msgid "Display detailed information about the packages" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:22 msgid "Consider the packages by future upgrade commands" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:23 msgid "Mark packages as manually installed" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:24 msgid "Search for packages matching one of the patterns" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:25 msgid "Display brief summary of the available commands and options" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:26 msgid "Show explanations of automatic installations and removals" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:29 msgid "Purge packages that are not required by any installed package" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:30 msgid "Always display a prompt" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:31 msgid "Do not treat recommendations as dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:32 msgid "Treat recommendations as dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:33 msgid "Don't perform the actions. Just show them" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:34 msgid "Schedule operations to be performed in the future" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:35 msgid "Suppress incremental progress indicators" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:36 msgid "Show which versions of packages will be installed" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:37 msgid "Display extra information" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:38 msgid "Display the version of aptitude and compile information" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:39 msgid "Start up the visual interface and display its preview screen" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:40 msgid "Assume the answer yes for all question prompts" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:41 msgid "Show how much disk space will be used or freed" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:42 msgid "Specify the format to be used by the search command" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:43 msgid "Set the release from which packages should be installed" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:44 msgid "Specify the order for the output from the search command" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:45 msgid "Set a configuration file option directly" msgstr "" #: /tmp/fish/implicit/share/completions/aptitude.fish:46 msgid "Specify the display width for the output from the search command" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:1 msgid "Debugging command" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:2 #: /tmp/fish/implicit/share/completions/arc.fish:4 msgid "Don't use color or style for output" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:3 msgid "Always use fromatting" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:5 msgid "Specify which libraies to load" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:6 msgid "Specify the Conduit URI" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:7 msgid "Specify the Conduit token" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:8 msgid "Force a version" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:9 msgid "Sets the timeout" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:10 msgid "Sets a config" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:11 msgid "Skip the working copy configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:12 msgid "Use provided file instead of ~/.arcrc" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:13 msgid "Implements shell completion" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:14 msgid "Current term in the argument list being completed" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:15 msgid "Reads an arc configuration option" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:16 msgid "Show detailed information about options" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:17 msgid "Download a file to local disk" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:18 msgid "Save the file with a specific name rather than the default" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:19 msgid "Write file to stdout instead of to disk" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:20 msgid "List your open Differential revisions" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:21 msgid "Run static analysis on changes to check for mistakes" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:22 msgid "Override configured lint engine for this project" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:23 msgid "Apply patches suggested by lint to the working copy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:24 msgid "Set minimum message severity" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:25 #: /tmp/fish/implicit/share/completions/arc.fish:176 msgid "Never apply patches suggested by lint" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:26 msgid "Lint changes since a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:27 msgid "Output the linter results to a file" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:28 msgid "Show all lint warnings, not just those on changed lines" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:29 #: /tmp/fish/implicit/share/completions/arc.fish:180 msgid "When linting git repositories, amend HEAD with all patches" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:30 msgid "Lint all files in the project" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:31 msgid "Specify how results will be displayed" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:32 msgid "Display only messages not present in the original code" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:33 msgid "Show lint warnings just on changed lines" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:34 #: /tmp/fish/implicit/share/completions/arc.fish:163 msgid "When linting git repositories, amend HEAD with autofix" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:35 msgid "In the first form, list objects you've flagged" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:36 msgid "Edit the flag on an object" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:37 msgid "Set the color of a flag" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:38 msgid "Delete the flag on an object" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:39 msgid "Set the note on a flag" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:40 msgid "Export the local changeset to a file" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:41 msgid "Export change as a unified patch" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:42 msgid "Export change as a git patch" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:43 #: /tmp/fish/implicit/share/completions/arc.fish:100 msgid "Attempt to convert non UTF-8 patch into specified encoding" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:44 msgid "Export change as an arc bundle" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:45 msgid "Export from Differential diff" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:46 msgid "Export from a Differential revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:47 msgid "Open a file or object in your web browser" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:48 msgid "Open arguments as paths, even if they do not exist in the working copy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:49 msgid "Default branch name to view on server" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:50 msgid "Quickly create a task for yourself" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:51 msgid "Other users to CC on the new task" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:52 msgid "Projects to assign to the task" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:53 msgid "After creating the task, open it in a web browser" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:54 msgid "what they do and which versions are installed" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:55 msgid "Search for linters" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:56 msgid "Show detailed information, including options" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:57 msgid "Show what you're currently tracking in Phrequent" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:58 msgid "Stop tracking work in Phrequent" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:59 msgid "A note to attach to the tracked time" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:60 msgid "Create an alias" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:61 msgid "Sets an arc configuration option" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:62 msgid "Set a local config value instead of a user one" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:63 msgid "Start tracking work in Phrequent" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:64 msgid "Close a task or otherwise update its status" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:65 msgid "Provide a comment with your status change" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:66 msgid "Show available status options and exit" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:67 msgid "Publish an accepted revision after review" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:68 msgid "Prints the commits that would be landed" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:69 msgid "Push to a remote other than the default" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:70 msgid "Delete the feature branch in the remote after landing it" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:71 msgid "When updating the feature branch, use rebase instead of merge" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:72 msgid "Use squash strategy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:73 msgid "Keep the feature branch" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:74 msgid "Use merge strategy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:75 msgid "When updating the feature branch, use merge instead of rebase" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:76 msgid "Prepare the change to be pushed, but do not actually push it" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:77 msgid "Land feature branch onto a branch other than the default" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:78 #: /tmp/fish/implicit/share/completions/arc.fish:86 msgid "Use the message from a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:79 msgid "Show which commits will be selected" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:80 msgid "Print base commit only and exit" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:81 #: /tmp/fish/implicit/share/completions/arc.fish:173 msgid "Additional rules for determining base revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:82 msgid "Specify the end of the commit range to select" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:83 msgid "Show committed and abandoned revisions" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:84 #: /tmp/fish/implicit/share/completions/arc.fish:114 msgid "Alias for arc feature" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:85 msgid "Amend the working copy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:87 msgid "Show the amended commit message" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:88 msgid "Upgrade arcanist and libphutil to the latest versions" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:89 msgid "Shows the help" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:90 msgid "Print detailed information about each command" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:91 msgid "Share and grab text using the Paste application" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:92 msgid "Language for syntax highlighting" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:93 msgid "Output in JSON format" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:94 msgid "Title for the paste" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:95 msgid "Commit a revision which has been accepted by a reviewer" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:96 msgid "Commit a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:97 msgid "Show the command which would be issued" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:98 msgid "Apply changes to the working copy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:99 msgid "Do not run any sanity checks" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:101 msgid "Do not commit the changes" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:102 msgid "Update the local working copy before applying the patch" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:103 msgid "Apply changes from a git patch file or unified patch file" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:104 msgid "Apply changes from an arc bundlej" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:105 msgid "Do not apply dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:106 msgid "Apply changes from a Differential diff" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:107 msgid "Do not create a branch" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:108 msgid "Apply changes from a Differential revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:109 msgid "Installs Conduit credentials into your ~/.arcc" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:110 msgid "Please use backout instead" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:111 msgid "Upload a file from local disk" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:112 msgid "Output upload information in JSON format" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:113 msgid "Mark the file as temporary" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:115 msgid "There's only one way to find out" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:116 msgid "Show blame for the lines you changed" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:117 msgid "Cover changes since a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:118 msgid "Close a revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:119 msgid "Do not print a success message" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:120 msgid "Close only if the repository is untracked and the revision is accepted" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:121 msgid "View all assigned tasks" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:122 msgid "Show tasks that are open or closed, default is open" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:123 msgid "Only show tasks assigned to the given username," msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:124 msgid "Only show tasks that are not assigned" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:125 msgid "Limit the amount of tasks outputted, default is all" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:126 msgid "Arrange tasks based on priority, created, or modified," msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:127 msgid "A wrapper on 'git branch' or 'hg bookmark" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:128 #: /tmp/fish/implicit/share/completions/arc.fish:140 msgid "Specify the output format" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:129 msgid "Include closed and abandoned revisions" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:130 msgid "Sort branches by status instead of time" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:131 msgid "Run unit tests that cover specified paths" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:132 msgid "Override configured unit engine for this project" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:133 msgid "Show a detailed coverage report on the CLI" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:134 msgid "Record a copy of the test results on the specified build target" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:135 msgid "Use uglier formatting" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:136 msgid "Run unit tests covering changes since a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:137 msgid "Run every test" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:138 msgid "Report results in JSON format" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:139 msgid "Always enable coverage information" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:141 #: /tmp/fish/implicit/share/completions/arc.fish:184 msgid "Always disable coverage information" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:142 msgid "Backouts on a previous commit" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:143 msgid "Make a raw Conduit method call" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:144 msgid "Generate a Differential diff or revision from local changes" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:145 msgid "Generate diff by executing a specified command" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:146 msgid "Attempt to convert non UTF-8 hunks into specified encoding" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:147 msgid "When creating a revision, add CCs" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:148 msgid "When creating a revision, add reviewers" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:149 msgid "Do not copy changes to the staging area" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:150 msgid "Read diff from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:151 msgid "Suppress warning about uncommitted changes" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:152 msgid "Read revision information from file" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:153 msgid "Do not run lint" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:154 msgid "Use the specified message when updating a revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:155 msgid "Create or update a revision without requesting a code review" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:156 msgid "After creating a diff or revision, open it in a web browser" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:157 msgid "Always create a new revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:158 msgid "Disable lint cache" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:159 msgid "Read revision information from a specific commit" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:160 msgid "Only generate a diff, without running lint, unit tests, or other" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:161 msgid "Do not upload binaries" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:162 msgid "only create a diff" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:164 msgid "Apply patches suggested by lint" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:165 msgid "Specify the end of the commit range" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:166 msgid "When creating a revision, try to use the working copy commit" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:167 msgid "Create a diff with a few lines of context." msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:168 msgid "Require excuse for lint advice in addition to lint warnings and errors" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:169 msgid "Emit machine-readable JSON" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:170 msgid "Always update a specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:171 msgid "Ignore unsound test failures without prompting" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:172 msgid "Provide a prepared in advance excuse for any lints/tests" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:174 msgid "Never amend commits in the working copy with lint patches" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:175 msgid "Automatically add all unstaged and uncommitted" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:177 msgid "Edit revision information" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:178 msgid "Do not run unit tests" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:179 msgid "Raise all lint warnings" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:181 msgid "Only run lint and unit tests" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:182 msgid "Skip checks for untracked files in the working copy" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:183 msgid "Display only new lint messages" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:185 msgid "Create or update a libphutil library" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:186 msgid "Run the remap step of liberation" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:187 msgid "Upgrade library to v2" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:188 msgid "Run the verify step of liberation" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:189 msgid "Drop the module cache before liberating" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:190 msgid "Force the library map to be updated" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:191 msgid "Set the library name" msgstr "" #: /tmp/fish/implicit/share/completions/arc.fish:192 msgid "Shows the current version of arcanist" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:2 msgid "Numerical address" msgstr "Numerical address" #: /tmp/fish/implicit/share/completions/arp.fish:3 msgid "Class of hw type" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:4 msgid "Show arp entries" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:5 msgid "Remove an entry for hostname" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:6 msgid "Use hardware address" msgstr "Use hardware address" #: /tmp/fish/implicit/share/completions/arp.fish:7 msgid "Select interface" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:8 msgid "Manually create ARP address" msgstr "" #: /tmp/fish/implicit/share/completions/arp.fish:9 msgid "Take addr from filename, default /etc/ethers" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:1 msgid "Omit false conditionals" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:2 msgid "Omit debugging directives" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:3 msgid "Include general information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:4 msgid "Include high-level source" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:5 msgid "Include assembly" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:6 msgid "Include macro expansions" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:7 msgid "Omit forms processing" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:8 msgid "Include symbols" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:9 msgid "Initially turn on alternate macro syntax" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:10 msgid "Compress DWARF debug sections using zlib" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:11 msgid "Don't compress DWARF debug sections" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:12 msgid "Produce assembler debugging messages" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:13 msgid "Remap debug information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:14 msgid "Redefine symbols" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:15 msgid "Require executable stack for this object" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:16 msgid "Don't require executable stack for this object" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:17 msgid "ELF .size directive check" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:18 msgid "Generate ELF common symbols with STT_COMMON type" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:19 msgid "Enable section name substitution sequences" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:20 msgid "Skip whitespace and comment preprocessing" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:21 msgid "Generate debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:22 msgid "Generate STABS debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:23 msgid "Generate STABS debug info with GNU extensions" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:24 msgid "Generate DWARF2 debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:25 msgid "Generate per-function section names for DWARF line information" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:26 msgid "Set the hash table size close" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:28 msgid "Show target specific options" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:29 msgid "Add DIR to search list for .include directives" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:30 msgid "Don't warn about signed overflow" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:31 msgid "Warn when differences altered for long displacements" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:32 msgid "Keep local symbols" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:33 msgid "Assemble in MRI compatibility mode" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:34 msgid "Write dependency information in given file" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:35 msgid "Do not pad the end of sections to alignment boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:36 msgid "Set object-file output file name" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:37 msgid "Fold data section into text section" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:38 msgid "Prefer smaller memory use" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:39 msgid "Print various measured statistics from execution" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:40 msgid "Strip local absolute symbols" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:41 msgid "Use same format as native assembler when possible" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:42 msgid "Print assembler version number and exit" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:43 #: /tmp/fish/implicit/share/completions/gunzip.fish:7 #: /tmp/fish/implicit/share/completions/gzip.fish:7 #: /tmp/fish/implicit/share/completions/lz4.fish:24 #: /tmp/fish/implicit/share/completions/lz4cat.fish:7 #: /tmp/fish/implicit/share/completions/pzstd.fish:15 #: /tmp/fish/implicit/share/completions/unlz4.fish:10 #: /tmp/fish/implicit/share/completions/unzstd.fish:22 #: /tmp/fish/implicit/share/completions/zstd.fish:32 #: /tmp/fish/implicit/share/completions/zstdcat.fish:15 #: /tmp/fish/implicit/share/completions/zstdmt.fish:31 msgid "Suppress warnings" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:44 msgid "Don't suppress warnings" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:45 #: /tmp/fish/implicit/share/completions/makensis.fish:22 msgid "Treat warnings as errors" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:46 msgid "Generate object file even after errors" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:47 msgid "Read option from given file" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:48 msgid "Print assembler version number" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:49 msgid "Don't optimize code alignment" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:50 msgid "Quieten some warnings" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:51 msgid "Generate 32 bits code" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:52 msgid "Generate 64 bits code" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:53 msgid "Generate x32 code" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:54 msgid "Encode SSE instructions with VEX prefix" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:55 msgid "Check SSE instructions" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:56 msgid "Check operand combinations for validity" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:57 msgid "Encode scalar AVX instructions with specific vector length" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:58 msgid "Encode scalar EVEX instructions with specific vector length" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:59 msgid "Encode EVEX instructions with specific EVEX.W" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:60 msgid "Encode EVEX instructions with specific EVEX.RC" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:61 msgid "Use specfied mnemonic" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:62 msgid "Use specfied syntax" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:63 msgid "Support pseudo index registers" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:64 msgid "Don't require '%' prefix for registers" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:65 msgid "Support old (<= 2.8.1) versions of gcc" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:66 msgid "Add BND prefix for all valid branches" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:67 msgid "Disable branch optimization for shared code" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:68 msgid "Strip all lock prefixes" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:70 msgid "Generate relax relocations" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:71 msgid "Accept only AMD64 ISA" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:72 msgid "Accept only Intel64 ISA" msgstr "" #: /tmp/fish/implicit/share/completions/as.fish:73 msgid "Optimize for given CPU" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:1 msgid "Base directory containing the document" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:2 msgid "Set safe mode level" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:3 msgid "Set safe mode level to safe" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:4 msgid "Define a document attribute" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:5 msgid "Backend output file format" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:6 msgid "Document type" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:7 msgid "Destination output directory" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:8 msgid "Template engine to use" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:9 msgid "eRuby implementation to use" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:10 msgid "Add a directory to the load path" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:11 msgid "Auto-number section titles" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:12 #: /tmp/fish/implicit/share/completions/iconv.fish:4 msgid "Output file" msgstr "Output file" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:13 #: /tmp/fish/implicit/share/completions/hugo.fish:32 #: /tmp/fish/implicit/share/completions/hugo.fish:58 #: /tmp/fish/implicit/share/completions/hugo.fish:92 #: /tmp/fish/implicit/share/completions/hugo.fish:103 msgid "Source directory" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:14 msgid "Require the specified library" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:15 msgid "Output an embedded document" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:16 msgid "A directory containing custom converter templates" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:17 msgid "Minimum logging level" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:18 #: /tmp/fish/implicit/share/completions/btrfs.fish:200 #: /tmp/fish/implicit/share/completions/btrfs.fish:208 #: /tmp/fish/implicit/share/completions/git.fish:85 #: /tmp/fish/implicit/share/completions/git.fish:253 #: /tmp/fish/implicit/share/completions/git.fish:347 #: /tmp/fish/implicit/share/completions/git.fish:372 #: /tmp/fish/implicit/share/completions/git.fish:426 #: /tmp/fish/implicit/share/completions/git.fish:436 #: /tmp/fish/implicit/share/completions/git.fish:496 #: /tmp/fish/implicit/share/completions/keepassxc-cli.fish:5 #: /tmp/fish/implicit/share/completions/mdadm.fish:12 #: /tmp/fish/implicit/share/completions/passwd.fish:9 #: /tmp/fish/implicit/share/completions/update-eix-remote.fish:1 msgid "Be quiet" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:19 msgid "Include backtrace information" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:20 #: /tmp/fish/implicit/share/completions/btrfs.fish:142 #: /tmp/fish/implicit/share/completions/btrfs.fish:167 #: /tmp/fish/implicit/share/completions/btrfs.fish:171 #: /tmp/fish/implicit/share/completions/chronyc.fish:17 #: /tmp/fish/implicit/share/completions/chronyc.fish:19 #: /tmp/fish/implicit/share/completions/git.fish:86 #: /tmp/fish/implicit/share/completions/git.fish:103 #: /tmp/fish/implicit/share/completions/git.fish:141 #: /tmp/fish/implicit/share/completions/git.fish:209 #: /tmp/fish/implicit/share/completions/git.fish:348 #: /tmp/fish/implicit/share/completions/git.fish:373 #: /tmp/fish/implicit/share/completions/git.fish:427 #: /tmp/fish/implicit/share/completions/git.fish:437 #: /tmp/fish/implicit/share/completions/lz4.fish:23 #: /tmp/fish/implicit/share/completions/lz4cat.fish:6 #: /tmp/fish/implicit/share/completions/ncat.fish:38 #: /tmp/fish/implicit/share/completions/patool.fish:2 #: /tmp/fish/implicit/share/completions/prt-get.fish:56 #: /tmp/fish/implicit/share/completions/prt-get.fish:112 #: /tmp/fish/implicit/share/completions/pzstd.fish:14 #: /tmp/fish/implicit/share/completions/unlz4.fish:9 #: /tmp/fish/implicit/share/completions/unzstd.fish:21 #: /tmp/fish/implicit/share/completions/xz.fish:30 #: /tmp/fish/implicit/share/completions/zstd.fish:31 #: /tmp/fish/implicit/share/completions/zstdcat.fish:14 #: /tmp/fish/implicit/share/completions/zstdmt.fish:30 msgid "Be verbose" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:21 msgid "Turn on script warnings" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:22 msgid "Print timings report" msgstr "" #: /tmp/fish/implicit/share/completions/asciidoctor.fish:23 msgid "Print a help message" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:1 msgid "Checkout package" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:2 msgid "Show the full history of the target, with file diffs" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:3 msgid "Put the source files in current directory" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:4 msgid "Collect garbage" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:5 msgid "Report approximate disk usage" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:7 msgid "List all known packages" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:8 msgid "List the architectures the targets are available for" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:9 msgid "List locally tracked packages" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:10 msgid "List repos the targets exist in" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:11 msgid "Show revision history of the target" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:12 msgid "Show condensed revision history" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:13 msgid "Show the target's PKGBUILD" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:14 msgid "Update given targets" msgstr "" #: /tmp/fish/implicit/share/completions/asp.fish:15 msgid "Remove target from local repository" msgstr "" #: /tmp/fish/implicit/share/completions/at.fish:2 #: /tmp/fish/implicit/share/completions/atq.fish:2 msgid "Use specified queue" msgstr "" #: /tmp/fish/implicit/share/completions/at.fish:3 msgid "Send mail to user" msgstr "" #: /tmp/fish/implicit/share/completions/at.fish:4 msgid "Read job from file" msgstr "" #: /tmp/fish/implicit/share/completions/at.fish:5 msgid "Alias for atq" msgstr "Nome alternativo para atq" #: /tmp/fish/implicit/share/completions/at.fish:6 msgid "Alias for atrm" msgstr "Nome alternativo para atrm" #: /tmp/fish/implicit/share/completions/at.fish:7 #: /tmp/fish/implicit/share/completions/climate.fish:11 msgid "Show the time" msgstr "" #: /tmp/fish/implicit/share/completions/at.fish:8 msgid "Print the jobs listed" msgstr "" #: /tmp/fish/implicit/share/completions/atd.fish:1 msgid "Limiting load factor" msgstr "" #: /tmp/fish/implicit/share/completions/atd.fish:2 msgid "Minimum interval in seconds" msgstr "" #: /tmp/fish/implicit/share/completions/atd.fish:3 #: /tmp/fish/implicit/share/completions/make.fish:3 #: /tmp/fish/implicit/share/completions/sylpheed.fish:2 msgid "Debug mode" msgstr "" #: /tmp/fish/implicit/share/completions/atd.fish:4 msgid "Process at queue only once" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:1 msgid "Run in development mode" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:2 msgid "Keep main process in foreground" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:3 msgid "Print usage message" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:4 msgid "Log all output to file" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:5 #: /tmp/fish/implicit/share/completions/subl.fish:3 msgid "Open a new window" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:6 msgid "Profile startup execution time" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:7 msgid "Set Atom source directory and enable dev mode" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:8 msgid "Run in safe mode" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:9 msgid "Run the specified benchmarks in a new window" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:10 msgid "Run a faster version of the benchmarks in headless mode" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:11 msgid "Run the specified specs and exit with error code on failures" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:12 msgid "Run the specified specs in the main process" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:13 msgid "Set timeout for test mode (minutes)" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:14 #: /tmp/fish/implicit/share/completions/gsettings.fish:1 msgid "Print the version information" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:15 msgid "Wait for editor to be closed before returning" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:16 msgid "Delete all Atom environment state" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:17 msgid "Enable low-level logging messages from Electron" msgstr "" #: /tmp/fish/implicit/share/completions/atom.fish:18 msgid "Open path as a new project in last used window" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:1 msgid "Manage file archives of various types" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:2 msgid "list files in archive (als)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:3 msgid "extract files from archive (aunpack)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:4 msgid "extract archive to specified directory" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:5 msgid "create archive (apack)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:6 msgid "extract file to standard out (acat)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:7 msgid "generate a diff between two archives (adiff)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:8 msgid "repack archives to a different format (arepack)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:9 #: /tmp/fish/implicit/share/completions/expand.fish:4 #: /tmp/fish/implicit/share/completions/mktemp.fish:6 #: /tmp/fish/implicit/share/completions/nl.fish:15 #: /tmp/fish/implicit/share/completions/pinky.fish:10 #: /tmp/fish/implicit/share/completions/realpath.fish:10 #: /tmp/fish/implicit/share/completions/stat.fish:6 #: /tmp/fish/implicit/share/completions/tail.fish:11 #: /tmp/fish/implicit/share/completions/tee.fish:3 #: /tmp/fish/implicit/share/completions/tr.fish:5 #: /tmp/fish/implicit/share/completions/unexpand.fish:5 msgid "display this help and exit" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:10 #: /tmp/fish/implicit/share/completions/dd.fish:2 #: /tmp/fish/implicit/share/completions/emacs.fish:53 #: /tmp/fish/implicit/share/completions/expand.fish:5 #: /tmp/fish/implicit/share/completions/hg.fish:14 #: /tmp/fish/implicit/share/completions/mktemp.fish:7 #: /tmp/fish/implicit/share/completions/namei.fish:2 #: /tmp/fish/implicit/share/completions/nl.fish:16 #: /tmp/fish/implicit/share/completions/pinky.fish:11 #: /tmp/fish/implicit/share/completions/realpath.fish:11 #: /tmp/fish/implicit/share/completions/stat.fish:7 #: /tmp/fish/implicit/share/completions/tail.fish:12 #: /tmp/fish/implicit/share/completions/tee.fish:4 #: /tmp/fish/implicit/share/completions/tr.fish:6 #: /tmp/fish/implicit/share/completions/unexpand.fish:6 msgid "output version information and exit" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:11 msgid "execute command above for each file specified" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:12 msgid "override archive format (see below)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:13 msgid "give specific options to the archiver" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:14 msgid "always create subdirectory when extracting" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:15 msgid "allow overwriting of local files" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:16 msgid "decrease verbosity level by one" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:17 msgid "increase verbosity level by one" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:18 msgid "specify verbosity (0, 1 or 2)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:19 msgid "send output through pager" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:20 msgid "filenames from standard in are null-byte separated" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:21 msgid "explain what is being done by atool" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:22 msgid "simulation mode - no filesystem changes are made" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:23 msgid "override a configuration option (KEY=VALUE)" msgstr "" #: /tmp/fish/implicit/share/completions/atool.fish:24 msgid "load configuration defaults from file" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:1 msgid "Synchronize AUR packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:2 msgid "Save and restore package state" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:3 msgid "Package cache actions" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:4 #: /tmp/fish/implicit/share/completions/pacaur.fish:1 #: /tmp/fish/implicit/share/completions/pacaur.fish:4 #: /tmp/fish/implicit/share/completions/pacman.fish:1 #: /tmp/fish/implicit/share/completions/pacman.fish:3 #: /tmp/fish/implicit/share/completions/yaourt.fish:1 #: /tmp/fish/implicit/share/completions/yaourt.fish:4 msgid "Modify the package database" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:5 msgid "Pacman log actions" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:6 msgid "Operate on orphan packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:7 msgid "Analyse a PKGBUILD for security flaws" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:8 #: /tmp/fish/implicit/share/completions/pacaur.fish:2 #: /tmp/fish/implicit/share/completions/pacaur.fish:5 #: /tmp/fish/implicit/share/completions/pacman.fish:2 #: /tmp/fish/implicit/share/completions/pacman.fish:4 #: /tmp/fish/implicit/share/completions/yaourt.fish:2 #: /tmp/fish/implicit/share/completions/yaourt.fish:5 msgid "Query the package database" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:9 #: /tmp/fish/implicit/share/completions/pacaur.fish:6 #: /tmp/fish/implicit/share/completions/pacman.fish:5 #: /tmp/fish/implicit/share/completions/yaourt.fish:6 msgid "Remove packages from the system" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:10 #: /tmp/fish/implicit/share/completions/pacaur.fish:7 #: /tmp/fish/implicit/share/completions/pacman.fish:6 #: /tmp/fish/implicit/share/completions/yaourt.fish:7 msgid "Synchronize packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:11 #: /tmp/fish/implicit/share/completions/pacaur.fish:8 #: /tmp/fish/implicit/share/completions/pacman.fish:7 #: /tmp/fish/implicit/share/completions/yaourt.fish:8 msgid "Check dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:12 #: /tmp/fish/implicit/share/completions/pacaur.fish:9 #: /tmp/fish/implicit/share/completions/pacman.fish:8 #: /tmp/fish/implicit/share/completions/yaourt.fish:9 msgid "Upgrade or add a local package" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:13 msgid "Show available languages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:14 msgid "View pacman.conf" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:17 #: /tmp/fish/implicit/share/completions/pacaur.fish:21 #: /tmp/fish/implicit/share/completions/yaourt.fish:18 msgid "Alternative database location" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:18 #: /tmp/fish/implicit/share/completions/pacaur.fish:22 #: /tmp/fish/implicit/share/completions/pkgadd.fish:2 #: /tmp/fish/implicit/share/completions/pkgrm.fish:2 #: /tmp/fish/implicit/share/completions/yaourt.fish:19 msgid "Alternative installation root" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:19 #: /tmp/fish/implicit/share/completions/pacaur.fish:23 #: /tmp/fish/implicit/share/completions/pacman.fish:14 #: /tmp/fish/implicit/share/completions/yaourt.fish:20 msgid "Output more status messages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:20 #: /tmp/fish/implicit/share/completions/pacaur.fish:24 #: /tmp/fish/implicit/share/completions/pacman.fish:15 #: /tmp/fish/implicit/share/completions/yaourt.fish:21 msgid "Alternate architecture" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:21 #: /tmp/fish/implicit/share/completions/pacaur.fish:25 #: /tmp/fish/implicit/share/completions/yaourt.fish:22 msgid "Alternative package cache location" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:22 #: /tmp/fish/implicit/share/completions/pacaur.fish:26 #: /tmp/fish/implicit/share/completions/pacman.fish:18 #: /tmp/fish/implicit/share/completions/tmux.fish:12 #: /tmp/fish/implicit/share/completions/yaourt.fish:23 msgid "Alternate config file" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:23 #: /tmp/fish/implicit/share/completions/pacaur.fish:27 #: /tmp/fish/implicit/share/completions/pacman.fish:20 #: /tmp/fish/implicit/share/completions/yaourt.fish:24 msgid "Display debug messages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:24 #: /tmp/fish/implicit/share/completions/pacaur.fish:28 #: /tmp/fish/implicit/share/completions/yaourt.fish:25 msgid "GPG directory to verify signatures" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:25 #: /tmp/fish/implicit/share/completions/pacaur.fish:30 #: /tmp/fish/implicit/share/completions/yaourt.fish:27 msgid "Specify alternative log file" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:26 #: /tmp/fish/implicit/share/completions/pacaur.fish:31 #: /tmp/fish/implicit/share/completions/yaourt.fish:28 msgid "Bypass any question" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:27 #: /tmp/fish/implicit/share/completions/pacaur.fish:45 #: /tmp/fish/implicit/share/completions/pacman.fish:28 #: /tmp/fish/implicit/share/completions/yaourt.fish:37 msgid "Skip [all] dependency checks" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:28 #: /tmp/fish/implicit/share/completions/pacaur.fish:46 #: /tmp/fish/implicit/share/completions/pacman.fish:31 #: /tmp/fish/implicit/share/completions/yaourt.fish:38 msgid "Modify database entry only" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:30 #: /tmp/fish/implicit/share/completions/pacaur.fish:48 #: /tmp/fish/implicit/share/completions/pacman.fish:33 #: /tmp/fish/implicit/share/completions/yaourt.fish:40 msgid "Do not execute install script" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:31 #: /tmp/fish/implicit/share/completions/pacaur.fish:49 #: /tmp/fish/implicit/share/completions/pacman.fish:29 #: /tmp/fish/implicit/share/completions/yaourt.fish:41 msgid "Dry run, only print targets" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:32 #: /tmp/fish/implicit/share/completions/pacaur.fish:50 #: /tmp/fish/implicit/share/completions/pacman.fish:34 #: /tmp/fish/implicit/share/completions/yaourt.fish:42 msgid "Specify printf-like format" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:33 #: /tmp/fish/implicit/share/completions/pacaur.fish:51 #: /tmp/fish/implicit/share/completions/pacaur.fish:84 #: /tmp/fish/implicit/share/completions/pacman.fish:46 #: /tmp/fish/implicit/share/completions/yaourt.fish:43 #: /tmp/fish/implicit/share/completions/yaourt.fish:91 msgid "Mark PACKAGE as dependency" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:34 #: /tmp/fish/implicit/share/completions/pacaur.fish:52 #: /tmp/fish/implicit/share/completions/pacaur.fish:85 #: /tmp/fish/implicit/share/completions/pacman.fish:47 #: /tmp/fish/implicit/share/completions/yaourt.fish:44 #: /tmp/fish/implicit/share/completions/yaourt.fish:92 msgid "Mark PACKAGE as explicitly installed" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:35 #: /tmp/fish/implicit/share/completions/pacaur.fish:53 #: /tmp/fish/implicit/share/completions/yaourt.fish:45 msgid "Bypass file conflict checks" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:36 #: /tmp/fish/implicit/share/completions/pacaur.fish:54 #: /tmp/fish/implicit/share/completions/yaourt.fish:46 msgid "Ignore upgrade of PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:37 #: /tmp/fish/implicit/share/completions/pacaur.fish:55 #: /tmp/fish/implicit/share/completions/yaourt.fish:47 msgid "Ignore upgrade of GROUP" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:38 #: /tmp/fish/implicit/share/completions/pacaur.fish:56 #: /tmp/fish/implicit/share/completions/yaourt.fish:48 msgid "Do not reinstall up-to-date targets" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:39 #: /tmp/fish/implicit/share/completions/pacaur.fish:57 #: /tmp/fish/implicit/share/completions/yaourt.fish:49 msgid "Recursively reinstall all dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:40 #: /tmp/fish/implicit/share/completions/pacaur.fish:58 #: /tmp/fish/implicit/share/completions/yaourt.fish:50 msgid "Display all packages in GROUP" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:41 #: /tmp/fish/implicit/share/completions/pacaur.fish:59 #: /tmp/fish/implicit/share/completions/yaourt.fish:51 msgid "Display information on PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:42 #: /tmp/fish/implicit/share/completions/aura.fish:51 #: /tmp/fish/implicit/share/completions/pacaur.fish:60 #: /tmp/fish/implicit/share/completions/pacaur.fish:95 #: /tmp/fish/implicit/share/completions/pacman.fish:27 #: /tmp/fish/implicit/share/completions/yaourt.fish:52 #: /tmp/fish/implicit/share/completions/yaourt.fish:102 msgid "Show less information" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:43 #: /tmp/fish/implicit/share/completions/pacaur.fish:61 #: /tmp/fish/implicit/share/completions/yaourt.fish:53 msgid "Search packages for regexp" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:44 msgid "Remove packages only needed during installation" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:45 msgid "View package dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:46 msgid "View package information" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:47 msgid "Show PKGBUILD diffs" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:48 msgid "View the packages's PKGBUILD" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:49 msgid "Show makepkg output" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:50 msgid "Build dependencies from ABS" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:52 msgid "Search AUR by string matching" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:53 msgid "Upgrade all installed AUR packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:54 msgid "Download the source tarball" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:55 msgid "Ignore given comma-separated packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:56 msgid "Specify a build location" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:57 msgid "User to build as" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:58 msgid "Include -git/-svn/etc packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:59 msgid "Prompt for PKGBUILD editing" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:60 msgid "Ignore architecture checking" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:61 msgid "Sort alphabetically" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:62 msgid "Only show the first 10 results" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:63 msgid "Only show the last 10 results" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:64 msgid "Remove all but the given number of backups" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:65 msgid "Restores a record kept with -B" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:66 msgid "Backup to directory" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:67 msgid "Save this many versions" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:68 #: /tmp/fish/implicit/share/completions/aura.fish:70 msgid "Search via regex" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:69 msgid "Show package history" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:71 msgid "Analyse a given PKGBUILD" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:72 msgid "Analyse a PKGBUILD within a given directory" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:73 msgid "Analyse the PKGBUILDs of all installed AUR packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:74 msgid "Mark a package as being explicitly installed" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:75 msgid "Uninstall orphan packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:76 #: /tmp/fish/implicit/share/completions/pacaur.fish:62 #: /tmp/fish/implicit/share/completions/pacman.fish:50 #: /tmp/fish/implicit/share/completions/yaourt.fish:59 msgid "View the change log of PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:77 #: /tmp/fish/implicit/share/completions/pacaur.fish:63 #: /tmp/fish/implicit/share/completions/pacman.fish:51 #: /tmp/fish/implicit/share/completions/yaourt.fish:60 msgid "List only non-explicit packages (dependencies)" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:78 #: /tmp/fish/implicit/share/completions/pacaur.fish:64 #: /tmp/fish/implicit/share/completions/pacman.fish:52 #: /tmp/fish/implicit/share/completions/yaourt.fish:61 msgid "List only explicitly installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:79 #: /tmp/fish/implicit/share/completions/pacaur.fish:65 #: /tmp/fish/implicit/share/completions/yaourt.fish:62 msgid "Check if all files owned by PACKAGE are present" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:80 #: /tmp/fish/implicit/share/completions/pacaur.fish:66 #: /tmp/fish/implicit/share/completions/yaourt.fish:63 msgid "List all files owned by PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:81 #: /tmp/fish/implicit/share/completions/pacaur.fish:67 #: /tmp/fish/implicit/share/completions/yaourt.fish:64 msgid "List all packages not in the database" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:82 #: /tmp/fish/implicit/share/completions/pacaur.fish:68 #: /tmp/fish/implicit/share/completions/yaourt.fish:65 msgid "Search for the package that owns FILE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:83 #: /tmp/fish/implicit/share/completions/pacaur.fish:69 #: /tmp/fish/implicit/share/completions/yaourt.fish:66 msgid "Apply the query to a package file, not package" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:84 #: /tmp/fish/implicit/share/completions/pacaur.fish:70 #: /tmp/fish/implicit/share/completions/yaourt.fish:67 msgid "List only unrequired packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:85 #: /tmp/fish/implicit/share/completions/pacaur.fish:71 #: /tmp/fish/implicit/share/completions/pacman.fish:61 #: /tmp/fish/implicit/share/completions/yaourt.fish:68 msgid "List only out-of-date packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:86 #: /tmp/fish/implicit/share/completions/aura.fish:91 #: /tmp/fish/implicit/share/completions/eopkg.fish:4 #: /tmp/fish/implicit/share/completions/pacaur.fish:72 #: /tmp/fish/implicit/share/completions/pacaur.fish:77 #: /tmp/fish/implicit/share/completions/pacman.fish:62 #: /tmp/fish/implicit/share/completions/pacman.fish:67 #: /tmp/fish/implicit/share/completions/portmaster.fish:45 #: /tmp/fish/implicit/share/completions/yaourt.fish:69 #: /tmp/fish/implicit/share/completions/yaourt.fish:76 msgid "Installed package" msgstr "Pacote instalado" #: /tmp/fish/implicit/share/completions/aura.fish:87 #: /tmp/fish/implicit/share/completions/pacaur.fish:73 #: /tmp/fish/implicit/share/completions/pacman.fish:63 #: /tmp/fish/implicit/share/completions/yaourt.fish:72 msgid "Also remove packages depending on PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:88 #: /tmp/fish/implicit/share/completions/pacaur.fish:74 #: /tmp/fish/implicit/share/completions/pacman.fish:64 #: /tmp/fish/implicit/share/completions/yaourt.fish:73 msgid "Ignore file backup designations" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:89 #: /tmp/fish/implicit/share/completions/pacaur.fish:75 #: /tmp/fish/implicit/share/completions/pacman.fish:65 #: /tmp/fish/implicit/share/completions/yaourt.fish:74 msgid "Also remove dependencies of PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:90 #: /tmp/fish/implicit/share/completions/pacaur.fish:76 #: /tmp/fish/implicit/share/completions/pacman.fish:66 #: /tmp/fish/implicit/share/completions/yaourt.fish:75 msgid "Only remove targets not required by PACKAGE" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:92 #: /tmp/fish/implicit/share/completions/pacaur.fish:78 #: /tmp/fish/implicit/share/completions/pacman.fish:68 #: /tmp/fish/implicit/share/completions/yaourt.fish:77 msgid "Remove [all] packages from cache" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:93 #: /tmp/fish/implicit/share/completions/pacaur.fish:79 #: /tmp/fish/implicit/share/completions/pacman.fish:70 #: /tmp/fish/implicit/share/completions/yaourt.fish:78 msgid "List all packages in REPOSITORY" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:94 #: /tmp/fish/implicit/share/completions/pacaur.fish:80 #: /tmp/fish/implicit/share/completions/pacman.fish:72 #: /tmp/fish/implicit/share/completions/yaourt.fish:79 msgid "Upgrade all packages that are out of date" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:95 #: /tmp/fish/implicit/share/completions/pacaur.fish:82 #: /tmp/fish/implicit/share/completions/pacman.fish:73 #: /tmp/fish/implicit/share/completions/yaourt.fish:81 msgid "Only download the target packages" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:96 #: /tmp/fish/implicit/share/completions/pacaur.fish:83 #: /tmp/fish/implicit/share/completions/yaourt.fish:82 msgid "Download fresh copy of the package list" msgstr "" #: /tmp/fish/implicit/share/completions/aura.fish:97 #: /tmp/fish/implicit/share/completions/aura.fish:98 #: /tmp/fish/implicit/share/completions/aura.fish:99 #: /tmp/fish/implicit/share/completions/pacaur.fish:97 #: /tmp/fish/implicit/share/completions/pacman.fish:74 #: /tmp/fish/implicit/share/completions/yaourt.fish:104 msgid "Package file" msgstr "" #: /tmp/fish/implicit/share/completions/awk.fish:1 msgid "Define the input field separator" msgstr "" #: /tmp/fish/implicit/share/completions/awk.fish:2 msgid "Specify the pathname of the file progfile containing an awk program" msgstr "" #: /tmp/fish/implicit/share/completions/awk.fish:3 msgid "" "Ensure that the assignment argument is in the same form as an assignment " "operand" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:1 msgid "Block-size Specify the size of blocks in bytes" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:2 msgid "Number of blocks is the number of blocks which are tested at a time" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:3 msgid "" "Normally, badblocks will refuse to do a read/write or a nondestructive test " "on a device which is mounted, since either can cause the system to " "potentially crash and/or damage the filesystem even if it is mounted read-" "only" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:4 msgid "Input_file Read a list of already existing known bad blocks" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:5 msgid "Output_file Write the list of bad blocks to the specified file" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:6 msgid "" "Repeat scanning the disk until there are no new blocks discovered in " "specified number of consecutive scans of the disk" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:7 msgid "" "Test_pattern Specify a test pattern to be read (and written) to disk blocks" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:8 msgid "Use non-destructive read-write mode" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:9 msgid "" "Show the progress of the scan by writing out the block numbers as they are " "checked" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:11 msgid "Use write-mode test" msgstr "" #: /tmp/fish/implicit/share/completions/badblocks.fish:12 msgid "Internal flag only to be used by e2fsck(8) and mke2fs(8)" msgstr "" #: /tmp/fish/implicit/share/completions/base64.fish:1 msgid "Decode data" msgstr "" #: /tmp/fish/implicit/share/completions/base64.fish:2 msgid "When decoding, ignore non-alphabet characters" msgstr "" #: /tmp/fish/implicit/share/completions/base64.fish:3 msgid "Wrap output after N characters (default 76)" msgstr "" #: /tmp/fish/implicit/share/completions/bc.fish:1 msgid "Force interactive mode" msgstr "" #: /tmp/fish/implicit/share/completions/bc.fish:2 msgid "Define math library" msgstr "Define math library" #: /tmp/fish/implicit/share/completions/bc.fish:3 msgid "Give warnings for extensions to POSIX bc" msgstr "Give warnings for extensions to POSIX bc" #: /tmp/fish/implicit/share/completions/bc.fish:4 msgid "Process exactly POSIX bc" msgstr "Process exactly POSIX bc" #: /tmp/fish/implicit/share/completions/bc.fish:5 msgid "Do not print the GNU welcome" msgstr "Do not print the GNU welcome" #: /tmp/fish/implicit/share/completions/bd.fish:1 msgid "Classic mode: goes back to the first directory named as the string" msgstr "" #: /tmp/fish/implicit/share/completions/bd.fish:2 msgid "Seems mode: goes back to the first directory containing string" msgstr "" #: /tmp/fish/implicit/share/completions/bd.fish:3 msgid "Case insensitive move (implies seems mode)" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:1 msgid "Show unavailable key bindings/erase all bindings" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:2 msgid "Erase mode" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:3 msgid "Print names of available functions" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:5 msgid "Specify key name, not sequence" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:6 msgid "Print names of available keys" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:7 msgid "Specify the bind mode that the bind is used in" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:8 msgid "Change current mode after bind is executed" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:9 msgid "Display a list of defined bind modes" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:10 msgid "Key name" msgstr "" #: /tmp/fish/implicit/share/completions/bind.fish:11 #: /tmp/fish/implicit/share/completions/commandline.fish:18 msgid "Function name" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:1 msgid "Specify a prefix to use for all bison output file names" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:2 msgid "" "Write an extra output file containing macro definitions for the token type " "names defined in the grammar and the semantic value type YYSTYPE, as well as " "a few extern variable declarations" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:3 msgid "The behavior of --defines is the same than -d option" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:4 msgid "" "Output a VCG definition of the LALR(1) grammar automaton com puted by Bison" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:5 msgid "The behavior of --graph is the same than -g option" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:6 msgid "This switch causes the name" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:7 msgid "Dont put any #line preprocessor commands in the parser file" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:8 msgid "" "Do not generate the parser code into the output; generate only declarations" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:9 msgid "Specify the name outfile for the parser file" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:10 msgid "" "Rename the external symbols used in the parser so that they start with " "prefix instead of yy" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:11 msgid "" "In the parser file, define the macro YYDEBUG to 1 if it is not already " "defined, so that the debugging facilities are compiled" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:12 msgid "" "Write an extra output file containing verbose descriptions of the parser " "states and what is done for each type of look-ahead token in that state" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:13 msgid "Print the version number of bison and exit" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:14 msgid "Print a summary of the options to bison and exit" msgstr "" #: /tmp/fish/implicit/share/completions/bison.fish:15 msgid "Equivalent to -o y.tab.c" msgstr "" #: /tmp/fish/implicit/share/completions/block.fish:2 msgid "Remove the topmost global event block" msgstr "" #: /tmp/fish/implicit/share/completions/block.fish:3 msgid "Create a local (automatically erased) event block" msgstr "" #: /tmp/fish/implicit/share/completions/block.fish:4 msgid "Create a global (manually erased) event block" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:1 msgid "List available controllers" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:2 msgid "Controller information" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:3 msgid "Select default controller" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:4 msgid "List available devices" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:5 msgid "List paired devices" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:6 msgid "Set controller alias" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:7 msgid "Reset controller alias" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:8 msgid "Set controller power" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:9 msgid "Set controller pairable mode" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:10 msgid "Set controller discoverable mode" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:11 msgid "Set discoverable timeout" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:12 msgid "Enable/disable agent with given capability" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:13 msgid "Set agent as the default one" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:14 msgid "Enable/disable advertising with given type" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:15 msgid "Set device alias" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:16 msgid "Scan for devices" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:17 msgid "Device information" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:18 msgid "Pair with device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:19 msgid "Cancel pairing with device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:20 msgid "Trust device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:21 msgid "Untrust device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:23 msgid "Unblock device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:24 msgid "Remove device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:25 msgid "Connect device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:26 msgid "Disconnect device" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:27 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:61 msgid "Set/Get advertise uuids" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:28 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:62 msgid "Set/Get advertise service data" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:29 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:63 msgid "Set/Get advertise manufacturer data" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:30 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:64 msgid "Set/Get advertise data" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:31 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:65 msgid "Set/Get advertise discoverable" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:32 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:66 msgid "Set/Get advertise discoverable timeout" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:33 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:67 msgid "Show/Enable/Disable TX power to be advertised" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:34 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:68 msgid "Configure local name to be advertised" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:35 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:69 msgid "Configure custom appearance to be advertised" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:36 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:70 msgid "Set/Get advertise duration" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:37 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:71 msgid "Set/Get advertise timeout" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:38 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:72 msgid "Set/Get advertise secondary channel" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:39 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:73 msgid "Clear advertise config" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:40 msgid "List attributes" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:41 #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:42 msgid "Select attribute" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:43 msgid "Read attribute value" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:44 msgid "Write attribute value" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:45 msgid "Acquire Write file descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:46 msgid "Release Write file descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:47 msgid "Acquire Notify file descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:48 msgid "Release Notify file descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:49 msgid "Notify attribute value" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:50 msgid "Clone a device or attribute" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:51 msgid "Register profile to connect" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:52 msgid "Unregister profile" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:53 msgid "Register application service" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:54 msgid "Unregister application service" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:55 msgid "Register as Included service in" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:56 msgid "Unregister Included service" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:57 msgid "Register application characteristic" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:58 msgid "Unregister application characteristic" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:59 msgid "Register application descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bluetoothctl.fish:60 msgid "Unregister application descriptor" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:1 msgid "Show status of EFI variables" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:2 msgid "Install systemd-boot" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:3 msgid "Update systemd-boot" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:4 msgid "Remove systemd-boot" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:5 msgid "Test whether systemd-boot is installed" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:6 msgid "Initialize random seed" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:7 msgid "Query or set system options string" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:8 msgid "Query or set reboot-to-firmware EFI flag" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:9 msgid "List boot loader entries" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:10 msgid "Set default boot loader entry" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:11 msgid "Set default boot loader entry (Once)" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:12 #: /tmp/fish/implicit/share/completions/coredumpctl.fish:5 #: /tmp/fish/implicit/share/completions/homectl.fish:15 #: /tmp/fish/implicit/share/completions/hostnamectl.fish:7 #: /tmp/fish/implicit/share/completions/loginctl.fish:3 #: /tmp/fish/implicit/share/completions/resolvectl.fish:5 msgid "Show this help" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:13 #: /tmp/fish/implicit/share/completions/cmark.fish:10 #: /tmp/fish/implicit/share/completions/code.fish:9 #: /tmp/fish/implicit/share/completions/gapplication.fish:2 #: /tmp/fish/implicit/share/completions/gio.fish:3 #: /tmp/fish/implicit/share/completions/killall.fish:7 #: /tmp/fish/implicit/share/completions/ncdu.fish:3 #: /tmp/fish/implicit/share/completions/pkgadd.fish:3 #: /tmp/fish/implicit/share/completions/pkgmk.fish:16 #: /tmp/fish/implicit/share/completions/pkgrm.fish:3 #: /tmp/fish/implicit/share/completions/ports.fish:5 #: /tmp/fish/implicit/share/completions/ranger.fish:13 #: /tmp/fish/implicit/share/completions/rejmerge.fish:2 #: /tmp/fish/implicit/share/completions/rfkill.fish:2 #: /tmp/fish/implicit/share/completions/tmutil.fish:56 #: /tmp/fish/implicit/share/completions/vips.fish:3 #: /tmp/fish/implicit/share/completions/xdg-mime.fish:13 #: /tmp/fish/implicit/share/functions/__fish_complete_ftp.fish:39 msgid "Print version" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:14 msgid "Path to the EFI System Partition (ESP)" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:16 msgid "Print path to the EFI System Partition" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:18 msgid "Do not touch EFI variables" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:19 #: /tmp/fish/implicit/share/completions/coredumpctl.fish:7 #: /tmp/fish/implicit/share/completions/git.fish:10 #: /tmp/fish/implicit/share/completions/homectl.fish:17 #: /tmp/fish/implicit/share/completions/journalctl.fish:4 #: /tmp/fish/implicit/share/completions/localectl.fish:6 #: /tmp/fish/implicit/share/completions/loginctl.fish:10 #: /tmp/fish/implicit/share/completions/machinectl.fish:5 #: /tmp/fish/implicit/share/completions/resolvectl.fish:8 #: /tmp/fish/implicit/share/completions/systemctl.fish:43 #: /tmp/fish/implicit/share/completions/systemd-analyze.fish:5 #: /tmp/fish/implicit/share/completions/timedatectl.fish:12 msgid "Do not pipe output into a pager" msgstr "" #: /tmp/fish/implicit/share/completions/bootctl.fish:20 msgid "Do not print fail" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:1 msgid "Add blob" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:2 msgid "Alias environment to save URL and CA certificate" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:3 msgid "Attaches disk to an instance" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:4 msgid "List blobs" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:5 msgid "Cancel task at its next checkpoint" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:6 msgid "Clean up releases, stemcells, disks, etc." msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:7 msgid "Cloud consistency check and interactive repair" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:8 msgid "Show current cloud config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:9 msgid "Show current config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:10 msgid "List configs" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:11 msgid "Show current CPI config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:12 msgid "Create or update BOSH environment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:13 msgid "Create release" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:14 msgid "Delete config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:15 msgid "Delete deployment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:16 msgid "Delete disk" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:17 msgid "Delete BOSH environment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:18 msgid "Delete release" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:19 msgid "Delete snapshot" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:20 msgid "Delete all snapshots in a deployment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:21 msgid "Delete stemcell" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:22 msgid "Delete VM" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:23 msgid "Update deployment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:24 msgid "Show deployment information" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:25 msgid "List deployments" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:26 msgid "Diff two configs by ID" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:27 #: /tmp/fish/implicit/share/completions/diskutil.fish:1 msgid "List disks" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:28 msgid "Show environment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:29 #: /tmp/fish/implicit/share/completions/terraform.fish:34 msgid "List environments" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:30 msgid "List errands" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:31 msgid "Show event details" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:32 msgid "List events" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:33 msgid "Export the compiled release to a tarball" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:34 msgid "Create final release from dev release tarball" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:35 msgid "Generate job" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:36 msgid "Generate package" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:37 #: /tmp/fish/implicit/share/completions/cryptsetup.fish:19 #: /tmp/fish/implicit/share/completions/cygstart.fish:21 #: /tmp/fish/implicit/share/completions/snap.fish:14 #: /tmp/fish/implicit/share/completions/timedatectl.fish:10 msgid "Show this help message" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:38 msgid "Ignore an instance" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:39 msgid "Initialize release" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:40 msgid "List release contents such as jobs" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:41 msgid "List all instances in a deployment" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:42 msgid "Interpolates variables into a manifest" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:43 msgid "List current locks" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:44 msgid "Log in" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:45 msgid "Log out" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:46 msgid "Fetch logs from instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:47 msgid "Show deployment manifest" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:48 msgid "Orphan disk" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:49 msgid "Recreate instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:50 msgid "List releases" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:51 msgid "Remove blob" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:52 msgid "Repack stemcell" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:53 msgid "Reset release" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:54 msgid "Restart instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:55 msgid "Run errand" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:56 msgid "Show current runtime config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:57 msgid "SCP to/from instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:58 msgid "List snapshots" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:59 msgid "SSH into instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:60 msgid "Start instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:61 msgid "List stemcells" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:62 msgid "Stop instance(s)" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:63 msgid "Sync blobs" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:64 msgid "Take snapshot" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:65 msgid "Show task status and start tracking its output" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:66 msgid "List running or recent tasks" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:67 msgid "Unignore an instance" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:68 msgid "Update current cloud config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:69 msgid "Update config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:70 msgid "Update current CPI config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:71 msgid "Enable/disable resurrection" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:72 msgid "Update current runtime config" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:73 msgid "Upload blobs" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:74 msgid "Upload release" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:75 msgid "Upload stemcell" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:76 msgid "List variables" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:77 msgid "Vendor package" msgstr "" #: /tmp/fish/implicit/share/completions/bosh.fish:78 msgid "List all VMs in all deployments" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:1 #: /tmp/fish/implicit/share/completions/btrfs.fish:6 #: /tmp/fish/implicit/share/completions/mvn.fish:17 #: /tmp/fish/implicit/share/completions/ruby-build.fish:4 msgid "Display help information" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:2 msgid "Check structural integrity of a filesystem (unmounted)." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:3 msgid "Try to restore files from a damaged filesystem (unmounted)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:4 msgid "Send the subvolume(s) to stdout." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:5 msgid "Receive subvolumes from a stream" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:7 msgid "Display btrfs-progs version" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:8 msgid "manage subvolumes: create, delete, list, etc" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:9 msgid "overall filesystem tasks and information" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:10 msgid "balance data across devices, or change block groups using filters" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:11 msgid "manage and query devices in the filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:12 msgid "verify checksums of data and metadata" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:13 msgid "toolbox for specific rescue operations" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:14 msgid "query various internal information" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:15 msgid "modify properties of filesystem objects" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:16 msgid "manage filesystem quota settings" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:17 msgid "manage quota groups" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:18 msgid "replace a device in the filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:19 msgid "Use this SUPERBLOCK copy" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:20 msgid "Use the first valid BACKUP root copy" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:21 msgid "Use the given bytenr for the TREE root" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:22 msgid "Use the given bytenr for the CHUNK-TREE root" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:23 msgid "Run in read-only mode" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:24 msgid "Try to repair the filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:25 msgid "Skip mount checks, repair is not possible" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:26 msgid "Allows choice of memory/IO trade-offs" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:27 msgid "Create a new CRC tree (repair only)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:28 msgid "Create a new extent tree (repair only)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:29 msgid "clear space cache (repair only)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:30 msgid "Verify checksums of data blocks" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:31 msgid "Print a report on qgroup consistency" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:32 msgid "Print subvolume extents and sharing state" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:33 msgid "Indicate progress" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:34 msgid "Get snapshots" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:35 msgid "Restore extended attributes" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:36 msgid "Restore owner, mode and times" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:37 msgid "Restore symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:38 #: /tmp/fish/implicit/share/completions/git.fish:150 #: /tmp/fish/implicit/share/completions/ipset.fish:7 #: /tmp/fish/implicit/share/completions/make.fish:5 msgid "Ignore errors" msgstr "Ignore errors" #: /tmp/fish/implicit/share/completions/btrfs.fish:39 msgid "Tree location" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:40 msgid "Filesystem location" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:41 msgid "Super mirror" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:42 msgid "Root objectid" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:43 msgid "Find dir" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:44 msgid "List tree roots" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:45 msgid "Only list files that would be recovered" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:46 msgid "Restore only filenames matching regex" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:47 msgid "Ignore case (--path-regex only)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:48 msgid "Send an incremental stream from to " msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:49 msgid "Use this snapshot as a clone source for an incremental send" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:50 msgid "Output is normally written to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:51 msgid "send in NO_FILE_DATA mode" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:52 msgid "Enable verbose output to stderr" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:53 #: /tmp/fish/implicit/share/completions/btrfs.fish:55 msgid "Suppress all messages, except errors" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:54 msgid "Increase verbosity about performed actions" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:56 msgid "Read the stream from FILE instead of stdin" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:57 msgid "Terminate after receiving an marker in the stream" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:58 msgid "Confine the process to using chroot" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:59 msgid "Terminate when NUMBER errors occur" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:60 msgid "The root mount point of the destination filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:61 msgid "Dump stream metadata" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:62 msgid "Display detailed help on every command" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:63 msgid "Show list of built-in tools (busybox style)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:64 msgid "Create a subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:65 msgid "Delete subvolume(s)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:66 msgid "List subvolumes and snapshots in the filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:67 msgid "Create a snapshot of the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:68 msgid "Get the default subvolume of a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:69 msgid "Set the default subvolume of the filesystem mounted as default." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:70 msgid "List the recently modified files in a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:71 msgid "Show more information about the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:72 msgid "" "Wait until given subvolume(s) are completely removed from the filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:73 msgid "Add subvolume to a qgroup (can be given multiple times)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:74 msgid "Wait for transaction commit at the end of the operation" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:75 msgid "Wait for transaction commit after deleting each subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:76 msgid "Verbose output of operations" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:77 msgid "Print only subvolumes below specified path" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:78 msgid "Print all the subvolumes and absolute and relative path" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:79 msgid "Print parent ID" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:80 msgid "Print the ogeneration of the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:81 msgid "Print the generation of the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:82 msgid "Print the uuid of subvolumes (and snapshots)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:83 msgid "Print the parent uuid of the snapshots" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:84 msgid "Print the uuid of the received snapshots" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:85 msgid "List only snapshots" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:86 msgid "List readonly subvolumes (including snapshots)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:87 msgid "List deleted subvolumes that are not yet cleaned" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:88 msgid "Print the result as a table" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:89 msgid "Filter the subvolumes by generation" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:90 msgid "Filter the subvolumes by ogeneration" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:91 msgid "List the subvolume in order" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:92 msgid "Create a readonly snapshot" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:93 msgid "Add snapshot to a qgroup (can be given multiple times)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:94 msgid "Show rootid of the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:95 msgid "Show uuid of the subvolume" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:96 #: /tmp/fish/implicit/share/completions/btrfs.fish:114 #: /tmp/fish/implicit/share/completions/btrfs.fish:124 #: /tmp/fish/implicit/share/completions/btrfs.fish:134 #: /tmp/fish/implicit/share/completions/btrfs.fish:149 #: /tmp/fish/implicit/share/completions/btrfs.fish:185 #: /tmp/fish/implicit/share/completions/btrfs.fish:252 #: /tmp/fish/implicit/share/completions/btrfs.fish:278 msgid "Show raw numbers in bytes" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:97 #: /tmp/fish/implicit/share/completions/btrfs.fish:115 #: /tmp/fish/implicit/share/completions/btrfs.fish:125 #: /tmp/fish/implicit/share/completions/btrfs.fish:135 #: /tmp/fish/implicit/share/completions/btrfs.fish:150 #: /tmp/fish/implicit/share/completions/btrfs.fish:186 #: /tmp/fish/implicit/share/completions/btrfs.fish:279 msgid "Show human friendly numbers, base 1024" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:98 #: /tmp/fish/implicit/share/completions/btrfs.fish:116 #: /tmp/fish/implicit/share/completions/btrfs.fish:151 #: /tmp/fish/implicit/share/completions/btrfs.fish:187 msgid "Show human friendly numbers, base 1000" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:99 #: /tmp/fish/implicit/share/completions/btrfs.fish:117 #: /tmp/fish/implicit/share/completions/btrfs.fish:126 #: /tmp/fish/implicit/share/completions/btrfs.fish:136 #: /tmp/fish/implicit/share/completions/btrfs.fish:152 #: /tmp/fish/implicit/share/completions/btrfs.fish:188 #: /tmp/fish/implicit/share/completions/btrfs.fish:280 msgid "Use 1024 as a base (KiB, MiB, GiB, TiB)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:100 #: /tmp/fish/implicit/share/completions/btrfs.fish:118 #: /tmp/fish/implicit/share/completions/btrfs.fish:127 #: /tmp/fish/implicit/share/completions/btrfs.fish:137 #: /tmp/fish/implicit/share/completions/btrfs.fish:153 #: /tmp/fish/implicit/share/completions/btrfs.fish:189 #: /tmp/fish/implicit/share/completions/btrfs.fish:281 msgid "Use 1000 as a base (kB, MB, GB, TB)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:101 #: /tmp/fish/implicit/share/completions/btrfs.fish:119 #: /tmp/fish/implicit/share/completions/btrfs.fish:128 #: /tmp/fish/implicit/share/completions/btrfs.fish:138 #: /tmp/fish/implicit/share/completions/btrfs.fish:154 #: /tmp/fish/implicit/share/completions/btrfs.fish:190 #: /tmp/fish/implicit/share/completions/btrfs.fish:282 msgid "Show sizes in KiB, or kB with --si" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:102 #: /tmp/fish/implicit/share/completions/btrfs.fish:120 #: /tmp/fish/implicit/share/completions/btrfs.fish:129 #: /tmp/fish/implicit/share/completions/btrfs.fish:139 #: /tmp/fish/implicit/share/completions/btrfs.fish:155 #: /tmp/fish/implicit/share/completions/btrfs.fish:191 #: /tmp/fish/implicit/share/completions/btrfs.fish:283 msgid "Show sizes in MiB, or MB with --si" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:103 #: /tmp/fish/implicit/share/completions/btrfs.fish:121 #: /tmp/fish/implicit/share/completions/btrfs.fish:130 #: /tmp/fish/implicit/share/completions/btrfs.fish:140 #: /tmp/fish/implicit/share/completions/btrfs.fish:156 #: /tmp/fish/implicit/share/completions/btrfs.fish:192 #: /tmp/fish/implicit/share/completions/btrfs.fish:284 msgid "Show sizes in GiB, or GB with --si" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:104 #: /tmp/fish/implicit/share/completions/btrfs.fish:122 #: /tmp/fish/implicit/share/completions/btrfs.fish:131 #: /tmp/fish/implicit/share/completions/btrfs.fish:141 #: /tmp/fish/implicit/share/completions/btrfs.fish:157 #: /tmp/fish/implicit/share/completions/btrfs.fish:193 #: /tmp/fish/implicit/share/completions/btrfs.fish:285 msgid "Show sizes in TiB, or TB with --si" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:105 msgid "Sleep NUMBER seconds between checks" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:106 msgid "Show space usage information for a mount point" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:107 msgid "Summarize disk usage of each file." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:108 msgid "Show the structure of a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:109 msgid "Force a sync on a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:110 msgid "Defragment a file or a directory" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:111 msgid "Resize a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:112 msgid "Get or change the label of a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:113 msgid "Show detailed information about internal filesystem usage." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:123 #: /tmp/fish/implicit/share/completions/du.fish:13 msgid "Display only a total for each argument" msgstr "Display only a total for each argument" #: /tmp/fish/implicit/share/completions/btrfs.fish:132 msgid "Show only disks under /dev containing btrfs filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:133 msgid "Show only mounted btrfs" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:143 msgid "Defragment files recursively" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:144 msgid "Compress the file while defragmenting" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:145 msgid "Flush data to disk immediately after defragmenting" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:146 msgid "Defragment only from NUMBER byte onward" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:147 msgid "Defragment only up to LEN bytes" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:148 msgid "Target extent SIZE hint" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:158 msgid "Show data in tabular format" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:159 msgid "Balance chunks across the devices" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:160 msgid "Pause running balance" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:161 msgid "Cancel running or paused balance" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:162 msgid "Resume interrupted balance" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:163 msgid "Show status of running or paused balance" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:164 msgid "Act on data chunks with FILTERS" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:165 msgid "Act on metadata chunks with FILTERS" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:166 msgid "Act on system chunks with FILTERS (only under -f)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:168 msgid "Force a reduction of metadata integrity" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:169 msgid "Do not print warning and do not delay start" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:170 msgid "Run the balance as a background process" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:172 msgid "Add one or more devices to a mounted filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:173 #: /tmp/fish/implicit/share/completions/btrfs.fish:174 msgid "Remove a device from a filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:175 msgid "Scan or forget (unregister) devices of btrfs filesystems" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:176 msgid "" "Check and wait until a group of devices of a filesystem is ready for mount" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:177 msgid "Show device IO error statistics" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:178 msgid "Show detailed information about internal allocations in devices." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:179 msgid "Do not perform TRIM on DEVICES" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:180 msgid "Force overwrite existing filesystem on the disk" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:181 msgid "Enumerate and register all devices" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:182 msgid "Unregister a given device or all stale devices" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:183 msgid "Return non-zero if any stat counter is not zero" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:184 msgid "Show current stats and reset values to zero" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:194 msgid "Start a new scrub. If a scrub is already running, the new one fails." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:195 msgid "Cancel a running scrub" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:196 msgid "Resume previously canceled or interrupted scrub" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:197 msgid "Show status of running or finished scrub" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:198 #: /tmp/fish/implicit/share/completions/btrfs.fish:206 #: /tmp/fish/implicit/share/completions/btrfs.fish:295 msgid "Do not background" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:199 #: /tmp/fish/implicit/share/completions/btrfs.fish:207 msgid "Stats per device (-B only)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:201 #: /tmp/fish/implicit/share/completions/btrfs.fish:209 #: /tmp/fish/implicit/share/completions/vim.fish:36 msgid "Read only mode" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:202 #: /tmp/fish/implicit/share/completions/btrfs.fish:210 msgid "Raw print mode, print full data instead of summary" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:203 #: /tmp/fish/implicit/share/completions/btrfs.fish:211 msgid "Set ioprio class (see ionice(1) manpage)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:204 #: /tmp/fish/implicit/share/completions/btrfs.fish:212 msgid "Set ioprio classdata (see ionice(1) manpage)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:205 msgid "Force starting new scrub" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:213 msgid "Stats per DEVICE" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:214 msgid "Print raw stats" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:215 msgid "Recover the chunk tree by scanning the devices one by one." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:216 msgid "Recover bad superblocks from good copies" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:217 msgid "Clear the tree log. Usable if it's corrupted and prevents mount." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:218 msgid "" "Re-align device and super block sizes. Usable if newer kernel refuse to " "mount it due to mismatch super size" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:219 #: /tmp/fish/implicit/share/completions/btrfs.fish:221 msgid "Assume an answer of YES to all questions" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:223 msgid "Get file system paths for the given inode" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:224 msgid "Get file system paths for the given logical address" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:225 msgid "Get file system paths for the given subvolume ID." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:226 msgid "Get tree ID of the containing subvolume of path." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:227 msgid "Get the minimum size the device can be shrunk to. (Default: 1)" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:228 msgid "Dump tree structures from a given device" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:229 msgid "Dump superblock from a device in a textual form" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:230 msgid "Print various stats for trees" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:232 msgid "Skip the path resolving and print the inodes instead" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:234 msgid "Set inode container's SIZE" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:235 msgid "Specify the DEVICE-ID to query" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:236 msgid "Print only extent info: extent and device trees" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:237 msgid "Print only device info: tree root, chunk and device trees" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:238 msgid "Print only short root node info" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:239 msgid "Print short root node info and backup root info" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:240 msgid "Print only the uuid tree" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:241 msgid "Print info from the specified BLOCK only" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:242 msgid "Print only tree with the given ID" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:243 msgid "Use with -b, to show all children tree blocks of " msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:244 msgid "Do not scan the devices from the filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:245 msgid "Breadth-first traversal of the trees, print nodes, then leaves" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:246 msgid "Depth-first traversal of the trees" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:247 msgid "Print full superblock information, backup roots etc." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:248 msgid "Print information about all superblocks" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:249 msgid "Specify which SUPER-BLOCK copy to print out" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:250 msgid "Attempt to dump superblocks with bad magic" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:251 msgid "Specify alternate superblock OFFSET" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:253 msgid "Get a property value of a btrfs object" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:254 msgid "Set a property on a btrfs object" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:255 msgid "Lists available properties with their descriptions for the given object" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:256 #: /tmp/fish/implicit/share/completions/btrfs.fish:257 #: /tmp/fish/implicit/share/completions/btrfs.fish:258 msgid "List properties for the given object type" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:259 msgid "Enable subvolume quota support for a filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:260 msgid "Disable subvolume quota support for a filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:261 msgid "" "Trash all qgroup numbers and scan the metadata again with the current config." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:262 msgid "Show status of a running rescan operation" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:263 msgid "Wait for rescan operation to finish" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:264 msgid "Assign SRC as the child qgroup of DST" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:265 msgid "Remove a child qgroup SRC from DST." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:266 msgid "Create a subvolume quota group." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:267 msgid "Destroy a quota group." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:268 msgid "Show subvolume quota groups." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:269 msgid "Set the limits a subvolume quota group." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:270 msgid "Schedule qutoa rescan if needed" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:271 msgid "Don't schedule quota rescan" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:272 msgid "Print parent qgroup id" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:273 msgid "Print child qgroup id" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:274 msgid "Print limit of referenced size of qgroup" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:275 msgid "Print limit of exclusive size of qgroup" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:276 msgid "List all qgroups including ancestral qgroups" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:277 msgid "List all qgroups excluding ancestral qgroups" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:286 msgid "List qgroups sorted by specified items" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:287 msgid "Force sync of the filesystem before getting info" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:288 msgid "Limit amount of data after compression" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:289 msgid "Limit space exclusively assigned to this qgroup" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:290 msgid "Replace device of a btrfs filesystem." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:291 msgid "Print status and progress information of a running device replace" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:292 msgid "Cancel a running device replace operation." msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:293 msgid "Only read from if no other zero-defect mirror exists" msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:294 msgid "Force using and overwriting " msgstr "" #: /tmp/fish/implicit/share/completions/btrfs.fish:296 msgid "Only print once until the replace operation finishes" msgstr "" #: /tmp/fish/implicit/share/completions/builtin.fish:2 msgid "Print names of all existing builtins" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:1 msgid "Test if bundle has been given no subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:2 msgid "Test if bundle has been given a specific subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:3 msgid "Specify the number of times you wish to attempt network commands" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:4 msgid "Disable colorization in output" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:5 msgid "Enable verbose output mode" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:6 msgid "Display a help page" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:7 #: /tmp/fish/implicit/share/completions/deno.fish:4 #: /tmp/fish/implicit/share/completions/deno.fish:26 #: /tmp/fish/implicit/share/completions/deno.fish:38 #: /tmp/fish/implicit/share/completions/deno.fish:42 #: /tmp/fish/implicit/share/completions/deno.fish:49 #: /tmp/fish/implicit/share/completions/deno.fish:60 #: /tmp/fish/implicit/share/completions/deno.fish:65 #: /tmp/fish/implicit/share/completions/deno.fish:71 #: /tmp/fish/implicit/share/completions/deno.fish:88 #: /tmp/fish/implicit/share/completions/deno.fish:94 #: /tmp/fish/implicit/share/completions/deno.fish:103 #: /tmp/fish/implicit/share/completions/deno.fish:128 #: /tmp/fish/implicit/share/completions/deno.fish:156 #: /tmp/fish/implicit/share/completions/deno.fish:161 #: /tmp/fish/implicit/share/completions/deno.fish:171 msgid "Prints version information" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:8 #: /tmp/fish/implicit/share/completions/bundle.fish:40 msgid "Install the gems specified by the Gemfile or Gemfile.lock" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:9 #: /tmp/fish/implicit/share/completions/bundle.fish:57 msgid "The location of the Gemfile bundler should use" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:10 msgid "The location to install the gems in the bundle to" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:11 msgid "Installs the gems in the bundle to the system location" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:12 msgid "A space-separated list of groups to skip installing" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:13 msgid "Use cached gems instead of connecting to rubygems.org" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:14 msgid "Switches bundler's defaults into deployment mode." msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:15 msgid "" "Create a directory containing executabes that run in the context of the " "bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:16 msgid "Specify a ruby executable to use with generated binstubs" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:17 msgid "Make a bundle that can work without RubyGems or Bundler at run-time" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:18 msgid "Apply a RubyGems security policy: {High,Medium,Low,No}Security" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:19 msgid "Install gems parallelly by starting size number of parallel workers" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:20 msgid "Do not update the cache in vendor/cache with the newly bundled gems" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:21 msgid "Do not print progress information to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:22 msgid "Run bundle clean automatically after install" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:23 #: /tmp/fish/implicit/share/completions/bundle.fish:30 msgid "Use the rubygems modern index instead of the API endpoint" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:24 #: /tmp/fish/implicit/share/completions/bundle.fish:89 msgid "Do not remove stale gems from the cache" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:25 msgid "Do not allow the Gemfile.lock to be updated after this install" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:26 #: /tmp/fish/implicit/share/completions/bundle.fish:41 msgid "Update dependencies to their latest versions" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:27 msgid "The name of a :git or :path source used in the Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:28 msgid "Do not attempt to fetch gems remotely and use the gem cache instead" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:29 msgid "Only output warnings and errors" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:31 msgid "Specify the number of jobs to run in parallel" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:32 msgid "Update a specific group" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:33 msgid "" "Package the .gem files required by your application into the vendor/cache " "directory" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:34 msgid "Install the binstubs of the listed gem" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:35 msgid "Binstub destination directory (default bin)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:36 msgid "Overwrite existing binstubs if they exist" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:37 #: /tmp/fish/implicit/share/completions/bundle.fish:43 msgid "Execute a script in the context of the current bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:38 msgid "Exec runs a command, providing it access to the gems in the bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:39 msgid "Describe available tasks or one specific task" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:42 msgid "Package .gem files into the vendor/cache directory" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:44 msgid "Specify and read configuration options for bundler" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:45 msgid "Check bundler requirements for your application" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:46 msgid "Show all of the gems in the current bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:47 msgid "Show the source location of a particular gem in the bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:48 #: /tmp/fish/implicit/share/completions/bundle.fish:64 msgid "Show all of the outdated gems in the current bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:49 #: /tmp/fish/implicit/share/completions/bundle.fish:69 msgid "Start an IRB session in the context of the current bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:51 #: /tmp/fish/implicit/share/completions/bundle.fish:71 msgid "Generate a visual representation of your dependencies" msgstr "Gerar uma representação visual de suas dependências" #: /tmp/fish/implicit/share/completions/bundle.fish:52 msgid "Generate a simple Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:53 #: /tmp/fish/implicit/share/completions/bundle.fish:78 msgid "Create a simple gem, suitable for development with bundler" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:54 #: /tmp/fish/implicit/share/completions/bundle.fish:83 msgid "Displays platform compatibility information" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:55 #: /tmp/fish/implicit/share/completions/bundle.fish:85 msgid "Cleans up unused gems in your bundler directory" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:56 msgid "" "Determine whether the requirements for your application are installed and " "available to bundler" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:58 msgid "Specify a path other than the system default (BUNDLE_PATH or GEM_HOME)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:59 msgid "Lock the Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:60 #: /tmp/fish/implicit/share/completions/bundle.fish:62 msgid "" "Show lists the names and versions of all gems that are required by your " "Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:61 #: /tmp/fish/implicit/share/completions/bundle.fish:63 msgid "List the paths of all gems required by your Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:65 msgid "Check for newer pre-release gems" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:66 msgid "Check against a specific source" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:67 msgid "Use cached gems instead of attempting to fetch gems remotely" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:68 msgid "Only list newer versions allowed by your Gemfile requirements" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:72 msgid "The name to use for the generated file (see format option)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:73 msgid "Show each gem version" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:74 msgid "Show the version of each required dependency" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:75 msgid "Output a specific format (png, jpg, svg, dot, …)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:76 msgid "Generate a simple Gemfile, placed in the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:77 msgid "Use a specified .gemspec to create the Gemfile" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:79 msgid "Generate a binary for your library" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:80 msgid "Generate a test directory for your library (rspec or minitest)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:81 msgid "Path to your editor" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:82 msgid "Generate the boilerplate for C extension code" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:84 msgid "Only display Ruby directive information" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:86 msgid "Only print out changes, do not actually clean gems" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:87 msgid "Forces clean even if --path is not set" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:88 msgid "Cache all the gems to vendor/cache" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:90 msgid "Include all sources (including path and git)" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:91 msgid "Prints the license of all gems in the bundle" msgstr "" #: /tmp/fish/implicit/share/completions/bundle.fish:92 msgid "Print information about the environment Bundler is running under" msgstr "" #: /tmp/fish/implicit/share/completions/bunzip2.fish:1 msgid "Decompress to stdout" msgstr "Decompress to stdout" #: /tmp/fish/implicit/share/completions/bunzip2.fish:2 #: /tmp/fish/implicit/share/completions/bzip2.fish:4 msgid "Do not overwrite" msgstr "" #: /tmp/fish/implicit/share/completions/bunzip2.fish:3 #: /tmp/fish/implicit/share/completions/bzcat.fish:1 #: /tmp/fish/implicit/share/completions/bzip2.fish:5 msgid "Reduce memory usage" msgstr "Reduce memory usage" #: /tmp/fish/implicit/share/completions/bunzip2.fish:4 #: /tmp/fish/implicit/share/completions/bzip2.fish:7 msgid "Print compression ratios" msgstr "Print compression ratios" #: /tmp/fish/implicit/share/completions/bunzip2.fish:5 #: /tmp/fish/implicit/share/completions/bzip2.fish:8 #: /tmp/fish/implicit/share/completions/gunzip.fish:4 #: /tmp/fish/implicit/share/completions/gzip.fish:4 #: /tmp/fish/implicit/share/completions/zcat.fish:2 msgid "Print license" msgstr "Print license" #: /tmp/fish/implicit/share/completions/busctl.fish:1 msgid "Suppress message payload display" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:2 msgid "Show a flat list instead of a tree" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:3 msgid "Activate the peer if necessary" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:4 msgid "Only show unique (:X.Y) names" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:5 msgid "Only show well-known names" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:6 msgid "Only show peers that have not been activated yet but can be" msgstr "" #: /tmp/fish/implicit/share/completions/busctl.fish:7 msgid "Show the machine the peers belong to" msgstr "" #: /tmp/fish/implicit/share/completions/bzip2.fish:1 #: /tmp/fish/implicit/share/completions/gunzip.fish:1 #: /tmp/fish/implicit/share/completions/gzip.fish:1 msgid "Compress to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/bzip2.fish:2 msgid "Compress file" msgstr "Compress file" #: /tmp/fish/implicit/share/completions/bzip2.fish:3 #: /tmp/fish/implicit/share/completions/gunzip.fish:9 #: /tmp/fish/implicit/share/completions/gzip.fish:9 msgid "Check integrity" msgstr "Check integrity" #: /tmp/fish/implicit/share/completions/bzip2.fish:6 #: /tmp/fish/implicit/share/completions/chgrp.fish:5 #: /tmp/fish/implicit/share/completions/chown.fish:5 msgid "Suppress errors" msgstr "" #: /tmp/fish/implicit/share/completions/bzip2.fish:10 msgid "Small block size" msgstr "Small block size" #: /tmp/fish/implicit/share/completions/bzip2.fish:11 msgid "Large block size" msgstr "Large block size" #: /tmp/fish/implicit/share/completions/bzr.fish:2 msgid "List all help topics" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:3 msgid "List all commands" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:4 msgid "Help about supported formats" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:5 msgid "Help about current supported formats" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:6 msgid "How to specify revisions in bzr" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:7 msgid "Show bug tracker settings in bzr" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:8 msgid "Makes this directory a versioned branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:9 msgid "Create the path leading up to the branch if it does not already exists" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:10 msgid "Create a branch without a working tree" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:11 msgid "Never change revnos or the existing log. Append revisions to it only" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:12 msgid "Make a copy of another branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:13 msgid "Proceed even if directory exits" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:14 msgid "Create a stacked branch referring to the source branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:15 msgid "Do not use a shared repository, even if available" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:16 msgid "Switch the checkout in the current directory to the new branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:17 msgid "Hard-link working tree files where possible" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:18 msgid "Bind new branch to from location" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:19 msgid "Create a branch without a working-tree" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:20 msgid "Make files or directories versioned" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:21 msgid "Don't recursively add the contents of directories" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:22 msgid "Ignore a file or pattern" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:23 msgid "Display the default ignore rules that bzr uses" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:24 msgid "Move or rename a versioned file" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:25 msgid "Automatically guess renames" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:26 msgid "" "Move only the bzr identifier of the file, because the file has already been " "moved" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:27 msgid "Summarize changes in working copy" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:28 msgid "Use short status indicators" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:29 msgid "Only show versioned files" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:30 msgid "Don't show pending merges" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:31 msgid "Do not mark object type using indicator" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:32 msgid "Show internal object ids" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:33 msgid "Show detailed diffs" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:34 msgid "Pull in changes from another branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:35 msgid "" "If the destination is already completely merged into the source, pull from " "the source rather than merging" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:36 msgid "Remember the specified location as a default" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:37 msgid "Merge even if the destination tree has uncommitted changes" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:38 msgid "Reprocess to reduce spurious conflicts" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:39 msgid "" "Apply uncommitted changes from a working copy, instead of branch changes" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:40 msgid "Show base revision text in conflicts" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:41 msgid "Instead of merging, show a diff of the merge" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:42 msgid "Select changes interactively" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:43 msgid "" "Branch to merge into, rather than the one containing the working directory" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:44 #: /tmp/fish/implicit/share/completions/bzr.fish:45 msgid "Select changes introduced by the specified revision" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:46 msgid "Save some or all changes" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:47 msgid "" "When no message is supplied, show the diff along with the status summary in " "the message editor" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:48 msgid "Take commit message from this file" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:49 msgid "Do not consider changes made to a given path" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:50 msgid "Description of the new revision" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:51 msgid "Set the author's name, if it's different from the commiter" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:52 msgid "Manually set a commit time using commit date format" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:53 msgid "Commit even if nothing has changed" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:54 msgid "Mark a bug as being fixed by this revision" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:55 msgid "Refuse to commit if there are unknown files in the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:56 msgid "" "When committing to a foreign version control system do not push data that " "can not be natively represented" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:57 msgid "" "Perform a local commit in a bound branch. Local commits are not pushed to " "the master branch until a normal commit is performed" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:58 msgid "Send changes via email" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:59 msgid "Body for the email" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:60 msgid "Remember submit and public branch" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:61 msgid "Mail the request to this address" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:62 msgid "Use the specified output format" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:63 msgid "Do not include a bundle in the merge directive" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:64 msgid "" "Refuse to send if there are uncommitted changes in the working tree, --no-" "strict disables the check" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:65 msgid "Do not include a preview patch in the merge directive" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:66 msgid "Show history of changes" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:67 msgid "Validate storage" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:68 msgid "Check the working tree related to the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:69 msgid "Check the repository related to the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:70 msgid "Check the branch related to the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:71 msgid "Show usage message and options" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:72 #: /tmp/fish/implicit/share/completions/chronyc.fish:74 #: /tmp/fish/implicit/share/completions/git.fish:625 #: /tmp/fish/implicit/share/completions/hwinfo.fish:13 #: /tmp/fish/implicit/share/completions/micro.fish:6 #: /tmp/fish/implicit/share/completions/msfconsole.fish:17 #: /tmp/fish/implicit/share/completions/msfdb.fish:10 #: /tmp/fish/implicit/share/completions/msfvenom.fish:25 #: /tmp/fish/implicit/share/completions/patool.fish:1 #: /tmp/fish/implicit/share/functions/__fish_complete_docutils.fish:43 msgid "Show help message" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:73 msgid "Only displays errors and warnings" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:74 msgid "Display more information" msgstr "" #: /tmp/fish/implicit/share/completions/bzr.fish:75 msgid "Show what would be done" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:1 msgid "Agree to the CA's Subscriber Agreement" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:2 msgid "URL to certificate authority's ACME server directory" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:3 msgid "Default ACME CA HTTP timeout" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:4 msgid "Caddyfile to load" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:5 msgid "CPU cap" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:6 msgid "Disable the ACME HTTP challenge" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:7 msgid "Disable the ACME TLS-SNI challenge" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:8 msgid "Default ACME CA account email address" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:9 msgid "Maximum duration of graceful shutdown" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:10 msgid "Default host" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:11 msgid "Default port to use for HTTP" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:12 msgid "Use HTTP/2" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:13 msgid "Default port to use for HTTPS" msgstr "" # Notas: # Adicionar nota # # Caminhos: # proc.cpp:1279 # proc.cpp:1305 #: /tmp/fish/implicit/share/completions/caddy.fish:14 msgid "Process log file" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:15 msgid "Path to write pid file" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:16 msgid "List installed plugins" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:17 msgid "Default port" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:18 msgid "Use experimental QUIC" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:19 msgid "Quiet mode (no initialization output)" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:20 msgid "Hostname for which to revoke the certificate" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:21 msgid "Root path of default site" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:22 msgid "Type of server to run" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:23 msgid "Parse the Caddyfile but do not start the server" msgstr "" #: /tmp/fish/implicit/share/completions/caddy.fish:24 #: /tmp/fish/implicit/share/completions/canto.fish:2 #: /tmp/fish/implicit/share/completions/cygport.fish:26 #: /tmp/fish/implicit/share/completions/ffmpeg.fish:4 #: /tmp/fish/implicit/share/completions/ffplay.fish:3 #: /tmp/fish/implicit/share/completions/ffprobe.fish:3 #: /tmp/fish/implicit/share/completions/grub-install.fish:33 #: /tmp/fish/implicit/share/completions/lua.fish:4 #: /tmp/fish/implicit/share/completions/lz4.fish:27 #: /tmp/fish/implicit/share/completions/lz4cat.fish:10 #: /tmp/fish/implicit/share/completions/magento.fish:23 #: /tmp/fish/implicit/share/completions/modinfo.fish:10 #: /tmp/fish/implicit/share/completions/msfconsole.fish:6 #: /tmp/fish/implicit/share/completions/netctl-auto.fish:2 #: /tmp/fish/implicit/share/completions/pzstd.fish:13 #: /tmp/fish/implicit/share/completions/s3cmd.fish:128 #: /tmp/fish/implicit/share/completions/synclient.fish:3 #: /tmp/fish/implicit/share/completions/unlz4.fish:13 #: /tmp/fish/implicit/share/completions/unzstd.fish:20 #: /tmp/fish/implicit/share/completions/virsh.fish:13 #: /tmp/fish/implicit/share/completions/virsh.fish:597 #: /tmp/fish/implicit/share/completions/zstd.fish:30 #: /tmp/fish/implicit/share/completions/zstdcat.fish:13 #: /tmp/fish/implicit/share/completions/zstdmt.fish:29 msgid "Show version" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:1 msgid "Create an assertion to prevent the display from sleeping" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:2 msgid "Create an assertion to prevent the system from idle sleeping" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:3 msgid "Create an assertion to prevent the disk from idle sleeping" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:4 msgid "Create an assertion to prevent the system from sleeping (AC power)" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:5 msgid "Create an assertion to declare that user is active" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:6 msgid "Specifies the timeout value in seconds" msgstr "" #: /tmp/fish/implicit/share/completions/caffeinate.fish:7 msgid "Waits for the process with the specified PID to exit" msgstr "" #: /tmp/fish/implicit/share/completions/cancel.fish:1 msgid "Cancel jobs owned by username" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:1 msgid "Show Help" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:3 msgid "Update before running" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:4 msgid "List feeds" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:5 msgid "Show number of new items" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:6 msgid "Show number of new items for feed" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:7 msgid "Print conf as OPML" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:8 msgid "Import from OPML" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:9 msgid "Add feed" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:10 msgid "Set configuration directory" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:11 #: /tmp/fish/implicit/share/completions/pine.fish:10 msgid "Set configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:12 msgid "Set client log file" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:13 msgid "Set feed directory" msgstr "" #: /tmp/fish/implicit/share/completions/canto.fish:14 msgid "Set script directory" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:1 #: /tmp/fish/implicit/share/completions/light.fish:2 #: /tmp/fish/implicit/share/completions/rustc.fish:1 msgid "Print version info and exit" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:2 msgid "List installed commands" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:3 #: /tmp/fish/implicit/share/completions/rustc.fish:2 msgid "Use verbose output" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:4 msgid "No output printed to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:5 msgid "path to the manifest to compile" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:6 msgid "Package to build" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:7 msgid "Build for the target triple" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:8 msgid "Only this package's library" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:9 msgid "Build artifacts in release mode, with optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:10 msgid "Compile but do not run" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:11 msgid "Number of jobs to run in parallel" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:12 msgid "Space-separated list of features to also build" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:14 msgid "Don't build documentation for dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:15 msgid "Specify a vcs to use" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:16 msgid "The host to submit the request to" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:17 msgid "Opens the docs in a browser after the operation" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:18 msgid "Login of a user to add as an owner" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:19 msgid "Login of a user to remove as an owner" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:20 msgid "Registry index to use" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:21 msgid "API token to use when authenticating" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:22 msgid "Don't verify the contents by building them" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:23 msgid "Ignore warnings about a lack of human-usable metadata" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:24 msgid "Force updating all dependencies of as well" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:25 msgid "Update a single dependency to exactly PRECISE" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:26 msgid "The version to yank or un-yank" msgstr "" #: /tmp/fish/implicit/share/completions/cargo.fish:27 msgid "Undo a yank, putting a version back into the index" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:1 msgid "Convert file to mp4 during playback" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:2 msgid "Specify name of Chromecast device to be used" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:3 msgid "Specify IP or hostname of Chromecast device" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:4 msgid "Path or URL to SRT or VTT file" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:5 msgid "Set subtitles font scale" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:6 msgid "Set subtitles font RGBA color" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:7 msgid "Specify port to be used for serving subtitles" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:8 msgid "Set local IP" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:9 #: /tmp/fish/implicit/share/completions/pv.fish:12 msgid "No output" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:10 msgid "Explicitly set the mime-type" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:11 msgid "Disable automatic UTF-8 encoding of SRT subtitles" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:12 msgid "Seek to specified time (format: [hh:]mm:ss)" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:13 msgid "Loop over playlist, or file" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:14 #: /tmp/fish/implicit/share/completions/mplayer.fish:7 msgid "Play in random order" msgstr "Play in random order" #: /tmp/fish/implicit/share/completions/castnow.fish:15 msgid "List all files in directories recursively" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:16 msgid "Set at which the volume changes" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:17 msgid "Specify port to be used for serving local file" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:18 msgid "Specify port to be used for serving transcoded file" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:19 msgid "Specify port to be used for serving torrented file" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:20 msgid "Specify port to be used for serving file read from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:21 msgid "Execute key command(s)" msgstr "" #: /tmp/fish/implicit/share/completions/castnow.fish:22 msgid "Exit when playback begins or --command completes" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:1 msgid "Escape all unprintables" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:2 msgid "Number non-blank lines" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:3 msgid "Escape unprintables except \\t" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:5 #: /tmp/fish/implicit/share/completions/cat.fish:14 msgid "Enumerate lines" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:6 msgid "Never >1 blank line" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:7 msgid "Escape unprintables except \\n" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:8 msgid "Escape tab" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:9 msgid "Escape unprintables except '\\n' and \\t" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:12 msgid "Specify # of non-blank lines" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:15 msgid "Squeeze away >1 blank lines" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:16 msgid "Show unprintables; tab as '^I'" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:17 msgid "Disable output buffering" msgstr "" #: /tmp/fish/implicit/share/completions/cat.fish:18 msgid "Escape non-printing chars" msgstr "" #: /tmp/fish/implicit/share/completions/cdrecord.fish:2 msgid "Increment the level of general verbosity by one" msgstr "Increment the level of general verbosity by one" #: /tmp/fish/implicit/share/completions/cdrecord.fish:3 msgid "Increment the verbose level in respect of SCSI command transport by one" msgstr "" "Increment the verbose level in respect of SCSI command transport by one" #: /tmp/fish/implicit/share/completions/cdrecord.fish:4 msgid "Set the misc debug value to #" msgstr "Set the misc debug value to #" #: /tmp/fish/implicit/share/completions/cdrecord.fish:5 msgid "Increment the misc debug level by one" msgstr "Increment the misc debug level by one" #: /tmp/fish/implicit/share/completions/cdrecord.fish:6 msgid "Do not print out a status report for failed SCSI commands" msgstr "Do not print out a status report for failed SCSI commands" #: /tmp/fish/implicit/share/completions/cdrecord.fish:7 msgid "Force to continue on some errors" msgstr "Force to continue on some errors" #: /tmp/fish/implicit/share/completions/cdrecord.fish:8 msgid "Tell cdrecord to set the SCSI IMMED flag in certain commands" msgstr "Tell cdrecord to set the SCSI IMMED flag in certain commands" #: /tmp/fish/implicit/share/completions/cdrecord.fish:9 msgid "" "Defines the minimum drive buffer fill ratio for the experimental ATAPI wait " "mode intended to free the IDE bus to allow hard disk and CD/DVD writer on " "the same IDE cable" msgstr "" "Defines the minimum drive buffer fill ratio for the experimental ATAPI wait " "mode intended to free the IDE bus to allow hard disk and CD/DVD writer on " "the same IDE cable" #: /tmp/fish/implicit/share/completions/cdrecord.fish:10 msgid "Complete CD/DVD-Recorder recording process with the laser turned off" msgstr "Complete CD/DVD-Recorder recording process with the laser turned off" #: /tmp/fish/implicit/share/completions/cdrecord.fish:11 msgid "Tells cdrecord to handle images created by readcd -clone" msgstr "Tells cdrecord to handle images created by readcd -clone" #: /tmp/fish/implicit/share/completions/cdrecord.fish:12 msgid "Set SAO (Session At Once) mode, usually called Disk At Once mode" msgstr "Set SAO (Session At Once) mode, usually called Disk At Once mode" #: /tmp/fish/implicit/share/completions/cdrecord.fish:13 msgid "Set TAO (Track At Once) writing mode" msgstr "Set TAO (Track At Once) writing mode" #: /tmp/fish/implicit/share/completions/cdrecord.fish:14 msgid "Set RAW writing mode" msgstr "" #: /tmp/fish/implicit/share/completions/cdrecord.fish:15 msgid "Select Set RAW writing, the preferred raw writing mode" msgstr "Select Set RAW writing, the preferred raw writing mode" #: /tmp/fish/implicit/share/completions/cdrecord.fish:16 msgid "Select Set RAW writing, the less preferred raw writing mode" msgstr "Select Set RAW writing, the less preferred raw writing mode" #: /tmp/fish/implicit/share/completions/cdrecord.fish:17 msgid "" "Select Set RAW writing, the preferred raw writing mode if raw96r is not " "supported" msgstr "" "Select Set RAW writing, the preferred raw writing mode if raw96r is not " "supported" #: /tmp/fish/implicit/share/completions/cdrecord.fish:18 msgid "Allow multi session CDs to be made" msgstr "Allow multi session CDs to be made" #: /tmp/fish/implicit/share/completions/cdrecord.fish:19 msgid "" "Retrieve multi session info in a form suitable for mkisofs-1.10 or later" msgstr "" "Retrieve multi session info in a form suitable for mkisofs-1.10 or later" #: /tmp/fish/implicit/share/completions/cdrecord.fish:20 msgid "Retrieve and print out the table of content or PMA of a CD" msgstr "Retrieve and print out the table of content or PMA of a CD" #: /tmp/fish/implicit/share/completions/cdrecord.fish:21 msgid "Retrieve and print out the ATIP (absolute Time in Pre-groove) info" msgstr "Retrieve and print out the ATIP (absolute Time in Pre-groove) info" #: /tmp/fish/implicit/share/completions/cdrecord.fish:22 msgid "The disk will only be fixated" msgstr "The disk will only be fixated" #: /tmp/fish/implicit/share/completions/cdrecord.fish:23 msgid "Do not fixate the disk after writing the tracks" msgstr "Do not fixate the disk after writing the tracks" #: /tmp/fish/implicit/share/completions/cdrecord.fish:24 msgid "" "Wait for input to become available on standard input before trying to open " "the SCSI driver" msgstr "" "Wait for input to become available on standard input before trying to open " "the SCSI driver" #: /tmp/fish/implicit/share/completions/cdrecord.fish:25 msgid "Load the media and exit" msgstr "" #: /tmp/fish/implicit/share/completions/cdrecord.fish:26 msgid "Load the media, lock the door and exit" msgstr "Load the media, lock the door and exit" #: /tmp/fish/implicit/share/completions/cdrecord.fish:27 msgid "Eject disk after doing the work" msgstr "Eject disk after doing the work" #: /tmp/fish/implicit/share/completions/cdrecord.fish:28 msgid "Set the speed factor of the writing process to #" msgstr "Set the speed factor of the writing process to #" #: /tmp/fish/implicit/share/completions/cdrecord.fish:29 msgid "Blank a CD-RW and exit or blank a CD-RW before writing" msgstr "Blank a CD-RW and exit or blank a CD-RW before writing" #: /tmp/fish/implicit/share/completions/cdrecord.fish:30 msgid "Format a CD-RW/DVD-RW/DVD+RW disc" msgstr "Format a CD-RW/DVD-RW/DVD+RW disc" #: /tmp/fish/implicit/share/completions/cdrecord.fish:31 msgid "Set the FIFO (ring buffer) size to #" msgstr "Set the FIFO (ring buffer) size to #" #: /tmp/fish/implicit/share/completions/cdrecord.fish:32 msgid "Set the maximum transfer size for a single SCSI command to #" msgstr "Set the maximum transfer size for a single SCSI command to #" #: /tmp/fish/implicit/share/completions/cdrecord.fish:33 msgid "Sets the SCSI target for the CD/DVD-Recorder" msgstr "Sets the SCSI target for the CD/DVD-Recorder" #: /tmp/fish/implicit/share/completions/cdrecord.fish:34 msgid "Set the grace time before starting to write to ># seconds" msgstr "Set the grace time before starting to write to ># seconds" #: /tmp/fish/implicit/share/completions/cdrecord.fish:35 msgid "Set the default SCSI command timeout value to # seconds" msgstr "Set the default SCSI command timeout value to # seconds" #: /tmp/fish/implicit/share/completions/cdrecord.fish:36 msgid "Allows the user to manually select a driver for the device" msgstr "Allows the user to manually select a driver for the device" #: /tmp/fish/implicit/share/completions/cdrecord.fish:37 msgid "Set driver specific options" msgstr "" #: /tmp/fish/implicit/share/completions/cdrecord.fish:38 msgid "" "Set the driveropts specified by driveropts=option list, the speed of the " "drive and the dummy flag and exit" msgstr "" "Set the driveropts specified by driveropts=option list, the speed of the " "drive and the dummy flag and exit" #: /tmp/fish/implicit/share/completions/cdrecord.fish:39 msgid "Checks if a driver for the current drive is present and exit" msgstr "Checks if a driver for the current drive is present and exit" #: /tmp/fish/implicit/share/completions/cdrecord.fish:40 msgid "" "Print the drive capabilities for SCSI-3/mmc compliant drives as obtained " "from mode page 0x2A" msgstr "" "Print the drive capabilities for SCSI-3/mmc compliant drives as obtained " "from mode page 0x2A" #: /tmp/fish/implicit/share/completions/cdrecord.fish:41 msgid "Do an inquiry for the drive, print the inquiry info and exit" msgstr "Do an inquiry for the drive, print the inquiry info and exit" #: /tmp/fish/implicit/share/completions/cdrecord.fish:42 msgid "Scan all SCSI devices on all SCSI busses and print the inquiry strings" msgstr "Scan all SCSI devices on all SCSI busses and print the inquiry strings" #: /tmp/fish/implicit/share/completions/cdrecord.fish:43 msgid "Try to reset the SCSI bus where the CD recorder is located" msgstr "Try to reset the SCSI bus where the CD recorder is located" #: /tmp/fish/implicit/share/completions/cdrecord.fish:44 msgid "Try to send an abort sequence to the drive" msgstr "Try to send an abort sequence to the drive" #: /tmp/fish/implicit/share/completions/cdrecord.fish:45 msgid "Allow cdrecord to write more than the official size of a medium" msgstr "Allow cdrecord to write more than the official size of a medium" #: /tmp/fish/implicit/share/completions/cdrecord.fish:46 msgid "Ignore the known size of the medium, use for debugging only" msgstr "Ignore the known size of the medium, use for debugging only" #: /tmp/fish/implicit/share/completions/cdrecord.fish:47 msgid "Use *.inf files to overwrite audio options" msgstr "Use *.inf files to overwrite audio options" #: /tmp/fish/implicit/share/completions/cdrecord.fish:48 msgid "Set the default pre-gap size for all tracks except track nr 1" msgstr "Set the default pre-gap size for all tracks except track nr 1" #: /tmp/fish/implicit/share/completions/cdrecord.fish:49 msgid "Set Packet writing mode (experimental interface)" msgstr "Set Packet writing mode (experimental interface)" #: /tmp/fish/implicit/share/completions/cdrecord.fish:50 msgid "Set the packet size to #, forces fixed packet mode (experimental)" msgstr "Set the packet size to #, forces fixed packet mode (experimental)" #: /tmp/fish/implicit/share/completions/cdrecord.fish:51 msgid "" "Do not close the current track, only when in packet writing mode " "(experimental)" msgstr "" "Do not close the current track, only when in packet writing mode " "(experimental)" #: /tmp/fish/implicit/share/completions/cdrecord.fish:52 msgid "Set the Media Catalog Number of the CD" msgstr "Set the Media Catalog Number of the CD" #: /tmp/fish/implicit/share/completions/cdrecord.fish:53 msgid "" "Write CD-Text info based on info taken from a file that contains ascii info " "for the text strings" msgstr "" "Write CD-Text info based on info taken from a file that contains ascii info " "for the text strings" #: /tmp/fish/implicit/share/completions/cdrecord.fish:54 msgid "Write CD-Text based on info found in the binary file filename" msgstr "Write CD-Text based on info found in the binary file filename" #: /tmp/fish/implicit/share/completions/cdrecord.fish:55 msgid "Take all recording related info from a CDRWIN compliant CUE sheet file" msgstr "Take all recording related info from a CDRWIN compliant CUE sheet file" #: /tmp/fish/implicit/share/completions/cdrecord.fish:56 msgid "Set the International Standard Recording Number for the next track" msgstr "Set the International Standard Recording Number for the next track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:57 msgid "Sets an index list for the next track" msgstr "Sets an index list for the next track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:58 msgid "All subsequent tracks are written in CD-DA audio format" msgstr "All subsequent tracks are written in CD-DA audio format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:59 msgid "Audio data is assumed to be in byte-swapped (little-endian) order" msgstr "Audio data is assumed to be in byte-swapped (little-endian) order" #: /tmp/fish/implicit/share/completions/cdrecord.fish:60 msgid "All subsequent tracks are written in CD-ROM mode 1 (Yellow Book) format" msgstr "" "All subsequent tracks are written in CD-ROM mode 1 (Yellow Book) format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:61 msgid "All subsequent tracks are written in CD-ROM mode 2 format" msgstr "All subsequent tracks are written in CD-ROM mode 2 format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:62 #: /tmp/fish/implicit/share/completions/cdrecord.fish:63 msgid "All subsequent tracks are written in CD-ROM XA mode 2 form 1 format" msgstr "All subsequent tracks are written in CD-ROM XA mode 2 form 1 format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:64 msgid "All subsequent tracks are written in CD-ROM XA mode 2 form 2 format" msgstr "All subsequent tracks are written in CD-ROM XA mode 2 form 2 format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:65 msgid "" "All subsequent tracks are written in a way that allows a mix of CD-ROM XA " "mode 2 form 1/2 format" msgstr "" "All subsequent tracks are written in a way that allows a mix of CD-ROM XA " "mode 2 form 1/2 format" #: /tmp/fish/implicit/share/completions/cdrecord.fish:66 msgid "The TOC type for the disk is set to CDI, with XA only" msgstr "The TOC type for the disk is set to CDI, with XA only" #: /tmp/fish/implicit/share/completions/cdrecord.fish:67 msgid "Use the ISO-9660 file system size as the size of the next track" msgstr "Use the ISO-9660 file system size as the size of the next track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:68 msgid "" "15 sectors of zeroed data will be added to the end of this and each " "subsequent data track" msgstr "" "15 sectors of zeroed data will be added to the end of this and each " "subsequent data track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:69 msgid "Set the amount of data to be appended as padding to the next track" msgstr "Set the amount of data to be appended as padding to the next track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:70 msgid "Do not pad the following tracks - the default" msgstr "Do not pad the following tracks - the default" #: /tmp/fish/implicit/share/completions/cdrecord.fish:71 msgid "" "Allow all subsequent tracks to violate the Red Book track length standard " "(min 4 s)" msgstr "" "Allow all subsequent tracks to violate the Red Book track length standard " "(min 4 s)" #: /tmp/fish/implicit/share/completions/cdrecord.fish:72 msgid "Re-enforce the Red Book track length standard (min 4 s)" msgstr "Re-enforce the Red Book track length standard (min 4 s)" #: /tmp/fish/implicit/share/completions/cdrecord.fish:73 msgid "Set the pre-gap size for the next track" msgstr "Set the pre-gap size for the next track" #: /tmp/fish/implicit/share/completions/cdrecord.fish:74 msgid "" "All TOC entries for subsequent audio tracks will indicate that the audio " "data has been sampled with 50/15 microsec pre-emphasis" msgstr "" "All TOC entries for subsequent audio tracks will indicate that the audio " "data has been sampled with 50/15 microsec pre-emphasis" #: /tmp/fish/implicit/share/completions/cdrecord.fish:75 msgid "" "All TOC entries for subsequent audio tracks will indicate that the audio " "data has been mastered with linear data" msgstr "" "All TOC entries for subsequent audio tracks will indicate that the audio " "data has been mastered with linear data" #: /tmp/fish/implicit/share/completions/cdrecord.fish:76 msgid "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has permission to be copied without limit" msgstr "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has permission to be copied without limit" #: /tmp/fish/implicit/share/completions/cdrecord.fish:77 msgid "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has permission to be copied only once for " "personal use" msgstr "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has permission to be copied only once for " "personal use" #: /tmp/fish/implicit/share/completions/cdrecord.fish:78 msgid "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has no permission to be copied" msgstr "" "All TOC entries for subsequent audio tracks of the resulting CD will " "indicate that the audio data has no permission to be copied" #: /tmp/fish/implicit/share/completions/cdrecord.fish:79 msgid "" "If the master image for the next track has been stored on a raw disk, use " "this option to specify the valid amount of data on this disk" msgstr "" "If the master image for the next track has been stored on a raw disk, use " "this option to specify the valid amount of data on this disk" #: /tmp/fish/implicit/share/completions/cf.fish:2 #: /tmp/fish/implicit/share/completions/ip.fish:3 #: /tmp/fish/implicit/share/completions/iw.fish:2 msgid "Print the version" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:3 msgid "Log user in" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:4 msgid "Log user out" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:5 msgid "Change user password" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:6 msgid "Set or view the targeted org or space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:7 msgid "Set or view target api url" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:8 msgid "Authenticate user non-interactively" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:9 msgid "List all apps in the target space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:10 msgid "Display health and status for an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:11 msgid "Push a new app or sync changes to an existing app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:12 msgid "" "Change or view the instance count, disk space limit, and memory limit for an " "app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:13 msgid "Delete an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:14 msgid "Rename an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:15 msgid "Start an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:16 msgid "Stop an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:17 msgid "" "Stop all instances of the app, then start them again. This causes downtime." msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:18 msgid "" "Recreate the app's executable artifact using the latest pushed app files and " "the latest environment (variables, service bindings, buildpack, stack, etc.)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:19 msgid "Terminate, then restart an app instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:20 msgid "Run a one-off task on an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:21 msgid "List tasks of an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:22 msgid "Terminate a running task of an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:23 msgid "Show recent app events" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:24 msgid "" "Print out a list of files in a directory or the contents of a specific file " "of an app running on the DEA backend" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:25 msgid "Tail or show recent logs for an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:26 msgid "Show all env variables for an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:27 msgid "Set an env variable for an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:28 msgid "Remove an env variable" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:29 msgid "" "List all stacks (a stack is a pre-built file system, including an operating " "system, that can run apps)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:30 msgid "" "Show information for a stack (a stack is a pre-built file system, including " "an operating system, that can run apps)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:31 msgid "" "Copies the source code of an application to another existing application " "(and restarts that application)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:32 msgid "Create an app manifest for an app that has been pushed successfully" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:33 msgid "Show the type of health check performed on an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:34 msgid "Change type of health check performed on an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:35 msgid "Enable ssh for the application" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:36 msgid "Disable ssh for the application" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:37 msgid "Reports whether SSH is enabled on an application container instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:38 msgid "SSH to an application container instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:39 msgid "List available offerings in the marketplace" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:40 msgid "List all service instances in the target space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:41 msgid "Show service instance info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:42 msgid "Create a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:43 msgid "Update a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:44 msgid "Delete a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:45 msgid "Rename a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:46 msgid "Create key for a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:47 msgid "List keys for a service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:48 msgid "Show service key info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:49 msgid "Delete a service key" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:50 msgid "Bind a service instance to an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:51 msgid "Unbind a service instance from an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:52 msgid "Bind a service instance to an HTTP route" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:53 msgid "Unbind a service instance from an HTTP route" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:54 msgid "Make a user-provided service instance available to CF apps" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:55 msgid "Update user-provided service instance" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:56 msgid "List all orgs" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:57 msgid "Show org info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:58 msgid "Create an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:59 msgid "Delete an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:60 msgid "Rename an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:61 msgid "List all spaces in an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:62 msgid "Show space info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:63 msgid "Create a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:64 msgid "Delete a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:65 msgid "Rename a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:66 msgid "Allow SSH access for the space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:67 msgid "Disallow SSH access for the space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:68 msgid "Reports whether SSH is allowed in a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:69 msgid "List domains in the target org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:70 msgid "Create a domain in an org for later use" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:71 msgid "Delete a domain" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:72 msgid "Create a domain that can be used by all orgs (admin-only)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:73 msgid "Delete a shared domain" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:74 msgid "List router groups" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:75 msgid "List all routes in the current space or the current organization" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:76 msgid "Create a url route in a space for later use" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:77 msgid "" "Perform a simple check to determine whether a route currently exists or not" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:78 msgid "Add a url route to an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:79 msgid "Remove a url route from an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:80 msgid "Delete a route" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:81 msgid "Delete all orphaned routes (i.e. those that are not mapped to an app)" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:82 msgid "List direct network traffic policies" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:83 msgid "Create policy to allow direct network traffic from one app to another" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:84 msgid "Remove network traffic policy of an app" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:85 msgid "List all buildpacks" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:86 msgid "Create a buildpack" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:87 msgid "Update a buildpack" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:88 msgid "Rename a buildpack" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:89 msgid "Delete a buildpack" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:90 msgid "Create a new user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:91 msgid "Delete a user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:92 msgid "Show org users by role" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:93 msgid "Assign an org role to a user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:94 msgid "Remove an org role from a user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:95 msgid "Show space users by role" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:96 msgid "Assign a space role to a user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:97 msgid "Remove a space role from a user" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:98 msgid "List available usage quotas" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:99 msgid "Show quota info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:100 msgid "Assign a quota to an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:101 msgid "Define a new resource quota" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:102 msgid "Delete a quota" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:103 msgid "Update an existing resource quota" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:104 msgid "Share a private domain with an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:105 msgid "Unshare a private domain with an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:106 msgid "List available space resource quotas" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:107 msgid "Show space quota info" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:108 msgid "Define a new space resource quota" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:109 msgid "Update an existing space quota" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:110 msgid "" "Delete a space quota definition and unassign the space quota from all spaces" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:111 msgid "Assign a space quota definition to a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:112 msgid "Unassign a quota from a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:113 msgid "List service auth tokens" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:114 msgid "Create a service auth token" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:115 msgid "Update a service auth token" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:116 msgid "Delete a service auth token" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:117 msgid "List service brokers" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:118 msgid "Create a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:119 msgid "Update a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:120 msgid "Delete a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:121 msgid "Rename a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:122 msgid "Migrate service instances from one service plan to another" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:123 msgid "" "Recursively remove a service and child objects from Cloud Foundry database " "without making requests to a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:124 msgid "" "Recursively remove a service instance and child objects from Cloud Foundry " "database without making requests to a service broker" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:125 msgid "List service access settings" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:126 msgid "Enable access to a service or service plan for one or all orgs" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:127 msgid "Disable access to a service or service plan for one or all orgs" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:128 msgid "Show a single security group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:129 msgid "List all security groups" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:130 msgid "Create a security group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:131 msgid "Update a security group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:132 msgid "Deletes a security group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:133 msgid "" "Bind a security group to a particular space, or all existing spaces of an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:134 msgid "Unbind a security group from a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:135 msgid "" "Bind a security group to the list of security groups to be used for staging " "applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:136 msgid "List security groups in the staging set for applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:137 msgid "" "Unbind a security group from the set of security groups for staging " "applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:138 msgid "" "Bind a security group to the list of security groups to be used for running " "applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:139 msgid "" "List security groups in the set of security groups for running applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:140 msgid "" "Unbind a security group from the set of security groups for running " "applications" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:141 msgid "Retrieve the contents of the running environment variable group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:142 msgid "Retrieve the contents of the staging environment variable group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:143 msgid "Pass parameters as JSON to create a staging environment variable group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:144 msgid "Pass parameters as JSON to create a running environment variable group" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:145 msgid "List all isolation segments" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:146 msgid "Create an isolation segment" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:147 msgid "Delete an isolation segment" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:148 msgid "Entitle an organization to an isolation segment" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:149 msgid "Revoke an organization's entitlement to an isolation segment" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:150 msgid "Set the default isolation segment used for apps in spaces in an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:151 msgid "Reset the default isolation segment used for apps in spaces of an org" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:152 msgid "Assign the isolation segment for a space" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:153 msgid "Reset the space's isolation segment to the org default" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:154 msgid "Retrieve list of feature flags with status" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:155 msgid "Retrieve an individual feature flag with status" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:156 msgid "Allow use of a feature" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:157 msgid "Prevent use of a feature" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:158 msgid "Executes a request to the targeted API endpoint" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:159 msgid "Write default values to the config" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:160 msgid "Retrieve and display the OAuth token for the current session" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:161 msgid "Get a one time password for ssh clients" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:162 msgid "Add a new plugin repository" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:163 msgid "Remove a plugin repository" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:164 msgid "List all the added plugin repositories" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:165 msgid "" "List all available plugins in specified repository or in all added " "repositories" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:166 msgid "List commands of installed plugins" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:167 msgid "Install CLI plugin" msgstr "" #: /tmp/fish/implicit/share/completions/cf.fish:168 msgid "Uninstall CLI plugin" msgstr "" #: /tmp/fish/implicit/share/completions/chgrp.fish:1 #: /tmp/fish/implicit/share/completions/chown.fish:1 msgid "Output diagnostic for changed files" msgstr "Output diagnostic for changed files" #: /tmp/fish/implicit/share/completions/chgrp.fish:2 #: /tmp/fish/implicit/share/completions/chown.fish:2 msgid "Dereference symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/chgrp.fish:3 #: /tmp/fish/implicit/share/completions/chown.fish:3 msgid "Do not dereference symbolic links" msgstr "Do not dereference symbolic links" #: /tmp/fish/implicit/share/completions/chgrp.fish:4 #: /tmp/fish/implicit/share/completions/chown.fish:4 msgid "Change from owner/group" msgstr "Change from owner/group" #: /tmp/fish/implicit/share/completions/chgrp.fish:6 #: /tmp/fish/implicit/share/completions/chown.fish:6 msgid "Use same owner/group as file" msgstr "Use same owner/group as file" #: /tmp/fish/implicit/share/completions/chgrp.fish:7 #: /tmp/fish/implicit/share/completions/chown.fish:7 #: /tmp/fish/implicit/share/completions/zip.fish:5 msgid "Operate recursively" msgstr "Operate recursively" #: /tmp/fish/implicit/share/completions/chgrp.fish:8 #: /tmp/fish/implicit/share/completions/chown.fish:8 msgid "Output diagnostic for every file" msgstr "Output diagnostic for every file" #: /tmp/fish/implicit/share/completions/chmod.fish:1 msgid "Like verbose but report only when a change is made" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:2 msgid "Do not treat / specially (the default)" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:3 msgid "Fail to operate recursively on /" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:4 #: /tmp/fish/implicit/share/completions/readlink.fish:5 msgid "Suppress most error messages" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:5 msgid "Output a diagnostic for every file processed" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:6 msgid "Use RFILEs mode instead of MODE values" msgstr "" #: /tmp/fish/implicit/share/completions/chmod.fish:7 msgid "Change files and directories recursively" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:1 msgid "Use only IPv4 address for hostname resolution" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:2 msgid "Use only IPv6 address for hostname resolution" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:3 msgid "Disable resolving of IP address to hostname" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:4 msgid "Print the report in CSV format" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:5 msgid "Enable print of debugging message" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:6 msgid "Allow multiple commands to be specified" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:7 msgid "Specify the host to connect" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:8 msgid "Specify the UDP port number used by the target to monitor connections" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:9 #: /tmp/fish/implicit/share/completions/chronyc.fish:10 msgid "Option for compatibility" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:11 #: /tmp/fish/implicit/share/functions/__fish_complete_docutils.fish:42 msgid "Show version number" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:12 msgid "Show system time info" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:13 msgid "Correct the clock by stepping" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:14 msgid "Modify max valid skew to update frequency" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:15 msgid "Wait until synced in specified limits" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:16 msgid "Show info about current sources" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:18 msgid "Show statistics about collected measurements" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:20 msgid "Force reselecting sync source" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:21 msgid "Modify reselection distance" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:22 msgid "Check how many NTP sources are online/offline" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:23 msgid "Show info about last valid measurement" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:24 msgid "Add new NTP peer" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:25 msgid "Add new NTP server" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:26 msgid "Remove server/peer" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:27 msgid "Start rapid set of measurements" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:28 msgid "Modify max valid sample delay" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:29 msgid "Modify max valid delay/deviation ratio" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:30 msgid "Modify max valid delay/min ratio" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:31 msgid "Modify max polling interval" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:32 msgid "Modify min polling interval" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:33 msgid "Modify min stratum" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:34 msgid "Set sources in subnet to offline status" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:35 msgid "Set sources in subnet to online status" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:36 msgid "Set all sources to online/offline status according to network config" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:37 msgid "Modify poll target" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:38 msgid "Refresh IP address" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:39 msgid "Enable settime command" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:40 msgid "Disable settime command" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:41 msgid "Delete previous settime entry" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:42 msgid "Show previous settime entries" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:43 msgid "Reset settime command" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:44 msgid "Set daemon time" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:45 #: /tmp/fish/implicit/share/completions/chronyc.fish:57 msgid "Check whether address is allowed" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:46 msgid "Report on clients that have accessed the server" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:47 msgid "Show statistics of the server" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:48 #: /tmp/fish/implicit/share/completions/chronyc.fish:58 msgid "Allow access to subnet as a default" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:49 #: /tmp/fish/implicit/share/completions/chronyc.fish:59 msgid "Allow access to subnet and all children" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:50 #: /tmp/fish/implicit/share/completions/chronyc.fish:60 msgid "Deny access to subnet as a default" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:51 #: /tmp/fish/implicit/share/completions/chronyc.fish:61 msgid "Deny access to subnet and all children" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:52 msgid "Serve time even when not synced" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:53 msgid "Don't serve time when not synced" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:54 msgid "Show current time smoothing state" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:55 msgid "Activate time smoothing" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:56 msgid "Reset time smoothing" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:62 msgid "Print current RTC performance parameters" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:63 msgid "Correct RTC relative to system clock" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:64 msgid "Save RTC performance parameters to file" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:65 msgid "Close and reopen log files" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:66 msgid "Dump all measurements to save files" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:67 msgid "Reread keys from key file" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:68 msgid "Stop daemon" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:69 msgid "Configure how hostname and IP address are resolved" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:70 msgid "Set initial response timeout" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:71 msgid "Set max number of retries" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:72 msgid "Generate key for key file" msgstr "" #: /tmp/fish/implicit/share/completions/chronyc.fish:73 msgid "Leave the program" msgstr "" #: /tmp/fish/implicit/share/completions/chsh.fish:1 msgid "Specify your login shell" msgstr "" #: /tmp/fish/implicit/share/completions/chsh.fish:2 msgid "Display help and exit\t" msgstr "" #: /tmp/fish/implicit/share/completions/chsh.fish:4 msgid "List available shells and exit" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:2 msgid "Update your climate install" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:3 msgid "uninstall climate" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:4 msgid "Show climate version" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:5 msgid "Get the weather" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:6 #: /tmp/fish/implicit/share/completions/climate.fish:7 msgid "Display remaining battery" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:8 msgid "Lock computer" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:9 msgid "Shutdown the computer" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:10 msgid "Restart the computer" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:12 msgid "Put a console clock in the top right corner" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:13 msgid "A countdown timer" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:14 msgid "A stopwatch" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:15 msgid "Pipe output to ix.io" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:16 msgid "Find the biggest files recursively" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:17 msgid "Find the biggest directories" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:18 msgid "Find directory size" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:19 msgid "Remove empty directories" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:20 msgid "Extract any given archive" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:21 msgid "Report duplicate files in a directory" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:22 msgid "Count the number of occurences" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:23 msgid "Monitor file for changes" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:24 msgid "Search for the given pattern recursively" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:25 msgid "Replace all occurences" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:26 msgid "Create a ramfs of size (in MB) at path" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:27 msgid "Test your network speed" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:28 msgid "Retrieve your local ip address" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:29 msgid "Verify if you're online" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:30 msgid "Retrieve your public ip address" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:31 msgid "List open ports" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:32 msgid "Edit the hosts file" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:33 msgid "http-server serving the current directory" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:34 msgid "Determine if server is up" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:35 msgid "Download file from server" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:36 msgid "Download dir from server" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:37 msgid "Upload to server" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:38 msgid "Mount a remote path" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:39 msgid "Unmount a ssh mount" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:40 msgid "Undo the latest commit" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:41 msgid "Reset local repo to match remote" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:42 msgid "Seset local repo to match remote" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:43 msgid "List all branches" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:44 msgid "Calculate the repo size" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:45 msgid "Calculate total contribution for a user" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:46 msgid "Display a performance overview" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:47 msgid "Find memory used" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:48 msgid "Find disk used" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:49 msgid "Get all PIDs for a process name" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:50 msgid "Find the trash size" msgstr "" #: /tmp/fish/implicit/share/completions/climate.fish:51 #: /tmp/fish/implicit/share/completions/gio.fish:67 msgid "Empty the trash" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:1 #: /tmp/fish/implicit/share/completions/msfvenom.fish:4 msgid "Output format" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:2 msgid "Wrap width" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:3 msgid "Treat newlines as hard line breaks" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:4 msgid "Render soft line breaks as spaces" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:5 msgid "Include source position attribute" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:6 msgid "Validate UTF-8" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:7 msgid "Use smart punctuation" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:8 msgid "Render raw HTML and dangerous URLs" msgstr "" #: /tmp/fish/implicit/share/completions/cmark.fish:9 #: /tmp/fish/implicit/share/completions/pdftotext.fish:21 #: /tmp/fish/implicit/share/completions/xpdf.fish:31 msgid "Print usage information" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:1 msgid "Compare two files with each other" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:2 msgid "Add folder(s) to the last active window" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:3 msgid "line and character position" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:4 msgid "Force to open a new window" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:5 msgid "Force to open a file or folder in an already opened window" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:6 #: /tmp/fish/implicit/share/completions/subl.fish:5 msgid "Wait for the files to be closed before returning" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:7 msgid "The locale to use (e.g. en-US or zh-TW)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:8 msgid "Specifies the directory that user data is kept in" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:10 #: /tmp/fish/implicit/share/completions/k3d.fish:16 #: /tmp/fish/implicit/share/completions/k3d.fish:18 #: /tmp/fish/implicit/share/completions/k3d.fish:19 #: /tmp/fish/implicit/share/completions/k3d.fish:23 #: /tmp/fish/implicit/share/completions/k3d.fish:29 msgid "Print usage" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:11 msgid "Opens a window with given folder uri(s)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:12 msgid "Opens a window with given file uri(s)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:13 msgid "Set the root path for extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:14 msgid "List the installed extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:15 msgid "Show versions of installed extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:16 msgid "Installs or updates the extension" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:17 msgid "Avoid prompts when installing" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:18 msgid "Enables proposed API features for extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:19 msgid "Uninstall extension" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:20 msgid "Disable extension(s)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:21 msgid "Disable all installed extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:22 msgid "Print verbose output (implies --wait)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:23 msgid "Log level to use (default: info)" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:24 msgid "Print process usage and diagnostics information" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:25 msgid "Capture JS module performance markers" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:26 msgid "Run CPU profiler during startup" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:27 #: /tmp/fish/implicit/share/completions/code.fish:28 msgid "Allow debugging and profiling of extensions" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:29 msgid "Disable GPU hardware acceleration" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:30 msgid "Uploads logs from current session to a secure endpoint" msgstr "" #: /tmp/fish/implicit/share/completions/code.fish:31 msgid "Max memory size for a window (Mbytes)" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:1 msgid "Combine sets of lines from two files using boolean operations" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:2 msgid "Output lines that are in both files" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:3 msgid "Output lines that are inf file1 but not in file2" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:4 msgid "Output lines that are in file1 or in file2" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:5 msgid "Output lines that are in either file1 or file2, but not in both files" msgstr "" #: /tmp/fish/implicit/share/completions/combine.fish:6 msgid "Read file from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/command.fish:2 msgid "Print all external commands by the given name" msgstr "" #: /tmp/fish/implicit/share/completions/command.fish:3 msgid "Do not print anything, only set exit status" msgstr "" #: /tmp/fish/implicit/share/completions/command.fish:4 msgid "Print the file that would be executed" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:2 msgid "Add text to the end of the selected area" msgstr "Add text to the end of the selected area" #: /tmp/fish/implicit/share/completions/commandline.fish:3 msgid "Add text at cursor" msgstr "Add text at cursor" #: /tmp/fish/implicit/share/completions/commandline.fish:4 msgid "Replace selected part" msgstr "Replace selected part" #: /tmp/fish/implicit/share/completions/commandline.fish:5 msgid "Select job under cursor" msgstr "Select job under cursor" #: /tmp/fish/implicit/share/completions/commandline.fish:6 msgid "Select process under cursor" msgstr "Select process under cursor" #: /tmp/fish/implicit/share/completions/commandline.fish:7 msgid "Select current selection" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:8 msgid "Select token under cursor" msgstr "Select token under cursor" #: /tmp/fish/implicit/share/completions/commandline.fish:9 msgid "Select entire command line (default)" msgstr "Select entire command line (default)" #: /tmp/fish/implicit/share/completions/commandline.fish:10 msgid "Only return that part of the command line before the cursor" msgstr "Only return that part of the command line before the cursor" #: /tmp/fish/implicit/share/completions/commandline.fish:11 msgid "Inject readline functions to reader" msgstr "Inject readline functions to reader" #: /tmp/fish/implicit/share/completions/commandline.fish:12 msgid "Print each token on a separate line" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:13 msgid "Specify command to operate on" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:14 msgid "Set/get cursor position, not buffer contents" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:15 msgid "Print the line that the cursor is on" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:16 msgid "Return true if performing a history search" msgstr "" #: /tmp/fish/implicit/share/completions/commandline.fish:17 msgid "Return true if showing pager content" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:5 #: /tmp/fish/implicit/share/completions/convert.fish:17 #: /tmp/fish/implicit/share/completions/mogrify.fish:16 msgid "Set image composite operator [operator]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:6 #: /tmp/fish/implicit/share/completions/composite.fish:9 #: /tmp/fish/implicit/share/completions/convert.fish:18 #: /tmp/fish/implicit/share/completions/display.fish:9 #: /tmp/fish/implicit/share/completions/import.fish:6 #: /tmp/fish/implicit/share/completions/mogrify.fish:17 #: /tmp/fish/implicit/share/completions/montage.fish:13 #: /tmp/fish/implicit/share/completions/stream.fish:4 msgid "Type of pixel compression when writing the image [type]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:11 msgid "Maximum distortion for (sub)image match [value]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:12 #: /tmp/fish/implicit/share/completions/composite.fish:56 #: /tmp/fish/implicit/share/completions/import.fish:15 #: /tmp/fish/implicit/share/completions/mogrify.fish:27 msgid "Convert plain pixels to cipher pixels [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:15 #: /tmp/fish/implicit/share/completions/convert.fish:34 #: /tmp/fish/implicit/share/completions/display.fish:71 #: /tmp/fish/implicit/share/completions/identify.fish:11 #: /tmp/fish/implicit/share/completions/mogrify.fish:37 msgid "Colors within this distance are considered equal [distance]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:16 msgid "Emphasize pixel differences with this color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:20 msgid "De-emphasize pixel differences with this color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:21 msgid "Measure differences between images with this metric [type]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:23 msgid "Get the passphrase from this file [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:24 #: /tmp/fish/implicit/share/completions/display.fish:32 #: /tmp/fish/implicit/share/completions/montage.fish:44 msgid "Add, delete, or apply an image profile [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:25 #: /tmp/fish/implicit/share/completions/composite.fish:30 #: /tmp/fish/implicit/share/completions/convert.fish:55 #: /tmp/fish/implicit/share/completions/display.fish:33 #: /tmp/fish/implicit/share/completions/import.fish:31 #: /tmp/fish/implicit/share/completions/mogrify.fish:59 #: /tmp/fish/implicit/share/completions/montage.fish:45 msgid "JPEG/MIFF/PNG compression level [value]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:34 msgid "Search for subimage" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:36 #: /tmp/fish/implicit/share/completions/composite.fish:74 #: /tmp/fish/implicit/share/completions/import.fish:64 #: /tmp/fish/implicit/share/completions/montage.fish:90 msgid "Image type [type]" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:38 #: /tmp/fish/implicit/share/completions/composite.fish:83 #: /tmp/fish/implicit/share/completions/display.fish:94 #: /tmp/fish/implicit/share/completions/import.fish:68 #: /tmp/fish/implicit/share/completions/mdadm.fish:10 #: /tmp/fish/implicit/share/completions/montage.fish:104 #: /tmp/fish/implicit/share/completions/scanimage.fish:34 #: /tmp/fish/implicit/share/completions/stream.fish:33 #: /tmp/fish/implicit/share/completions/terraform.fish:1 #: /tmp/fish/implicit/share/completions/tokei.fish:8 msgid "Print version information" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:44 #: /tmp/fish/implicit/share/completions/composite.fish:39 #: /tmp/fish/implicit/share/completions/convert.fish:69 #: /tmp/fish/implicit/share/completions/import.fish:42 #: /tmp/fish/implicit/share/completions/mogrify.fish:72 #: /tmp/fish/implicit/share/completions/montage.fish:58 #: /tmp/fish/implicit/share/completions/stream.fish:24 msgid "Synchronize image to storage device" msgstr "" #: /tmp/fish/implicit/share/completions/compare.fish:45 #: /tmp/fish/implicit/share/completions/composite.fish:40 #: /tmp/fish/implicit/share/completions/convert.fish:70 #: /tmp/fish/implicit/share/completions/import.fish:43 #: /tmp/fish/implicit/share/completions/mogrify.fish:73 #: /tmp/fish/implicit/share/completions/montage.fish:59 #: /tmp/fish/implicit/share/completions/stream.fish:25 msgid "Declare the image as modified" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:1 msgid "Command to add completion to" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:2 msgid "Path to add completion to" msgstr "Path to add completion to" #: /tmp/fish/implicit/share/completions/complete.fish:3 msgid "POSIX-style short option to complete" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:4 msgid "GNU-style long option to complete" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:5 msgid "Old style long option to complete" msgstr "Old style long option to complete" #: /tmp/fish/implicit/share/completions/complete.fish:6 msgid "Don't use file completion" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:7 msgid "Require parameter" msgstr "Require parameter" #: /tmp/fish/implicit/share/completions/complete.fish:8 msgid "Require parameter and don't use file completion" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:9 msgid "Space-separated list of possible option arguments" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:10 msgid "Description of completion" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:11 msgid "Remove completion" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:13 msgid "Print completions for a commandline specified as a parameter" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:14 msgid "Completion only used if command has zero exit status" msgstr "" #: /tmp/fish/implicit/share/completions/complete.fish:15 msgid "Inherit completions from specified command" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:1 msgid "User script" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:2 msgid "Sets script timeout in seconds, or 0 for never." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:3 msgid "Sets the dev mode." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:4 msgid "Disables the dev mode." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:5 msgid "List scripts." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:6 msgid "Short information about Composer" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:7 msgid "Create an archive of this composer package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:8 #: /tmp/fish/implicit/share/completions/composer.fish:19 msgid "Opens the package's repository URL or homepage in your browser." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:9 msgid "Check that platform requirements are satisfied." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:10 msgid "Clears composer's internal package cache." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:12 msgid "Create new project from a package into given directory." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:13 msgid "Shows which packages depend on the given package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:14 msgid "Diagnoses the system to identify common errors." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:15 msgid "Dumps the autoloader" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:16 msgid "Executes a vendored binary/script." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:18 msgid "Displays help for a command" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:20 msgid "Creates a basic composer.json file in current directory." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:21 msgid "" "Installs the project dependencies from the composer.lock file if present, or " "falls back on the composer.json." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:22 msgid "Show information about licenses of dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:23 msgid "Lists commands" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:24 msgid "" "Shows a list of installed packages that have updates available, including " "their latest version." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:25 msgid "Shows which packages prevent the given package from being installed." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:26 msgid "Removes a package from the require or require-dev" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:27 msgid "Adds required packages to your composer.json and installs them" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:28 msgid "Run the scripts defined in composer.json." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:29 #: /tmp/fish/implicit/share/completions/npm.fish:34 msgid "Search for packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:30 msgid "Updates composer.phar to the latest version." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:31 msgid "Show information about packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:32 msgid "Show a list of locally modified packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:33 msgid "Shows package suggestions." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:34 msgid "" "Updates your dependencies to the latest version according to composer.json, " "and updates the composer.lock file." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:35 msgid "Validates a composer.json" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:36 msgid "Shows which packages cause the given package to be installed" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:37 msgid "Shows which packages prevent the given package from being installed" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:38 msgid "Format of the resulting archive: tar or zip" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:39 msgid "Write the archive to this directory" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:40 msgid "" "Write the archive with the given file name. Note that the format will be " "appended." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:41 msgid "Ignore filters when saving package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:42 msgid "Open the homepage instead of the repository URL." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:43 msgid "Only show the homepage or repository URL." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:44 msgid "Disables checking of require-dev packages requirements." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:45 msgid "Apply command to the global config file" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:46 msgid "Open editor" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:47 msgid "Affect auth config file (only used for --editor)" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:48 msgid "Unset the given setting-key" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:49 msgid "List configuration settings" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:50 msgid "If you want to choose a different composer.json or config.json" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:51 msgid "" "Returns absolute paths when fetching *-dir config values instead of relative" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:52 msgid "Minimum-stability allowed (unless a version is specified)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:53 #: /tmp/fish/implicit/share/completions/composer.fish:87 #: /tmp/fish/implicit/share/completions/composer.fish:127 #: /tmp/fish/implicit/share/completions/composer.fish:171 msgid "" "Forces installation from package sources when possible, including VCS " "information." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:54 #: /tmp/fish/implicit/share/completions/composer.fish:88 #: /tmp/fish/implicit/share/completions/composer.fish:128 #: /tmp/fish/implicit/share/completions/composer.fish:172 msgid "Forces installation from package dist even for dev versions." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:55 msgid "" "Pick a different repository (as url or json config) to look for the package." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:56 msgid "DEPRECATED: Use --repository instead." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:57 #: /tmp/fish/implicit/share/completions/composer.fish:90 #: /tmp/fish/implicit/share/completions/composer.fish:174 msgid "" "Enables installation of require-dev packages (enabled by default, only " "present for BC)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:58 #: /tmp/fish/implicit/share/completions/composer.fish:91 #: /tmp/fish/implicit/share/completions/composer.fish:175 msgid "Disables installation of require-dev packages." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:59 #: /tmp/fish/implicit/share/completions/composer.fish:92 #: /tmp/fish/implicit/share/completions/composer.fish:177 msgid "DEPRECATED: Use no-plugins instead." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:60 msgid "" "Whether to prevent execution of all defined scripts in the root package." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:61 #: /tmp/fish/implicit/share/completions/composer.fish:95 #: /tmp/fish/implicit/share/completions/composer.fish:116 #: /tmp/fish/implicit/share/completions/composer.fish:129 #: /tmp/fish/implicit/share/completions/composer.fish:147 #: /tmp/fish/implicit/share/completions/composer.fish:180 msgid "Do not output download progress." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:62 msgid "" "Disable the secure-http config option temporarily while installing the root " "package. Use at your own risk. Using this flag is a bad idea." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:63 msgid "Whether to prevent deleting the vcs folder." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:64 msgid "Whether to force deletion of the vcs folder without prompting." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:65 msgid "Whether to skip installation of the package dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:66 #: /tmp/fish/implicit/share/completions/composer.fish:100 #: /tmp/fish/implicit/share/completions/composer.fish:122 #: /tmp/fish/implicit/share/completions/composer.fish:136 #: /tmp/fish/implicit/share/completions/composer.fish:188 msgid "Ignore platform requirements (php & ext- packages)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:67 #: /tmp/fish/implicit/share/completions/composer.fish:113 msgid "Recursively resolves up to the root package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:68 #: /tmp/fish/implicit/share/completions/composer.fish:114 msgid "Prints the results as a nested tree" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:69 #: /tmp/fish/implicit/share/completions/composer.fish:94 #: /tmp/fish/implicit/share/completions/composer.fish:118 #: /tmp/fish/implicit/share/completions/composer.fish:132 #: /tmp/fish/implicit/share/completions/composer.fish:179 msgid "Skips the execution of all scripts defined in composer.json file." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:70 msgid "" "Optimizes PSR0 and PSR4 packages to be loaded with classmaps too, good for " "production." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:72 #: /tmp/fish/implicit/share/completions/composer.fish:99 #: /tmp/fish/implicit/share/completions/composer.fish:125 #: /tmp/fish/implicit/share/completions/composer.fish:142 #: /tmp/fish/implicit/share/completions/composer.fish:187 msgid "Use APCu to cache found/not-found classes." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:73 msgid "Disables autoload-dev rules." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:74 msgid "To output help as XML" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:75 #: /tmp/fish/implicit/share/completions/composer.fish:105 msgid "The output format (txt, xml, json, or md)" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:76 msgid "To output raw command help" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:77 msgid "Name of the package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:78 msgid "Description of package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:79 msgid "Author name of package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:80 msgid "Type of package (e.g. library, project, metapackage, composer-plugin)" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:81 msgid "Homepage of package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:82 msgid "" "Package to require with a version constraint, e.g. foo/bar:1.0.0 or foo/" "bar=1.0.0 or \"foo/bar 1.0.0\"" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:83 msgid "" "Package to require for development with a version constraint, e.g. foo/" "bar:1.0.0 or foo/bar=1.0.0 or \"foo/bar 1.0.0\"" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:84 msgid "Minimum stability (empty or one of: stable, RC, beta, alpha, dev)" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:85 msgid "License of package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:86 msgid "Add custom repositories, either by URL or using JSON arrays" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:89 #: /tmp/fish/implicit/share/completions/composer.fish:173 msgid "" "Outputs the operations but will not execute anything (implicitly enables --" "verbose)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:93 #: /tmp/fish/implicit/share/completions/composer.fish:178 msgid "Skips autoloader generation" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:96 #: /tmp/fish/implicit/share/completions/composer.fish:130 #: /tmp/fish/implicit/share/completions/composer.fish:181 msgid "Do not show package suggestions." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:97 #: /tmp/fish/implicit/share/completions/composer.fish:123 #: /tmp/fish/implicit/share/completions/composer.fish:140 msgid "Optimize autoloader during autoloader dump" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:101 #: /tmp/fish/implicit/share/completions/composer.fish:111 #: /tmp/fish/implicit/share/completions/composer.fish:167 msgid "Format of the output: text or json" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:102 msgid "Disables search in require-dev packages." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:103 msgid "To output list as XML" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:104 msgid "To output raw command list" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:107 msgid "Show all installed packages with their latest versions" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:108 #: /tmp/fish/implicit/share/completions/composer.fish:165 msgid "Shows only packages that are directly required by the root package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:109 #: /tmp/fish/implicit/share/completions/composer.fish:166 msgid "Return a non-zero exit code when there are outdated packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:110 #: /tmp/fish/implicit/share/completions/composer.fish:164 msgid "" "Show only packages that have minor SemVer-compatible updates. Use with the --" "outdated option." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:112 #: /tmp/fish/implicit/share/completions/composer.fish:163 msgid "" "Ignore specified package(s). Use it with the --outdated option if you don't " "want to be informed about new versions of some packages." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:115 msgid "Removes a package from the require-dev section." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:117 #: /tmp/fish/implicit/share/completions/composer.fish:131 msgid "Disables the automatic update of the dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:119 #: /tmp/fish/implicit/share/completions/composer.fish:133 msgid "Run the dependency update with the --no-dev option." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:120 msgid "" "Allows inherited dependencies to be updated with explicit dependencies. " "(Deprecrated, is now default behavior)" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:121 msgid "" "Does not allow inherited dependencies to be updated with explicit " "dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:126 msgid "Add requirement to require-dev." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:134 msgid "" "Allows inherited dependencies to be updated, except those that are root " "requirements." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:135 msgid "" "Allows all inherited dependencies to be updated, including those that are " "root requirements." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:137 #: /tmp/fish/implicit/share/completions/composer.fish:189 msgid "Prefer stable versions of dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:138 #: /tmp/fish/implicit/share/completions/composer.fish:190 msgid "Prefer lowest versions of dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:139 msgid "Sorts packages when adding/updating a new dependency" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:143 msgid "Search only in name" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:144 msgid "Search for a specific package type" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:145 msgid "Revert to an older installation of composer" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:146 msgid "" "Delete old backups during an update. This makes the current version of " "composer the only backup available after the update" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:148 msgid "Prompt user for a key update" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:149 msgid "Force an update to the stable channel" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:150 msgid "Force an update to the preview channel" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:151 msgid "Force an update to the snapshot channel" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:152 msgid "Only store the channel as the default one and then exit" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:153 #: /tmp/fish/implicit/share/completions/yum.fish:26 msgid "List all packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:154 msgid "List installed packages only (enabled by default, only present for BC)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:155 msgid "List platform packages only" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:157 msgid "Show the root package information" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:158 msgid "List package names only" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:159 msgid "Show package paths" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:160 msgid "List the dependencies as a tree" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:161 msgid "Show the latest version" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:162 msgid "Show the latest version but only for packages that are outdated" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:168 msgid "Groups output by suggesting package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:169 msgid "Groups output by suggested package" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:170 msgid "Exclude suggestions from require-dev packages" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:176 msgid "" "Only updates the lock file hash to suppress warning about the lock file " "being out of date." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:182 msgid "" "Add also dependencies of whitelisted packages to the whitelist, except those " "defined in root package." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:183 msgid "" "Add also all dependencies of whitelisted packages to the whitelist, " "including those defined in root package." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:184 msgid "" "Shows more details including new commits pulled in when updating packages." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:185 msgid "Optimize autoloader during autoloader dump." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:191 msgid "" "Interactive interface with autocompletion to select the packages to update." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:192 msgid "Restricts the update to your first degree dependencies." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:193 msgid "Do not validate requires for overly strict/loose constraints" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:194 msgid "Do not check if lock file is up to date" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:195 msgid "Do not check for publish errors" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:196 msgid "Also validate the composer.json of all installed dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:197 msgid "Return a non-zero exit code for warnings as well as errors" msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:198 msgid "Displays composer's help." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:199 msgid "Do not output any message." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:200 msgid "" "Increase the verbosity of messages: 1 for normal output (-v), 2 for more " "verbose output (-vv) and 3 for debug (-vvv)." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:201 msgid "Display composer's application version." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:202 msgid "Force ANSI output." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:203 msgid "Disable ANSI output." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:204 msgid "Do not ask any interactive question." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:205 msgid "Display timing and memory usage information." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:206 msgid "Whether to disable plugins." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:207 msgid "If specified, use the given directory as working directory." msgstr "" #: /tmp/fish/implicit/share/completions/composer.fish:208 msgid "Prevent use of the cache." msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:1 #: /tmp/fish/implicit/share/completions/convert.fish:2 #: /tmp/fish/implicit/share/completions/mogrify.fish:2 #: /tmp/fish/implicit/share/completions/montage.fish:2 msgid "Affine transform matrix [matrix]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:4 #: /tmp/fish/implicit/share/completions/convert.fish:10 #: /tmp/fish/implicit/share/completions/mogrify.fish:8 #: /tmp/fish/implicit/share/completions/montage.fish:5 msgid "Chromaticity blue primary point [point]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:7 #: /tmp/fish/implicit/share/completions/convert.fish:16 #: /tmp/fish/implicit/share/completions/display.fish:8 #: /tmp/fish/implicit/share/completions/import.fish:5 #: /tmp/fish/implicit/share/completions/mogrify.fish:15 #: /tmp/fish/implicit/share/completions/montage.fish:11 msgid "Annotate image with comment [string]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:8 #: /tmp/fish/implicit/share/completions/montage.fish:12 msgid "Composite operator [operator]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:13 #: /tmp/fish/implicit/share/completions/convert.fish:24 #: /tmp/fish/implicit/share/completions/mogrify.fish:24 msgid "Get image or font from this X server [server]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:16 #: /tmp/fish/implicit/share/completions/convert.fish:27 #: /tmp/fish/implicit/share/completions/import.fish:17 #: /tmp/fish/implicit/share/completions/mogrify.fish:28 #: /tmp/fish/implicit/share/completions/montage.fish:21 msgid "Encoding type [type text]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:17 #: /tmp/fish/implicit/share/completions/convert.fish:28 #: /tmp/fish/implicit/share/completions/display.fish:17 #: /tmp/fish/implicit/share/completions/import.fish:16 #: /tmp/fish/implicit/share/completions/mogrify.fish:29 #: /tmp/fish/implicit/share/completions/montage.fish:22 msgid "Endianness (MSB or LSB) of the image [type]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:19 #: /tmp/fish/implicit/share/completions/convert.fish:32 #: /tmp/fish/implicit/share/completions/mogrify.fish:34 #: /tmp/fish/implicit/share/completions/montage.fish:26 msgid "Render text with this font [name]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:21 msgid "Which direction to gravitate towards [type]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:22 #: /tmp/fish/implicit/share/completions/convert.fish:36 #: /tmp/fish/implicit/share/completions/mogrify.fish:39 #: /tmp/fish/implicit/share/completions/montage.fish:31 msgid "Chromaticity green primary point [point]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:25 #: /tmp/fish/implicit/share/completions/convert.fish:43 #: /tmp/fish/implicit/share/completions/display.fish:26 #: /tmp/fish/implicit/share/completions/import.fish:25 #: /tmp/fish/implicit/share/completions/mogrify.fish:44 #: /tmp/fish/implicit/share/completions/montage.fish:36 msgid "Assign a label to an image [string]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:29 #: /tmp/fish/implicit/share/completions/convert.fish:52 #: /tmp/fish/implicit/share/completions/import.fish:30 #: /tmp/fish/implicit/share/completions/mogrify.fish:57 #: /tmp/fish/implicit/share/completions/montage.fish:43 msgid "Font point size [value]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:32 #: /tmp/fish/implicit/share/completions/convert.fish:57 #: /tmp/fish/implicit/share/completions/mogrify.fish:61 #: /tmp/fish/implicit/share/completions/montage.fish:48 msgid "Chromaticity red primary point [point]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:36 #: /tmp/fish/implicit/share/completions/convert.fish:62 #: /tmp/fish/implicit/share/completions/import.fish:36 #: /tmp/fish/implicit/share/completions/mogrify.fish:64 msgid "Image scene number [value]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:43 msgid "Repeat composite operation across and down image" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:44 #: /tmp/fish/implicit/share/completions/convert.fish:76 #: /tmp/fish/implicit/share/completions/identify.fish:27 #: /tmp/fish/implicit/share/completions/mogrify.fish:79 #: /tmp/fish/implicit/share/completions/montage.fish:67 msgid "The units of image resolution [type]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:47 #: /tmp/fish/implicit/share/completions/convert.fish:81 #: /tmp/fish/implicit/share/completions/mogrify.fish:84 #: /tmp/fish/implicit/share/completions/montage.fish:70 msgid "Chromaticity white point [point]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:48 msgid "Blend images [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:49 #: /tmp/fish/implicit/share/completions/convert.fish:93 #: /tmp/fish/implicit/share/completions/display.fish:55 #: /tmp/fish/implicit/share/completions/mogrify.fish:92 #: /tmp/fish/implicit/share/completions/montage.fish:74 msgid "Surround image with a border of color [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:50 #: /tmp/fish/implicit/share/completions/convert.fish:11 #: /tmp/fish/implicit/share/completions/mogrify.fish:9 #: /tmp/fish/implicit/share/completions/montage.fish:6 msgid "Border color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:53 msgid "Shift lookup according to a relative displacement map [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:54 msgid "Dissolve the two images a given percent [value]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:55 msgid "Shift lookup according to a absolute distortion map [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:58 msgid "Location of the composite image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:61 #: /tmp/fish/implicit/share/completions/import.fish:55 msgid "Replace every pixel with its complementary color " msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:62 msgid "Add ICM or IPTC information profile to image [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:67 #: /tmp/fish/implicit/share/completions/composite.fish:75 #: /tmp/fish/implicit/share/completions/display.fish:83 #: /tmp/fish/implicit/share/completions/montage.fish:91 msgid "Sharpen the image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:68 msgid "Shave pixels from the image edges [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:69 msgid "Offset hide watermark within an image" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:70 msgid "Combine two image to create a stereo anaglyph [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:73 #: /tmp/fish/implicit/share/completions/montage.fish:87 msgid "Affine transform image" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:76 msgid "Percent brightness and saturation of a watermark [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:77 msgid "Write images to this file [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/composite.fish:78 #: /tmp/fish/implicit/share/completions/montage.fish:99 msgid "Swap two images in the image sequence [indexes]" msgstr "" #: /tmp/fish/implicit/share/completions/configure.fish:4 msgid "Cache test results in specified file" msgstr "" #: /tmp/fish/implicit/share/completions/configure.fish:5 msgid "Cache test results in file config.cache" msgstr "Cache test results in file config.cache" #: /tmp/fish/implicit/share/completions/configure.fish:6 msgid "Do not create output files" msgstr "Do not create output files" #: /tmp/fish/implicit/share/completions/configure.fish:7 msgid "Set source directory" msgstr "" #: /tmp/fish/implicit/share/completions/configure.fish:8 msgid "Architecture-independent install directory" msgstr "Architecture-independent install directory" #: /tmp/fish/implicit/share/completions/configure.fish:9 msgid "Architecture-dependent install directory" msgstr "Architecture-dependent install directory" #: /tmp/fish/implicit/share/completions/configure.fish:10 msgid "Configure for building on BUILD" msgstr "" #: /tmp/fish/implicit/share/completions/configure.fish:11 msgid "Cross-compile to build programs to run on HOST" msgstr "Cross-compile to build programs to run on HOST" #: /tmp/fish/implicit/share/completions/configure.fish:12 msgid "Configure for building compilers for TARGET" msgstr "Configure for building compilers for TARGET" #: /tmp/fish/implicit/share/completions/connmanctl.fish:1 msgid "Shows if the system is online or offline" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:2 msgid "Display technologies" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:3 msgid "Get System Clock Properties" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:4 msgid "Enables given technology or offline mode" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:5 msgid "Disables given technology or offline mode" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:6 msgid "Enable, disable tethering, set SSID and passphrase for wifi" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:7 msgid "Display services" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:8 msgid "Display peers" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:9 msgid "Scans for new services for given technology" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:10 msgid "Connect a given service or peer" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:11 msgid "Disconnect a given service or peer" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:12 msgid "Set service configuration options" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:13 msgid "Monitor signals from interfaces" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:14 msgid "Display VPN connections" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:15 msgid "Enable or disable a session" msgstr "" #: /tmp/fish/implicit/share/completions/connmanctl.fish:16 msgid "(Un)Register a Peer Service" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:1 #: /tmp/fish/implicit/share/completions/import.fish:1 #: /tmp/fish/implicit/share/completions/mogrify.fish:1 #: /tmp/fish/implicit/share/completions/montage.fish:1 msgid "Join images into a single multi-image file" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:3 msgid "Activate, deactivate, reset, or set the alpha channel [option]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:4 #: /tmp/fish/implicit/share/completions/display.fish:2 #: /tmp/fish/implicit/share/completions/identify.fish:1 #: /tmp/fish/implicit/share/completions/mogrify.fish:3 msgid "Remove pixel-aliasing " msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:6 msgid "Lessen (or intensify) when adding noise to an image [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:7 #: /tmp/fish/implicit/share/completions/mogrify.fish:5 msgid "Background color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:8 #: /tmp/fish/implicit/share/completions/mogrify.fish:6 msgid "Add bias when convolving an image [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:9 #: /tmp/fish/implicit/share/completions/mogrify.fish:7 msgid "Use black point compensation" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:12 #: /tmp/fish/implicit/share/completions/mogrify.fish:10 #: /tmp/fish/implicit/share/completions/montage.fish:7 msgid "Assign a caption to an image [string]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:23 #: /tmp/fish/implicit/share/completions/mogrify.fish:23 msgid "Render text right-to-left or left-to-right [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:29 #: /tmp/fish/implicit/share/completions/mogrify.fish:30 msgid "Render text with this font family [name]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:30 #: /tmp/fish/implicit/share/completions/mogrify.fish:31 #: /tmp/fish/implicit/share/completions/montage.fish:24 msgid "Color to use when filling a graphic primitive [color]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:35 #: /tmp/fish/implicit/share/completions/mogrify.fish:38 msgid "Horizontal and vertical text placement [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:37 #: /tmp/fish/implicit/share/completions/mogrify.fish:40 msgid "Type of rendering intent when managing the image color [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:39 msgid "Set the space between two text lines [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:41 msgid "Set the space between two words [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:42 #: /tmp/fish/implicit/share/completions/mogrify.fish:43 #: /tmp/fish/implicit/share/completions/montage.fish:35 msgid "Set the space between two letters [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:45 #: /tmp/fish/implicit/share/completions/mogrify.fish:46 msgid "Add Netscape loop extension to your GIF animation [iterations]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:46 #: /tmp/fish/implicit/share/completions/mogrify.fish:47 msgid "Associate a mask with the image [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:47 #: /tmp/fish/implicit/share/completions/mogrify.fish:49 #: /tmp/fish/implicit/share/completions/montage.fish:38 msgid "Frame color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:49 #: /tmp/fish/implicit/share/completions/mogrify.fish:52 msgid "Image orientation [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:51 #: /tmp/fish/implicit/share/completions/identify.fish:18 #: /tmp/fish/implicit/share/completions/mogrify.fish:56 msgid "Efficiently determine image attributes" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:53 msgid "Maximum number of significant digits to print [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:54 #: /tmp/fish/implicit/share/completions/mogrify.fish:58 msgid "Image preview type [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:59 msgid "Transform image colors to match this set of colors [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:65 #: /tmp/fish/implicit/share/completions/mogrify.fish:67 msgid "Render text with this font stretch [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:66 #: /tmp/fish/implicit/share/completions/mogrify.fish:68 msgid "Graphic primitive stroke color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:67 #: /tmp/fish/implicit/share/completions/mogrify.fish:69 msgid "Graphic primitive stroke width [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:68 #: /tmp/fish/implicit/share/completions/mogrify.fish:70 msgid "Render text with this font style [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:71 #: /tmp/fish/implicit/share/completions/display.fish:44 #: /tmp/fish/implicit/share/completions/mogrify.fish:74 #: /tmp/fish/implicit/share/completions/montage.fish:60 msgid "Name of texture to tile onto the image background [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:72 #: /tmp/fish/implicit/share/completions/mogrify.fish:75 msgid "Tile offset [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:75 #: /tmp/fish/implicit/share/completions/mogrify.fish:78 msgid "Annotation bounding box color [color]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:78 #: /tmp/fish/implicit/share/completions/mogrify.fish:81 msgid "FlashPix viewing transforms" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:80 #: /tmp/fish/implicit/share/completions/mogrify.fish:83 msgid "Render text with this font weight [type]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:82 #: /tmp/fish/implicit/share/completions/mogrify.fish:85 msgid "Adaptively blur pixels; decrease effect near edges [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:83 msgid "Adaptively resize image using 'mesh' interpolation [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:84 #: /tmp/fish/implicit/share/completions/mogrify.fish:87 msgid "Adaptively sharpen pixels; increase effect near edges [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:85 #: /tmp/fish/implicit/share/completions/import.fish:49 #: /tmp/fish/implicit/share/completions/mogrify.fish:88 #: /tmp/fish/implicit/share/completions/montage.fish:107 msgid "Annotate the image with text [geometry text]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:86 msgid "Automagically adjust gamma level of image" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:87 msgid "Automagically adjust color levels of image" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:88 msgid "Automagically orient (rotate) image" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:89 msgid "Measure performance [iterations]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:90 #: /tmp/fish/implicit/share/completions/mogrify.fish:90 msgid "Force all pixels below the threshold into black [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:91 msgid "Simulate a scene at nighttime in the moonlight [factor]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:92 #: /tmp/fish/implicit/share/completions/mogrify.fish:91 #: /tmp/fish/implicit/share/completions/montage.fish:73 msgid "Reduce image noise and reduce detail levels [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:94 msgid "Improve brightness / contrast of the image [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:95 #: /tmp/fish/implicit/share/completions/mogrify.fish:11 msgid "Color correct with a color decision list [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:96 #: /tmp/fish/implicit/share/completions/mogrify.fish:93 msgid "Simulate a charcoal drawing [radius]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:97 #: /tmp/fish/implicit/share/completions/mogrify.fish:94 msgid "Remove pixels from the image interior [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:98 msgid "Restrict pixel range from 0 to the quantum depth" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:99 #: /tmp/fish/implicit/share/completions/display.fish:56 #: /tmp/fish/implicit/share/completions/mogrify.fish:95 msgid "Clip along the first path from the 8BIM profile" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:100 #: /tmp/fish/implicit/share/completions/mogrify.fish:96 msgid "Associate a clip mask with the image [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:101 #: /tmp/fish/implicit/share/completions/display.fish:57 #: /tmp/fish/implicit/share/completions/mogrify.fish:97 msgid "Clip along a named path from the 8BIM profile [id]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:102 #: /tmp/fish/implicit/share/completions/mogrify.fish:98 msgid "Colorize the image with the fill color [value]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:103 #: /tmp/fish/implicit/share/completions/mogrify.fish:99 msgid "Apply color correction to the image [matrix]" msgstr "" #: /tmp/fish/implicit/share/completions/convert.fish:104 #: /tmp/fish/implicit/share/completions/display.fish:59 #: /tmp/fish/implicit/share/completions/mogrify.fish:100 msgid "Enhance or reduce the image contrast" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:1 msgid "List available coredumps" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:2 msgid "Show detailed information about coredump(s)" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:3 msgid "Print first matching coredump to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:4 msgid "Start a debugger for the first matching coredump" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:6 msgid "Print version string" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:8 msgid "Do not print the column headers" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:9 msgid "Use the given DEBUGGER" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:10 msgid "Show information about most recent entry only" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:11 msgid "Only print coredumps since the DATE" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:12 msgid "Only print coredumps until the DATE" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:13 msgid "Show the newest entries first" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:14 msgid "List all values a certain FIELD takes" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:15 msgid "Write output to FILE" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:16 msgid "Use journal FILE" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:17 msgid "Use journal files from DIRECTORY" msgstr "" #: /tmp/fish/implicit/share/completions/coredumpctl.fish:18 msgid "Do not show info messages and privilege warning" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:1 #: /tmp/fish/implicit/share/completions/cowthink.fish:1 msgid "Specify eye string" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:2 #: /tmp/fish/implicit/share/completions/cowthink.fish:2 msgid "Specify cow file" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:4 #: /tmp/fish/implicit/share/completions/cowthink.fish:4 msgid "List all cowfiles" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:5 #: /tmp/fish/implicit/share/completions/cowthink.fish:5 msgid "No word wrapping" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:6 #: /tmp/fish/implicit/share/completions/cowthink.fish:6 msgid "Specify tongue string" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:7 #: /tmp/fish/implicit/share/completions/cowthink.fish:7 msgid "Column width" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:8 #: /tmp/fish/implicit/share/completions/cowthink.fish:8 msgid "Borg cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:9 #: /tmp/fish/implicit/share/completions/cowthink.fish:9 msgid "Dead cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:10 #: /tmp/fish/implicit/share/completions/cowthink.fish:10 msgid "Greedy cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:11 #: /tmp/fish/implicit/share/completions/cowthink.fish:11 msgid "Paranoid cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:12 #: /tmp/fish/implicit/share/completions/cowthink.fish:12 msgid "Stoned cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:13 #: /tmp/fish/implicit/share/completions/cowthink.fish:13 msgid "Tired cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:14 #: /tmp/fish/implicit/share/completions/cowthink.fish:14 msgid "Wired cow" msgstr "" #: /tmp/fish/implicit/share/completions/cowsay.fish:15 #: /tmp/fish/implicit/share/completions/cowthink.fish:15 msgid "Young cow" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:1 msgid "Same as -dpR" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:2 msgid "Make backup of each existing destination file" msgstr "Make backup of each existing destination file" #: /tmp/fish/implicit/share/completions/cp.fish:3 msgid "Copy contents of special files when recursive" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:4 msgid "Same as --no-dereference --preserve=link" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:5 msgid "Do not prompt before overwriting" msgstr "Do not prompt before overwriting" #: /tmp/fish/implicit/share/completions/cp.fish:6 #: /tmp/fish/implicit/share/completions/cp.fish:36 #: /tmp/fish/implicit/share/completions/gio.fish:24 #: /tmp/fish/implicit/share/functions/__fish_complete_gpg.fish:136 msgid "Prompt before overwrite" msgstr "Prompt before overwrite" #: /tmp/fish/implicit/share/completions/cp.fish:7 msgid "Follow command-line symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:8 msgid "Link files instead of copying" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:9 msgid "Remove trailing slashes from source" msgstr "Remove trailing slashes from source" #: /tmp/fish/implicit/share/completions/cp.fish:10 msgid "Backup suffix" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:11 msgid "Target directory" msgstr "Target directory" #: /tmp/fish/implicit/share/completions/cp.fish:12 msgid "Do not overwrite newer files" msgstr "Do not overwrite newer files" #: /tmp/fish/implicit/share/completions/cp.fish:16 msgid "Always follow symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:17 #: /tmp/fish/implicit/share/completions/gio.fish:31 msgid "Never follow symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:18 msgid "Same as --preserve=mode,ownership,timestamps" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:19 msgid "Preserve ATTRIBUTES if possible" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:20 msgid "Don't preserve ATTRIBUTES" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:21 msgid "Use full source file name under DIRECTORY" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:22 #: /tmp/fish/implicit/share/completions/cp.fish:29 #: /tmp/fish/implicit/share/completions/cp.fish:31 msgid "Copy directories recursively" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:23 msgid "First remove existing destination files" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:24 msgid "Control creation of sparse files" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:25 msgid "Make symbolic links instead of copying" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:26 #: /tmp/fish/implicit/share/completions/mv.fish:9 msgid "Treat DEST as a normal file" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:27 msgid "Stay on this file system" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:28 msgid "Set SELinux context of copy to CONTEXT" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:30 msgid "Like -r, but replicating pipes instead of reading pipes" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:32 msgid "-R: Follow symlink arguments" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:33 msgid "-R: Follow all symlinks" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:34 msgid "-R: Don't follow symlinks (default)" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:35 msgid "Don't confirm to overwrite" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:37 msgid "Preserve attributes of source" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:38 msgid "Print filenames as they're copied" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:39 msgid "Archive mode (-pPR)" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:40 msgid "Clone using clonefile(2)" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:41 msgid "Omit xattrs, resource forks" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:42 msgid "Hard link instead of copying" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:43 msgid "Don't copy file flags" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:44 #: /tmp/fish/implicit/share/completions/rm.fish:17 msgid "Don't traverse mount points" msgstr "" #: /tmp/fish/implicit/share/completions/cp.fish:45 msgid "Symlink instead of copying" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:2 #: /tmp/fish/implicit/share/completions/dhclient.fish:21 #: /tmp/fish/implicit/share/completions/nmap.fish:115 msgid "Print version number" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:3 msgid "Channel number" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:4 msgid "WPA version to use" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:5 msgid "Disable Internet sharing" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:6 msgid "Method for Internet sharing" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:7 msgid "Use 64 hex digits pre-shared-key" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:8 msgid "Make the Access Point hidden" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:9 msgid "Enable MAC address filtering" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:10 msgid "Location of MAC address filter list" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:11 msgid "Redirect every web request to localhost" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:12 msgid "Hostapd debug level" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:13 msgid "Disable communication between clients" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:14 msgid "Enable IEEE 802.11n" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:15 msgid "Enable IEEE 802.11ac" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:16 msgid "HT capabilities" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:17 msgid "VHT capabilities" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:18 msgid "Set two-letter country code" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:19 msgid "Set frequency band" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:20 msgid "Choose your WiFi adapter driver" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:21 msgid "Do not create virtual interface" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:22 msgid "Do not run 'haveged' automatically when needed" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:23 msgid "Fix NetworkManager showing interface as unmanaged" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:24 msgid "Set MAC address" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:25 msgid "Set DNS returned by DHCP" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:26 msgid "Run create_ap in the background" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:27 msgid "Save daemon PID to file" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:28 msgid "Save daemon messages to file" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:29 msgid "Send stop command to an already running create_ap" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:30 msgid "Show already running create_ap processes" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:31 msgid "List clients connected to create_ap instance with given pid" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:32 msgid "Store configs in file" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:33 msgid "Load configs from file" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:34 msgid "Disable dnsmasq DNS server" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:35 msgid "Disable dnsmasq server completely" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:36 msgid "IPv4 Gateway for the Access Point" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:37 msgid "DNS server will consider /etc/hosts" msgstr "" #: /tmp/fish/implicit/share/completions/create_ap.fish:38 msgid "DNS server will consider additional hosts file" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:1 msgid "Default tablespace for the database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:2 #: /tmp/fish/implicit/share/completions/dropdb.fish:1 msgid "Show the commands being sent to the server" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:3 msgid "Encoding for the database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:4 msgid "Locale settings for the database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:5 msgid "LC_COLLATE setting for the database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:6 msgid "LC_CTYPE setting for the database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:7 msgid "Database user to own the new database" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:8 msgid "Template database to copy" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:9 #: /tmp/fish/implicit/share/completions/dropdb.fish:3 #: /tmp/fish/implicit/share/completions/pg_dump.fish:5 #: /tmp/fish/implicit/share/completions/pg_dumpall.fish:3 #: /tmp/fish/implicit/share/completions/pg_restore.fish:6 #: /tmp/fish/implicit/share/completions/psql.fish:9 msgid "Output version information, then exit" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:10 #: /tmp/fish/implicit/share/completions/dropdb.fish:5 #: /tmp/fish/implicit/share/completions/pg_restore.fish:7 msgid "Show help, then exit" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:11 #: /tmp/fish/implicit/share/completions/dropdb.fish:6 #: /tmp/fish/implicit/share/completions/pg_dump.fish:48 #: /tmp/fish/implicit/share/completions/pg_dumpall.fish:35 #: /tmp/fish/implicit/share/completions/pg_restore.fish:37 #: /tmp/fish/implicit/share/completions/psql.fish:29 msgid "Database server host or socket directory" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:12 #: /tmp/fish/implicit/share/completions/dropdb.fish:7 #: /tmp/fish/implicit/share/completions/psql.fish:30 msgid "Database server port" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:13 #: /tmp/fish/implicit/share/completions/dropdb.fish:8 msgid "User name to connect as" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:14 #: /tmp/fish/implicit/share/completions/dropdb.fish:9 #: /tmp/fish/implicit/share/completions/pg_dump.fish:51 #: /tmp/fish/implicit/share/completions/pg_dumpall.fish:39 #: /tmp/fish/implicit/share/completions/pg_restore.fish:40 #: /tmp/fish/implicit/share/completions/psql.fish:32 msgid "Never prompt for password" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:15 #: /tmp/fish/implicit/share/completions/dropdb.fish:10 msgid "Force password prompt" msgstr "" #: /tmp/fish/implicit/share/completions/createdb.fish:16 #: /tmp/fish/implicit/share/completions/dropdb.fish:11 msgid "Alternate maintenance database" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:1 msgid "Override device autodetection of dm device to be reencrypted" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:2 msgid "Align payload at sector boundaries - for luksFormat" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:3 msgid "Allow discards (aka TRIM) requests for device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:4 msgid "Do not ask for confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:5 msgid "The cipher used to encrypt the disk (see /proc/crypto)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:6 msgid "Show debug messages" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:7 msgid "Show debug messages including JSON metadata" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:8 msgid "Decrypt LUKS2 device (remove encryption)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:9 msgid "Device removal is deferred until the last user closes it" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:10 msgid "Use only specified device size (ignore rest of device) DANGEROUS!" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:11 msgid "Disable loading volume keys via kernel keyring" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:12 msgid "Disable locking of on-disk metadata" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:13 msgid "Dump volume (master) key instead of keyslots info" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:14 msgid "Encrypt LUKS2 device (in-place encryption)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:15 msgid "Disable password quality check (if enabled)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:16 msgid "The hash used to create the encryption key from the passphrase" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:17 msgid "Device or file with separated LUKS header" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:18 msgid "File with LUKS header and keyslots backup" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:20 msgid "Maximal reencryption hotzone size" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:21 msgid "Initialize LUKS2 reencryption in metadata only" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:22 msgid "Data integrity algorithm (LUKS2 only)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:23 msgid "Use inefficient legacy padding (old kernels)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:24 msgid "Disable journal for integrity device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:25 msgid "Do not wipe device after format" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:26 msgid "PBKDF iteration time for LUKS (in ms)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:27 msgid "Read or write the json from or to a file" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:28 msgid "Key description" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:29 msgid "Read the key from a file" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:30 msgid "The size of the encryption key" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:31 msgid "Slot number for new key (default is first free)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:32 msgid "Number of bytes to skip in keyfile" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:33 msgid "Limits the read from keyfile" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:34 msgid "LUKS2 keyslot: The cipher used for keyslot encryption" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:35 msgid "LUKS2 keyslot: The size of the encryption key" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:36 msgid "Set label for the LUKS2 device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:37 msgid "LUKS2 header keyslots area size" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:38 msgid "LUKS2 header metadata area size" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:39 msgid "Read the volume (master) key from file" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:40 msgid "Number of bytes to skip in newly added keyfile" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:41 msgid "Limits the read from newly added keyfile" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:42 msgid "The start offset in the backend device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:43 msgid "PBKDF algorithm (for LUKS2): argon2i, argon2id, pbkdf2" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:44 msgid "PBKDF iterations cost (forced, disables benchmark)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:45 msgid "PBKDF memory cost limit" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:46 msgid "PBKDF parallel cost" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:47 msgid "Use dm-crypt same_cpu_crypt performance compatibility option" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:48 msgid "Use dm-crypt submit_from_crypt_cpus performance compatibility option" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:49 msgid "Set activation flags persistent for device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:50 msgid "Keyslot priority: ignore, normal, prefer" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:51 msgid "Progress line update (in seconds)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:52 msgid "Create a readonly mapping" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:53 msgid "Reduce data device size (move data offset) DANGEROUS!" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:54 msgid "Refresh (reactivate) device with new parameters" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:55 msgid "Reencryption hotzone resilience type (checksum,journal,none)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:56 msgid "Reencryption hotzone checksums hash" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:57 msgid "Resume initialized LUKS2 reencryption only" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:58 msgid "Encryption sector size (default: 512 bytes)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:59 msgid "Use global lock to serialize memory hard PBKDF (OOM workaround)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:60 msgid "Share device with another non-overlapping crypt segment" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:61 msgid "The size of the device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:62 msgid "How many sectors of the encrypted data to skip at the beginning" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:63 msgid "Set subsystem label for the LUKS2 device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:64 msgid "Use backup (secondary) TCRYPT header" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:65 msgid "Use hidden header (hidden TCRYPT device)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:66 msgid "Device is system TCRYPT drive (with bootloader)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:67 msgid "Do not activate device, just check passphrase" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:68 msgid "Timeout for interactive passphrase prompt (in seconds)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:69 msgid "Token number (default: any)" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:70 msgid "Do not ask for passphrase if activation by token fails" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:71 msgid "How often the input of the passphrase can be retried" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:72 msgid "" "Type of device metadata: luks, luks1, luks2, plain, loopaes, tcrypt, bitlk" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:73 msgid "Create unbound (no assigned data segment) LUKS2 keyslot" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:74 msgid "Display brief usage" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:75 msgid "Use /dev/random for generating volume key" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:76 msgid "Use /dev/urandom for generating volume key" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:77 msgid "UUID for device to use" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:78 msgid "Scan also for VeraCrypt compatible device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:79 msgid "Personal Iteration Multiplier for VeraCrypt compatible device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:80 msgid "Query Personal Iteration Multiplier for VeraCrypt compatible device" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:81 msgid "Shows more detailed error messages" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:82 msgid "Verifies the passphrase by asking for it twice" msgstr "" #: /tmp/fish/implicit/share/completions/cryptsetup.fish:83 #: /tmp/fish/implicit/share/completions/pygmentize.fish:15 msgid "Print package version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:1 msgid "Specifies the size of sections in the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:2 #: /tmp/fish/implicit/share/completions/fsharpc.fish:28 #: /tmp/fish/implicit/share/completions/fsharpi.fish:7 #: /tmp/fish/implicit/share/completions/python.fish:9 #: /tmp/fish/implicit/share/completions/python2.fish:7 #: /tmp/fish/implicit/share/completions/python3.fish:7 #: /tmp/fish/implicit/share/completions/vbc.fish:9 msgid "Enable optimizations" msgstr "Enable optimizations" #: /tmp/fish/implicit/share/completions/csc.fish:3 #: /tmp/fish/implicit/share/completions/vbc.fish:10 msgid "Disable optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:4 #: /tmp/fish/implicit/share/completions/vbc.fish:13 msgid "" "Causes the compiler to output an assembly whose binary content is identical " "across compilations if inputs are identical" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:5 msgid "" "Specifies an XML file where processed documentation comments are to be " "written" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:6 msgid "Specifies the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:7 msgid "Specify a mapping for source path names output by the compiler" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:8 msgid "Specifies the file name and location of the .pdb file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:9 msgid "Specify any platform as the output platform (default)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:10 msgid "Specify any platform as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:11 msgid "Specify ARM as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:12 msgid "Specify ARM64 as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:13 msgid "Specify AMD64 or EM64T as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:14 msgid "Specify x86 as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:15 msgid "Specify Itanium as the output platform" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:16 #: /tmp/fish/implicit/share/completions/vbc.fish:7 msgid "Specify a language for compiler output" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:17 msgid "Generate a reference assembly in addition to the primary assembly" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:18 msgid "Generate a reference assembly instead of a primary assembly" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:19 msgid "" "Specify .exe file for Windows 8.x Store apps as the format of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:20 msgid "Specify .exe file as the format of the output file (default)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:21 msgid "Specify code library as the format of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:22 msgid "Specify module as the format of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:23 msgid "Specify Windows program as the format of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:24 msgid "Specify intermediate .winmdobj file as the format of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:25 #: /tmp/fish/implicit/share/completions/vbc.fish:6 msgid "Specify the name of the source module" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:26 msgid "Specifies one or more modules to be part of this assembly" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:27 msgid "" "Instructs the compiler to add the public key but to leave the assembly " "unsigned" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:28 #: /tmp/fish/implicit/share/completions/vbc.fish:26 msgid "Disable -delaysign" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:29 msgid "Specifies the name of the cryptographic key container" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:30 msgid "Specifies the filename containing the cryptographic key" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:31 msgid "Specifies the location of assemblies referenced by means of -reference" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:32 msgid "" "Instructs the compiler not to import the standard library (mscorlib.dll)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:33 msgid "Disable -nostdlib" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:34 msgid "" "Apply a public key without signing the assembly, but set the bit in the " "assembly indicating the assembly is signed" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:35 msgid "Imports metadata from a file that contains an assembly" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:36 #: /tmp/fish/implicit/share/completions/vbc.fish:33 msgid "Run the analyzers from this assembly" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:37 #: /tmp/fish/implicit/share/completions/vbc.fish:34 msgid "" "Names additional files that don't directly affect code generation but may be " "used by analyzers for producing errors or warnings" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:38 msgid "Embed all source files in the PDB" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:39 msgid "Embed specific files in the PDB" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:40 #: /tmp/fish/implicit/share/completions/vbc.fish:35 msgid "" "Creates a file that contains information that makes it easy to report a bug" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:41 msgid "" "Specifies whether integer arithmetic that overflows the bounds of the data " "type will cause an exception at run time" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:42 msgid "Disable -checked" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:43 #: /tmp/fish/implicit/share/completions/csc.fish:44 msgid "Instruct the compiler to emit debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:45 #: /tmp/fish/implicit/share/completions/vbc.fish:38 msgid "Disable -debug" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:46 msgid "Sets error reporting behavior" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:47 msgid "Specifies the absolute path to the file in compiler output" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:48 msgid "Suppresses the compiler's generation of specified warnings" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:49 msgid "Sets the warning level to " msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:50 msgid "Sets the warning level to (default)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:51 #: /tmp/fish/implicit/share/completions/vbc.fish:43 msgid "Promotes warnings to errors" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:52 #: /tmp/fish/implicit/share/completions/vbc.fish:44 msgid "Disable -warnaserror" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:53 #: /tmp/fish/implicit/share/completions/vbc.fish:45 msgid "Specify a ruleset file that disables specific diagnostics" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:54 msgid "Defines preprocessor symbols" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:55 msgid "" "Makes COM type information in specified assemblies available to the project" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:56 #: /tmp/fish/implicit/share/completions/vbc.fish:64 msgid "Creates a link to a managed resource" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:57 msgid "Embeds a .NET Framework resource into the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:58 msgid "Specifies an .ico file to insert into the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:59 msgid "Specifies a Win32 resource to insert into the output file" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:60 msgid "Lists compiler options to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:61 msgid "Specifies the preferred base address at which to load a DLL" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:62 #: /tmp/fish/implicit/share/completions/vbc.fish:69 msgid "" "Specifies the code page to use for all source code files in the compilation" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:63 msgid "" "Specifies that the executable file supports address space layout " "randomization (ASLR)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:64 #: /tmp/fish/implicit/share/completions/vbc.fish:72 msgid "Disable -highentropyva" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:65 #: /tmp/fish/implicit/share/completions/vbc.fish:47 msgid "Display the allowed values for language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:66 #: /tmp/fish/implicit/share/completions/csc.fish:68 #: /tmp/fish/implicit/share/completions/vbc.fish:48 msgid "Specify latest major version as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:67 #: /tmp/fish/implicit/share/completions/vbc.fish:49 msgid "Specify latest version (including minor releases) as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:69 msgid "Specify latest preview version as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:70 msgid "Specify ISO/IEC 23270:2003 C# (1.0/1.2) as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:71 msgid "Specify ISO/IEC 23270:2006 C# (2.0) as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:72 #: /tmp/fish/implicit/share/completions/csc.fish:76 #: /tmp/fish/implicit/share/completions/csc.fish:77 msgid "Specify C# .0 as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:73 msgid "Specify C# .1 as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:74 msgid "Specify C# .2 as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:75 msgid "Specify C# .3 as language version" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:78 msgid "Specifies the location of the Main method" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:79 msgid "Instructs the compiler not to compile with csc.rsp" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:80 #: /tmp/fish/implicit/share/completions/vbc.fish:1 msgid "Suppresses compiler banner information" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:81 #: /tmp/fish/implicit/share/completions/vbc.fish:83 msgid "Searches subdirectories for source files to compile" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:82 msgid "" "Specifies the minimum version of the subsystem that the executable file can " "use" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:83 msgid "Enables compilation of code that uses the unsafe keyword" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:84 #: /tmp/fish/implicit/share/completions/vbc.fish:2 msgid "Displays compiler output using UTF-8 encoding" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:85 #: /tmp/fish/implicit/share/completions/vbc.fish:89 msgid "Specifies whether to use concurrent build" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:86 #: /tmp/fish/implicit/share/completions/vbc.fish:90 msgid "Disable -parallel" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:87 #: /tmp/fish/implicit/share/completions/vbc.fish:91 msgid "" "Specify SHA1 as the algorithm for calculating the source file checksum " "stored in PDB (default)" msgstr "" #: /tmp/fish/implicit/share/completions/csc.fish:88 #: /tmp/fish/implicit/share/completions/vbc.fish:92 msgid "" "Specify SHA256 as the algorithm for calculating the source file checksum " "stored in PDB" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:1 #: /tmp/fish/implicit/share/completions/fsharpc.fish:50 #: /tmp/fish/implicit/share/completions/fsharpi.fish:29 msgid "Display this usage message" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:2 #: /tmp/fish/implicit/share/completions/makepkg.fish:23 msgid "Display the version and exit" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:3 msgid "Drop to REPL after executing the specified script" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:4 msgid "Reference metadata from the specified assembly file(s)" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:5 msgid "" "List of directories where to look for libraries specified by #r directive" msgstr "" #: /tmp/fish/implicit/share/completions/csi.fish:6 msgid "Define global namespace using" msgstr "" #: /tmp/fish/implicit/share/completions/cupsdisable.fish:1 #: /tmp/fish/implicit/share/completions/cupsenable.fish:1 msgid "Cancels all jobs on the named destination" msgstr "" #: /tmp/fish/implicit/share/completions/cupsdisable.fish:2 #: /tmp/fish/implicit/share/completions/cupsenable.fish:2 msgid "Holds remaining jobs on the named printer" msgstr "" #: /tmp/fish/implicit/share/completions/cupsdisable.fish:3 #: /tmp/fish/implicit/share/completions/cupsenable.fish:3 msgid "Releases pending jobs for printing" msgstr "" #: /tmp/fish/implicit/share/completions/cupsdisable.fish:4 msgid "Disable reason" msgstr "" #: /tmp/fish/implicit/share/completions/cupsenable.fish:4 msgid "Cancel reason" msgstr "" #: /tmp/fish/implicit/share/completions/cupsreject.fish:1 #: /tmp/fish/implicit/share/completions/reject.fish:1 msgid "Reject reason" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:1 msgid "" "(HTTP) Connect through an abstract Unix domain socket, instead of using the " "n…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:2 msgid "(HTTP) Use most secure authentication method automatically" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:3 msgid "(FTP SFTP) Upload: append to the target file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:4 msgid "(HTTP) Use HTTP Basic authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:5 msgid "(TLS) Use the specified certificate file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:6 msgid "(TLS) Use the specified certificate directory" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:7 msgid "(TLS) Use Certificate Status Request (aka OCSP stapling)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:8 msgid "(TLS) Set type of the provided client certificate" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:9 msgid "(TLS) Use this cert" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:10 msgid "(TLS) Specifies which ciphers to use" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:11 msgid "(SCP SFTP) Enables built-in SSH compression" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:12 msgid "(HTTP) Request a compressed response" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:13 msgid "Specify a text file to read curl arguments from" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:14 msgid "Maximum time in seconds you allow connection to take" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:15 msgid "" "For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:16 msgid "Continue/Resume a previous file transfer at the given offset" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:17 msgid "(HTTP) Write all cookies to this file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:18 msgid "(HTTP) Pass the data to the HTTP server in the Cookie header" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:19 msgid "Create dirs for -o/--output" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:20 msgid "(FTP SMTP) Convert LF to CRLF in upload. Useful for MVS (OS/390)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:21 msgid "" "(TLS) Provide a file using PEM format with a Certificate Revocation List" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:22 msgid "(HTTP) Alias for -d, --data" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:23 msgid "(HTTP) Post data exactly as specified with no processing" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:24 msgid "(HTTP) Post data like --data but without interpeting \"@\"" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:25 msgid "(HTTP) Post data URL-encoded" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:26 msgid "(HTTP) Sends the specified data in a POST request to the HTTP server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:27 msgid "(GSS/kerberos) Tell the server how much it can delegate for user creds" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:28 msgid "(HTTP) Enables HTTP Digest authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:29 msgid "(FTP) Don't use EPRT and LPRT commands in active FTP" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:30 msgid "(FTP) Don't use EPSV in passive FTP" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:31 msgid "Disable curlrc" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:32 msgid "(HTTP) Exit if passed a url containing a username" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:33 msgid "(DNS) Send outgoing DNS requests through " msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:34 msgid "(DNS) Bind to when making IPv4 DNS requests" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:35 msgid "(DNS) Bind to when making IPv6 DNS requests" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:36 msgid "Set the list of DNS servers to use" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:37 msgid "" "(all) Specify which DNS-over-HTTPS (DOH) server to use to resolve hostnames" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:38 msgid "(HTTP FTP) Write the received protocol headers to the specified file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:39 msgid "(TLS) Specify the path name to the Entropy Gathering Daemon socket" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:40 msgid "(TLS) Select the OpenSSL crypto engine to use for cipher operations" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:41 msgid "(HTTP) Maximum time in seconds to wait for a 100-continue" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:42 msgid "Fail and exit on the first detected transfer error" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:43 msgid "(HTTP) Fail silently (no output at all) on server errors" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:44 msgid "(TLS) Use false start during the TLS handshake" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:45 msgid "(HTTP SMTP IMAP) Like --form except using value string literally" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:46 msgid "(HTTP SMTP IMAP) Emulate pressing submit on filled-in form" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:47 msgid "(FTP) Data for the ACCT command" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:48 msgid "(FTP) If USER and PASS commands fail, send this command" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:49 msgid "(FTP SFTP) Create missing dirs with ftp" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:50 msgid "" "(FTP) Control what method curl should use to reach a file on an FTP(S) server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:51 msgid "(FTP) Use passive mode for the data connection" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:52 msgid "" "(FTP) Reverses the default initiator/listener roles when connecting with FTP" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:53 msgid "(FTP) Tell curl to send a PRET command before PASV (and EPSV)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:54 msgid "(FTP) Use same IP instead of IP the server suggests in response to PASV" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:55 msgid "(FTP) Sets the CCC mode" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:56 msgid "" "(FTP) Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after auth" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:57 msgid "(FTP) Require SSL/TLS for the FTP login, clear for transfer" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:58 msgid "Use GET instead of POST" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:59 msgid "This option switches off the \"URL globbing parser\"" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:60 msgid "Attempt to connect to both IPv4 and IPv6 in parallel" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:61 msgid "" "(HTTP) Send a HAProxy PROXY protocol v1 header at the beginning of the " "connection" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:62 msgid "(HTTP FTP FILE) Fetch the headers only" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:63 msgid "" "(HTTP) Extra header to include in the request when sending HTTP to a server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:64 msgid "Usage help" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:65 msgid "(SFTP SCP) Pass a string containing 32 hexadecimal digits" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:66 msgid "(HTTP) Tells curl to be fine with HTTP version 0. 9 response. HTTP/0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:67 msgid "(HTTP) Use HTTP version 1" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:68 msgid "(HTTP) Use HTTP version 1.1" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:69 msgid "(HTTP) Use HTTP/2 immediately (without trying HTTP1)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:70 msgid "(HTTP) Use HTTP version 2" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:71 msgid "(FTP HTTP) Ignore the Content-Length header" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:72 msgid "Include the HTTP response headers in the output" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:73 msgid "(TLS) Allow insecure connections" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:74 msgid "Perform an operation using a specified interface" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:75 #: /tmp/fish/implicit/share/completions/dnf.fish:121 #: /tmp/fish/implicit/share/completions/tracepath.fish:1 #: /tmp/fish/implicit/share/functions/__fish_complete_ftp.fish:2 msgid "Use IPv4 only" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:76 #: /tmp/fish/implicit/share/completions/dnf.fish:122 #: /tmp/fish/implicit/share/completions/tracepath.fish:2 #: /tmp/fish/implicit/share/functions/__fish_complete_ftp.fish:3 msgid "Use IPv6 only" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:77 msgid "(HTTP) Discard all session cookies" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:78 msgid "Specify idle time before keepalive is sent" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:79 msgid "(TLS) Private key file type" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:80 msgid "(TLS SSH) Private key file name" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:81 msgid "(FTP) Enable Kerberos authentication and use" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:82 msgid "Write C-code equivalent to the invocation to the given file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:83 msgid "Limit bandwidth (Examples: 200K, 3m and 1G)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:84 msgid "(FTP POP3) (FTP) Use name-only view when listing" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:85 msgid "Set a preferred single number or range (FROM-TO) of local ports to use" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:86 msgid "(HTTP) Like -L, --location, but allow sending the name + password" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:87 msgid "(HTTP) Follow redirects" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:88 msgid "(IMAP POP3 SMTP) Specify the login options" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:89 msgid "(SMTP) Specify a single address" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:90 msgid "" "(SMTP) Specify a single address that the given mail should get sent from" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:91 msgid "(SMTP) Specify a single address, user name or mailing list name" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:92 msgid "Manual. Display the huge help text" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:93 msgid "Specify the maximum size (in bytes) of a file to download" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:94 msgid "(HTTP) Set maximum number of redirection-followings allowed" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:95 msgid "Maximum time in seconds that you allow the whole operation to take" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:96 msgid "Process URI as Metalink file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:97 msgid "(HTTP) Enables Negotiate (SPNEGO) authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:98 msgid "Use this netrc file" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:99 msgid "Make netrc optional" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:100 msgid "Use ~/.netrc" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:101 msgid "Use a separate operation for the following URL" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:102 msgid "(HTTPS) Disable the ALPN TLS extension" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:103 msgid "Disable the buffering of the output stream" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:104 msgid "Disable use of keepalive messages on the TCP connection" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:105 msgid "(HTTPS) Disable NPN TLS extension" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:106 msgid "(TLS) Disable use of SSL session-ID caching" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:107 msgid "Comma-separated list of hosts which do not use a proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:108 msgid "(HTTP) Enable NTLM, but hand over auth to separate ntlmauth binary" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:109 msgid "(HTTP) Enable NTLM authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:110 msgid "(IMAP POP3 SMTP) Specify the Bearer Token for OAUTH 2" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:111 msgid "Write output to instead of stdout" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:112 msgid "(SSH TLS) Passphrase for the private key" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:113 msgid "Do not handle sequences of /../ or /./ in the given URL path" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:114 msgid "(TLS) Use the specified public key file (or hashes)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:115 #: /tmp/fish/implicit/share/completions/curl.fish:116 msgid "(HTTP) Respect RFC 7231/6.4" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:117 msgid "(HTTP) Violate RFC 7231/6.4" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:118 msgid "Use the specified SOCKS proxy before connecting to HTTP(S) proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:119 msgid "Display progress as a simple progress bar" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:120 msgid "Use this protocol for any URL missing a scheme name" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:121 msgid "Limit what protocols it may use on redirect" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:122 msgid "Limit what protocols it may use in the transfer" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:123 msgid "Like --anyauth but for the proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:124 msgid "" "Tells curl to use HTTP Basic authentication when communicating with the " "given…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:125 msgid "Same as --cacert but used in HTTPS proxy context" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:126 msgid "Same as --capath but used in HTTPS proxy context" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:127 msgid "" "Same as --cert-type but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:128 msgid "Same as -E, --cert but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:129 msgid "Same as --ciphers but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:130 msgid "Same as --crlfile but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:131 msgid "" "Tells curl to use HTTP Digest authentication when communicating with the " "give…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:132 msgid "" "(HTTP) Extra header to include in the request when sending HTTP to a proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:133 msgid "" "Same as -k, --insecure but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:134 msgid "Same as --key-type but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:135 msgid "Same as --key but used in HTTPS proxy context" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:136 msgid "" "Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating " "w…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:137 msgid "" "Tells curl to use HTTP NTLM authentication when communicating with the given " "…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:138 msgid "Same as --pass but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:139 msgid "" "(TLS) Tells curl to use the specified public key file (or hashes) to verify " "t…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:140 msgid "This option allows you to change the service name for proxy negotiation" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:141 msgid "" "Same as --ssl-allow-beast but used in HTTPS proxy context. Added in 7. 52" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:142 msgid "" "(TLS) Specifies which cipher suites to use in the connection to your HTTPS " "pr…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:143 msgid "" "Same as --tlsauthtype but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:144 msgid "" "Same as --tlspassword but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:145 msgid "Same as --tlsuser but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:146 msgid "" "Same as -1, --tlsv1 but used in HTTPS proxy context. Added in 7. 52. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:147 msgid "Specify the user name and password to use for proxy authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:148 msgid "Use the specified proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:149 msgid "Use the specified HTTP 1.0 proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:150 msgid "" "When an HTTP proxy is used -x, --proxy, this option will cause non-HTTP " "proto…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:151 msgid "(SFTP SCP) Public key file name" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:152 msgid "(FTP SFTP) Send an arbitrary command to the remote FTP or SFTP server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:153 msgid "" "Specify the path name to file containing what will be considered as random " "da…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:154 msgid "(HTTP FTP SFTP FILE) Retrieve a byte range (i. e" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:155 msgid "specifies the last 500 bytes" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:156 msgid "specifies the first and last byte only(*)(HTTP)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:157 msgid "" "(HTTP) When used, it disables all internal HTTP decoding of content or " "transf…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:158 msgid "(HTTP) Sends the \"Referrer Page\" information to the HTTP server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:159 msgid "" "(HTTP) This option tells the -O, --remote-name option to use the server-" "speci…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:160 msgid "" "This option changes the default action for all given URLs to be dealt with " "as…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:161 msgid "Write output to a local file named like the remote file we get" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:162 msgid "" "When used, this will make curl attempt to figure out the timestamp of the " "rem…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:163 msgid "" "(HTTP) Tells curl to use an alternative \"target\" (path) instead of using " "the …" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:164 msgid "" "(HTTP) Specifies a custom request method to use when communicating with the " "H…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:165 msgid "Provide a custom address for a specific host and port pair" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:166 msgid "" "In addition to the other conditions, consider ECONNREFUSED as a transient " "err…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:167 msgid "" "Make curl sleep this amount of time before each retry when a transfer has " "fai…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:168 msgid "The retry timer is reset before the first transfer attempt" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:169 msgid "" "If a transient error is returned when curl tries to perform a transfer, it " "wi…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:170 msgid "Enable initial response in SASL authentication. Added in 7. 31. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:171 msgid "This option allows you to change the service name for SPNEGO" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:172 msgid "" "When used with -s, --silent, it makes curl show an error message if it fails" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:173 msgid "Silent or quiet mode. Don't show progress meter or error messages" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:174 msgid "Use the specified SOCKS4 proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:175 msgid "Use the specified SOCKS4a proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:176 msgid "" "Tells curl to use username/password authentication when connecting to a " "SOCKS…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:177 msgid "As part of the GSS-API negotiation a protection mode is negotiated" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:178 msgid "The default service name for a socks server is rcmd/server-fqdn" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:179 msgid "" "Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:180 msgid "" "Use the specified SOCKS5 proxy (and let the proxy resolve the host name)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:181 msgid "Use the specified SOCKS5 proxy - but resolve the host name locally" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:182 msgid "" "If a download is slower than this given speed (in bytes per second) for " "speed…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:183 msgid "" "If a download is slower than speed-limit bytes per second during a speed-" "time…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:184 msgid "" "This option tells curl to not work around a security flaw in the SSL3 and " "TLS…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:185 msgid "" "(Schannel) This option tells curl to disable certificate revocation checks" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:186 msgid "(FTP IMAP POP3 SMTP) Require SSL/TLS for the connection" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:187 msgid "(FTP IMAP POP3 SMTP) Try to use SSL/TLS for the connection" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:188 msgid "" "(SSL) Forces curl to use SSL version 2 when negotiating with a remote SSL " "ser…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:189 msgid "" "(SSL) Forces curl to use SSL version 3 when negotiating with a remote SSL " "ser…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:190 msgid "Redirect all writes to stderr to the specified file instead" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:191 msgid "" "Enables the automatic use of bold font styles when writing HTTP headers to " "th…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:192 msgid "" "When -p, --proxytunnel is used and a CONNECT request is made don't output " "pro…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:193 msgid "Enable use of TCP Fast Open (RFC7413). Added in 7. 49. 0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:194 msgid "Turn on the TCP_NODELAY option" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:195 msgid "Pass options to the telnet protocol" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:196 msgid "(TFTP) Set TFTP BLKSIZE option (must be >512)" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:197 msgid "(TFTP) Tells curl not to send TFTP options requests" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:198 msgid "" "(HTTP FTP) Request a file that has been modified later than the given time " "an…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:199 msgid "(SSL) VERSION defines maximum supported TLS version" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:200 msgid "" "(TLS) Specifies which cipher suites to use in the connection if it " "negotiates…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:201 msgid "Set TLS authentication type" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:202 msgid "Set password for use with the TLS authentication method" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:203 msgid "Set username for use with the TLS authentication method" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:204 msgid "(TLS) Forces curl to use TLS version 1.0" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:205 msgid "(TLS) Forces curl to use TLS version 1.1" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:206 msgid "(TLS) Forces curl to use TLS version 1.2" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:207 msgid "(TLS) Forces curl to use TLS version 1.3" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:208 msgid "(SSL) Tells curl to use at least TLS version 1" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:209 msgid "" "(HTTP) Request a compressed Transfer-Encoding response using one of the " "algor…" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:210 #: /tmp/fish/implicit/share/completions/curl.fish:212 msgid "Enables a full trace dump of all incoming and outgoing data" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:211 msgid "Prepends a time stamp to each trace or verbose line that curl displays" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:213 msgid "" "(HTTP) Connect through this Unix domain socket, instead of using the network" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:214 msgid "This transfers the specified local file to the remote URL" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:215 msgid "Specify a URL to fetch" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:216 msgid "(FTP LDAP) Enable ASCII transfer" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:217 msgid "(HTTP) Specify the User-Agent string to send to the HTTP server" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:218 msgid "Specify the user name and password to use for server authentication" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:219 msgid "Makes curl verbose during the operation" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:220 msgid "Displays information about curl and the libcurl version it uses" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:221 msgid "Make curl display information on stdout after a completed transfer" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:222 msgid "for --disable-eprt" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:223 msgid "for --disable-epsv" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:224 msgid "Set maximum number of redirects" msgstr "" #: /tmp/fish/implicit/share/completions/curl.fish:225 msgid "Store metadata in xattrs (like origin URL)" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:1 msgid "Output byte range" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:2 msgid "Output character range" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:3 msgid "Select field delimiter" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:4 msgid "Select fields" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:5 msgid "Don't split multi byte characters" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:6 msgid "complement the set of selected bytes, characters or fields" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:7 msgid "Do not print lines without delimiter" msgstr "" #: /tmp/fish/implicit/share/completions/cut.fish:8 msgid "Select output delimiter" msgstr "Select output delimiter" #: /tmp/fish/implicit/share/completions/cut.fish:9 msgid "line delimiter is NUL, not newline" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:1 msgid "Displays usage information for command." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:2 msgid "Cause CVS to be really quiet." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:3 msgid "Cause CVS to be somewhat quiet." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:4 msgid "Make checked-out files read-only." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:5 msgid "Make checked-out files read-write (default)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:6 msgid "Do not execute anything that will change the disk." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:7 msgid "Show trace of program execution -- try with -n." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:8 msgid "Assume repository is read-only, such as CDROM" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:9 msgid "CVS version and copyright." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:10 msgid "Use 'tmpdir' for temporary files." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:11 msgid "Use 'editor' for editing log information." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:13 msgid "Do not use the ~/.cvsrc file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:14 msgid "Request compression level '#' for net traffic." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:15 msgid "Encrypt all net traffic." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:16 msgid "Authenticate all net traffic." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:17 msgid "Use IPv4 addresses only." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:18 msgid "Use IPv6 addresses only." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:19 msgid "Set CVS user variable." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:20 msgid "Add a new file/directory to the repository" msgstr "Adicionar um novo arquivo/diretório ao repositório" #: /tmp/fish/implicit/share/completions/cvs.fish:21 msgid "Administration front end for rcs" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:22 msgid "Show last revision where each line was modified" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:23 msgid "Checkout sources for editing" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:24 msgid "Check files into the repository" msgstr "Verificar arquivos no repositório" #: /tmp/fish/implicit/share/completions/cvs.fish:25 msgid "Show differences between revisions" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:26 msgid "Get ready to edit a watched file" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:27 msgid "See who is editing a watched file" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:28 msgid "Export sources from CVS, similar to checkout" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:29 msgid "Show repository access history" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:30 msgid "Import sources into CVS, using vendor branches" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:31 msgid "Create a CVS repository if it doesn't exist" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:32 msgid "Kerberos server mode" msgstr "Kerberos server mode" #: /tmp/fish/implicit/share/completions/cvs.fish:33 msgid "Print out history information for files" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:34 msgid "Prompt for password for authenticating server" msgstr "Prompt for password for authenticating server" #: /tmp/fish/implicit/share/completions/cvs.fish:35 msgid "Removes entry in .cvspass for remote repository" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:36 msgid "List files available from CVS" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:37 msgid "Password server mode" msgstr "Password server mode" #: /tmp/fish/implicit/share/completions/cvs.fish:38 msgid "Show last revision where each line of module was modified" msgstr "Show last revision where each line of module was modified" #: /tmp/fish/implicit/share/completions/cvs.fish:39 msgid "Create 'patch' format diffs between releases" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:40 msgid "Indicate that a Module is no longer in use" msgstr "Indicate that a Module is no longer in use" #: /tmp/fish/implicit/share/completions/cvs.fish:41 msgid "Remove an entry from the repository" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:42 msgid "Print out history information for a module" msgstr "Print out history information for a module" #: /tmp/fish/implicit/share/completions/cvs.fish:43 msgid "List files in a module" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:44 msgid "Add a symbolic tag to a module" msgstr "Add a symbolic tag to a module" #: /tmp/fish/implicit/share/completions/cvs.fish:45 msgid "Server mode" msgstr "Server mode" #: /tmp/fish/implicit/share/completions/cvs.fish:46 msgid "Display status information on checked out files" msgstr "Display status information on checked out files" #: /tmp/fish/implicit/share/completions/cvs.fish:47 msgid "Add a symbolic tag to checked out version of files" msgstr "Add a symbolic tag to checked out version of files" #: /tmp/fish/implicit/share/completions/cvs.fish:48 msgid "Undo an edit command" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:49 msgid "Bring work tree in sync with repository" msgstr "Bring work tree in sync with repository" #: /tmp/fish/implicit/share/completions/cvs.fish:50 msgid "Show current CVS version(s)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:51 msgid "Set watches" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:52 msgid "See who is watching a file" msgstr "See who is watching a file" #: /tmp/fish/implicit/share/completions/cvs.fish:53 msgid "Use \"rcs-kflag\" to add the file with the specified" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:54 msgid "Use \"message\" for the creation log." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:55 msgid "Append (comma-separated) user names to access list." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:56 msgid "Append another file's access list." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:57 msgid "[rev] Set default branch (highest branch on trunk if omitted)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:58 msgid "Set comment leader." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:59 msgid "[users] Remove (comma-separated) user names from access list" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:60 msgid "Run interactively." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:61 msgid "Set keyword substitution mode:" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:62 msgid "[rev] Lock revision (latest revision on branch," msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:63 msgid "Set strict locking." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:64 msgid "Replace revision's log message." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:65 msgid "Tag branch or revision. If :rev is omitted," msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:66 msgid "Same as -n except override existing tag." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:67 msgid "Delete (outdate) specified range of revisions:" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:68 msgid "Run quietly." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:69 msgid "Set revision state (latest revision on branch," msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:70 msgid "[file] Get descriptive text from file (stdin if omitted)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:71 msgid "-string Set descriptive text." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:72 msgid "[rev] Unlock the revision (latest revision on branch," msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:73 msgid "Unset strict locking." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:74 #: /tmp/fish/implicit/share/completions/cvs.fish:182 #: /tmp/fish/implicit/share/completions/cvs.fish:203 #: /tmp/fish/implicit/share/completions/cvs.fish:225 #: /tmp/fish/implicit/share/completions/cvs.fish:277 msgid "Local directory only, no recursion." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:75 #: /tmp/fish/implicit/share/completions/cvs.fish:83 #: /tmp/fish/implicit/share/completions/cvs.fish:96 #: /tmp/fish/implicit/share/completions/cvs.fish:103 #: /tmp/fish/implicit/share/completions/cvs.fish:204 #: /tmp/fish/implicit/share/completions/cvs.fish:212 #: /tmp/fish/implicit/share/completions/cvs.fish:224 #: /tmp/fish/implicit/share/completions/cvs.fish:253 #: /tmp/fish/implicit/share/completions/cvs.fish:259 #: /tmp/fish/implicit/share/completions/cvs.fish:267 #: /tmp/fish/implicit/share/completions/cvs.fish:278 msgid "Process directories recursively." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:76 #: /tmp/fish/implicit/share/completions/cvs.fish:205 msgid "Use head revision if tag/date not found." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:77 #: /tmp/fish/implicit/share/completions/cvs.fish:206 msgid "Annotate binary files." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:78 #: /tmp/fish/implicit/share/completions/cvs.fish:207 msgid "Annotate file as of specified revision/tag." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:79 #: /tmp/fish/implicit/share/completions/cvs.fish:208 msgid "Annotate file as of specified date." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:80 #: /tmp/fish/implicit/share/completions/cvs.fish:272 msgid "Reset any sticky tags/date/kopts." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:81 #: /tmp/fish/implicit/share/completions/cvs.fish:148 msgid "Don't shorten module paths if -d specified." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:82 #: /tmp/fish/implicit/share/completions/cvs.fish:198 #: /tmp/fish/implicit/share/completions/cvs.fish:241 #: /tmp/fish/implicit/share/completions/cvs.fish:273 msgid "Prune empty directories." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:84 msgid "\"cat\" the module database." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:85 #: /tmp/fish/implicit/share/completions/cvs.fish:149 #: /tmp/fish/implicit/share/completions/cvs.fish:210 #: /tmp/fish/implicit/share/completions/cvs.fish:250 #: /tmp/fish/implicit/share/completions/cvs.fish:265 #: /tmp/fish/implicit/share/completions/cvs.fish:276 msgid "Force a head revision match if tag/date not found." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:86 #: /tmp/fish/implicit/share/completions/cvs.fish:102 #: /tmp/fish/implicit/share/completions/cvs.fish:150 #: /tmp/fish/implicit/share/completions/cvs.fish:211 msgid "Local directory only, not recursive" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:87 #: /tmp/fish/implicit/share/completions/cvs.fish:152 msgid "Do not run module program (if any)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:88 msgid "Check out files to standard output (avoids stickiness)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:89 msgid "Like -c, but include module status." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:90 msgid "Check out revision or tag. (implies -P) (is sticky)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:91 msgid "Check out revisions as of date. (implies -P) (is sticky)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:92 msgid "Check out into dir instead of module name." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:93 #: /tmp/fish/implicit/share/completions/cvs.fish:280 msgid "Use RCS kopt -k option on checkout. (is sticky)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:94 #: /tmp/fish/implicit/share/completions/cvs.fish:283 msgid "Merge in changes made between current revision and rev." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:95 msgid "Check for valid edits before committing." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:97 msgid "Local directory only (not recursive)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:98 msgid "Force the file to be committed; disables recursion." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:99 msgid "Read the log message from file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:100 #: /tmp/fish/implicit/share/completions/cvs.fish:180 msgid "Log message." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:101 msgid "Commit to this branch or trunk revision." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:104 #: /tmp/fish/implicit/share/completions/cvs.fish:218 msgid "Specify keyword expansion mode." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:105 msgid "Diff revision for date against working file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:106 msgid "Diff rev1/date1 against date2." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:107 msgid "Diff revision for rev1 against working file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:108 msgid "Diff rev1/date1 against rev2." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:109 msgid "--ignore-case Consider upper- and lower-case to be the same." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:110 msgid "--ignore-all-space Ignore all white space." msgstr "--ignore-all-share Ignorar todos os espaços em branco" #: /tmp/fish/implicit/share/completions/cvs.fish:111 msgid "--ignore-space-change Ignore changes in the amount of white space." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:112 msgid "--ignore-blank-lines Ignore changes whose lines are all blank." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:113 msgid "--ignore-matching-lines=RE Ignore changes whose lines all match RE." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:114 msgid "Binary Read and write data in binary mode." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:115 msgid "--text Treat all files as text." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:116 msgid "" "-C NUM --context[=NUM] Output NUM (default 2) lines of copied context." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:117 msgid "" "-U NUM --unified[=NUM] Output NUM (default 2) lines of unified context." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:118 msgid "UM Use NUM context lines." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:119 msgid "--label LABEL Use LABEL instead of file name." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:120 msgid "--show-c-function Show which C function each change is in." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:121 msgid "--show-function-line=RE Show the most recent line matching RE." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:122 msgid "Brief Output only whether files differ." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:123 msgid "--ed Output an ed script." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:124 msgid "--forward-ed Output something like an ed script in forward order." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:125 msgid "--rcs Output an RCS format diff." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:126 msgid "--side-by-side Output in two columns." msgstr "--side-by-side Saída em duas colunas" #: /tmp/fish/implicit/share/completions/cvs.fish:127 msgid "--width=NUM Output at most NUM (default 130) characters per line." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:128 msgid "Left-column Output only the left column of common lines." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:129 msgid "Suppress-common-lines Do not output common lines." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:131 msgid "" "GTYPE-group-format=GFMT Similar, but format GTYPE input groups with GFMT." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:132 msgid "Line-format=LFMT Similar, but format all input lines with LFMT." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:133 msgid "" "LTYPE-line-format=LFMT Similar, but format LTYPE input lines with LFMT." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:134 msgid "--expand-tabs Expand tabs to spaces in output." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:135 msgid "--initial-tab Make tabs line up by prepending a tab." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:136 msgid "--new-file Treat absent files as empty." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:137 msgid "--report-identical-files Report when two files are the same." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:138 msgid "Horizon-lines=NUM Keep NUM lines of the common prefix and suffix." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:139 msgid "--minimal Try hard to find a smaller set of changes." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:140 msgid "" "--speed-large-files Assume large files and many scattered small changes." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:141 #: /tmp/fish/implicit/share/completions/cvs.fish:251 #: /tmp/fish/implicit/share/completions/cvs.fish:266 #: /tmp/fish/implicit/share/completions/cvs.fish:270 #: /tmp/fish/implicit/share/completions/cvs.fish:286 msgid "Local directory only, not recursive." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:142 #: /tmp/fish/implicit/share/completions/cvs.fish:147 #: /tmp/fish/implicit/share/completions/cvs.fish:151 #: /tmp/fish/implicit/share/completions/cvs.fish:271 #: /tmp/fish/implicit/share/completions/cvs.fish:287 msgid "Process directories recursively (default)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:143 msgid "Specify action to register for temporary watch, one of:" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:144 msgid "Check for s edited by others and abort if found." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:145 msgid "Allow edit if s are edited by others (default)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:146 #: /tmp/fish/implicit/share/completions/cvs.fish:223 #: /tmp/fish/implicit/share/completions/cvs.fish:258 msgid "Process this directory only (not recursive)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:153 msgid "Export tagged revisions." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:154 msgid "Export revisions as of date." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:155 msgid "Export into dir instead of module name." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:156 msgid "Use RCS kopt -k option on checkout." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:157 msgid "Produce report on all TAGs" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:158 msgid "Committed (Modified) files" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:159 msgid "Checked out modules" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:160 msgid "Look for specified module (repeatable)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:161 msgid "Extract by record type" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:162 msgid "Everything (same as -x, but all record types)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:163 msgid "All users (Default is self)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:164 msgid "Last modified (committed or modified report)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:165 msgid "Working directory must match" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:166 msgid "Since date (Many formats)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:167 msgid "Back to record with str in module/file/repos field" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:168 msgid "Specified file (same as command line) (repeatable)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:169 msgid "In module (repeatable)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:170 msgid "In repository (repeatable)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:171 msgid "Since rev or tag (looks inside RCS files!)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:172 msgid "Since tag record placed in history file (by anyone)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:173 msgid "For user name (repeatable)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:174 msgid "Output for time zone (e.g. -z -0700)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:175 msgid "Use the file's modification time as the time of import." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:176 msgid "When importing new files, mark their trunk revisions as dead." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:177 msgid "Set default RCS keyword substitution mode." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:178 #: /tmp/fish/implicit/share/completions/cvs.fish:284 msgid "More files to ignore (! to reset)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:179 msgid "Vendor branch id." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:181 #: /tmp/fish/implicit/share/completions/cvs.fish:285 msgid "Wrappers specification line." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:183 #: /tmp/fish/implicit/share/completions/cvs.fish:226 msgid "Only list revisions on the default branch." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:184 #: /tmp/fish/implicit/share/completions/cvs.fish:227 msgid "Only print header." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:185 #: /tmp/fish/implicit/share/completions/cvs.fish:228 msgid "Only print name of RCS file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:186 #: /tmp/fish/implicit/share/completions/cvs.fish:229 msgid "Only print header and descriptive text." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:187 #: /tmp/fish/implicit/share/completions/cvs.fish:230 msgid "Do not list tags." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:188 #: /tmp/fish/implicit/share/completions/cvs.fish:231 msgid "Do not print name/header if no revisions selected. -d, -r," msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:189 #: /tmp/fish/implicit/share/completions/cvs.fish:232 msgid ", & -w have little effect in conjunction with -b, -h, -R, and" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:190 #: /tmp/fish/implicit/share/completions/cvs.fish:233 msgid "This option." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:191 #: /tmp/fish/implicit/share/completions/cvs.fish:234 msgid "[revisions]" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:192 #: /tmp/fish/implicit/share/completions/cvs.fish:235 msgid "A semicolon-separated list of dates" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:193 #: /tmp/fish/implicit/share/completions/cvs.fish:236 msgid "Only list revisions with specified states." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:194 #: /tmp/fish/implicit/share/completions/cvs.fish:237 msgid "[logins]" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:195 #: /tmp/fish/implicit/share/completions/cvs.fish:238 msgid "Show dead revisions (with tag when specified)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:196 #: /tmp/fish/implicit/share/completions/cvs.fish:239 msgid "Display in CVS/Entries format." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:197 #: /tmp/fish/implicit/share/completions/cvs.fish:240 msgid "Display all details." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:199 #: /tmp/fish/implicit/share/completions/cvs.fish:242 msgid "List recursively." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:200 #: /tmp/fish/implicit/share/completions/cvs.fish:243 msgid "Show files with revision or tag." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:201 #: /tmp/fish/implicit/share/completions/cvs.fish:244 msgid "Show files from date." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:202 #: /tmp/fish/implicit/share/completions/cvs.fish:256 msgid "Path to an alternative CVS config file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:209 msgid "Date [-r rev2 | -D date2] modules…" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:213 msgid "Context diffs (default)" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:214 msgid "Unidiff format." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:215 msgid "Short patch - one liner per file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:216 msgid "Top two diffs - last change made to the file." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:217 msgid "Use RCS Version vers for keyword expansion." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:219 msgid "Date." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:220 msgid "Revision - symbolic or numeric." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:221 msgid "Delete the given directory." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:222 msgid "Delete the file before removing it." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:245 msgid "Clear tag from removed files that would not otherwise be tagged." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:246 #: /tmp/fish/implicit/share/completions/cvs.fish:260 msgid "Make the tag a branch tag, allowing concurrent development." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:247 #: /tmp/fish/implicit/share/completions/cvs.fish:261 msgid "Allows -F and -d to disturb branch tags. Use with extreme care." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:248 #: /tmp/fish/implicit/share/completions/cvs.fish:263 msgid "Delete the given tag." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:249 #: /tmp/fish/implicit/share/completions/cvs.fish:264 msgid "Move tag if it already exists." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:252 msgid "No execution of 'tag program'." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:254 #: /tmp/fish/implicit/share/completions/cvs.fish:268 msgid "Existing revision/tag." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:255 #: /tmp/fish/implicit/share/completions/cvs.fish:269 msgid "Existing date." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:257 msgid "Verbose format; includes tag information for the file" msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:262 msgid "Check that working files are unmodified." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:274 msgid "Overwrite locally modified files with clean repository copies." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:275 msgid "Build directories, like checkout does." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:279 msgid "Send updates to standard output (avoids stickiness)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:281 msgid "Update using specified revision/tag (is sticky)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:282 msgid "Set date to update from (is sticky)." msgstr "" #: /tmp/fish/implicit/share/completions/cvs.fish:288 msgid "Specify what actions, one of: " msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:1 msgid "" "Like __fish_is_first_arg, but also returns true for the second token after a " "given parameter" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:2 msgid "Help (short)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:3 msgid "Help (long)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:4 msgid "Quality (float; 0…100; default: 75)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:5 msgid "Transparency-compression quality (integer 0…100; default: 100)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:6 msgid "Preset setting" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:7 msgid "Lossless preset of level" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:8 msgid "Compression method" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:9 msgid "Number of segments to use" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:10 msgid "Target size (in bytes)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:11 msgid "Target PSNR (in dB; typically: 42)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:12 msgid "Input size (width x height) for YUV" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:13 msgid "Spatial noise shaping (integer 0…100; default: 50)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:14 msgid "Filter strength (integer 0…100; default: 60)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:15 msgid "Filter sharpness" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:16 msgid "Use strong filter" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:17 msgid "Use simple filter" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:18 msgid "Use sharper (and slower) RGB->YUV conversion" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:19 msgid "" "Limit quality to fit the 512k limit on the first partition (integer 0:no " "degradation…100:full degradation)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:20 msgid "Analysis pass number" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:21 msgid "Crop picture with rectangle" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:22 msgid "Resize picture to after any cropping" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:23 msgid "Use multi-threading if available" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:24 msgid "Reduce memory usage (slows encoding)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:25 msgid "Print map of extra info" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:26 msgid "Print averaged PSNR distortion" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:27 msgid "Print averaged SSIM distortion" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:28 msgid "Print local-similarity distortion" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:29 msgid "Dump compressed output to given PGM file" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:30 msgid "Transparency-compression method" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:31 msgid "Predictive filtering for alpha plane" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:32 msgid "Preserve RGB values in transparent area" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:33 msgid "Blend colors against background color (e.g. 0xc0e0d0)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:34 msgid "Discard any transparency information" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:35 msgid "Encode image losslessly" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:36 msgid "Use near-lossless image preprocessing (integer 0…100:off; default: 100)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:37 msgid "Specify image-characteristics hint" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:38 msgid "Comma-separated list of metadata to copy, if present" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:39 msgid "Condense printed messages" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:40 msgid "Don't print anything" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:41 msgid "Print version number and exit" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:42 msgid "Disable all assembly optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:43 msgid "Be verbose (print encoding/decoding times)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:44 msgid "Report encoding progress" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:45 msgid "Roughly match expected JPEG size" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:46 msgid "Auto-adjust filter strength" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:47 msgid "Pre-processing filter (integer)" msgstr "" #: /tmp/fish/implicit/share/completions/cwebp.fish:48 msgid "Output to file" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:1 msgid "Print DOS/short form (C:PROGRA~1)" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:2 msgid "Print Windows form with regular slashes (C:/WINNT)" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:3 msgid "Report on mode of file" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:4 msgid "Print Unix form (/cygdrive/c/winnt)" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:5 msgid "Print Windows form (C:\\WINNT)" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:6 msgid "Print TYPE form" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:7 msgid "Output absolute path" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:8 msgid "Print Windows long form" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:9 msgid "NAME is a colon-separated list" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:10 msgid "Emit /proc/cygdrive instead of /cygdrive prefix" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:11 msgid "Print DOS/short form" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:12 msgid "Print pathname in CODEPAGE" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:13 msgid "Use \"All Users\" instead of current user" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:14 msgid "Output \"Desktop\" directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:15 msgid "Output \"Profiles\" directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:16 msgid "Output \"My Documents\" directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:17 msgid "Output Start Menu \"Programs\" directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:18 msgid "Output system directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:19 msgid "Output \"Windows\" directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:20 msgid "Output special folder with numeric ID" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:21 msgid "Read FILE for input" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:22 msgid "Read options from FILE as well" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:23 msgid "Close HANDLE" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:24 msgid "Ignore missing argument" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:25 #: /tmp/fish/implicit/share/completions/jhipster.fish:2 msgid "Output usage information" msgstr "" #: /tmp/fish/implicit/share/completions/cygpath.fish:26 #: /tmp/fish/implicit/share/completions/entr.fish:4 #: /tmp/fish/implicit/share/completions/seq.fish:5 msgid "Output version information" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:1 msgid "Build for 32-bit Cygwin" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:2 msgid "Build for 64-bit Cygwin" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:3 msgid "Enable debugging messages" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:4 msgid "Cygport file" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:5 msgid "Download all sources" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:6 msgid "Download missing sources" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:7 msgid "Prepare source directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:8 msgid "Build software" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:9 msgid "Run test suite" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:10 msgid "Install into DESTDIR and run post-installation steps" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:11 msgid "Run post-installation steps" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:12 msgid "List package files" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:13 msgid "List debug package files" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:14 msgid "Show dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:15 msgid "Show packaging info" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:16 msgid "Show project homepage URL" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:17 msgid "Create packages, marked as test" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:18 msgid "Create packages" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:19 msgid "Create source patches" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:20 msgid "Upload finished packages" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:21 msgid "Upload packages without marking !ready" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:22 msgid "Send announcement email" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:23 msgid "Delete working directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygport.fish:24 msgid "Same as prep build inst pkg" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:1 msgid "Use specified action instead of default" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:2 msgid "Short for: --action open" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:3 msgid "Short for: --action explore" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:4 msgid "Short for: --action edit" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:5 msgid "Short for: --action find" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:6 msgid "Short for: --action print" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:7 msgid "Set working directory" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:8 msgid "Hide window and activates another window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:9 msgid "Maximize the specified window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:10 msgid "Minimize the specified window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:11 msgid "Activate and display window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:12 msgid "Activate window and display in current size and position" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:13 msgid "Activate and maximize window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:14 msgid "Activate and minimize window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:15 msgid "Display window minimized" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:16 msgid "Display window in current state" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:17 msgid "Display a window in most recent size and position" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:18 msgid "Activate and display a window" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:19 msgid "Wait until the application terminates before exiting" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:20 msgid "Show the actual ShellExecute call made" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:22 msgid "Display brief usage message" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:23 #: /tmp/fish/implicit/share/completions/equery.fish:5 #: /tmp/fish/implicit/share/completions/groups.fish:2 #: /tmp/fish/implicit/share/completions/mkinitcpio.fish:17 #: /tmp/fish/implicit/share/completions/mvn.fish:34 #: /tmp/fish/implicit/share/completions/mysql.fish:81 #: /tmp/fish/implicit/share/completions/termite.fish:2 msgid "Display version information" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:24 msgid "Display licensing information" msgstr "" #: /tmp/fish/implicit/share/completions/cygstart.fish:25 msgid "Open MSDN reference for ShellExecute" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:1 msgid "Darcs repo" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:2 msgid "Set the specified option" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:3 msgid "Display help about darcs and darcs commands" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:4 msgid "Add new files to version control" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:5 msgid "Remove files from version control" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:6 msgid "Move or rename files" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:7 msgid "Substitute one word for another" msgstr "Substitue uma palavra por outra" #: /tmp/fish/implicit/share/completions/darcs.fish:8 msgid "Discard unrecorded changes" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:9 msgid "Undo the last revert" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:10 msgid "List unrecorded changes in the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:11 msgid "Create a patch from unrecorded changes" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:12 msgid "Remove recorded patches without changing the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:13 msgid "Improve a patch before it leaves your repository" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:14 msgid "Mark unresolved conflicts in working tree, for manual resolution" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:15 msgid "Name the current repository state for future reference" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:16 msgid "Set a preference (test, predist, boringfile or binariesfile)" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:17 msgid "Create a diff between two versions of the repository" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:18 msgid "List patches in the repository" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:19 msgid "Annotate lines of a file with the last patch that modified it" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:20 msgid "Create a distribution archive" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:21 msgid "Show information about the given repository" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:22 msgid "Copy and apply patches from another repository to this one" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:23 msgid "Delete selected patches from the repository" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:24 msgid "Apply the inverse of recorded changes to the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:25 msgid "Copy and apply patches from this repository to another one" msgstr "" #: /tmp/fish/implicit/share/completions/darcs.fish:26 msgid "Prepare a bundle of patches to be applied to some target repository" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:1 msgid "display or set date and time" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:2 msgid "Display date described by string" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:3 msgid "Display date for each line in file" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:4 msgid "Output in ISO-8601 format" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:5 #: /tmp/fish/implicit/share/completions/touch.fish:9 msgid "Set time" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:6 msgid "Output RFC-2822 date string" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:7 msgid "Display last modification time of file" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:8 #: /tmp/fish/implicit/share/completions/date.fish:9 msgid "Print/set UTC time" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:12 msgid "Display or set UTC time" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:13 msgid "Don't actually set the clock" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:14 msgid "Set system's value for DST" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:15 msgid "Show file mtime, or format seconds" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:16 msgid "Adjust clock +/- by time specified" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:17 msgid "Change clock slowly with adjtime" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:18 msgid "Show date given seconds since epoch" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:19 msgid "Parse human-described date-time and show result" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:20 msgid "Specify timezone for output" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:21 msgid "Set system's minutes west of GMT" msgstr "" #: /tmp/fish/implicit/share/completions/date.fish:22 msgid "Use format string to parse date" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:1 msgid "Read the value of a key" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:2 msgid "List the sub-keys and sub-directories of a directory" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:3 msgid "Write a new value to a key" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:4 msgid "Delete a key or an entire directory" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:5 msgid "Compile a binary database from keyfiles" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:6 msgid "Update the system dconf databases" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:7 msgid "Watch a key or directory for changes" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:8 msgid "Dump an entire subpath to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/dconf.fish:9 msgid "Populate a subpath from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/dd.fish:1 #: /tmp/fish/implicit/share/completions/emacs.fish:52 #: /tmp/fish/implicit/share/completions/hg.fish:15 msgid "display help and exit" msgstr "" #: /tmp/fish/implicit/share/completions/dd.fish:3 msgid "Complete dd operands" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:1 msgid "Restricts preferences operations to the current logged-in host" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:2 msgid "Restricts preferences operations to hostname" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:3 msgid "Shows defaults entire given domain" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:4 msgid "Writes domain or or a key in the domain" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:5 msgid "String as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:6 msgid "Raw data bytes for given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:7 msgid "Integer as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:8 msgid "Floating point number as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:9 msgid "Boolean as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:10 msgid "Date as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:11 msgid "Array as the value for the given key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:12 msgid "Add new elements to the end of an array" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:13 msgid "Add a dictionary to domain" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:14 msgid "Add new key/value pairs to a dictionary" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:15 msgid "Shows the type for the given domain, key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:16 msgid "Renames old_key to new_key" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:17 msgid "Deletes domain or a key in the domain" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:18 msgid "Prints the names of all domains in the users defaults system" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:19 msgid "Searches for word in domain names, keys, and values" msgstr "" #: /tmp/fish/implicit/share/completions/defaults.fish:20 msgid "Prints a list of possible command formats" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:1 #: /tmp/fish/implicit/share/completions/deno.fish:23 #: /tmp/fish/implicit/share/completions/deno.fish:33 #: /tmp/fish/implicit/share/completions/deno.fish:40 #: /tmp/fish/implicit/share/completions/deno.fish:45 #: /tmp/fish/implicit/share/completions/deno.fish:55 #: /tmp/fish/implicit/share/completions/deno.fish:62 #: /tmp/fish/implicit/share/completions/deno.fish:68 #: /tmp/fish/implicit/share/completions/deno.fish:79 #: /tmp/fish/implicit/share/completions/deno.fish:90 #: /tmp/fish/implicit/share/completions/deno.fish:100 #: /tmp/fish/implicit/share/completions/deno.fish:117 #: /tmp/fish/implicit/share/completions/deno.fish:143 #: /tmp/fish/implicit/share/completions/deno.fish:158 #: /tmp/fish/implicit/share/completions/deno.fish:164 #: /tmp/fish/implicit/share/completions/deno.fish:169 msgid "Set log level" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:2 #: /tmp/fish/implicit/share/completions/deno.fish:27 #: /tmp/fish/implicit/share/completions/deno.fish:39 #: /tmp/fish/implicit/share/completions/deno.fish:43 #: /tmp/fish/implicit/share/completions/deno.fish:50 #: /tmp/fish/implicit/share/completions/deno.fish:61 #: /tmp/fish/implicit/share/completions/deno.fish:66 #: /tmp/fish/implicit/share/completions/deno.fish:72 #: /tmp/fish/implicit/share/completions/deno.fish:89 #: /tmp/fish/implicit/share/completions/deno.fish:95 #: /tmp/fish/implicit/share/completions/deno.fish:104 #: /tmp/fish/implicit/share/completions/deno.fish:129 #: /tmp/fish/implicit/share/completions/deno.fish:157 #: /tmp/fish/implicit/share/completions/deno.fish:162 #: /tmp/fish/implicit/share/completions/deno.fish:168 #: /tmp/fish/implicit/share/completions/deno.fish:172 msgid "Suppress diagnostic output" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:3 #: /tmp/fish/implicit/share/completions/deno.fish:25 #: /tmp/fish/implicit/share/completions/deno.fish:37 #: /tmp/fish/implicit/share/completions/deno.fish:41 #: /tmp/fish/implicit/share/completions/deno.fish:48 #: /tmp/fish/implicit/share/completions/deno.fish:59 #: /tmp/fish/implicit/share/completions/deno.fish:64 #: /tmp/fish/implicit/share/completions/deno.fish:70 #: /tmp/fish/implicit/share/completions/deno.fish:87 #: /tmp/fish/implicit/share/completions/deno.fish:93 #: /tmp/fish/implicit/share/completions/deno.fish:102 #: /tmp/fish/implicit/share/completions/deno.fish:127 #: /tmp/fish/implicit/share/completions/deno.fish:155 #: /tmp/fish/implicit/share/completions/deno.fish:160 #: /tmp/fish/implicit/share/completions/deno.fish:167 #: /tmp/fish/implicit/share/completions/deno.fish:170 msgid "Prints help information" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:5 msgid "Bundle module and dependencies into single file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:6 msgid "Cache the dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:7 msgid "Generate shell completions" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:8 msgid "Show documentation for a module" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:9 msgid "Eval script" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:10 msgid "Format source files" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:11 msgid "Show info about cache or info related to source file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:12 msgid "Install script as an executable" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:13 msgid "Lint source files" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:14 msgid "Read Eval Print Loop" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:15 msgid "" "Run a program given a filename or url to the module. Use '-' as a filename " "to read from stdin." msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:16 #: /tmp/fish/implicit/share/completions/ebuild.fish:17 msgid "Run tests" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:17 msgid "Print runtime TypeScript declarations" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:18 msgid "Upgrade deno executable to given version" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:19 msgid "Prints this message or the help of the given subcommand(s)" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:20 #: /tmp/fish/implicit/share/completions/deno.fish:32 #: /tmp/fish/implicit/share/completions/deno.fish:53 #: /tmp/fish/implicit/share/completions/deno.fish:67 #: /tmp/fish/implicit/share/completions/deno.fish:78 #: /tmp/fish/implicit/share/completions/deno.fish:99 #: /tmp/fish/implicit/share/completions/deno.fish:115 #: /tmp/fish/implicit/share/completions/deno.fish:140 msgid "Load certificate authority from PEM encoded file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:21 #: /tmp/fish/implicit/share/completions/deno.fish:30 #: /tmp/fish/implicit/share/completions/deno.fish:110 #: /tmp/fish/implicit/share/completions/deno.fish:135 msgid "UNSTABLE: Load import map file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:22 #: /tmp/fish/implicit/share/completions/deno.fish:31 #: /tmp/fish/implicit/share/completions/deno.fish:112 #: /tmp/fish/implicit/share/completions/deno.fish:137 msgid "Load tsconfig.json configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:24 #: /tmp/fish/implicit/share/completions/deno.fish:35 #: /tmp/fish/implicit/share/completions/deno.fish:46 #: /tmp/fish/implicit/share/completions/deno.fish:56 #: /tmp/fish/implicit/share/completions/deno.fish:69 #: /tmp/fish/implicit/share/completions/deno.fish:86 #: /tmp/fish/implicit/share/completions/deno.fish:91 #: /tmp/fish/implicit/share/completions/deno.fish:101 #: /tmp/fish/implicit/share/completions/deno.fish:123 #: /tmp/fish/implicit/share/completions/deno.fish:149 #: /tmp/fish/implicit/share/completions/deno.fish:159 msgid "Enable unstable APIs" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:28 #: /tmp/fish/implicit/share/completions/deno.fish:44 #: /tmp/fish/implicit/share/completions/deno.fish:111 #: /tmp/fish/implicit/share/completions/deno.fish:136 msgid "Reload source code cache (recompile TypeScript)" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:29 #: /tmp/fish/implicit/share/completions/deno.fish:113 #: /tmp/fish/implicit/share/completions/deno.fish:138 msgid "Check the specified lock file" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:34 #: /tmp/fish/implicit/share/completions/deno.fish:124 #: /tmp/fish/implicit/share/completions/deno.fish:150 msgid "Write lock file. Use with --lock." msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:36 #: /tmp/fish/implicit/share/completions/deno.fish:125 #: /tmp/fish/implicit/share/completions/deno.fish:151 msgid "Do not resolve remote modules" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:47 msgid "Output documentation in JSON format." msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:51 #: /tmp/fish/implicit/share/completions/deno.fish:96 #: /tmp/fish/implicit/share/completions/deno.fish:105 #: /tmp/fish/implicit/share/completions/deno.fish:130 msgid "activate inspector on host:port (default: 127.0.0.1:9229)" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:52 #: /tmp/fish/implicit/share/completions/deno.fish:97 #: /tmp/fish/implicit/share/completions/deno.fish:106 #: /tmp/fish/implicit/share/completions/deno.fish:131 msgid "activate inspector on host:port and break at start of user script" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:54 #: /tmp/fish/implicit/share/completions/deno.fish:98 #: /tmp/fish/implicit/share/completions/deno.fish:114 #: /tmp/fish/implicit/share/completions/deno.fish:139 msgid "Set V8 command line options. For help: --v8-flags=--help" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:57 msgid "Treat eval input as TypeScript" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:58 msgid "print result to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:63 msgid "Check if the source files are formatted." msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:73 #: /tmp/fish/implicit/share/completions/deno.fish:107 #: /tmp/fish/implicit/share/completions/deno.fish:132 msgid "Allow file system read access" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:74 #: /tmp/fish/implicit/share/completions/deno.fish:108 #: /tmp/fish/implicit/share/completions/deno.fish:133 msgid "Allow file system write access" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:75 #: /tmp/fish/implicit/share/completions/deno.fish:109 #: /tmp/fish/implicit/share/completions/deno.fish:134 msgid "Allow network access" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:76 msgid "Executable file name" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:77 msgid "Installation root" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:80 #: /tmp/fish/implicit/share/completions/deno.fish:118 #: /tmp/fish/implicit/share/completions/deno.fish:144 msgid "Allow environment access" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:81 #: /tmp/fish/implicit/share/completions/deno.fish:119 #: /tmp/fish/implicit/share/completions/deno.fish:145 msgid "Allow running subprocesses" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:82 #: /tmp/fish/implicit/share/completions/deno.fish:120 #: /tmp/fish/implicit/share/completions/deno.fish:146 msgid "Allow loading plugins" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:83 #: /tmp/fish/implicit/share/completions/deno.fish:121 #: /tmp/fish/implicit/share/completions/deno.fish:147 msgid "Allow high resolution time measurement" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:84 #: /tmp/fish/implicit/share/completions/deno.fish:122 #: /tmp/fish/implicit/share/completions/deno.fish:148 msgid "Allow all permissions" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:85 msgid "Forcefully overwrite existing installation" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:92 msgid "List available rules" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:116 #: /tmp/fish/implicit/share/completions/deno.fish:141 msgid "Seed Math.random()" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:126 #: /tmp/fish/implicit/share/completions/deno.fish:152 msgid "Require that remote dependencies are already cached" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:142 msgid "Run tests with this string in the test name" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:153 msgid "Stop on first error" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:154 msgid "Don't return error code if no test files are found" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:163 msgid "The version to upgrade to" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:165 msgid "Perform all checks without replacing old exe" msgstr "" #: /tmp/fish/implicit/share/completions/deno.fish:166 msgid "Replace current exe even if not out-of-date" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:1 msgid "Include empty file systems" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:2 #: /tmp/fish/implicit/share/completions/du.fish:3 #: /tmp/fish/implicit/share/completions/tar.fish:14 msgid "Block size" msgstr "Tamanho do bloco" #: /tmp/fish/implicit/share/completions/df.fish:3 #: /tmp/fish/implicit/share/completions/du.fish:8 #: /tmp/fish/implicit/share/completions/ls.fish:38 msgid "Human readable sizes, powers of 1000" msgstr "Tamanhos em potências de 1000" #: /tmp/fish/implicit/share/completions/df.fish:4 msgid "Do not sync before getting usage info" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:5 msgid "Sync before getting usage info" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:6 msgid "Print file system type" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:7 msgid "Excluded file system type" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:10 msgid "Show all file systems" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:11 msgid "Show sizes in gigabytes" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:12 msgid "Show sizes in megabytes" msgstr "" #: /tmp/fish/implicit/share/completions/df.fish:13 msgid "Print out the previously obtained statistics from the file systems" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:1 msgid "Use the DHCPv4 protocol" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:2 msgid "Use the DHCPv6 protocol" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:3 msgid "Participate in the DHCPv4 over DHCPv6 protocol" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:4 msgid "Try to get a lease once" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:5 msgid "Force dhclient to run as a foreground process" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:6 msgid "Become a daemon immediately" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:7 msgid "Be quiet at startup" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:8 msgid "Enable verbose log messages" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:9 msgid "Continue running even if no broadcast interfaces were found" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:10 msgid "Do not drop capabilities" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:11 msgid "Do not configure any interfaces" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:12 msgid "Define additional environment variables" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:13 msgid "Release the current lease and stop the running DHCP client" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:14 msgid "Stop the running DHCP client without releasing the current lease" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:15 msgid "The UDP port number on which the DHCP client should listen" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:16 msgid "Specify the server IP address" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:17 msgid "Set the giaddr field" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:18 msgid "Use a DUID with DHCPv4 clients" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:19 msgid "Use the standard DDNS scheme" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:20 msgid "" "Time (in seconds) an IPv4 client should wait after declining an address " "before issuing a discover" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:22 msgid "Use Information-request to get only stateless configuration parameters" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:23 msgid "Ask for IPv6 temporary addresses, one set per -T flag" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:24 msgid "Enable IPv6 prefix delegation" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:25 msgid "" "Require that responses include all of the items requested by any -N, -T, or -" "P options" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:26 msgid "Override the default when selecting the type of DUID to use" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:27 msgid "Restore normal address query for IPv6" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:28 msgid "Specify the length of the prefix for IPv6 addresses" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:29 msgid "" "Maximum time (in seconds) that the client should wait for the DAD to " "complete on an interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:30 msgid "Direct the client to use the given length when requesting new prefixes" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:31 msgid "Path to the client configuration file" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:32 msgid "Path to a secondary lease file" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:33 msgid "Path to the lease database file" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:34 msgid "Path to the process ID file" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:35 msgid "Disable writing pid files" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:36 msgid "Path to the network configuration script" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:37 msgid "Always set the bootp broadcast flag in request packets" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:38 msgid "DHCP client identifier" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:39 msgid "Vendor class identifier" msgstr "" #: /tmp/fish/implicit/share/completions/dhclient.fish:40 msgid "Request option list" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:1 msgid "Background immediately" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:2 msgid "Use given script" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:3 msgid "Generate an RFC 4361 compliant clientid" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:4 msgid "Echo debug messages to stderr & syslog" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:5 msgid "Use last acquired lease if cannot obtain one" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:6 msgid "Use last acquired lease if cannot obtain one even if expired" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:7 msgid "Push given value the environment" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:8 msgid "Reapply configuration for each interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:9 msgid "Request DHCP server to update DNS using FQDN instead of hostname" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:10 msgid "Specify config to load instead of /etc/dhcpcd.conf" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:11 msgid "Send hostname to DHCP server" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:12 msgid "Send given clientid" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:13 msgid "Override DHCPv4 vendorclassid field sent" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:14 msgid "Writes to specfied log file instead of syslog" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:15 msgid "Release lease and de-configure interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:16 msgid "Request specific lease time in secs" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:17 msgid "Start dhcpcd in Master mode" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:18 msgid "Set preferred interface based on given rank (lowest wins)" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:19 msgid "Reload config and rebind specified interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:20 msgid "Renew existing addresses on specified interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:21 msgid "Request DHCP option" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:22 msgid "Keep configuration even when dhcpcd exits" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:23 msgid "Request given address in DHCP DISCOVER message" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:24 msgid "Request given address in DHCP INFORM message" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:25 msgid "Perform DHCPv6 Information Request" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:26 msgid "Configure static DHCP value" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:27 msgid "Timeout after seconds" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:28 msgid "Tag DHCPv4 message with given userclass" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:29 msgid "Add encapsulated vendor option" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:30 #: /tmp/fish/implicit/share/completions/eix.fish:2 #: /tmp/fish/implicit/share/completions/htop.fish:8 #: /tmp/fish/implicit/share/completions/pv.fish:33 #: /tmp/fish/implicit/share/completions/subl.fish:9 #: /tmp/fish/implicit/share/completions/tig.fish:4 msgid "Show version and exit" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:31 #: /tmp/fish/implicit/share/completions/dhcpcd.fish:32 msgid "Wait for address to be assigned before forking to background" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:33 msgid "Exit dhcpcd process linked to given interface" msgstr "" #: /tmp/fish/implicit/share/completions/dhcpcd.fish:34 msgid "Allow reboot after secs" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:1 msgid "Ignore case differences" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:2 msgid "Ignore case when comparing file names" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:3 msgid "Consider case when comparing file names" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:4 msgid "Ignore changes due to tab expansion" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:5 msgid "Ignore changes in the amount of white space" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:6 msgid "Ignore all white space" msgstr "Ignorar todos os espaços em branco" #: /tmp/fish/implicit/share/completions/diff.fish:7 #: /tmp/fish/implicit/share/completions/git.fish:33 #: /tmp/fish/implicit/share/completions/git.fish:570 msgid "Ignore changes whose lines are all blank" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:8 msgid "Ignore changes whose lines match the REGEX" msgstr "Ignore changes whose lines match the REGEX" #: /tmp/fish/implicit/share/completions/diff.fish:9 #: /tmp/fish/implicit/share/completions/git.fish:63 #: /tmp/fish/implicit/share/completions/git.fish:566 msgid "Treat all files as text" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:10 msgid "Recursively compare subdirectories" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:11 msgid "Treat absent files as empty" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:12 msgid "Output NUM lines of copied context" msgstr "Output NUM lines of copied context" #: /tmp/fish/implicit/share/completions/diff.fish:13 msgid "Output 3 lines of copied context" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:14 msgid "Output NUM lines of unified context" msgstr "Output NUM lines of unified context" #: /tmp/fish/implicit/share/completions/diff.fish:15 msgid "Output 3 lines of unified context" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:16 msgid "Output only whether the files differ" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:17 msgid "Output a normal diff" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:18 msgid "Output in two columns" msgstr "Saída em duas colunas" #: /tmp/fish/implicit/share/completions/diff.fish:19 msgid "Output at most NUM print columns" msgstr "Output at most NUM print columns" #: /tmp/fish/implicit/share/completions/diff.fish:20 msgid "Try to find a smaller set of changes" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:21 msgid "Compare FILE1 to all operands" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:22 msgid "Compare FILE2 to all operands" msgstr "Compare FILE2 to all operands" #: /tmp/fish/implicit/share/completions/diff.fish:23 msgid "Pass the output through 'pr'" msgstr "" #: /tmp/fish/implicit/share/completions/diff.fish:26 #: /tmp/fish/implicit/share/completions/pacman.fish:17 msgid "Colorize the output" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:1 msgid "Use IPv4 query transport only" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:2 msgid "Use IPv6 query transport only" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:3 msgid "Enable memory usage debugging" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:4 msgid "Bind to source address/port" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:5 msgid "Specify batch mode file" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:6 msgid "Specify query class" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:7 msgid "Specify TSIG key file" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:8 msgid "specify named base64 TSIG key" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:9 msgid "Specify port number" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:10 msgid "Specify query name" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:11 msgid "Specify query type" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:12 msgid "Reverse lookup" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:13 #: /tmp/fish/implicit/share/completions/killall.fish:10 #: /tmp/fish/implicit/share/completions/light.fish:1 #: /tmp/fish/implicit/share/completions/lsof.fish:1 #: /tmp/fish/implicit/share/completions/lua.fish:5 #: /tmp/fish/implicit/share/completions/mv.fish:12 #: /tmp/fish/implicit/share/completions/strace.fish:10 #: /tmp/fish/implicit/share/completions/telnet.fish:29 #: /tmp/fish/implicit/share/completions/wicd-cli.fish:1 msgid "Print help and exit" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:14 #: /tmp/fish/implicit/share/completions/feh.fish:56 #: /tmp/fish/implicit/share/completions/fuser.fish:12 #: /tmp/fish/implicit/share/completions/mv.fish:13 #: /tmp/fish/implicit/share/completions/strace.fish:11 #: /tmp/fish/implicit/share/completions/tracepath.fish:8 #: /tmp/fish/implicit/share/completions/tree.fish:43 msgid "Print version and exit" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:15 msgid "TCP mode" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:16 msgid "TCP mode, alternate syntax" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:17 msgid "Set whether to use searchlist" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:18 msgid "Search with intermediate results" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:19 msgid "Deprecated, treated as a synonym for +[no]search" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:20 msgid "Recursive mode" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:21 msgid "Dont revert to TCP for TC responses." msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:22 msgid "Dont try next server on SERVFAIL" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:23 msgid "Try to parse even illegal messages" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:24 msgid "Set AA flag in query (+[no]aaflag)" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:25 msgid "Set AD flag in query" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:26 msgid "Set CD flag in query" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:27 msgid "Control display of class in records" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:28 msgid "Control display of command line" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:29 msgid "Control display of comment lines" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:30 msgid "Control display of question" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:31 msgid "Control display of answer" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:32 msgid "Control display of authority" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:33 msgid "Control display of additional" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:34 msgid "Control display of statistics" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:35 msgid "Disable everything except short form of answer" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:36 msgid "Control display of ttls in records" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:37 msgid "Set or clear all display flags" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:38 msgid "Print question before sending" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:39 msgid "Search all authoritative nameservers" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:40 msgid "ID responders in short answers" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:41 msgid "Trace delegation down from root" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:42 msgid "Request DNSSEC records" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:43 msgid "Request Name Server ID" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:44 msgid "Print records in an expanded format" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:45 msgid "AXFR prints only one soa record" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:46 msgid "Set number of UDP attempts" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:47 msgid "Set number of UDP retries" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:48 msgid "Set query timeout" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:49 msgid "Set EDNS0 Max UDP packet size" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:50 msgid "Set NDOTS value" msgstr "" #: /tmp/fish/implicit/share/completions/dig.fish:51 msgid "Set EDNS version" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:2 #: /tmp/fish/implicit/share/completions/diskutil.fish:4 #: /tmp/fish/implicit/share/completions/diskutil.fish:8 msgid "Return a property list" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:3 msgid "Get detailed information about a specific whole disk or partition" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:5 msgid "Process all disks" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:6 msgid "Continuously display system-wide disk manipulation activity" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:7 msgid "Show the file system personalities available" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:9 msgid "Unmount a single volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:10 msgid "Unmount an entire disk (all volumes)" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:11 msgid "Eject a disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:12 msgid "Mount a single volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:13 msgid "Specify mount point" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:14 msgid "Mount an entire disk (all mountable volumes)" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:15 msgid "Rename a volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:16 msgid "Enable journaling on an HFS+ volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:17 msgid "Disable journaling on an HFS+ volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:18 msgid "Create a 512MB Apple_Journal partition" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:19 msgid "Enable ownership of a volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:20 msgid "Disable ownership of a volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:21 msgid "Verify the file system data structures of a volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:22 msgid "Repair the file system data structures of a volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:23 msgid "Verify the partition map layout of a whole disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:24 msgid "Repair the partition map layout of a whole disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:25 msgid "Erase an existing disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:26 msgid "Write out a new empty file system volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:27 msgid "Erase an existing volume by writing out a new empty file system" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:28 msgid "Erase optical media (CD/RW, DVD/RW, etc.)" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:29 msgid "Erase a device, writing zeros to the media" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:30 msgid "Erase a whole disk, writing random data to the media" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:31 msgid "Erase, using a secure method" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:32 msgid "(re)Partition a disk, removing all volumes" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:33 msgid "Non-destructively resize a volume (partition)" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:34 msgid "Destructively split a volume into multiple partitions" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:35 #: /tmp/fish/implicit/share/completions/diskutil.fish:36 msgid "Merge two or more partitions on a disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:37 msgid "Show status of all current APFS Containers" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:38 msgid "Nondestructively convert from HFS to APFS" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:39 msgid "Create a new APFS Container with one APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:40 msgid "Create a new empty APFS Container" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:41 msgid "Delete an APFS Container and reformat disks to HFS" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:42 msgid "Resize an APFS Container and its disk space usage" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:43 msgid "Export a new APFS Volume from an APFS Container" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:44 msgid "Remove an APFS Volume from its APFS Container" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:45 msgid "Erase contents of, but keep, an APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:46 msgid "Change the Role metadata bits of an APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:47 msgid "Unlock an encrypted APFS Volume which is locked" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:48 msgid "Lock an encrypted APFS Volume (diskutil unmount)" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:49 msgid "List cryptographic users of encrypted APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:50 msgid "Change the passphrase of a cryptographic user" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:51 msgid "Set or clear passphrase hint of a cryptographic user" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:52 msgid "Start async encryption of an unencrypted APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:53 msgid "Start async decryption of an encrypted APFS Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:54 msgid "Update the APFS Volume's related APFS Preboot Volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:55 msgid "Create, manipulate and destroy AppleRAID volumes" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:56 msgid "Display the current status of RAID sets" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:57 msgid "Create a RAID set on multiple disks" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:58 msgid "Delete an existing RAID set" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:59 msgid "Repair a damaged RAID mirror set" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:60 msgid "Add a spare or member disk to an existing RAID" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:61 msgid "Remove a spare or member disk from an existing RAID" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:62 msgid "Convert a volume into a single disk RAID set" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:63 msgid "Update the settings of an existing RAID" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:64 msgid "Create, manipulate and destroy CoreStorage volumes" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:65 msgid "Show status of CoreStorage volumes" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:66 msgid "Get CoreStorage information by UUID or disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:67 msgid "Convert a volume into a CoreStorage volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:68 msgid "Revert a CoreStorage volume to its native type" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:69 msgid "Create a new CoreStorage logical volume group" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:70 msgid "Delete a CoreStorage logical volume group" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:71 msgid "Rename a CoreStorage logical volume group" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:72 msgid "Create a new CoreStorage logical volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:73 msgid "Delete a volume from a logical volume group" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:74 msgid "Start encrypting a CoreStorage logical volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:75 msgid "Start decrypting a CoreStorage logical volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:76 msgid "Attach/mount a locked CoreStorage logical volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:77 msgid "Change a CoreStorage logical volume's passphrase" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:78 msgid "Resize a CoreStorage volume" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:79 msgid "Resize a CoreStorage physical volume disk" msgstr "" #: /tmp/fish/implicit/share/completions/diskutil.fish:80 msgid "Resize a CoreStorage logical/physical volume set" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:19 msgid "Output formatted image characteristics [string]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:31 #: /tmp/fish/implicit/share/completions/import.fish:28 #: /tmp/fish/implicit/share/completions/import.fish:56 msgid "Size and location of an image canvas [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:42 #: /tmp/fish/implicit/share/completions/import.fish:39 msgid "Set an image property [property value]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:47 msgid "Seconds detect when image file is modified and redisplay" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:52 msgid "Exit program when this window id is destroyed [id]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:53 msgid "Write image to a file [filename]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:54 #: /tmp/fish/implicit/share/completions/montage.fish:72 msgid "Automagically orient image" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:62 msgid "Straighten an image [threshold]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:63 msgid "Reduce the speckles within an image" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:64 msgid "Apply a filter to detect edges in the image [factor]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:65 msgid "Apply a digital filter to enhance a noisy image" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:66 msgid "Perform histogram equalization to an image" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:68 #: /tmp/fish/implicit/share/completions/montage.fish:78 msgid "Flip image in the vertical direction" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:69 #: /tmp/fish/implicit/share/completions/montage.fish:79 msgid "Flop image in the horizontal direction" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:70 #: /tmp/fish/implicit/share/completions/montage.fish:80 msgid "Surround image with an ornamental border [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:74 msgid "Replace every pixel with its complementary color" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:75 msgid "Transform image to span the full range of colors" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:76 msgid "Lighten/darken image edges to create a 3-D effect [value]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:79 msgid "Roll an image vertically or horizontally [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:81 msgid "Scale image with pixel sampling [geometry]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:82 msgid "Segment an image [value]" msgstr "" #: /tmp/fish/implicit/share/completions/display.fish:85 msgid "Threshold the image [value]" msgstr "" #: /tmp/fish/implicit/share/completions/dlocate.fish:1 msgid "List records that match filenames" msgstr "" #: /tmp/fish/implicit/share/completions/dlocate.fish:2 msgid "List all files in the package" msgstr "" #: /tmp/fish/implicit/share/completions/dlocate.fish:3 msgid "ls -ldF all files in the package" msgstr "" #: /tmp/fish/implicit/share/completions/dlocate.fish:4 msgid "du -sck all files in the package" msgstr "" #: /tmp/fish/implicit/share/completions/dmesg.fish:1 msgid "Display system message buffer" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:1 msgid "Manage aliases" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:2 msgid "Add a new alias" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:3 msgid "Lists all defined aliases" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:4 msgid "Delete an alias" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:5 msgid "Removes unneeded packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:6 msgid "Check for problems in packagedb" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:7 msgid "Checks dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:8 msgid "Checks duplicates" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:9 msgid "Checks obsoleted" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:10 msgid "Checks provides" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:11 msgid "Checks for updates" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:12 #: /tmp/fish/implicit/share/completions/yum.fish:9 msgid "Clean up cache directory" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:13 msgid "Removes the database cache" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:14 msgid "Marks the repository metadata expired" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:15 msgid "Removes repository metadata" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:16 msgid "Removes any cached packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:17 msgid "Removes all cache" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:18 msgid "Synchronizes packages to match the latest" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:19 msgid "Downgrades the specified package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:20 msgid "Manage groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:21 msgid "Display overview of installed and available groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:22 msgid "Display package list of a group" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:23 msgid "Install group" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:24 #: /tmp/fish/implicit/share/completions/dnf.fish:30 msgid "Include optional packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:25 msgid "List groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:26 msgid "List installed groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:27 msgid "List available groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:28 msgid "List hidden groups" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:29 msgid "Remove group" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:31 msgid "Upgrade group" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:32 msgid "Marks group without manipulating packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:33 msgid "Mark group installed without installing packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:34 msgid "Mark group removed without removing packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:36 msgid "View and manage past transactions" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:37 msgid "Lists all transactions" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:38 msgid "Describe the given transactions" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:39 msgid "Redoes the specified transaction" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:40 msgid "Undo all transactions performed after the specified transaction" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:41 msgid "Undoes the specified transaction" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:42 msgid "Lists all user installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:43 msgid "Describes the given package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:45 #: /tmp/fish/implicit/share/completions/dnf.fish:46 msgid "Lists all packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:47 msgid "Lists installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:48 msgid "Lists available packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:49 msgid "Lists installed packages that are not in any known repository" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:50 msgid "List installed obsoleted packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:51 msgid "List recently added packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:52 msgid "List available upgrades" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:53 msgid "List packages which will be removed by autoremove" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:54 msgid "Downloads and caches metadata for all known repos" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:55 msgid "Instructs DNF to be more resource-aware" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:56 msgid "Mark packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:57 msgid "Mark package installed" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:58 msgid "Unmarks installed package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:59 msgid "Mark installed by group" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:60 msgid "Manage modules" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:61 msgid "Install module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:62 msgid "Update modules" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:63 msgid "Remove module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:64 msgid "Enable a module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:65 msgid "Disable a module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:66 msgid "Reset module state" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:67 msgid "List modules" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:68 msgid "Lists all module " msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:69 msgid "Lists enabled module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:70 msgid "Lists disabled module" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:71 msgid "List installed modules" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:72 msgid "Print module information" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:73 msgid "Print module profiles information" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:74 msgid "Finds packages providing the given command" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:75 msgid "Reinstalls a package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:77 msgid "Removes the specified packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:78 msgid "Removes older version of duplicated packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:79 msgid "Removes old installonly packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:80 msgid "Verbose repolist" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:81 #: /tmp/fish/implicit/share/completions/dnf.fish:82 msgid "Lists all enabled repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:83 msgid "Lists all disabled repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:84 msgid "Lists all repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:85 msgid "Queries DNF repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:86 msgid "Provides the list of tags" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:87 msgid "Show detailed information about the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:88 msgid "Show the list of files in the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:89 msgid "Show the package source RPM name" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:90 msgid "Print the package changelogs" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:91 msgid "Display capabilities that the package conflicts with" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:92 #: /tmp/fish/implicit/share/completions/dnf.fish:98 #: /tmp/fish/implicit/share/completions/dnf.fish:99 msgid "Display capabilities that the package depends on" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:93 msgid "Display capabilities enhanced by the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:94 msgid "Show a location where the package could be downloaded from" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:95 msgid "Display capabilities that the package obsoletes" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:96 msgid "Display capabilities provided by the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:97 msgid "Display capabilities recommended by the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:100 msgid "Display capabilities suggested by the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:101 msgid "Display capabilities supplemented by the package" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:102 msgid "Display a recursive tree of packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:103 msgid "Produce a list of all dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:104 msgid "Format like name-version-release" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:105 msgid "Format like name-epoch:version-release.architecture" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:106 msgid "Format like epoch:name-version-release.architecture" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:107 msgid "Custom display format" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:108 msgid "Query packages recursively" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:109 msgid "Resolve capabilities to originating packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:110 msgid "Run commands on all packages in the repository" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:111 msgid "Search package metadata for keywords" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:112 msgid "Lists packages that match at least one of the keys" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:113 msgid "Opens an interactive shell" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:114 msgid "Remove spec and install spec in one transaction" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:115 msgid "Display information about update advisories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:116 msgid "Displays the summary" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:117 msgid "List of advisories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:118 msgid "Detailed information" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:119 #: /tmp/fish/implicit/share/completions/dnf.fish:120 msgid "Updates packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:123 msgid "Include packages corresponding to the advisory ID" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:124 msgid "Allow erasing of installed packages to resolve dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:125 msgid "Answer no for all questions" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:126 msgid "Try the best available package versions in transactions" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:127 msgid "Include packages that fix a bugfix issue" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:128 msgid "Include packages that fix a Bugzilla ID" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:129 msgid "Run entirely from system cache" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:130 msgid "Control whether color is used" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:131 msgid "Configuration file location" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:132 msgid "Include packages that fix a CVE" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:133 msgid "Debugging output level" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:134 msgid "Dump dependency solver debugging info" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:135 msgid "Disable excludes" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:136 #: /tmp/fish/implicit/share/completions/dnf.fish:138 msgid "Disable specified repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:137 msgid "Disable the listed plugins specified" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:139 msgid "Change downloaded packages to provided directory" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:140 msgid "Download packages without performing any transaction" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:141 msgid "Enable specified repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:142 msgid "Enable the listed plugins" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:143 msgid "Enable additional repositories" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:144 msgid "Include enhancement relevant packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:145 msgid "Exclude packages specified" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:146 msgid "Force the use of the specified architecture" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:147 msgid "Show the help" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:148 msgid "Specifies an alternative installroot" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:149 msgid "Include newpackage relevant packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:150 msgid "Disable autoremove" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:151 msgid "Set best option to False" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:152 msgid "Do not install documentation" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:153 msgid "Skip checking GPG signatures on packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:154 msgid "Disable all plugins" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:155 msgid "Enables obsoletes processing logic" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:157 msgid "Maximum command wait time" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:158 msgid "Set metadata as expired before running the command" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:159 msgid "Configure the distribution release" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:160 msgid "Specify repository to add to the repositories for this query" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:161 msgid "Enable just specific repositories by an id or a glob" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:162 msgid "RPM debug scriptlet output level" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:163 msgid "" "Includes packages that provide a fix for an issue of the specified severity" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:164 msgid "Includes packages that provide a fix for a security issue" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:165 msgid "Override a configuration option" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:166 msgid "Skips broken packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:167 msgid "Shows duplicate packages" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:169 msgid "Shows DNF version and exit" msgstr "" #: /tmp/fish/implicit/share/completions/dnf.fish:170 msgid "Answer yes for all questions" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:1 msgid "Choose auth method on systems using /etc/login.conf" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:2 msgid "validate given config file and test it against given command" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:3 msgid "Clear persisted authorizations, then exit" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:4 msgid "Fail if doas would prompt for password" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:5 msgid "Execute the shell from SHELL or /etc/passwd" msgstr "" #: /tmp/fish/implicit/share/completions/doas.fish:6 msgid "Execute the command as user. The default is root." msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:2 msgid "Set configuration frontend" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:3 msgid "Set priority threshold" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:4 msgid "Use current default (" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:5 msgid "Show only unseen question" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:6 msgid "Reconfigure also inconsistent packages" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg-reconfigure.fish:7 msgid "Prevent reloading templates" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:1 msgid "Install .deb package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:2 msgid "Unpack .deb package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:3 msgid "Configure package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:4 msgid "Remove package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:5 msgid "Purge package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:6 msgid "Verify contents of package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:7 msgid "Continue on all problems" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:8 msgid "Build package from directory" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:9 msgid "List contents of .deb" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:10 msgid "Show .deb information" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:11 msgid "List packages matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:12 msgid "List contents of packages" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:13 msgid "Print status of package" msgstr "" #: /tmp/fish/implicit/share/completions/dpkg.fish:14 msgid "Search for packages containing file" msgstr "" #: /tmp/fish/implicit/share/completions/dropdb.fish:2 msgid "Prompt before deleting anything" msgstr "" #: /tmp/fish/implicit/share/completions/dropdb.fish:4 msgid "Don't report error if database doesn't exist" msgstr "" #: /tmp/fish/implicit/share/completions/du.fish:1 msgid "Write size for all files" msgstr "Write size for all files" #: /tmp/fish/implicit/share/completions/du.fish:2 msgid "Print file size, not disk usage" msgstr "Print file size, not disk usage" #: /tmp/fish/implicit/share/completions/du.fish:4 msgid "Use 1B block size" msgstr "Use 1B block size" #: /tmp/fish/implicit/share/completions/du.fish:5 msgid "Produce grand total" msgstr "Produce grand total" #: /tmp/fish/implicit/share/completions/du.fish:6 msgid "Dereference file symlinks" msgstr "Dereference file symlinks" #: /tmp/fish/implicit/share/completions/du.fish:7 #: /tmp/fish/implicit/share/completions/ls.fish:18 msgid "Human readable sizes" msgstr "Tamanhos entendíveis para humanos" #: /tmp/fish/implicit/share/completions/du.fish:9 msgid "Use 1kB block size" msgstr "Use 1kB block size" #: /tmp/fish/implicit/share/completions/du.fish:10 msgid "Count hard links multiple times" msgstr "Count hard links multiple times" #: /tmp/fish/implicit/share/completions/du.fish:11 msgid "Dereference all symlinks" msgstr "Dereference all symlinks" #: /tmp/fish/implicit/share/completions/du.fish:12 msgid "Do not include subdirectory size" msgstr "Do not include subdirectory size" #: /tmp/fish/implicit/share/completions/du.fish:14 msgid "Skip other file systems" msgstr "" #: /tmp/fish/implicit/share/completions/du.fish:15 msgid "Exclude files that match pattern in file" msgstr "" #: /tmp/fish/implicit/share/completions/du.fish:16 #: /tmp/fish/implicit/share/completions/ncdu.fish:11 msgid "Exclude files that match pattern" msgstr "" #: /tmp/fish/implicit/share/completions/du.fish:17 msgid "Recursion limit" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:1 msgid "" "Limit the amount of memory in bytes for storing captured packets in memory" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:2 msgid "" "Dump the code generated for the capture filter in a human-readable form, and " "exit" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:3 msgid "" "When used with -D, -L, -S or --list-time-stamp-types print machine-readable " "output" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:4 msgid "Limit the number of packets used for storing captured packets in memory" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:5 msgid "Save files as pcap instead of the default pcapng" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:6 msgid "Print statistics for each interface once every second" msgstr "" #: /tmp/fish/implicit/share/completions/dumpcap.fish:7 msgid "Use a separate thread per interface" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:1 msgid "Get usage help text" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:2 msgid "Creates a configuration profile" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:3 msgid "Backup with pre/post script execution" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:4 msgid "Backup without executing pre/post scripts" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:5 msgid "Execute /pre script" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:6 msgid "Execute /post script" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:7 msgid "Force full backup" msgstr "Forçar cópia completa de segurança" #: /tmp/fish/implicit/share/completions/duply.fish:8 msgid "Force incremental backup" msgstr "Força cópia incremental de segurança" #: /tmp/fish/implicit/share/completions/duply.fish:9 msgid "List all files in backup (as it was at , default: now)" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:10 msgid "Prints backup sets and chains currently in repository" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:11 msgid "List files changed since latest backup" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:12 msgid "Shows outdated backup archives [--force, delete these files]" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:13 msgid "Shows outdated backups [--force, delete these files]" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:14 msgid "Shows broken backup archives [--force, delete these files]" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:15 msgid "Restore the backup to [as it was at ]" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:16 msgid "Restore single file/folder from backup [as it was at ]" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:17 msgid "Really execute the commands: purge, purge-full, cleanup" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:18 msgid "Do nothing but print out generated duplicity command lines" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:19 msgid "Calculate what would be done, but don" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:20 #: /tmp/fish/implicit/share/completions/md5sum.fish:5 #: /tmp/fish/implicit/share/completions/md5sum.fish:6 msgid "Don" msgstr "" #: /tmp/fish/implicit/share/completions/duply.fish:21 msgid "Output verbosity level" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:1 msgid "Test if an ebuild-argument has been given in the current commandline" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:2 msgid "Run bash with the -x option" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:3 msgid "Enable color" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:4 msgid "Force regeneration of digests" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:5 msgid "Ignore EBUILD_DEFAULT_OPTS" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:6 msgid "Skip all manifest checks" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:8 msgid "Run pkg_pretend()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:9 msgid "Run setup and system checks" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:10 msgid "Clean build dir" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:11 msgid "Fetches all files from SRC_URI" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:12 msgid "Update pkg manifest" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:13 msgid "Extracts sources" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:14 msgid "Run src_prepare()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:15 msgid "Run src_configure()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:16 msgid "Run src_compile()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:18 msgid "Run pkg_preinst()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:19 msgid "Run src_install()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:20 msgid "Run pkg_postinst()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:21 msgid "Install files to live filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:22 msgid "Run fetch, unpack, compile, install and qmerge" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:23 msgid "Uninstall files from live filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:24 msgid "Run pkg_prerm()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:25 msgid "Run pkg_postrm()" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:26 msgid "Run post-install configuration" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:27 msgid "Create a binpkg in PKGDIR" msgstr "" #: /tmp/fish/implicit/share/completions/ebuild.fish:28 msgid "Builds a RedHat RPM pkg" msgstr "" #: /tmp/fish/implicit/share/completions/echo.fish:1 msgid "Do not output a newline" msgstr "" #: /tmp/fish/implicit/share/completions/echo.fish:2 msgid "Do not separate arguments with spaces" msgstr "" #: /tmp/fish/implicit/share/completions/echo.fish:3 msgid "Disable backslash escapes" msgstr "" #: /tmp/fish/implicit/share/completions/echo.fish:4 msgid "Enable backslash escapes" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:1 msgid "Ignore all previous options" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:2 msgid "Only show differences to the previously saved database and exit" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:3 msgid "Sync via rsync from the given SERVER" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:4 msgid "Sync via rsync *to* the given CLIENT" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:5 msgid "" "Do not touch the database and omit the hooks after update-eix. (Implies -R)" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:6 msgid "Update database only and show differences" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:7 msgid "Do not call gensync (and the !commands in /etc/eix-sync.conf)" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:8 msgid "Do not execute the hooks of /etc/eix-sync.conf" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:9 msgid "Do not execute the hooks after emerge --sync (@@ entries)" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:10 msgid "Run emerge --metadata instead of emerge --sync" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:11 msgid "Use temporary file to save the current database" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:12 msgid "Don't suppress output of update-eix and emerge" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:13 msgid "Be quiet (close stdout)" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:14 msgid "Run emerge-webrsync instead of emerge --sync" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:15 msgid "Really recreate the dep-cache (rm -rf /var/cache/edb/dep/*) (default)" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:16 msgid "Do not really recreate the dep-cache" msgstr "" #: /tmp/fish/implicit/share/completions/eix-sync.fish:17 msgid "Show a short help text and exit" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:1 msgid "Show a help screen and exit" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:3 msgid "Dump variables to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:4 msgid "Dump default values of variables to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:5 msgid "Print non-matching entries first" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:6 msgid "Don't read unguessable slots of installed packages (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:7 msgid "Always read slots of installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:8 msgid "(no) output (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:9 msgid "Don't use ANSI color codes" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:10 msgid "Force colorful output" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:11 msgid "Compact search results (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:12 msgid "Verbose search results (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:13 msgid "Sort output by slots/versions (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:14 msgid "Print available versions line-by-line (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:15 msgid "Format string for normal output" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:16 msgid "Format string for compact output" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:17 msgid "Format string for verbose output" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:18 msgid "Next expression only matches installed packages" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:19 msgid "Match packages installed in several versions" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:20 msgid "Match duplicated packages" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:21 msgid "Match packages with duplicated versions" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:22 msgid "Match packages with a nontrivial slot" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:23 msgid "Match packages with two different slots" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:24 msgid "Match packages without best slotted version" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:25 msgid "Match packages from overlays" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:26 msgid "Match packages with obsolete entries" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:27 msgid "Invert the expression (toggle)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:28 msgid "Use input from pipe of emerge -pv" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:29 msgid "Search the description field" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:30 msgid "Search the category and name fields" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:31 msgid "Search the category field" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:32 msgid "Search the name field (default)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:33 msgid "Search the homepage field" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:34 msgid "Search the license field" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:35 msgid "Search the provides field" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:36 msgid "Pattern is a regexp (default)" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:37 msgid "Pattern is the exact string" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:38 msgid "Pattern is a wildcards-pattern" msgstr "" #: /tmp/fish/implicit/share/completions/eix.fish:39 msgid "Use fuzzy-search with the given max. levenshtein-distance (default: 2)" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:1 #: /tmp/fish/implicit/share/completions/iex.fish:1 msgid "Prints version and exit" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:2 #: /tmp/fish/implicit/share/completions/iex.fish:2 msgid "Evaluates the given command" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:3 #: /tmp/fish/implicit/share/completions/iex.fish:3 msgid "Requires the given files/patterns" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:4 #: /tmp/fish/implicit/share/completions/iex.fish:4 msgid "Finds and executes the given script" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:5 #: /tmp/fish/implicit/share/completions/iex.fish:5 msgid "Requires the given files/patterns in parallel" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:6 #: /tmp/fish/implicit/share/completions/iex.fish:6 msgid "Prepends the given path to Erlang code path" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:7 #: /tmp/fish/implicit/share/completions/iex.fish:7 msgid "Appends the given path to Erlang code path" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:8 #: /tmp/fish/implicit/share/completions/iex.fish:8 msgid "Start the given app and its dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:9 #: /tmp/fish/implicit/share/completions/iex.fish:9 msgid "Switches to be passed down to erlang" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:10 #: /tmp/fish/implicit/share/completions/iex.fish:10 msgid "Makes and assigns a name to the distributed node" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:11 #: /tmp/fish/implicit/share/completions/iex.fish:11 msgid "Makes and assigns a short name to the distributed node" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:12 #: /tmp/fish/implicit/share/completions/iex.fish:12 msgid "Sets a cookie for this distributed node" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:13 #: /tmp/fish/implicit/share/completions/iex.fish:13 msgid "Makes a hidden node" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:14 #: /tmp/fish/implicit/share/completions/iex.fish:14 msgid "Starts the Erlang VM detached from console" msgstr "" #: /tmp/fish/implicit/share/completions/elixir.fish:15 msgid "Does not halt the Erlang VM after execution" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:1 msgid "do not do interactive display; implies -q" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:2 msgid "change to directory DIR" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:3 msgid "start a server in the background" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:4 msgid "enable Emacs Lisp debugger for init file" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:5 msgid "use X server DISPLAY" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:6 msgid "do not load a saved desktop" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:7 msgid "load neither ~/.emacs nor default.el" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:8 msgid "do not load loadup.el into bare Emacs" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:9 msgid "do not load site-start.el" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:10 msgid "do not add site-lisp directories to load-path" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:11 msgid "do not display a splash screen on startup" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:12 msgid "do not communicate with X, ignoring :0" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:13 msgid "equivalent to: emacs -q --no-site-file --no-splash" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:14 msgid "run FILE as an Emacs Lisp script" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:15 msgid "use DEVICE for terminal I/O" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:16 msgid "load ~USER/.emacs instead of your own" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:17 msgid "prepend DIR to load-path (with :DIR, append DIR)" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:18 #: /tmp/fish/implicit/share/completions/emacs.fish:19 msgid "evaluate Emacs Lisp expression EXPR" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:20 #: /tmp/fish/implicit/share/completions/emacs.fish:21 #: /tmp/fish/implicit/share/completions/emacs.fish:26 msgid "visit FILE using find-file" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:22 msgid "call Emacs Lisp function FUNC with no arguments" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:23 msgid "insert contents of FILE into current buffer" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:24 msgid "exit without asking for confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:25 msgid "load Emacs Lisp FILE using the load function" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:27 msgid "override color mode for character terminals" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:28 msgid "window background color" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:29 msgid "disable many display features; used for debugging Emacs" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:30 msgid "main border color" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:31 msgid "width of main border" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:32 msgid "color of the Emacs cursor indicating point" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:33 msgid "default font; must be fixed-width" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:34 msgid "window foreground color" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:35 msgid "make the first frame high as the screen" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:36 msgid "make the first frame fullscreen" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:37 msgid "make the first frame wide as the screen" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:38 msgid "make the first frame maximized" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:39 msgid "window geometry" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:40 msgid "do not use picture of gnu for Emacs icon" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:41 msgid "start Emacs in iconified state" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:42 msgid "width between text and main border" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:43 msgid "additional space to put between lines" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:44 msgid "mouse cursor color in Emacs window" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:45 #: /tmp/fish/implicit/share/completions/emacs.fish:48 msgid "title for initial Emacs frame" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:46 msgid "disable blinking cursor" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:47 msgid "switch foreground and background" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:49 msgid "enable vertical scroll bars" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:50 msgid "set additional X resources" msgstr "" #: /tmp/fish/implicit/share/completions/emacs.fish:51 msgid "set parent window" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:1 msgid "Print the names of all configured repositories" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:3 msgid "Check for problems" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:4 #: /tmp/fish/implicit/share/completions/eopkg.fish:5 #: /tmp/fish/implicit/share/completions/mariner.fish:9 msgid "Show program's version number and exit" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:5 msgid "Attempt to fix problems" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:6 msgid "Remove the list of failed merges" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:7 msgid "Perform all supported commands" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:8 msgid "Scan and generate metadata indexes for binary pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:9 msgid "Check and clean the config tracker list for uninstalled pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:10 msgid "Discard emerge --resume merge lists" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:11 msgid "Check and clean old logs in the PORT_LOGDIR" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:12 msgid "Scan for failed merges and fix them" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:13 msgid "Perform pkg move updates for binary pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:14 msgid "Perform pkg move updates for installed and binary pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:15 msgid "Check repos.conf settings and sync repositories" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:16 msgid "Check and fix problems in the world file" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:17 msgid "Delete logs older than NUM days" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:18 msgid "Output logs that would be deleted" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:19 msgid "Cleans out logs more than 7 days old" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:20 msgid "Sync auto-sync enabled repos only" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:21 msgid "Sync all repos that have a sync-url defined" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:22 msgid "Sync the specified repo" msgstr "" #: /tmp/fish/implicit/share/completions/emaint.fish:23 msgid "Restrict sync to the specified submodule(s)" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:1 msgid "Add a terminal bell character ('\\a') to all interactive prompts" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:2 msgid "Prompt the user before peforming the merge" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:3 msgid "Build a binary pkg additionally" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:4 msgid "Only build a binary pkg" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:5 msgid "Show changelog of pkg. Use with --pretend" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:6 msgid "Colorized output" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:7 msgid "Align output. Use with --pretend" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:8 msgid "Run in debug mode" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:9 msgid "Consider the whole dependency tree" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:10 msgid "Reinstall all world pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:11 msgid "Only download the pkgs but don't install them" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:12 msgid "Same as --fetchonly and grab all potential files" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:13 msgid "Download infos from each binary pkg. Implies -k" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:14 msgid "As -g but don't use local infos" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:15 msgid "Ignore EMERGE_DEFAULT_OPTS" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:16 msgid "Include installed pkgs with changed USE flags" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:17 msgid "Disregard merge records" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:18 msgid "Don't merge dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:19 msgid "Skip already installed pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:20 msgid "Disable the spinner" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:21 msgid "Don't add pkgs to world" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:22 msgid "Only merge dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:23 msgid "Display what would be done without doing it" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:24 msgid "Use a condensed output" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:25 msgid "Remove first pkg in resume list. Use with --resume" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:26 msgid "Show the dependency tree" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:27 msgid "Use binary pkg if available" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:28 msgid "Only use binary pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:29 msgid "Run in verbose mode" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:30 msgid "Verbose slot conflicts" msgstr "" #: /tmp/fish/implicit/share/completions/emerge.fish:31 msgid "Pull in build time dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:1 msgid "Unmount when idle for specified MINUTES" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:2 msgid "Run in the foreground" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:3 msgid "Verbose messages when run foreground" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:4 msgid "Run in single threaded mode" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:5 msgid "Enables debugging within the FUSE library" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:6 msgid "Return data even from corrupted files" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:7 msgid "Make files public to all other users" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:8 msgid "Mount the filesystem on-demand" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:9 msgid "Produce encrypted view of plain files" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:10 msgid "Use standard options when creating filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:11 msgid "Pass on options to FUSE" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:12 msgid "Don't use the default FUSE flags" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:13 msgid "Get password from an external program" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:14 msgid "Read password from standard input" msgstr "" #: /tmp/fish/implicit/share/completions/encfs.fish:15 msgid "Turn off key validation checking" msgstr "" #: /tmp/fish/implicit/share/completions/entr.fish:1 msgid "" "Launches the utility at startup and reloads it if one of the source files " "change" msgstr "" #: /tmp/fish/implicit/share/completions/entr.fish:2 msgid "Clears the screen before running the utility" msgstr "" #: /tmp/fish/implicit/share/completions/env.fish:1 msgid "Redefine variable" msgstr "" #: /tmp/fish/implicit/share/completions/env.fish:2 msgid "Start with an empty environment" msgstr "" #: /tmp/fish/implicit/share/completions/env.fish:3 msgid "Remove variable from the environment" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:1 msgid "Print list of components" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:2 msgid "Print list of repositories" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:3 msgid "Available Package" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:6 #: /tmp/fish/implicit/share/completions/serve.fish:4 msgid "Show debugging information" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:7 msgid "Change the system root for eopkg commands" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:9 msgid "Keep bandwidth usage under specified KB's" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:10 msgid "Detailed output" msgstr "" #: /tmp/fish/implicit/share/completions/eopkg.fish:11 msgid "Assume yes for all yes/no queries" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:1 #: /tmp/fish/implicit/share/completions/openocd.fish:1 #: /tmp/fish/implicit/share/functions/__fish_complete_netcat.fish:46 msgid "display help" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:2 msgid "extended pkg description" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:3 msgid "herd(s) for the pkg" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:4 msgid "keywords for all matching pkg versions" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:5 msgid "licenses for the best matching version" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:6 msgid "maintainer(s) for the pkg" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:7 msgid "STABLEREQ arches (cc's) for all matching pkg versio" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:8 msgid "per-pkg USE flag descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:9 msgid "pkg's upstream information" msgstr "" #: /tmp/fish/implicit/share/completions/epkginfo.fish:10 msgid "plain metadata.xml file" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:1 msgid "Displays a help message" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:2 msgid "Minimal output" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:3 msgid "Turns off colors" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:4 msgid "Turns off pipe detection" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:6 msgid "List all pkgs owning file(s)" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:7 msgid "List changelog entries for ATOM" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:8 msgid "Check pkg's MD5sums and timestamps" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:9 msgid "List all pkgs depending on specified pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:10 msgid "Display pkg's dependency tree" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:11 msgid "List files owned by pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:12 msgid "List pkgs for matching ENVIRONMENT data" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:13 msgid "List pkgs with specified useflag" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:14 msgid "Display pkg's keywords" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:15 msgid "List all pkgs matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:16 msgid "Display pkg's metadata" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:17 msgid "Print size of files contained in pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:18 msgid "Display pkg's USE flags" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:19 msgid "Print full path to ebuild for pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:20 #: /tmp/fish/implicit/share/completions/equery.fish:26 #: /tmp/fish/implicit/share/completions/equery.fish:46 #: /tmp/fish/implicit/share/completions/equery.fish:61 msgid "Query is a regex" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:21 msgid "Stop after first match" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:22 msgid "Omit version" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:23 msgid "Display only latest ChangeLog entry" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:24 msgid "Display full ChangeLog" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:25 msgid "Limit number of entries displayed (with --full)" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:27 msgid "Only display pkgs that do not pass" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:28 msgid "Include dependencies that are not installed (slow)" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:29 msgid "Search both direct and indirect dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:30 msgid "Limit indirect dependency tree to specified depth" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:31 msgid "Don't show dependency atom" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:32 msgid "Don't show masking status" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:33 msgid "Don't show USE flags" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:34 msgid "Don't indent dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:35 msgid "Limit dependency graph to specified depth" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:36 msgid "Include MD5 sum in output" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:37 msgid "Include timestamp in output" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:38 msgid "Include file type in output" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:39 msgid "Display results in a tree" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:40 msgid "Filter output by file type" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:41 msgid "Exclude installed pkgs from search path" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:42 msgid "Include overlays in search path" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:43 msgid "Include entire portage tree in search path" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:44 msgid "List only installed duplicate pkgs" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:45 msgid "List only installed pkgs without a corresponding binary pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:47 msgid "Include reason for pkg mask" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:48 msgid "Exclude installed pkgs from output" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:49 msgid "List pkgs in overlays" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:50 msgid "List pkgs in the main portage tree" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:51 msgid "Show extended pkg description" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:52 msgid "Show pkg's herd(s)" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:53 msgid "Show keywords for all matching pkg versions" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:54 msgid "Show licenses for the best matching version" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:55 msgid "Show the maintainer(s) for the pkg" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:56 msgid "Show STABLEREQ arches (cc's) for all matching pkg versions" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:57 msgid "Show per-pkg USE flag descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:58 msgid "Show pkg's upstream information" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:59 msgid "Show the plain metadata.xml file" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:60 msgid "Report size in bytes" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:62 msgid "Include all pkg versions" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:63 msgid "Don't show l10n USE flags" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:64 msgid "Return highest version ebuild available" msgstr "" #: /tmp/fish/implicit/share/completions/equery.fish:65 msgid "Print the ebuild" msgstr "" #: /tmp/fish/implicit/share/completions/evince.fish:1 msgid "The page of the document to display" msgstr "" #: /tmp/fish/implicit/share/completions/evince.fish:2 msgid "Run evince in fullscreen mode" msgstr "" #: /tmp/fish/implicit/share/completions/evince.fish:3 msgid "Run evince in presentation mode" msgstr "" #: /tmp/fish/implicit/share/completions/evince.fish:4 msgid "Run evince as a previewer" msgstr "" #: /tmp/fish/implicit/share/completions/evince.fish:5 msgid "X display to use" msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:1 msgid "Test if exercism has yet to be given the subcommand" msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:3 msgid "turn on verbose logging" msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:4 #: /tmp/fish/implicit/share/completions/exercism.fish:18 #: /tmp/fish/implicit/share/completions/ninja.fish:8 #: /tmp/fish/implicit/share/completions/quilt.fish:1 msgid "show help" msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:5 msgid "print the version" msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:6 msgid "Writes config values to a JSON file." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:7 msgid "Outputs useful debug information." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:8 msgid "Downloads a solution given the ID of the latest iteration." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:9 msgid "Fetches the next unsubmitted problem in each track." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:10 msgid "Lists the available problems for a language track, given its ID." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:11 msgid "" "Opens exercism.io to your most recent iteration of a problem given the track " "ID and problem slug." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:12 msgid "" "Downloads the most recent iteration for each of your solutions on exercism." "io." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:13 msgid "Skips a problem given a track ID and problem slug." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:14 msgid "Fetches information about your progress with a given language track." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:15 msgid "Submits a new iteration to a problem on exercism.io." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:16 msgid "Lists the available language tracks." msgstr "" #: /tmp/fish/implicit/share/completions/exercism.fish:17 msgid "Upgrades the CLI to the latest released version." msgstr "" #: /tmp/fish/implicit/share/completions/exit.fish:2 msgid "Quit with normal exit status" msgstr "" #: /tmp/fish/implicit/share/completions/exit.fish:3 msgid "Quit with abnormal exit status" msgstr "" #: /tmp/fish/implicit/share/completions/expand.fish:1 msgid "do not convert tabs after non blanks" msgstr "" #: /tmp/fish/implicit/share/completions/expand.fish:2 msgid "have tabs NUMBER characters apart, not 8" msgstr "" #: /tmp/fish/implicit/share/completions/expand.fish:3 msgid "use comma separated list of explicit tab positions" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:1 msgid "create a backup of one or several jails" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:2 msgid "manage specific jails" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:3 msgid "attach your console to a running jail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:4 msgid "installs a new jail inside ezjail's scope" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:5 msgid "removes a jail from ezjail's config" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:6 msgid "dump diffs between jail initialisation and freeze time into a flavour" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:7 msgid "create the basejail from binary packages" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:8 msgid "list all jails" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:9 msgid "restart a running jail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:10 msgid "create new jails from archived versions" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:11 msgid "create a snapshot of a jail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:12 msgid "start a jail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:13 msgid "stop a running jail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:14 msgid "check for reasons for the jails to fail" msgstr "" #: /tmp/fish/implicit/share/completions/ezjail-admin.fish:15 msgid "create or update the basejail from source" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:1 #: /tmp/fish/implicit/share/completions/pkgfile.fish:2 msgid "show this help message and exit" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:2 msgid "print detailed info about command NAME" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:3 msgid "formats --list, choices: short, normal, nested" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:4 msgid "Force password prompt up-front" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:5 msgid "Force sudo password prompt up-front" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:6 msgid "print list of possible commands and exit" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:7 msgid "comma separated KEY=VALUE pairs to set Fab env vars" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:8 msgid "alias for -F short --list" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:9 #: /tmp/fish/implicit/share/completions/pkgfile.fish:1 msgid "show program's version number and exit" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:10 msgid "don't user the running SSH agent" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:11 msgid "forward local agent to remote end" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:12 msgid "abort instead of prompting (for password, host, etc)" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:13 msgid "specify location of config file to use" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:14 msgid "Color error output" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:15 msgid "do not load user known_hosts file" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:16 msgid "disconnect from hosts as soon as possible" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:17 msgid "python module file to import, e.g. '../other.py'" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:18 msgid "gateway host to connect through" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:19 msgid "Use GSS-API authentication" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:20 msgid "Delegate GSS-API client credentials or not" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:21 msgid "Perform GSS-API Key Exchange and user authentication" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:22 msgid "comma-separated list of output levels to hide" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:23 msgid "comma-separated list of hosts to operate on" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:24 msgid "path to SSH private key file. May be repeated." msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:25 msgid "don't load private key files from ~/.ssh/" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:26 msgid "enables a keepalive every N seconds" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:27 msgid "print line-by-line instead of byte-by-byte" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:28 msgid "make M attempts to connect before giving up" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:29 msgid "do not use pseudo-terminal in run/sudo" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:30 msgid "password for use with authentication and/or sudo" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:31 msgid "default to parallel execution method" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:32 msgid "SSH connection port" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:33 msgid "reject unknown hosts" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:34 msgid "password for use with sudo only" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:35 msgid "load system known_hosts file before reading user known_hosts" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:36 msgid "comma-separated list of roles to operate on" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:37 msgid "specify a new shell, defaults to '/bin/bash -l -c'" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:38 msgid "comma-separated list of output levels to show" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:39 msgid "skip over hosts that can't be reached" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:40 msgid "skip over unknown tasks" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:41 msgid "Path to SSH config file" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:42 msgid "set connection timeout to N seconds" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:43 msgid "set remote command timeout to N seconds" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:44 msgid "username to use when connecting to remote hosts" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:45 msgid "warn, instead of abort, when commands fail" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:46 msgid "comma-separated list of hosts to exclude" msgstr "" #: /tmp/fish/implicit/share/completions/fab.fish:47 msgid "number of concurrent processes to use in parallel mode" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:1 msgid "Specify a shell command as action to perform on image" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:2 msgid "Extra action triggered with number key " msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:3 msgid "Zoom pictures to screen size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:4 msgid "Create borderless window" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:5 msgid "Enable thumbnail caching" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:6 msgid "Path to directory with image caption" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:7 msgid "Print image info according to given format" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:8 msgid "Exit feh after one loop through slideshow" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:9 msgid "Draw defined actions" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:10 msgid "Display EXIF information" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:11 msgid "Draw filename" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:12 msgid "Show overlay texts on semi-transparent background" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:13 msgid "Set global font" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:14 msgid "Search for fonts in directory" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:15 msgid "Disable antialiasing" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:16 msgid "Make window fullscreen" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:17 msgid "Limit window size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:18 msgid "Hide pointer" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:19 msgid "Use style as background for transparent image parts" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:20 msgid "Enable index mode" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:21 msgid "Show image information based on given format" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:22 msgid "Execute given command line and display output" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:23 msgid "Keep files fetched using HTTP" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:24 msgid "Disable strict hostname and peer checking with HTTPS" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:25 msgid "When switching images, keep zoom and viewport settings" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:26 msgid "Don't display images. Display an ls style listing" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:27 msgid "Print out image names" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:28 msgid "Stop trying to convert unloadable files after timeout" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:29 msgid "Only show images which are smaller than given size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:30 msgid "Use font as menu font" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:31 msgid "Only show image which are larger than given size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:32 msgid "Enable montage mode" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:33 msgid "Disable slideshow mode" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:34 msgid "Don't jump to first image after resorting filelist" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:35 msgid "Don't load or show any menus" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:36 msgid "Don't limit window to screen size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:37 msgid "Disable Xinerama support" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:38 msgid "Save files to directory" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:39 msgid "Preload images" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:40 msgid "Don't report non-fatal errors" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:41 msgid "Randomize file list before displaying" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:42 msgid "Recursively expand directory" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:43 msgid "Don't recursively expand directory" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:44 msgid "Reload filelist after given seconds" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:45 #: /tmp/fish/implicit/share/completions/ls.fish:23 #: /tmp/fish/implicit/share/completions/ls.fish:58 msgid "Reverse sort order" msgstr "Inverte a ordem" #: /tmp/fish/implicit/share/completions/feh.fish:46 msgid "Scale image to fit window geometry" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:47 msgid "Scroll given number of pixels when using scrolling keys" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:48 msgid "Set delay in second between changing slides" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:49 msgid "Sort file list with given parameter" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:50 msgid "Start filelist at given filename" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:51 msgid "Load options from given config file" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:52 msgid "Set title for window opended from thumbnail mode" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:53 #: /tmp/fish/implicit/share/completions/ffplay.fish:38 msgid "Set window title" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:54 msgid "Print names of images that can't be loaded by imlib2" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:57 msgid "Zoom images by given percent when in fullscreen" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:58 msgid "Set thumbnail transparency (0-255)" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:59 msgid "Use given file as background for montage" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:60 msgid "Don't retain thumbnails' aspect ratios" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:61 msgid "Limit montage's height" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:62 msgid "Limit montage's width" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:63 #: /tmp/fish/implicit/share/completions/feh.fish:64 msgid "Save created montage to file" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:65 msgid "Enlarge if image smaller than given thumbnail size" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:66 msgid "Set thumbnail height" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:67 msgid "Set thumbnail width" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:68 msgid "Redraw thumbnail window every n images" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:69 msgid "Set font to print title on index" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:70 msgid "Center file on background" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:71 msgid "Set as background by zooming until image fits" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:72 msgid "Set as backround by zooming with black borders on one side" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:73 msgid "Set as background without tiling, trimming or borders" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:74 msgid "Tile image if too small for screen" msgstr "" #: /tmp/fish/implicit/share/completions/feh.fish:75 msgid "Do not write a ~/.fehbg file" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:1 msgid "Specify input file" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:2 #: /tmp/fish/implicit/share/completions/ffplay.fish:1 #: /tmp/fish/implicit/share/completions/ffprobe.fish:1 msgid "Show license" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:5 #: /tmp/fish/implicit/share/completions/ffplay.fish:4 #: /tmp/fish/implicit/share/completions/ffprobe.fish:4 msgid "Show build configuration" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:6 #: /tmp/fish/implicit/share/completions/ffplay.fish:5 #: /tmp/fish/implicit/share/completions/ffprobe.fish:5 msgid "Show available formats" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:7 #: /tmp/fish/implicit/share/completions/ffplay.fish:6 #: /tmp/fish/implicit/share/completions/ffprobe.fish:6 msgid "Show available muxers" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:8 #: /tmp/fish/implicit/share/completions/ffplay.fish:7 #: /tmp/fish/implicit/share/completions/ffprobe.fish:7 msgid "Show available demuxers" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:9 #: /tmp/fish/implicit/share/completions/ffplay.fish:8 #: /tmp/fish/implicit/share/completions/ffprobe.fish:8 msgid "Show available devices" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:10 #: /tmp/fish/implicit/share/completions/ffplay.fish:9 #: /tmp/fish/implicit/share/completions/ffprobe.fish:9 msgid "Show available codecs" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:11 #: /tmp/fish/implicit/share/completions/ffplay.fish:10 #: /tmp/fish/implicit/share/completions/ffprobe.fish:10 msgid "Show available decoders" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:12 #: /tmp/fish/implicit/share/completions/ffplay.fish:11 #: /tmp/fish/implicit/share/completions/ffprobe.fish:11 msgid "Show available encoders" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:13 #: /tmp/fish/implicit/share/completions/ffplay.fish:12 #: /tmp/fish/implicit/share/completions/ffprobe.fish:12 msgid "Show available bit stream filters" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:14 #: /tmp/fish/implicit/share/completions/ffplay.fish:13 #: /tmp/fish/implicit/share/completions/ffprobe.fish:13 msgid "Show available protocols" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:15 #: /tmp/fish/implicit/share/completions/ffplay.fish:14 #: /tmp/fish/implicit/share/completions/ffprobe.fish:14 msgid "Show available filters" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:16 #: /tmp/fish/implicit/share/completions/ffplay.fish:15 #: /tmp/fish/implicit/share/completions/ffprobe.fish:15 msgid "Show available pixel formats" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:17 #: /tmp/fish/implicit/share/completions/ffplay.fish:16 #: /tmp/fish/implicit/share/completions/ffprobe.fish:16 msgid "Show standard channel layouts" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:18 #: /tmp/fish/implicit/share/completions/ffplay.fish:17 #: /tmp/fish/implicit/share/completions/ffprobe.fish:17 msgid "Show available audio sample formats" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:19 #: /tmp/fish/implicit/share/completions/ffplay.fish:18 #: /tmp/fish/implicit/share/completions/ffprobe.fish:18 msgid "Show available color names" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:20 #: /tmp/fish/implicit/share/completions/ffplay.fish:22 #: /tmp/fish/implicit/share/completions/ffprobe.fish:24 msgid "List sources of the input device" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:21 #: /tmp/fish/implicit/share/completions/ffplay.fish:23 #: /tmp/fish/implicit/share/completions/ffprobe.fish:25 msgid "List sinks of the output device" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:22 msgid "Show available HW acceleration methods" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:23 #: /tmp/fish/implicit/share/completions/ffplay.fish:20 #: /tmp/fish/implicit/share/completions/ffprobe.fish:20 msgid "Generate a report" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:24 #: /tmp/fish/implicit/share/completions/ffplay.fish:21 #: /tmp/fish/implicit/share/completions/ffprobe.fish:21 msgid "Set maximum size of a single allocated block" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:25 msgid "Overwrite output files" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:26 msgid "Never overwrite output files" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:27 msgid "Ignore unknown stream types" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:28 msgid "Number of non-complex filter threads" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:29 msgid "Number of threads for -filter_complex" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:30 msgid "Print progress report during encoding" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:31 msgid "Ratio of errors" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:32 #: /tmp/fish/implicit/share/completions/ffmpeg.fish:54 msgid "Set the number of bits per raw sample" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:33 #: /tmp/fish/implicit/share/completions/ffmpeg.fish:67 msgid "Change audio volume" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:34 #: /tmp/fish/implicit/share/completions/ffplay.fish:37 #: /tmp/fish/implicit/share/completions/ffprobe.fish:26 msgid "Force format" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:35 msgid "Codec name" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:36 msgid "Set metadata information of outfile from infile" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:37 msgid "Record or transcode \"duration\" seconds of audio/video" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:38 msgid "Record or transcode stop time" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:39 msgid "Set the limit file size in bytes" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:40 msgid "Set the start time offset" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:41 msgid "Enable/disable seeking by timestamp with -ss" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:42 msgid "Set the recording timestamp" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:43 msgid "Add metadata" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:44 msgid "Add program with specified streams" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:45 msgid "Audio pad" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:46 msgid "Set the number of frames to output" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:47 msgid "Set stream filtergraph" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:48 msgid "Read stream filtergraph description from a file" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:49 msgid "Reinit filtergraph on input parameter changes" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:50 msgid "Set the number of video frames to output" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:51 msgid "Set frame rate" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:52 #: /tmp/fish/implicit/share/completions/ffmpeg.fish:69 #: /tmp/fish/implicit/share/completions/ffplay.fish:26 msgid "Set frame size" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:53 msgid "Set aspect ratio" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:55 #: /tmp/fish/implicit/share/completions/ffplay.fish:29 #: /tmp/fish/implicit/share/completions/mpv.fish:3 msgid "Disable video" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:56 msgid "Set initial TimeCode value" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:57 msgid "Select the pass number" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:58 msgid "Set video filters" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:59 msgid "Audio bitrate" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:60 msgid "Video bitrate" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:61 msgid "Disable data" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:62 msgid "Set the number of audio frames to output" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:63 msgid "Set audio quality" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:64 msgid "Set audio sampling rate" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:65 #: /tmp/fish/implicit/share/completions/mplayer.fish:14 msgid "Set number of audio channels" msgstr "Set number of audio channels" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:66 #: /tmp/fish/implicit/share/completions/ffplay.fish:28 #: /tmp/fish/implicit/share/completions/mpv.fish:2 msgid "Disable audio" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:68 #: /tmp/fish/implicit/share/completions/ffplay.fish:39 msgid "Set audio filters" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:70 #: /tmp/fish/implicit/share/completions/ffplay.fish:30 msgid "Disable subtitle" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:71 msgid "Force subtitle tag/fourcc" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:72 msgid "Fix subtitles duration" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:73 msgid "Set canvas size" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:74 msgid "Set the subtitle options to the indicated preset" msgstr "" #: /tmp/fish/implicit/share/completions/ffmpeg.fish:75 msgid "Preset name" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:19 #: /tmp/fish/implicit/share/completions/ffprobe.fish:19 msgid "Set logging level" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:24 msgid "Force displayed width" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:25 msgid "Force displayed height" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:27 msgid "Force full screen" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:31 msgid "Seek to a given position in seconds" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:32 msgid "Play " msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:33 msgid "Seek by bytes" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:34 msgid "Disable graphical display" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:35 msgid "Borderless window" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:36 msgid "Set startup volume" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:40 msgid "Select show mode" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:41 #: /tmp/fish/implicit/share/completions/ffprobe.fish:59 msgid "Read specified file" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:42 msgid "Force decoder" msgstr "" #: /tmp/fish/implicit/share/completions/ffplay.fish:43 msgid "Automatically rotate video" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:22 msgid "Force specific cpu flags" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:23 msgid "Do not show program banner" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:27 msgid "Show unit of the displayed values" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:28 msgid "Use SI prefixes for the displayed values" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:29 msgid "Use binary prefixes for byte units" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:30 msgid "Use sexagesimal format HOURS:MM:SS.MICROSECONDS for time units" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:31 msgid "Prettify the format of displayed values, make it more human readable" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:32 msgid "Set the output printing format" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:33 msgid "Alias for -print_format" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:34 msgid "Select the specified streams" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:35 msgid "Print sections structure and section information, and exit" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:36 msgid "Show packets data" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:37 msgid "Show packets data hash" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:38 msgid "Show probing error" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:39 msgid "Show format/container info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:40 msgid "Show frames info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:41 msgid "Show a particular entry from the format/container info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:42 msgid "Show a set of specified entries" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:43 msgid "Show log" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:44 msgid "Show packets info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:45 msgid "Show programs info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:46 msgid "Show streams info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:47 msgid "Show chapters info" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:48 msgid "Count the number of frames per stream" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:49 msgid "Count the number of packets per stream" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:50 msgid "Show ffprobe version" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:51 msgid "Show library versions" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:52 msgid "Show program and library versions" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:53 msgid "Show pixel format descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:54 msgid "Show private data" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:55 msgid "Same as show_private_data" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:56 msgid "Force bitexact output" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:57 msgid "Set read intervals" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:58 msgid "Generic catch all option" msgstr "" #: /tmp/fish/implicit/share/completions/ffprobe.fish:60 msgid "Read and decode the streams to fill missing information with heuristics" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:1 msgid "Select font" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:2 msgid "Change font directory" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:3 msgid "Center output horizontally" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:4 msgid "Make output flush-left" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:5 msgid "Make output flush-right" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:6 msgid "Set justification according to text direction" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:7 msgid "Set output to terminal width" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:8 msgid "Set output width" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:10 msgid "Put FIGlet back to normal" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:11 msgid "Switch to German (ISO 646-DE) character set" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:12 msgid "Turns off German character set processing" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:13 msgid "Add given control file" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:14 msgid "Clear control file list" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:18 msgid "Makes FIGlet all FIGcharacters at full width" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:20 msgid "Specify layout mode between 1 and 63" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:21 msgid "Print version and copyright" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:22 msgid "Print information given infocode" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:23 msgid "Print left-to-right" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:24 msgid "Print right-to-left" msgstr "" #: /tmp/fish/implicit/share/completions/figlet.fish:25 msgid "Print with default text direction" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:1 msgid "Do not prepend filenames to output lines" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:2 msgid "Print the parsed form of the magic file" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:3 msgid "Write an output file containing a pre-parsed version of file" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:4 msgid "Do not follow symlinks" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:5 msgid "Output mime type strings instead human readable strings" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:6 msgid "Don't stop at the first match" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:8 msgid "Flush stdout after checking each file" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:9 msgid "Don't pad filenames so that they align in the output" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:10 msgid "Attempt to preserve the access time of files analyzed" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:11 msgid "Don't translate unprintable characters to octal" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:12 msgid "Read block and character device files too" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:13 msgid "Print the version of the program and exit" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:14 msgid "Try to look inside compressed files" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:15 #: /tmp/fish/implicit/share/completions/gv.fish:33 msgid "Print a help message and exit" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:16 msgid "Read the names of the files to be examined from a file" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:17 msgid "Use other string as result field separator instead of :" msgstr "" #: /tmp/fish/implicit/share/completions/file.fish:18 msgid "Alternate list of files containing magic numbers" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:1 msgid "Never follow symlinks" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:3 msgid "" "Do not follow symbolic links, except while processing the command line " "arguments" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:4 msgid "Measure from the beginning of today rather than from 24 hours ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:5 msgid "Process subdirectories before the directory itself" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:7 msgid "" "Do not print error messages for files that are deleted while running find" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:8 #: /tmp/fish/implicit/share/completions/zfs.fish:67 #: /tmp/fish/implicit/share/completions/zfs.fish:77 msgid "Maximum recursion depth" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:9 msgid "Do not apply any tests or actions at levels less than specified level" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:10 msgid "Don't descend directories on other filesystems" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:11 msgid "Print error messages for files that are deleted while running find" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:12 msgid "" "Do not optimize by assuming that directories contain 2 fewer subdirectories " "than their hard link count" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:13 msgid "Specify regular expression type" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:15 msgid "Turn warnings on" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:16 msgid "Turn warnings off" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:17 msgid "File last accessed specified number of minutes ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:18 msgid "File last accessed more recently than file was modified" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:19 msgid "File last accessed specified number of days ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:20 msgid "File status last changed specified number of minutes ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:21 msgid "File status last changed more recently than file was modified" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:22 msgid "File status last changed specified number of days ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:23 msgid "File is empty and is either a regular file or a directory" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:24 #: /tmp/fish/implicit/share/completions/test.fish:30 msgid "File is executable" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:25 msgid "Always false" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:26 msgid "File is on filesystem of specified type" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:27 msgid "Numeric group id of file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:28 msgid "Group name of file" msgstr "" # Notas: # Adicionar nota # # Caminhos: # share/functions/__fish_complete_ls.fish:49 #: /tmp/fish/implicit/share/completions/find.fish:29 msgid "File is symlink matching specified case insensitive pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:30 msgid "File name matches case insensitive pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:31 msgid "File has specified inode number" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:32 msgid "File path matches case insensitive pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:33 msgid "File name matches case insensitive regex" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:34 msgid "File has specified number of links" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:35 msgid "File is symlink matching specified pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:36 msgid "File last modified specified number of minutes ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:37 msgid "File last modified more recently than file was modified" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:38 msgid "File last modified specified number of days ago" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:39 msgid "File name matches pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:40 msgid "No user corresponds to file's numeric user ID" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:41 msgid "No group corresponds to file's numeric group ID" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:42 msgid "File path matches pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:43 msgid "Files has specified permissions set" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:44 msgid "File name matches regex" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:45 msgid "File refers to the same inode as specified file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:46 msgid "File uses specified units of space" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:47 msgid "Always true" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:48 msgid "File is of specified type" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:49 msgid "File's owner has specified numeric user ID" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:50 msgid "" "File was last accessed specified number of days after its status was last " "changed" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:51 msgid "File's owner" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:52 msgid "" "Check type of file - in case of symlink, check the file that is not checked " "by -type" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:53 msgid "File's security context matches specified pattern" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:54 msgid "Delete selected files" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:55 msgid "Execute specified command for each located file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:56 msgid "Execute specified command for each located file, in the files directory" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:57 msgid "List file in ls -dils format, write to specified file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:58 msgid "Print full file names into specified file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:59 msgid "Print null separated full file names into specified file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:60 msgid "Print formated data into specified file" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:61 msgid "Execute specified command for each located file after asking user" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:62 msgid "Print full file names" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:63 msgid "" "Execute specified command for each located file, in the files directory, " "after asking user" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:64 msgid "Print null separated full file names" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:65 msgid "Print formated data" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:66 msgid "Do not recurse unless -depth is specified" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:67 msgid "Exit at once" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:68 msgid "List file in ls -dils format" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:69 msgid "Negate result of action" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:70 msgid "Result is only true if both previous and next action are true" msgstr "" #: /tmp/fish/implicit/share/completions/find.fish:71 msgid "Result is true if either previous or next action are true" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:1 msgid "Run specified command instead of interactive session" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:2 msgid "Run specified command before session" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:5 msgid "Only parse input, do not execute" msgstr "Only parse input, do not execute" #: /tmp/fish/implicit/share/completions/fish.fish:6 msgid "Run in interactive mode" msgstr "Run in interactive mode" #: /tmp/fish/implicit/share/completions/fish.fish:7 msgid "Run as a login shell" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:8 msgid "Output profiling information to specified file" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:9 msgid "Specify debug categories" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:10 msgid "Show specified # of frames with debug output" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:11 msgid "Do not persist history" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:12 msgid "Run with comma-separated feature flags enabled" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:13 msgid "Print stats from getrusage at exit" msgstr "" #: /tmp/fish/implicit/share/completions/fish.fish:14 msgid "Print the debug categories fish knows" msgstr "" #: /tmp/fish/implicit/share/completions/fish_add_path.fish:1 msgid "Add path to the end" msgstr "" #: /tmp/fish/implicit/share/completions/fish_add_path.fish:2 msgid "Add path to the front (default)" msgstr "" #: /tmp/fish/implicit/share/completions/fish_add_path.fish:6 msgid "Move path to the front or back" msgstr "" #: /tmp/fish/implicit/share/completions/fish_add_path.fish:7 msgid "Print the set command used" msgstr "" #: /tmp/fish/implicit/share/completions/fish_add_path.fish:8 msgid "Print the set command without executing it" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:3 msgid "Do not indent output, only reformat into one job per line" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:4 msgid "Colorize the output using ANSI escape sequences" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:5 msgid "Output in HTML format" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:6 #: /tmp/fish/implicit/share/completions/sort.fish:15 msgid "Write to file" msgstr "Escreve para o arquivo" #: /tmp/fish/implicit/share/completions/fish_indent.fish:7 msgid "Enable debug at specified verbosity level" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:8 msgid "Specify how many stack frames to display in debug messages" msgstr "" #: /tmp/fish/implicit/share/completions/fish_indent.fish:9 msgid "Dump information about parsed statements to stderr" msgstr "" #: /tmp/fish/implicit/share/completions/fish_key_reader.fish:3 msgid "Start a continuous session" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:1 msgid "Show the flac version number" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:2 msgid "Show this screen" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:3 msgid "Show detailed explanation of usage and options" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:4 msgid "Decode (the default behavior is to encode)" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:5 msgid "Same as -d except no decoded file is written" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:6 msgid "Same as -d except an analysis file is written" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:7 msgid "Write output to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:8 msgid "Do not write runtime encode/decode statistics" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:9 msgid "Do not print anything including errors" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:10 msgid "Force overwriting of output files" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:11 msgid "Force the output file name" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:12 msgid "Prepend STRING to output names" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:13 msgid "Deletes after a successful encode/decode" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:14 msgid "Skip the given initial samples for each input {#|mm:ss.ss}" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:15 msgid "Stop at the given sample for each input file {#|[+|-]mm:ss.ss}" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:16 msgid "Use Ogg as transport layer" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:17 msgid "Serial number to use for the FLAC stream" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:18 msgid "Include residual signal in text output" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:19 msgid "Generate gnuplot files of residual distribution" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:20 msgid "Continue decoding through stream errors" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:21 msgid "Set the beginning and ending cuepoints to decode [#.#][-[#.#]]" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:22 msgid "Verify a correct encoding" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:23 msgid "Allow encoder to generate non-Subset files" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:24 msgid "Align multiple files on sector boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:25 msgid "Calculate ReplayGain & store in Vorbis comments" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:26 msgid "Import cuesheet and store in CUESHEET block" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:27 msgid "Add a Vorbis comment FIELD=VALUE; may appear multiple times" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:28 msgid "Read tags from file" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:29 msgid "Add seek point(s) {#|X|#x|#s}" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:30 msgid "Write a PADDING block of length #" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:31 #: /tmp/fish/implicit/share/completions/flac.fish:32 msgid "Synonymous with -l 0 -b 1152 -r 22" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:33 msgid "Synonymous with -l 0 -b 1152 -M -r 2,2" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:34 msgid "Synonymous with -l 0 -b 1152 -m -r 3" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:35 msgid "Synonymous with -l 6 -b 4608 -r 3,3" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:36 msgid "Synonymous with -l 8 -b 4608 -M -r 3,3" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:37 msgid "Synonymous with -l 8 -b 4608 -m -r 3,3" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:38 msgid "Synonymous with -l 8 -b 4608 -m -r 4" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:39 msgid "Synonymous with -l 8 -b 4608 -m -e -r 6" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:40 #: /tmp/fish/implicit/share/completions/flac.fish:41 msgid "Synonymous with -l 12 -b 4608 -m -e -r 6" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:42 msgid "Specify blocksize in samples" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:43 msgid "Try mid-side coding for each frame" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:44 msgid "Adaptive mid-side coding for all frames" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:45 msgid "Do exhaustive model search (expensive!)" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:46 msgid "Max LPC order; 0 => only fixed predictors" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:47 msgid "Exhaustively search LP coeff quantization" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:48 msgid "Specify precision in bits" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:49 msgid "Set [min,]max residual partition order" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:50 #: /tmp/fish/implicit/share/completions/flac.fish:51 msgid "Set byte order for samples" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:52 msgid "Number of channels" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:53 msgid "Number of bits per sample" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:54 msgid "Sample rate in Hz" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:55 #: /tmp/fish/implicit/share/completions/flac.fish:56 msgid "Sign of samples" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:57 msgid "Size of the raw input in bytes" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:58 msgid "Force decoding to AIFF format" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:59 msgid "Treat input or output as raw samples" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:60 msgid "No adaptive mid-side coding for all frames" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:61 msgid "Don't continue decoding through stream errors" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:62 msgid "Don't delete after a successful encode/decode" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:63 msgid "No exhaustive model search" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:64 msgid "Don't allow encoder to generate non-Subset files" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:65 msgid "Don't try mid-side coding for each frame" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:66 msgid "Don't use Ogg as transport layer" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:67 msgid "Don't write a PADDING block of length #" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:68 msgid "Don't exhaustively search LP coeff quantization" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:69 msgid "Don't calculate ReplayGain & store in Vorbis comments" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:70 msgid "Don't generate gnuplot files of residual distribution" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:71 msgid "Don't include residual signal in text output" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:72 msgid "Don't align multiple files on sector boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:73 msgid "Write runtime encode/decode statistics" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:74 msgid "Don't force overwriting of output files" msgstr "" #: /tmp/fish/implicit/share/completions/flac.fish:75 msgid "Don't verify a correct encoding" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:1 msgid "Show history" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:2 msgid "Stop a running application" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:3 msgid "Mask out updates and automatic installation" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:4 msgid "Remove item from permission store" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:5 msgid "Set permissions" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:6 msgid "Install an application or runtime from a remote" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:7 msgid "Update an installed application or runtime" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:8 msgid "Uninstall an installed application or runtime" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:9 msgid "List installed apps and/or runtimes" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:10 msgid "Show info for installed app or runtime" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:11 msgid "Configure flatpak" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:12 msgid "Repair flatpak installation" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:13 msgid "Put applications or runtimes onto removable media" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:14 msgid "Search for remote apps/runtimes" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:15 msgid "Run an application" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:16 msgid "Override permissions for an application" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:17 msgid "Specify default version to run" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:18 msgid "Enter the namespace of a running application" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:19 msgid "Enumerate running applications" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:20 msgid "List exported files" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:21 msgid "Grant an application access to a specific file" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:22 msgid "Revoke access to a specific file" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:23 msgid "Show information about a specific file" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:24 msgid "List permissions" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:25 msgid "Show app permissions" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:26 msgid "Reset app permissions" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:27 msgid "List all configured remotes" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:28 msgid "Add a new remote repository (by URL)" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:29 msgid "Modify properties of a configured remote" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:30 msgid "Delete a configured remote" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:31 msgid "List contents of a configured remote" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:32 msgid "Show information about a remote app or runtime" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:33 msgid "Initialize a directory for building" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:34 msgid "Run a build command inside the build dir" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:35 msgid "Finish a build dir for export" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:36 msgid "Export a build dir to a repository" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:37 msgid "Create a bundle file from a build directory" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:38 msgid "Import a bundle file" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:39 msgid "Sign an application or runtime" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:40 msgid "Update the summary file in a repository" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:41 msgid "Create new commit based on existing ref" msgstr "" #: /tmp/fish/implicit/share/completions/flatpak.fish:42 msgid "Show information about a repo" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:1 msgid "Add files to checkout" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:2 #: /tmp/fish/implicit/share/completions/fossil.fish:7 #: /tmp/fish/implicit/share/completions/fossil.fish:76 #: /tmp/fish/implicit/share/completions/fossil.fish:127 #: /tmp/fish/implicit/share/completions/fossil.fish:133 #: /tmp/fish/implicit/share/completions/fossil.fish:162 #: /tmp/fish/implicit/share/completions/fossil.fish:168 #: /tmp/fish/implicit/share/completions/fossil.fish:197 #: /tmp/fish/implicit/share/completions/fossil.fish:206 #: /tmp/fish/implicit/share/completions/fossil.fish:292 msgid "Case insensitive file matching" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:3 #: /tmp/fish/implicit/share/completions/fossil.fish:8 #: /tmp/fish/implicit/share/completions/fossil.fish:77 #: /tmp/fish/implicit/share/completions/fossil.fish:128 msgid "Include dotfiles" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:4 #: /tmp/fish/implicit/share/completions/fossil.fish:5 #: /tmp/fish/implicit/share/completions/fossil.fish:9 #: /tmp/fish/implicit/share/completions/fossil.fish:10 #: /tmp/fish/implicit/share/completions/fossil.fish:78 #: /tmp/fish/implicit/share/completions/fossil.fish:129 msgid "Files to ignore" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:6 msgid "Remove and add files to checkout" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:11 #: /tmp/fish/implicit/share/completions/fossil.fish:81 #: /tmp/fish/implicit/share/completions/fossil.fish:102 #: /tmp/fish/implicit/share/completions/fossil.fish:165 #: /tmp/fish/implicit/share/completions/fossil.fish:290 #: /tmp/fish/implicit/share/completions/fossil.fish:295 msgid "Display actions without running" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:12 msgid "Check all repositories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:13 msgid "List changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:14 #: /tmp/fish/implicit/share/completions/fossil.fish:15 msgid "Ignore repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:16 msgid "Display locations" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:17 msgid "Pull repositories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:18 msgid "Push repositories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:19 msgid "Rebuild repositories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:20 msgid "Sync repositories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:21 msgid "Shows file modifications" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:22 msgid "Show file versions" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:23 msgid "List all analyzed versions" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:24 #: /tmp/fish/implicit/share/completions/fossil.fish:135 msgid "Limit analyzed versions" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:25 msgid "Find regressions" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:26 msgid "Identify version as not working" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:27 msgid "Identify version as working" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:28 #: /tmp/fish/implicit/share/completions/fossil.fish:38 msgid "Show log of bisects in test order" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:29 #: /tmp/fish/implicit/share/completions/fossil.fish:37 msgid "Show log of bisects in check-in order" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:30 msgid "Skip version" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:31 msgid "Show bisect options" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:32 #: /tmp/fish/implicit/share/completions/fossil.fish:35 msgid "Automatically run bisect next" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:33 #: /tmp/fish/implicit/share/completions/fossil.fish:36 msgid "Follow only primary parent-child links" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:34 msgid "Command to show after bisect next" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:39 #: /tmp/fish/implicit/share/completions/fossil.fish:42 msgid "List versions between bad and good" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:40 msgid "Don't show anything" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:41 msgid "Reinitialize bisect" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:43 #: /tmp/fish/implicit/share/completions/fossil.fish:44 #: /tmp/fish/implicit/share/completions/fossil.fish:45 msgid "Show all versions" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:46 msgid "Undo latest bad/good command." msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:47 #: /tmp/fish/implicit/share/completions/git.fish:154 #: /tmp/fish/implicit/share/completions/git.fish:472 #: /tmp/fish/implicit/share/completions/git.fish:524 msgid "Create a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:48 msgid "Create new branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:49 msgid "Make branch local" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:50 msgid "Set background color" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:51 #: /tmp/fish/implicit/share/completions/fossil.fish:104 msgid "Don't sign the branch with GPG" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:52 #: /tmp/fish/implicit/share/completions/fossil.fish:153 msgid "Override date" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:53 msgid "Override user" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:54 #: /tmp/fish/implicit/share/completions/src.fish:22 #: /tmp/fish/implicit/share/completions/src.fish:23 msgid "List branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:55 #: /tmp/fish/implicit/share/completions/fossil.fish:56 msgid "Show all branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:57 #: /tmp/fish/implicit/share/completions/fossil.fish:58 msgid "Show closed branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:59 #: /tmp/fish/implicit/share/completions/fossil.fish:61 #: /tmp/fish/implicit/share/completions/fossil.fish:124 #: /tmp/fish/implicit/share/completions/fossil.fish:148 #: /tmp/fish/implicit/share/completions/fossil.fish:155 #: /tmp/fish/implicit/share/completions/fossil.fish:173 #: /tmp/fish/implicit/share/completions/fossil.fish:176 #: /tmp/fish/implicit/share/completions/fossil.fish:262 msgid "Run command on repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:60 msgid "Print a file" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:62 #: /tmp/fish/implicit/share/completions/fossil.fish:138 msgid "Print specific revision" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:63 msgid "List local changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:64 #: /tmp/fish/implicit/share/completions/fossil.fish:126 #: /tmp/fish/implicit/share/completions/fossil.fish:258 msgid "Display absolute paths" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:65 #: /tmp/fish/implicit/share/completions/fossil.fish:130 #: /tmp/fish/implicit/share/completions/fossil.fish:259 msgid "Display relative paths" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:66 #: /tmp/fish/implicit/share/completions/fossil.fish:260 msgid "Verify file status using SHA1" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:67 msgid "Identify the repository if there are changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:68 msgid "Say (none) if there are no changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:69 msgid "Checkout version" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:70 msgid "Version to check out" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:71 msgid "Ignore edited files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:72 msgid "Ignore missing content" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:73 msgid "Only update the manifest" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:74 #: /tmp/fish/implicit/share/completions/fossil.fish:294 msgid "Update to latest version" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:75 msgid "Delete all extra files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:79 #: /tmp/fish/implicit/share/completions/fossil.fish:207 msgid "Files to clean without prompting" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:80 msgid "Remove without prompting" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:82 msgid "Only remove Fossil temporary files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:83 msgid "Show removed files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:84 msgid "Clone repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:85 #: /tmp/fish/implicit/share/completions/fossil.fish:152 msgid "Make username an administrator" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:86 msgid "Clone private branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:87 msgid "Use SSL identity" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:88 msgid "Create new revision" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:89 msgid "Allow unresolved merge conflicts" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:90 msgid "Allow empty check-ins" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:91 msgid "Allow forking" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:92 msgid "Allow commit older than ancestor" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:93 msgid "Use a baseline manifest" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:94 msgid "Apply color to check-in" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:95 msgid "Check-in to new branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:96 msgid "Apply color to branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:97 msgid "Close the branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:98 msgid "Use a delta manifest" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:99 msgid "Commit comment" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:100 msgid "Read commit comment from a file" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:101 msgid "Mimetype of commit comment" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:103 msgid "Omit all warnings" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:105 msgid "Don't sync the changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:106 msgid "Assign a tag to the checkin" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:107 msgid "Show differences" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:108 #: /tmp/fish/implicit/share/completions/fossil.fish:161 #: /tmp/fish/implicit/share/completions/fossil.fish:205 msgid "Binary files glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:109 msgid "Show diff of branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:110 msgid "Show file names only" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:111 msgid "Context lines" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:112 msgid "Include binary files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:113 msgid "Select revision to compare with" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:114 msgid "Use internal diff logic" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:115 msgid "Side-by-side diff" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:116 msgid "Launch GUI" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:117 msgid "Select revision to compare to" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:118 msgid "Unified diff" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:119 msgid "Output complete text" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:120 msgid "Line width in side-by-side diff" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:121 msgid "Export repository to git" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:122 msgid "Export rids of exported data to file" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:123 msgid "Read rids of data to ignore from file" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:125 msgid "Show files that aren't part of checkout" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:131 msgid "Print complete file history" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:132 msgid "Display one-line summary" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:134 msgid "Select log mode (default)" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:136 msgid "Skip changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:137 msgid "Select print mode" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:139 msgid "Select status mode" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:141 msgid "Show main and auxiliary commands" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:142 msgid "Show test commands only" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:143 msgid "Show auxiliary commands only" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:144 msgid "Show list of web UI pages" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:145 msgid "Import repository from git" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:146 msgid "Allow importing into existing repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:147 msgid "Provide information about object" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:149 #: /tmp/fish/implicit/share/completions/fossil.fish:166 #: /tmp/fish/implicit/share/completions/gio.fish:55 msgid "Show extra information" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:150 msgid "Create a repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:151 msgid "Copy settings from repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:154 msgid "Make JSON request" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:156 msgid "List files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:157 msgid "Show commit time" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:158 msgid "Provide extra information" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:159 msgid "Merge commits" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:160 msgid "Use baseline" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:163 msgid "Allow empty merge" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:164 msgid "Close merged branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:167 msgid "Move file" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:169 msgid "Open repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:170 msgid "Only modify manifest" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:171 msgid "Allow opening inside an opened repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:172 msgid "Pull from a repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:174 #: /tmp/fish/implicit/share/completions/fossil.fish:177 msgid "Pull private branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:175 msgid "Push into a repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:178 msgid "Rebuild a repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:179 msgid "Compute clusters" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:180 msgid "Compress database" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:181 msgid "Force rebuild even with errors" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:182 msgid "Skip BLOB table verification" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:183 msgid "Set the database pagesize" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:184 msgid "Scan in random order" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:185 msgid "Run VACUUM" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:186 msgid "Remove ANALYZE tables" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:187 msgid "Run ANALYZE" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:188 msgid "Set Write-Ahead-Log journalling" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:189 msgid "Show statistics" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:190 msgid "Default server URL" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:191 msgid "Revert a commit" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:192 msgid "Revert back to given revision" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:193 msgid "Remove a file from repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:194 msgid "Remove files from this checkout" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:195 msgid "Skip removing files from this checkout" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:196 msgid "Display actions without runing" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:198 msgid "Manage settings" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:199 msgid "Log accesses" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:200 msgid "Allow symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:201 msgid "Allow automatically filling CAPTCHA" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:202 msgid "Use JavaScript to enable hyperlinks" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:203 msgid "Pull list of shunned references from server" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:204 msgid "Automatically sync the repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:208 msgid "Sign commits using GPG" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:209 msgid "Non-standard line endings allowed glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:210 msgid "Permissions given to new users" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:211 msgid "Allow binary files to be diffed" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:212 msgid "External diff command" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:213 msgid "Disallow pushing to the repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:214 msgid "Text editor for writing check-in comments" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:215 msgid "List of empty directories" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:216 msgid "Non-UTF-8 files glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:217 msgid "Command to use for graphical diff" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:218 msgid "Command to use for graphical merge" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:219 msgid "HTTP port for fossil ui" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:220 msgid "Send login credentials using HTTPS" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:221 msgid "Files to ignore glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:222 msgid "Files to keep when cleaning" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:223 msgid "Require authentication for localhost logins" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:224 msgid "Primary branch" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:225 msgid "Automatically create manifest files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:226 msgid "HTTP request size limit" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:227 msgid "Use modification times" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:228 msgid "PGP command" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:229 msgid "HTTP proxy URL" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:230 msgid "Report relative paths" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:231 msgid "Compute checksums over all files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:232 msgid "Allow users to register themselves" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:233 msgid "Command to use for SSH protocol" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:234 msgid "Location of SSL CA root certificates" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:235 msgid "SSL private certificate path" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:236 msgid "Allow Tcl scripting" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:237 msgid "Tcl initialization script" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:238 msgid "TH1 initialization script" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:239 msgid "Web browser name" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:240 msgid "Set globally" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:241 msgid "Run SQL commands" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:242 msgid "Manage stashes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:243 msgid "Save current changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:244 #: /tmp/fish/implicit/share/completions/fossil.fish:245 msgid "Stash comment" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:246 msgid "List all stashes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:247 #: /tmp/fish/implicit/share/completions/fossil.fish:248 msgid "Show information about files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:249 msgid "Show stash contents" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:250 msgid "Pop last stash" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:251 msgid "Apply stash" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:252 msgid "Updates to stash state" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:253 msgid "Forget about stash" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:254 #: /tmp/fish/implicit/share/completions/fossil.fish:255 msgid "Forget ALL stashes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:256 msgid "Compare stash" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:257 msgid "Show status" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:261 msgid "Sync with a repository" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:263 msgid "Sync private branches" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:264 msgid "Manage tags" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:265 msgid "Add tag to check-in" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:266 msgid "Add raw tag" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:267 msgid "Propagate tag" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:268 msgid "Remove tag from check-in" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:269 msgid "Remove raw tag" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:270 msgid "Find tag" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:271 msgid "Find raw tag" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:272 msgid "Find tag type" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:273 msgid "Limit number of tags" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:274 #: /tmp/fish/implicit/share/completions/git.fish:512 #: /tmp/fish/implicit/share/completions/src.fish:15 #: /tmp/fish/implicit/share/completions/src.fish:16 msgid "List tags" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:275 msgid "List raw tags" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:276 msgid "Show timeline" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:277 msgid "Limit timeline entries" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:278 msgid "Output only event type" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:279 msgid "Output list of files changed" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:280 msgid "Open web UI" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:281 msgid "Start web server" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:282 msgid "Enable automatic login for localhost" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:283 msgid "Only listen on localhost" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:284 msgid "Port to listen on" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:285 msgid "Trace TH1 execution" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:286 msgid "Use base URL" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:287 msgid "Static files glob" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:288 msgid "Use SCGI rather than HTTP" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:289 msgid "Undo the changes" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:291 msgid "Update version" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:293 msgid "Print debug information" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:296 msgid "Print information about all files" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:297 msgid "Print fossil version" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:298 msgid "Print version of optional features" msgstr "" #: /tmp/fish/implicit/share/completions/fossil.fish:299 #: /tmp/fish/implicit/share/completions/gapplication.fish:1 #: /tmp/fish/implicit/share/completions/gcc.fish:15 #: /tmp/fish/implicit/share/completions/gio.fish:2 #: /tmp/fish/implicit/share/completions/gpasswd.fish:3 #: /tmp/fish/implicit/share/completions/gsettings.fish:15 #: /tmp/fish/implicit/share/completions/julia.fish:2 #: /tmp/fish/implicit/share/completions/ncdu.fish:1 #: /tmp/fish/implicit/share/completions/obnam.fish:12 #: /tmp/fish/implicit/share/completions/pkg_add.fish:4 #: /tmp/fish/implicit/share/completions/pkgadd.fish:4 #: /tmp/fish/implicit/share/completions/pkginfo.fish:1 #: /tmp/fish/implicit/share/completions/pkginfo.fish:20 #: /tmp/fish/implicit/share/completions/pkgmk.fish:17 #: /tmp/fish/implicit/share/completions/pkgrm.fish:4 #: /tmp/fish/implicit/share/completions/ports.fish:6 #: /tmp/fish/implicit/share/completions/pygmentize.fish:14 #: /tmp/fish/implicit/share/completions/ranger.fish:14 #: /tmp/fish/implicit/share/completions/rejmerge.fish:3 #: /tmp/fish/implicit/share/completions/rfkill.fish:3 #: /tmp/fish/implicit/share/completions/root.fish:6 #: /tmp/fish/implicit/share/completions/zypper.fish:1 #: /tmp/fish/implicit/share/functions/__fish_complete_ftp.fish:41 msgid "Print help" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:1 #: /tmp/fish/implicit/share/completions/highlight.fish:4 msgid "Name of the output file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:2 msgid "Build a console executable" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:3 msgid "Build a Windows executable" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:4 msgid "Build a library" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:5 msgid "Build a module that can be added to another assembly" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:6 msgid "" "Delay-sign the assembly using only the public portion of the strong name key" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:7 msgid "Disable --delaysign" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:8 msgid "Write the xmldoc of the assembly to the given file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:9 msgid "Specify a strong name key file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:10 msgid "Specify a strong name key container" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:11 msgid "Limit the platform this code can run on to x86" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:12 msgid "Limit the platform this code can run on to Itanium" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:13 msgid "Limit the platform this code can run on to x64" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:14 msgid "Limit the platform this code can run on to anycpu32bitpreferred" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:15 msgid "Limit the platform this code can run on to anycpu (default)" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:16 msgid "" "Only include optimization information essential for implementing inlined " "constructs" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:17 msgid "" "Don't add a resource to the generated assembly containing F#-specific " "metadata" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:18 msgid "Print the inferred interface of the assembly to a file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:19 #: /tmp/fish/implicit/share/completions/fsharpi.fish:3 msgid "Reference an assembly" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:20 msgid "Specify a Win32 resource file (.res)" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:21 msgid "Specify a Win32 manifest file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:22 msgid "Do not include the default Win32 manifest" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:23 msgid "Embed the specified managed resource" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:24 msgid "" "Link the specified resource to this assembly where the resinfo format is " "[,[,public|private]]" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:25 #: /tmp/fish/implicit/share/completions/fsharpi.fish:4 msgid "Emit debug information" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:26 #: /tmp/fish/implicit/share/completions/fsharpi.fish:5 msgid "Disable --debug" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:27 #: /tmp/fish/implicit/share/completions/fsharpi.fish:6 msgid "Specify debugging type" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:29 #: /tmp/fish/implicit/share/completions/fsharpi.fish:8 msgid "Disable --optimize" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:30 #: /tmp/fish/implicit/share/completions/fsharpi.fish:9 msgid "Enable or disable tailcalls" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:31 #: /tmp/fish/implicit/share/completions/fsharpi.fish:10 msgid "Disable --tailcalls" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:32 #: /tmp/fish/implicit/share/completions/fsharpi.fish:11 msgid "" "Produce a deterministic assembly (including module version GUID and " "timestamp)" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:33 #: /tmp/fish/implicit/share/completions/fsharpi.fish:12 msgid "Disable --deterministic" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:34 #: /tmp/fish/implicit/share/completions/fsharpi.fish:13 msgid "Enable or disable cross-module optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:35 #: /tmp/fish/implicit/share/completions/fsharpi.fish:14 msgid "Disable --crossoptimize" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:36 #: /tmp/fish/implicit/share/completions/fsharpi.fish:15 msgid "Report all warnings as errors" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:37 #: /tmp/fish/implicit/share/completions/fsharpi.fish:16 msgid "Disable --warnaserror" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:38 #: /tmp/fish/implicit/share/completions/fsharpi.fish:17 msgid "Report specific warnings as errors" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:39 #: /tmp/fish/implicit/share/completions/fsharpi.fish:18 msgid "Disable --warnaserror:" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:40 #: /tmp/fish/implicit/share/completions/fsharpi.fish:19 msgid "Set a warning level to " msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:41 #: /tmp/fish/implicit/share/completions/fsharpi.fish:20 msgid "Disable specific warning messages" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:42 #: /tmp/fish/implicit/share/completions/fsharpi.fish:21 msgid "Enable specific warnings that may be off by default" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:43 #: /tmp/fish/implicit/share/completions/fsharpi.fish:22 msgid "Output warning and error messages in color" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:44 #: /tmp/fish/implicit/share/completions/fsharpi.fish:23 msgid "Disable --consolecolors" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:45 #: /tmp/fish/implicit/share/completions/fsharpi.fish:24 msgid "Generate overflow checks" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:46 #: /tmp/fish/implicit/share/completions/fsharpi.fish:25 msgid "Disable --checked" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:47 #: /tmp/fish/implicit/share/completions/fsharpi.fish:26 msgid "Define conditional compilation symbols" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:48 #: /tmp/fish/implicit/share/completions/fsharpi.fish:27 msgid "Ignore ML compatibility warnings" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:49 #: /tmp/fish/implicit/share/completions/fsharpi.fish:28 msgid "Suppress compiler copyright message" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:51 #: /tmp/fish/implicit/share/completions/fsharpi.fish:30 msgid "Specify the codepage used to read source files" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:52 #: /tmp/fish/implicit/share/completions/fsharpi.fish:31 msgid "Output messages in UTF-8 encoding" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:53 #: /tmp/fish/implicit/share/completions/fsharpi.fish:32 msgid "Output messages with fully qualified paths" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:54 #: /tmp/fish/implicit/share/completions/fsharpi.fish:33 msgid "" "Specify a directory for the include path which is used to resolve source " "files and assemblies" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:55 #: /tmp/fish/implicit/share/completions/fsharpi.fish:34 msgid "" "Resolve assembly references using directory-based rules rather than MSBuild " "resolution" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:56 msgid "Base address for the library to be built" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:57 #: /tmp/fish/implicit/share/completions/fsharpi.fish:36 msgid "Do not reference the default CLI assemblies by default" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:58 msgid "" "Statically link the F# library and all referenced DLLs that depend on it " "into the assembly being generated" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:59 msgid "" "Statically link the given assembly and all referenced DLLs that depend on " "this assembly" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:60 msgid "Name the output debug file" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:61 msgid "Enable high-entropy ASLR" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:62 msgid "Disable --highentropyva" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:63 msgid "Specify subsystem version of this assembly" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:64 #: /tmp/fish/implicit/share/completions/fsharpi.fish:43 msgid "Emit debug information in quotations" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpc.fish:65 #: /tmp/fish/implicit/share/completions/fsharpi.fish:44 msgid "Disable --quotations-debug" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:1 msgid "Use the given file on startup as initial input" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:2 msgid "#load the given file on startup" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:35 msgid "" "Specify target framework profile of this assembly. Valid values are " "mscorlib, netcore or netstandard. Default - mscorlib" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:37 msgid "" "Exit fsi after loading the files or running the .fsx script given on the " "command line" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:38 msgid "Execute interactions on a Windows Forms event loop (on by default)" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:39 msgid "Disable --gui" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:40 msgid "Suppress fsi writing to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:41 msgid "Support TAB completion in console (on by default)" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:42 msgid "Disable --readline" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:45 msgid "Prevents references from being locked by the F# Interactive process" msgstr "" #: /tmp/fish/implicit/share/completions/fsharpi.fish:46 msgid "Disable --shadowcopyreferences" msgstr "" #: /tmp/fish/implicit/share/completions/funced.fish:1 #: /tmp/fish/implicit/share/completions/funcsave.fish:1 msgid "Save function" msgstr "" #: /tmp/fish/implicit/share/completions/funced.fish:2 msgid "Open function in external editor" msgstr "" #: /tmp/fish/implicit/share/completions/funced.fish:3 msgid "Edit in interactive mode" msgstr "" #: /tmp/fish/implicit/share/completions/funced.fish:4 msgid "Autosave after successful edit" msgstr "" #: /tmp/fish/implicit/share/completions/funcsave.fish:2 msgid "Directory to save the functions" msgstr "" #: /tmp/fish/implicit/share/completions/function.fish:1 #: /tmp/fish/implicit/share/completions/functions.fish:4 msgid "Set function description" msgstr "Set function description" #: /tmp/fish/implicit/share/completions/function.fish:2 msgid "Make the function a job exit event handler" msgstr "Make the function a job exit event handler" #: /tmp/fish/implicit/share/completions/function.fish:3 msgid "Make the function a process exit event handler" msgstr "Make the function a process exit event handler" #: /tmp/fish/implicit/share/completions/function.fish:4 msgid "Make the function a signal event handler" msgstr "Make the function a signal event handler" #: /tmp/fish/implicit/share/completions/function.fish:5 msgid "Make the function a variable update event handler" msgstr "Make the function a variable update event handler" #: /tmp/fish/implicit/share/completions/function.fish:6 msgid "Make the function a generic event handler" msgstr "" #: /tmp/fish/implicit/share/completions/function.fish:7 msgid "Specify named arguments" msgstr "" #: /tmp/fish/implicit/share/completions/function.fish:8 msgid "Do not shadow variable scope of calling function" msgstr "" #: /tmp/fish/implicit/share/completions/function.fish:9 msgid "Inherit completions from the given command" msgstr "" #: /tmp/fish/implicit/share/completions/function.fish:10 msgid "Snapshot and define local variable" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:1 msgid "Erase function" msgstr "Erase function" #: /tmp/fish/implicit/share/completions/functions.fish:2 msgid "Show hidden functions" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:5 msgid "Test if function is defined" msgstr "Test if function is defined" #: /tmp/fish/implicit/share/completions/functions.fish:6 msgid "List the names of the functions, but not their definition" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:7 msgid "Copy the specified function to the specified new name" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:8 msgid "Display information about the function" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:9 msgid "Print more output" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:10 msgid "Show event handlers" msgstr "" #: /tmp/fish/implicit/share/completions/functions.fish:11 msgid "Show event handlers matching the given type" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:1 msgid "Show all files specified on the command line" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:2 msgid "Kill processes, accessing the file" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:3 msgid "Ask the user for confirmation before killing a process" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:4 msgid "List all known signal names" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:5 msgid "All processes accessing files on that file system are listed" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:6 msgid "Request will be fulfilled if -m specifies a mountpoint" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:7 msgid "Kill only processes which have write access" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:8 msgid "Slect a different namespace" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:9 msgid "Silent operation" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:10 msgid "Append the user name of the process owner to each PID" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:13 msgid "Search only for IPv4 sockets" msgstr "" #: /tmp/fish/implicit/share/completions/fuser.fish:14 msgid "Search only for IPv6 sockets" msgstr "" #: /tmp/fish/implicit/share/completions/fusermount.fish:4 #: /tmp/fish/implicit/share/completions/sshfs.fish:2 #: /tmp/fish/implicit/share/completions/sshfs.fish:6 #: /tmp/fish/implicit/share/completions/udisksctl.fish:19 msgid "Mount options" msgstr "Opções de montagem" #: /tmp/fish/implicit/share/completions/fusermount.fish:5 msgid "Lazy unmount" msgstr "Lazy unmount" #: /tmp/fish/implicit/share/completions/fzf.fish:1 msgid "Enable exact-match" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:2 msgid "case-sensitive match" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:3 msgid "Case-insensitive match" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:4 msgid "Do not normalize latin script letters for matching" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:5 msgid "Fuzzy matching algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:6 msgid "Limit search scope using field index expressions" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:7 msgid "Transform each line using field index expressions" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:8 msgid "Field delimiter regex for --nth and --with-nth" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:9 #: /tmp/fish/implicit/share/completions/fzf.fish:10 msgid "Do not sort the result" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:11 msgid "Reverse the order of the input" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:12 msgid "Do not perform search" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:13 msgid "Sort criteria when breaking ties" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:14 msgid "Enable multi-select with tab/shift-tab" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:15 #: /tmp/fish/implicit/share/completions/fzf.fish:16 msgid "Disable multi-select" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:17 msgid "Disable mouse" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:18 msgid "Custom key bindings" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:19 msgid "Enable cyclic scroll" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:20 msgid "Keep the right end of the line visible on overflow" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:21 msgid "Disable horizontal scroll" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:22 msgid "Number of columns to keep right of highlighted substring" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:23 msgid "Make word-wise movements respect path separators" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:24 msgid "Label characters for jump and jump-accept" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:25 msgid "Display fzf window with the given height" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:26 msgid "Minimum height when --height is given in percent" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:27 msgid "Choose the layout" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:28 msgid "A synonym for --layout=reverse" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:29 msgid "Draw border around the finder" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:30 msgid "Draw border with ASCII characters" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:31 msgid "Expression for margins around the finder" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:32 msgid "Finder info style" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:33 msgid "Display finder info inline with the query" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:34 msgid "Input prompt" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:35 msgid "Pointer to the current line" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:36 msgid "Multi-select marker" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:37 msgid "String to print as header" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:38 msgid "Treat the first N lines of input as header" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:39 msgid "Enable processing of ANSI color codes" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:40 msgid "Number of spaces for a tab character" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:41 msgid "Color configuration" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:42 msgid "Do not use bold text" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:43 msgid "Use black background" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:44 msgid "History file" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:45 msgid "Maximum number of history entries" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:46 msgid "Command to preview highlighted line" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:47 msgid "Preview window layout" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:48 msgid "Start the finder with the given query" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:49 msgid "Automatically select the only match" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:50 msgid "Exit immediately when there's no match" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:51 msgid "Filter mode. Do not start interactive finder" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:52 msgid "Print query as the first line" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:53 msgid "List of keys to complete fzf" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:54 msgid "Read input delimited by ASCII NUL characters" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:55 msgid "Print output delimited by ASCII NUL characters" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:56 msgid "Do not clear finder interface on exit" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:57 msgid "Synchronous search for multi-staged filtering" msgstr "" #: /tmp/fish/implicit/share/completions/fzf.fish:58 #: /tmp/fish/implicit/share/completions/scrot.fish:2 #: /tmp/fish/implicit/share/completions/sudo.fish:2 msgid "Display version information and exit" msgstr "" #: /tmp/fish/implicit/share/completions/gapplication.fish:3 msgid "List applications" msgstr "" #: /tmp/fish/implicit/share/completions/gapplication.fish:4 msgid "Launch an application" msgstr "" #: /tmp/fish/implicit/share/completions/gapplication.fish:5 msgid "List available actions" msgstr "" #: /tmp/fish/implicit/share/completions/gapplication.fish:6 msgid "Activate an action" msgstr "" #: /tmp/fish/implicit/share/completions/gapplication.fish:7 #: /tmp/fish/implicit/share/completions/gio.fish:20 #: /tmp/fish/implicit/share/completions/gresource.fish:7 msgid "Command" msgstr "Command" #: /tmp/fish/implicit/share/completions/gcc.fish:1 msgid "Standard mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:2 msgid "Set maximum template depth" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:3 msgid "Place output in file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:4 msgid "" "Output to given file prototyped declarations for all functions from a " "translation unit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:5 msgid "Use specified version of the C++ ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:6 #: /tmp/fish/implicit/share/completions/gcc.fish:474 msgid "Use dir as the logical root directory for headers and libraries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:7 msgid "Return the highest error returned by any phase" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:8 msgid "Compile or assemble the source files, but do not link" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:9 msgid "Do not assemble" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:10 msgid "Stop after preprocessing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:11 msgid "Print to stderr the commands executed to run compilation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:12 msgid "" "Like -v except commands are not executed and all command arguments are quoted" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:13 msgid "Use pipes not temp files for communication" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:14 msgid "Pass all the source files to the compiler at once" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:16 msgid "Print a description of target specific options for each tool" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:17 msgid "Display the version number and copyrights" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:18 msgid "Support all ISO C90 programs" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:19 msgid "" "No \"asm\", \"inline\" or \"typeof\" as keyword, so code can use these as " "identifiers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:20 msgid "Don’t recognize built-in functions without __builtin_ prefix" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:21 msgid "" "Don’t recognize built-in functions that do not begin with __builtin_ as " "prefix" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:22 msgid "Assert that compilation takes place in a hosted environment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:23 msgid "Assert that compilation takes place in a freestanding environment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:24 msgid "Accept some non-standard constructs used in Microsoft header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:25 msgid "Support ISO C trigraphs" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:26 msgid "Performs a compilation in two passes: preprocessing and compiling" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:27 msgid "Try to imitate pre-standard C preprocessors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:28 msgid "Allow conditional expressions with mismatched types" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:29 msgid "Let \"char\" be unsigned, like \"unsigned char\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:30 msgid "Let \"char\" be signed, like \"signed char\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:31 msgid "Treat bitfields as signed by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:32 msgid "Treat bitfields as unsigned by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:33 msgid "Remove fsigned-bitfields" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:34 msgid "Remove funsinged-bitfields" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:35 msgid "Turn off all access checking" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:36 msgid "" "Check pointer returned by \"operator new\" is non-null before attempting to " "modify allocated storage" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:37 msgid "" "Put uninitialized or runtime-initialized global variables into the common " "segment, as C does" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:38 msgid "Inject friend functions into enclosing namespace" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:39 msgid "Give string constants type \"char *\" without const" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:40 msgid "Don't elide temporaries used to construct objects" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:41 msgid "" "Don’t generate code to check for violation of exception specifications at " "runtime" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:42 msgid "" "Limit scope of variables declared in a for-init-statement to the for loop " "itself, as specified by the C++ standard" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:43 msgid "Don't limit scope of vars declared in for loop to the for loop" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:44 msgid "" "Do not recognize \"typeof\" as a keyword, so code can use it as an identifier" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:45 msgid "" "Never emit code for non-inline templates which are instantiated implicitly" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:46 msgid "Don’t emit code for implicit instantiations of inline templates, either" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:47 msgid "" "Do not emit out-of-line copies of inline functions controlled by #pragma " "implementation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:48 msgid "Disable pedantic warnings about constructs used in MFC" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:49 msgid "" "Disable built-in declarations of functions that are not mandated by ANSI/ISO " "C" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:50 msgid "" "Do not treat the operator name keywords \"and\", \"bitand\", \"bitor\", " "\"compl\", \"not\", \"or\" and \"xor\" as synonyms as keywords" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:51 msgid "" "Disable diagnostics that the standard says a compiler does not need to issue" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:52 msgid "" "Downgrade some diagnostics about nonconformant code from errors to warnings" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:53 msgid "Enable automatic template instantiation at link time" msgstr "Enable automatic template instantiation at link time" #: /tmp/fish/implicit/share/completions/gcc.fish:54 msgid "" "Disable generation of information about classes with virtual functions for " "use by dynamic_cast and typeid" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:55 msgid "" "Emit statistics about front-end processing at the end of the compilation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:56 msgid "" "Do not emit the extra code to use the routines specified in the C++ ABI for " "thread-safe initialization of local statics" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:57 msgid "" "Register destructors for objects with static storage duration with the " "\"__cxa_atexit\" function rather than the \"atexit\" function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:58 msgid "Mark inlined methods with \"__attribute__ ((visibility (\"hidden\")))\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:59 msgid "Do not use weak symbol support" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:60 msgid "" "Do not search for header files in the standard directories specific to C++" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:61 msgid "Do not assume inline for functions defined inside a class scope" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:62 msgid "Warn when code is probably incompatible with the vendor-neutral C++ ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:63 msgid "Warn when a class has no usable con/destructors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:64 msgid "" "Warn when a class requires a virtual destructor but declares a non-virtual " "one" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:65 msgid "" "Warn when the order of member initializers does not match the order in which " "they must be executed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:66 msgid "" "Warn about violations of style guidelines from Scott Meyers’ Effective C++ " "book" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:67 msgid "(C++ only) Do not warn about usage of deprecated features" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:68 msgid "(C++ only) Warn also about the use of an uncasted \"NULL\" as sentinel" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:69 msgid "" "(C++ only) Disable warnings when non-templatized friend functions are " "declared within a template" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:70 msgid "Warn if an C-style cast to a non-void type is used in a C++ program" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:71 msgid "" "(C++ only) Warn when a function declaration hides virtual functions from a " "base class" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:72 msgid "" "(C++ only) Disable the diagnostic for converting a bound pointer to member " "function to a plain pointer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:73 msgid "" "(C++ only) Warn when overload resolution promotes from unsigned or " "enumerated type to a signed type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:74 #: /tmp/fish/implicit/share/completions/gcc.fish:75 msgid "" "Use class-name as the name of the class to instantiate for each literal " "string specified with the syntax \"@\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:76 msgid "" "Generate object code compatible with the standard GNU Objective-C runtime" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:77 msgid "Generate output compatible with the NeXT runtime" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:78 msgid "Assume that all Objective-C message dispatches (e" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:79 msgid "" "For each Objective-C class, check if any of its instance variables is a C++ " "object with a non-trivial default constructor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:80 msgid "Allow fast jumps to the message dispatcher" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:81 msgid "" "Enable syntactic support for structured exception handling in Objective-C, " "similar to what is offered by C++ and Java" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:82 msgid "" "Enable garbage collection (GC) in Objective-C and Objective-C++ programs" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:83 msgid "" "Emit a special marker instructing ld(1) not to statically link in the " "resulting object file, and allow dyld(1) to load it in at run time instead" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:84 msgid "" "When compiling for the NeXT runtime, the compiler ordinarily replaces calls " "to \"objc_getClass(\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:85 msgid "" "Dump interface declarations for all classes seen in the source file to a " "file named sourcename" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:86 msgid "" "Warn whenever an Objective-C assignment is being intercepted by the garbage " "collector" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:87 msgid "" "If a class is declared to implement a protocol, a warning is issued for " "every method in the protocol that is not implemented by the class" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:88 msgid "" "Warn if multiple methods of different types for the same selector are found " "during compilation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:89 msgid "" "Warn if multiple methods with differing argument and/or return types are " "found for a given selector when attempting to send a message using this " "selector to a receiver of type \"id\" or \"Class\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:90 msgid "Warn if a \"@selector(" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:91 msgid "" "Generate C header describing the largest structure that is passed by value, " "if any" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:92 msgid "" "Try to format error messages so that they fit on lines of the specified " "number of characters" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:93 #: /tmp/fish/implicit/share/completions/gcc.fish:94 msgid "Only meaningful in line-wrapping mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:95 msgid "" "This option instructs the diagnostic machinery to add text to each " "diagnostic emitted, which indicates which command line option directly " "controls that diagnostic, when such an option is known to the diagnostic " "machinery" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:96 msgid "to turn off warnings; for example, -Wno-implicit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:97 msgid "Check the code for syntax errors, but don’t do anything beyond that" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:98 msgid "" "Issue all the warnings demanded by strict ISO C and ISO C++; reject all " "programs that use forbidden extensions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:99 msgid "Like -pedantic, except that errors are produced rather than warnings" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:100 msgid "Inhibit all warning messages" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:101 msgid "Inhibit warning messages about the use of #import" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:102 msgid "Warn if an array subscript has type \"char\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:103 msgid "Warn whenever a comment-start sequence appears in a comment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:104 msgid "Abort compilation on the first error" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:105 msgid "Check calls to \"printf\" and \"scanf\", etc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:106 msgid "" "With -Wformat, also warn about \"strftime\" formats which may yield only a " "two-digit year" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:107 msgid "" "With -Wformat, do not warn about excess arguments to \"printf\" or \"scanf\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:108 msgid "With -Wformat, do not warn about zero-length formats" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:109 msgid "With -Wformat, also warn if the format string is not a string literal" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:110 msgid "" "With -Wformat, also warn about uses of potentially insecure format functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:111 msgid "" "Warn about passing a null pointer for arguments marked as requiring non-null" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:112 msgid "" "Warn about uninitialized variables which are initialized with themselves" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:113 msgid "Warn when a declaration does not specify a type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:114 #: /tmp/fish/implicit/share/completions/gcc.fish:115 msgid "" "Give a warning (or error) whenever a function is used before being declared" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:116 msgid "Same as -Wimplicit-int and -Wimplicit-function-declaration" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:117 msgid "Warn if the type of main is suspicious" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:118 msgid "Warn if an aggregate or union initializer is not fully bracketed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:119 msgid "" "(C, C++, Objective-C and Objective-C++ only) Warn if a user-supplied include " "directory does not exist" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:120 msgid "Warn if parentheses are omitted where confusing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:121 msgid "" "Warn about undefined semantics because of violations of sequence point rules " "in the C standard" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:122 msgid "" "Warn whenever a function is defined with a return-type that defaults to \"int" "\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:123 msgid "" "Warn whenever a \"switch\" statement lacks a \"case\" for a member of an enum" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:124 msgid "Warn whenever a \"switch\" statement does not have a \"default\" case" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:125 msgid "" "Warn if any trigraphs are encountered that might change the meaning of the " "program (trigraphs within comments are not warned about)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:126 msgid "Warn about unused functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:127 msgid "Warn about unused labels" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:128 msgid "Warn about unused function parameters" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:129 msgid "Warn about unused variables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:130 msgid "Warn whenever a statement computes a result that is explicitly not used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:131 msgid "All the -Wunused options combined" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:132 msgid "Warn if an automatic variable is used without being initialized" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:133 msgid "Warn when an unknown #pragma directive is encountered" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:134 msgid "Do not warn about misuses of pragmas" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:135 msgid "Warn about strict aliasing rules" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:136 msgid "All of the above -W options combined" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:137 msgid "Enable warnings not enabled by -Wall" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:138 msgid "Do not warn about compile-time integer division by zero" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:139 msgid "Print warning messages for constructs found in system header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:140 msgid "Warn if floating point values are used in equality comparisons" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:141 msgid "" "(C only) Warn about certain constructs that behave differently in " "traditional and ISO C" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:142 msgid "(C only) Warn when a declaration is found after a statement in a block" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:143 msgid "Warn if an undefined identifier is evaluated in an #if directive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:144 msgid "Do not warn whenever an #else or an #endif are followed by text" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:145 msgid "" "Warn if a local variable shadows another variable or if a built-in function " "is shadowed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:146 msgid "Warn whenever an object of larger than len bytes is defined" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:147 msgid "" "Warn if the loop cannot be optimized because the compiler could not assume " "anything on the bounds of the loop indices" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:148 msgid "" "Warn about anything that depends on the \"size of\" a function type or of " "\"void\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:149 msgid "(C only) Warn whenever a function call is cast to a non-matching type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:150 msgid "" "Warn about ISO C constructs that are outside of the common subset of ISO C " "and ISO C++, e" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:151 msgid "" "Warn whenever a pointer is cast so as to remove a type qualifier from the " "target type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:152 msgid "" "Warn whenever a pointer is cast such that the required alignment of the " "target is increased" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:153 msgid "" "When compiling C, give string constants the type \"const char[length]\" so " "that copying the address of one into a non-\"const\" \"char *\" pointer will " "get a warning; when compiling C++, warn about the deprecated conversion from " "string constants to \"char *\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:154 msgid "" "Warn if a prototype causes a type conversion that is different from what " "would happen to the same argument in the absence of a prototype" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:155 msgid "" "Warn when a comparison between signed and unsigned values could produce an " "incorrect result when the signed value is converted to unsigned" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:156 msgid "" "Warn if any functions that return structures or unions are defined or called" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:157 msgid "" "Do not warn if an unexpected \"__attribute__\" is used, such as unrecognized " "attributes, function attributes applied to variables, etc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:158 msgid "" "(C only) Warn if a function is declared or defined without specifying the " "argument types" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:159 msgid "(C only) Warn if an old-style function definition is used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:160 msgid "" "(C only) Warn if a global function is defined without a previous prototype " "declaration" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:161 msgid "" "(C only) Warn if a global function is defined without a previous declaration" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:162 msgid "Warn if a structure’s initializer has some fields missing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:163 msgid "" "Warn about functions which might be candidates for attribute \"noreturn\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:164 msgid "" "Warn about function pointers which might be candidates for \"format\" " "attributes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:165 msgid "Do not warn if a multicharacter constant (’FOOF’) is used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:166 msgid "" "In ISO C and ISO C++, two identifiers are different if they are different " "sequences of characters" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:167 msgid "" "Do not warn about uses of functions, variables, and types marked as " "deprecated by using the \"deprecated\" attribute" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:168 msgid "" "Warn if a structure is given the packed attribute, but the packed attribute " "has no effect on the layout or size of the structure" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:169 msgid "" "Warn if padding is included in a structure, either to align an element of " "the structure or to align the whole structure" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:170 msgid "" "Warn if anything is declared more than once in the same scope, even in cases " "where multiple declaration is valid and changes nothing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:171 msgid "" "(C only) Warn if an \"extern\" declaration is encountered within a function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:172 msgid "Warn if the compiler detects that code will never be executed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:173 msgid "Warn if a function can not be inlined and it was declared as inline" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:174 msgid "" "(C++ only) Suppress warnings from applying the offsetof macro to a non-POD " "type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:175 msgid "" "(C only) Suppress warnings from casts to pointer type of an integer of a " "different size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:176 msgid "" "(C only) Suppress warnings from casts from a pointer to an integer type of a " "different size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:177 msgid "" "Warn if a precompiled header is found in the search path but can’t be used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:178 msgid "Warn if long long type is used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:179 msgid "" "Warn if variadic macros are used in pedantic ISO C90 mode, or the GNU " "alternate syntax when in pedantic ISO C99 mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:180 msgid "Warn if a register variable is declared volatile" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:181 msgid "Warn if a requested optimization pass is disabled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:182 msgid "" "Warn for pointer argument passing or assignment with different signedness" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:183 msgid "Make all warnings into errors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:184 msgid "This option is only active when -fstack-protector is active" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:185 msgid "" "Produce debugging information in the operating system’s native format " "(stabs, COFF, XCOFF, or DWARF 2)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:186 msgid "Produce debugging information for use by GDB" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:187 msgid "" "Produce debugging information in stabs format (if that is supported), " "without GDB extensions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:188 msgid "" "Produce debugging information in stabs format (if that is supported), for " "only symbols that are actually used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:189 msgid "" "Produce debugging information in stabs format (if that is supported), using " "GNU extensions understood only by the GNU debugger (GDB)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:190 msgid "Produce debugging information in COFF format (if that is supported)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:191 msgid "Produce debugging information in XCOFF format (if that is supported)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:192 msgid "" "Produce debugging information in XCOFF format (if that is supported), using " "GNU extensions understood only by the GNU debugger (GDB)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:193 msgid "" "Produce debugging information in DWARF version 2 format (if that is " "supported)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:194 msgid "" "Produce debugging information in VMS debug format (if that is supported)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:195 #: /tmp/fish/implicit/share/completions/gcc.fish:196 #: /tmp/fish/implicit/share/completions/gcc.fish:197 #: /tmp/fish/implicit/share/completions/gcc.fish:198 #: /tmp/fish/implicit/share/completions/gcc.fish:199 #: /tmp/fish/implicit/share/completions/gcc.fish:200 msgid "" "Request debugging information and also use level to specify how much " "information" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:201 msgid "" "Compress DWARF2 debugging information by eliminating duplicated information " "about each symbol" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:202 msgid "" "Generate extra code to write profile information suitable for the analysis " "program prof" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:203 msgid "" "Generate extra code to write profile information suitable for the analysis " "program gprof" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:204 msgid "" "Makes the compiler print out each function name as it is compiled, and print " "some statistics about each pass when it finishes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:205 msgid "" "Makes the compiler print some statistics about the time consumed by each " "pass when it finishes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:206 msgid "" "Makes the compiler print some statistics about permanent memory allocation " "when it finishes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:207 msgid "Add code so that program flow arcs are instrumented" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:208 msgid "" "This option is used to compile and link code instrumented for coverage " "analysis" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:209 msgid "" "Produce a notes file that the gcov code-coverage utility can use to show " "program coverage" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:210 #: /tmp/fish/implicit/share/completions/gcc.fish:211 msgid "" "Says to make debugging dumps during compilation at times specified by letters" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:212 msgid "" "When doing debugging dumps (see -d option above), suppress instruction " "numbers and line number note output" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:213 #: /tmp/fish/implicit/share/completions/gcc.fish:214 msgid "" "(C++ only) Dump a representation of the tree structure for the entire " "translation unit to a file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:215 #: /tmp/fish/implicit/share/completions/gcc.fish:216 msgid "" "(C++ only) Dump a representation of each class’s hierarchy and virtual " "function table layout to a file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:217 msgid "" "Control the dumping at various stages of inter-procedural analysis language " "tree to a file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:218 #: /tmp/fish/implicit/share/completions/gcc.fish:219 msgid "" "Control the dumping at various stages of processing the intermediate " "language tree to a file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:220 msgid "" "This option controls the amount of debugging output the vectorizer prints" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:221 msgid "" "This option provides a seed that GCC uses when it would otherwise use random " "numbers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:222 msgid "" "On targets that use instruction scheduling, this option controls the amount " "of debugging output the scheduler prints" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:223 msgid "" "Store the usual \"temporary\" intermediate files permanently; place them in " "the current directory and name them based on the source file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:224 msgid "" "Report the CPU time taken by each subprocess in the compilation sequence" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:225 msgid "Run variable tracking pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:226 msgid "" "Print the full absolute name of the library file library that would be used " "when linking---and don't do anything else" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:227 msgid "" "Print the directory name corresponding to the multilib selected by any other " "switches present in the command line" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:228 msgid "" "Print the mapping from multilib directory names to compiler switches that " "enable them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:229 msgid "Like -print-file-name, but searches for a program such as cpp" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:230 msgid "Same as -print-file-name=libgcc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:231 msgid "" "Print the name of the configured installation directory and a list of " "program and library directories gcc will search---and don’t do anything else" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:232 msgid "" "Print the compiler’s target machine (for example, i686-pc-linux-gnu)---and " "don’t do anything else" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:233 msgid "Print the compiler version (for example, 3" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:234 msgid "Print the compiler’s built-in specs---and don’t do anything else" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:235 msgid "" "Normally, when producing DWARF2 output, GCC will emit debugging information " "for all types declared in a compilation unit, regardless of whether or not " "they are actually used in that compilation unit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:236 msgid "Optimize even more" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:237 msgid "Optimize yet more" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:238 msgid "Do not optimize" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:239 msgid "Optimize for size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:240 msgid "" "Do not make member functions inline by default merely because they are " "defined inside the class scope (C++ only)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:241 msgid "" "Always pop the arguments to each function call as soon as that function " "returns" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:242 msgid "" "Force memory operands to be copied into registers before doing arithmetic on " "them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:243 msgid "" "Force memory address constants to be copied into registers before doing " "arithmetic on them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:244 msgid "" "Don’t keep the frame pointer in a register for functions that don’t need one" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:245 msgid "Optimize sibling and tail recursive calls" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:246 msgid "Don’t pay attention to the \"inline\" keyword" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:247 msgid "Integrate all simple functions into their callers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:248 msgid "" "Consider all \"static\" functions called once for inlining into their caller " "even if they are not marked \"inline\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:249 msgid "" "Inline functions marked by \"always_inline\" and functions whose body seems " "smaller than the function call overhead early before doing -fprofile-" "generate instrumentation and real inlining pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:250 msgid "By default, GCC limits the size of functions that can be inlined" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:251 msgid "" "In C, emit \"static\" functions that are declared \"inline\" into the object " "file, even if the function has been inlined into all of its callers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:252 msgid "" "Emit variables declared \"static const\" when optimization isn’t turned on, " "even if the variables aren’t referenced" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:253 msgid "" "Attempt to merge identical constants (string constants and floating point " "constants) across compilation units" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:254 msgid "Attempt to merge identical constants and identical variables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:255 msgid "" "Perform swing modulo scheduling immediately before the first scheduling pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:256 msgid "" "Do not use \"decrement and branch\" instructions on a count register, but " "instead generate a sequence of instructions that decrement a register, " "compare it against zero, then branch based upon the result" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:257 msgid "" "Do not put function addresses in registers; make each instruction that calls " "a constant function contain the function’s address explicitly" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:258 msgid "" "If the target supports a BSS section, GCC by default puts variables that are " "initialized to zero into BSS" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:259 #: /tmp/fish/implicit/share/completions/gcc.fish:1355 msgid "" "For front-ends that support it, generate additional code to check that " "indices used to access arrays are within the declared range" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:260 #: /tmp/fish/implicit/share/completions/gcc.fish:261 #: /tmp/fish/implicit/share/completions/gcc.fish:262 msgid "" "For front-ends that support it (C and C++), instrument all risky pointer/" "array dereferencing operations, some standard library string/heap functions, " "and some other associated constructs with range/validity tests" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:263 msgid "" "Perform the optimizations of loop strength reduction and elimination of " "iteration variables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:264 msgid "" "Perform optimizations where we check to see if a jump branches to a location " "where another comparison subsumed by the first is found" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:265 msgid "" "In common subexpression elimination, scan through jump instructions when the " "target of the jump is not reached by any other path" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:266 msgid "" "This is similar to -fcse-follow-jumps, but causes CSE to follow jumps which " "conditionally skip over blocks" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:267 msgid "" "Re-run common subexpression elimination after loop optimizations has been " "performed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:268 msgid "Run the loop optimizer twice" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:269 msgid "Perform a global common subexpression elimination pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:270 msgid "" "When -fgcse-lm is enabled, global common subexpression elimination will " "attempt to move loads which are only killed by stores into themselves" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:271 msgid "" "When -fgcse-sm is enabled, a store motion pass is run after global common " "subexpression elimination" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:272 msgid "" "When -fgcse-las is enabled, the global common subexpression elimination pass " "eliminates redundant loads that come after stores to the same memory " "location (both partial and full redundancies)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:273 msgid "" "When -fgcse-after-reload is enabled, a redundant load elimination pass is " "performed after reload" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:274 msgid "" "Perform loop optimizations: move constant expressions out of loops, simplify " "exit test conditions and optionally do strength-reduction as well" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:275 msgid "Perform loop optimizations using the new loop optimizer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:276 msgid "" "If given, the loop optimizer will assume that loop indices do not overflow, " "and that the loops with nontrivial exit condition are not infinite" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:277 msgid "Perform cross-jumping transformation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:278 msgid "Attempt to transform conditional jumps into branch-less equivalents" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:279 msgid "" "Use conditional execution (where available) to transform conditional jumps " "into branch-less equivalents" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:280 msgid "" "Use global dataflow analysis to identify and eliminate useless checks for " "null pointers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:281 msgid "Perform a number of minor optimizations that are relatively expensive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:282 #: /tmp/fish/implicit/share/completions/gcc.fish:283 msgid "" "Attempt to reassign register numbers in move instructions and as operands of " "other simple instructions in order to maximize the amount of register tying" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:284 msgid "" "If supported for the target machine, attempt to reorder instructions to " "exploit instruction slots available after delayed branch instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:285 msgid "" "If supported for the target machine, attempt to reorder instructions to " "eliminate execution stalls due to required data being unavailable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:286 msgid "" "Similar to -fschedule-insns, but requests an additional pass of instruction " "scheduling after register allocation has been done" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:287 msgid "Don’t schedule instructions across basic blocks" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:288 msgid "Don’t allow speculative motion of non-load instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:289 msgid "Allow speculative motion of some load instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:290 msgid "Allow speculative motion of more load instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:291 msgid "" "Define how many insns (if any) can be moved prematurely from the queue of " "stalled insns into the ready list, during the second scheduling pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:292 msgid "" "Define how many insn groups (cycles) will be examined for a dependency on a " "stalled insn that is candidate for premature removal from the queue of " "stalled insns" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:293 msgid "" "When scheduling after register allocation, do use superblock scheduling " "algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:294 msgid "" "Use -fsched2-use-superblocks algorithm when scheduling after register " "allocation and additionally perform code duplication in order to increase " "the size of superblocks using tracer pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:295 msgid "" "The modulo scheduling comes before the traditional scheduling, if a loop was " "modulo scheduled we may want to prevent the later scheduling passes from " "changing its schedule, we use this option to control that" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:296 msgid "" "Enable values to be allocated in registers that will be clobbered by " "function calls, by emitting extra instructions to save and restore the " "registers around such calls" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:297 msgid "Perform Partial Redundancy Elimination (PRE) on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:298 msgid "Perform Full Redundancy Elimination (FRE) on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:299 msgid "Perform copy propagation on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:300 msgid "Perform copy propagation of memory loads and stores" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:301 msgid "Perform structural alias analysis on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:302 msgid "Perform forward store motion on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:303 #: /tmp/fish/implicit/share/completions/gcc.fish:304 msgid "Perform sparse conditional constant propagation (CCP) on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:305 msgid "Perform dead code elimination (DCE) on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:306 msgid "" "Perform a variety of simple scalar cleanups (constant/copy propagation, " "redundancy elimination, range propagation and expression simplification) " "based on a dominator tree traversal" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:307 msgid "Perform loop header copying on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:308 msgid "Perform loop optimizations on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:309 msgid "Perform linear loop transformations on tree" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:310 msgid "Perform loop invariant motion on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:311 msgid "" "Create a canonical counter for number of iterations in the loop for that " "determining number of iterations requires complicated analysis" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:312 msgid "" "Perform induction variable optimizations (strength reduction, induction " "variable merging and induction variable elimination) on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:313 msgid "Perform scalar replacement of aggregates" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:314 msgid "Perform copy renaming on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:315 msgid "Perform temporary expression replacement during the SSA->normal phase" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:316 msgid "Perform live range splitting during the SSA->normal phase" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:317 msgid "Perform loop vectorization on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:318 msgid "Perform loop versioning when doing loop vectorization on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:319 msgid "Perform Value Range Propagation on trees" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:320 #: /tmp/fish/implicit/share/completions/gcc.fish:362 msgid "Perform tail duplication to enlarge superblock size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:321 #: /tmp/fish/implicit/share/completions/gcc.fish:363 msgid "" "Unroll loops whose number of iterations can be determined at compile time or " "upon entry to the loop" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:322 #: /tmp/fish/implicit/share/completions/gcc.fish:364 msgid "" "Unroll all loops, even if their number of iterations is uncertain when the " "loop is entered" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:323 msgid "" "Enables expressing of values of induction variables in later iterations of " "the unrolled loop using the value in the first iteration" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:324 msgid "" "With this option, the compiler will create multiple copies of some local " "variables when unrolling a loop which can result in superior code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:325 #: /tmp/fish/implicit/share/completions/gcc.fish:368 msgid "" "If supported by the target machine, generate instructions to prefetch memory " "to improve the performance of loops that access large arrays" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:326 #: /tmp/fish/implicit/share/completions/gcc.fish:327 msgid "Disable any machine-specific peephole optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:328 msgid "Do not guess branch probabilities using heuristics" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:329 msgid "" "Reorder basic blocks in the compiled function in order to reduce number of " "taken branches and improve code locality" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:330 msgid "" "In addition to reordering basic blocks in the compiled function, in order to " "reduce number of taken branches, partitions hot and cold basic blocks into " "separate sections of the assembly and " msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:331 msgid "Reorder functions in the object file in order to improve code locality" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:332 msgid "" "Allows the compiler to assume the strictest aliasing rules applicable to the " "language being compiled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:333 #: /tmp/fish/implicit/share/completions/gcc.fish:334 msgid "" "Align the start of functions to the next power-of-two greater than n, " "skipping up to n bytes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:335 #: /tmp/fish/implicit/share/completions/gcc.fish:336 msgid "" "Align all branch targets to a power-of-two boundary, skipping up to n bytes " "like -falign-functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:337 #: /tmp/fish/implicit/share/completions/gcc.fish:338 msgid "" "Align loops to a power-of-two boundary, skipping up to n bytes like -falign-" "functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:339 #: /tmp/fish/implicit/share/completions/gcc.fish:340 msgid "" "Align branch targets to a power-of-two boundary, for branch targets where " "the targets can only be reached by jumping, skipping up to n bytes like -" "falign-functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:341 msgid "Parse the whole compilation unit before starting to produce code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:342 msgid "" "Constructs webs as commonly used for register allocation purposes and assign " "each web individual pseudo register" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:343 msgid "" "Assume that the current compilation unit represents whole program being " "compiled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:344 msgid "" "After register allocation and post-register allocation instruction " "splitting, we perform a copy-propagation pass to try to reduce scheduling " "dependencies and occasionally eliminate the copy" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:345 msgid "" "Enable options usually used for instrumenting application to produce profile " "useful for later recompilation with profile feedback based optimization" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:346 msgid "" "Enable profile feedback directed optimizations, and optimizations generally " "profitable only with profile feedback available" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:347 msgid "" "Do not store floating point variables in registers, and inhibit other " "options that might change whether a floating point value is taken from a " "register or memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:348 msgid "" "Sets -fno-math-errno, -funsafe-math-optimizations, -fno-trapping-math, -" "ffinite-math-only, -fno-rounding-math, -fno-signaling-nans and fcx-limited-" "range" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:349 msgid "" "Do not set ERRNO after calling math functions that are executed with a " "single instruction, e" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:350 msgid "" "Allow optimizations for floating-point arithmetic that (a) assume that " "arguments and results are valid and (b) may violate IEEE or ANSI standards" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:351 msgid "" "Allow optimizations for floating-point arithmetic that assume that arguments " "and results are not NaNs or +-Infs" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:352 msgid "" "Compile code assuming that floating-point operations cannot generate user-" "visible traps" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:353 msgid "" "Disable transformations and optimizations that assume default floating point " "rounding behavior" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:354 msgid "" "Compile code assuming that IEEE signaling NaNs may generate uservisible " "traps during floating-point operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:355 msgid "" "Treat floating point constant as single precision constant instead of " "implicitly converting it to double precision constant" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:356 #: /tmp/fish/implicit/share/completions/gcc.fish:357 msgid "" "When enabled, this option states that a range reduction step is not needed " "when performing complex division" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:358 msgid "" "After running a program compiled with -fprofile-arcs, you can compile it a " "second time using -fbranch-probabilities, to improve optimizations based on " "the number of times each branch was taken" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:359 msgid "" "If combined with -fprofile-arcs, it adds code so that some data about values " "of expressions in the program is gathered" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:360 msgid "" "If combined with -fprofile-arcs, it instructs the compiler to add a code to " "gather information about values of expressions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:361 msgid "" "Attempt to avoid false dependencies in scheduled code by making use of " "registers left over after register allocation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:365 msgid "" "Peels the loops for that there is enough information that they do not roll " "much (from profile feedback)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:366 msgid "Enables the loop invariant motion pass in the new loop optimizer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:367 msgid "" "Move branches with loop invariant conditions out of the loop, with " "duplicates of the loop on both branches (modified according to result of the " "condition)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:369 #: /tmp/fish/implicit/share/completions/gcc.fish:370 msgid "" "Place each function or data item into its own section in the output file if " "the target supports arbitrary sections" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:371 msgid "" "Perform branch target register load optimization before prologue / epilogue " "threading" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:372 msgid "" "Perform branch target register load optimization after prologue / epilogue " "threading" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:373 msgid "" "When performing branch target register load optimization, don’t reuse branch " "target registers in within any basic block" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:374 msgid "" "Emit extra code to check for buffer overflows, such as stack smashing attacks" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:375 msgid "Like -fstack-protector except that all functions are protected" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:376 msgid "" "In some places, GCC uses various constants to control the amount of " "optimization that is done" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:377 msgid "Pass option as an option to the preprocessor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:378 msgid "Predefine name as a macro, with definition 1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:379 msgid "" "The contents of definition are tokenized and processed as if they appeared " "during translation phase three in a #define directive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:380 msgid "" "Cancel any previous definition of name, either built in or provided with a -" "D option" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:381 msgid "Do not predefine any system-specific or GCC-specific macros" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:382 msgid "" "Add the directory dir to the list of directories to be searched for header " "files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:383 msgid "Write output to file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:384 msgid "Turns on all optional warnings which are desirable for normal code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:385 #: /tmp/fish/implicit/share/completions/gcc.fish:386 msgid "" "Warn whenever a comment-start sequence /* appears in a /* comment, or " "whenever a backslash-newline appears in a // comment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:387 msgid "Most trigraphs in comments cannot affect the meaning of the program" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:388 msgid "" "Warn about certain constructs that behave differently in traditional and ISO " "C" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:389 msgid "Warn the first time #import is used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:390 msgid "" "Warn whenever an identifier which is not a macro is encountered in an #if " "directive, outside of defined" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:391 msgid "Warn about macros defined in the main file that are unused" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:392 msgid "Warn whenever an #else or an #endif are followed by text" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:393 msgid "Make all warnings into hard errors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:394 msgid "Issue warnings for code in system headers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:395 msgid "Suppress all warnings, including those which GNU CPP issues by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:396 msgid "Issue all the mandatory diagnostics listed in the C standard" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:397 msgid "" "Issue all the mandatory diagnostics, and make all mandatory diagnostics into " "errors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:398 msgid "" "Instead of outputting the result of preprocessing, output a rule suitable " "for make describing the dependencies of the main source file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:399 msgid "" "Like -M but do not mention header files that are found in system header " "directories, nor header files that are included, directly or indirectly, " "from such a header" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:400 msgid "When used with -M or -MM, specifies a file to write the dependencies to" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:401 msgid "" "In conjunction with an option such as -M requesting dependency generation, -" "MG assumes missing header files are generated files and adds them to the " "dependency list without raising an error" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:402 msgid "" "This option instructs CPP to add a phony target for each dependency other " "than the main file, causing each to depend on nothing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:403 msgid "Change the target of the rule emitted by dependency generation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:404 msgid "Same as -MT, but it quotes any characters which are special to Make" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:405 msgid "is equivalent to -M -MF file, except that -E is not implied" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:406 msgid "Like -MD except mention only user header files, not system header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:407 msgid "" "When using precompiled headers, this flag will cause the dependency-output " "flags to also list the files from the precompiled header’s dependencies" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:408 msgid "This option allows use of a precompiled header together with -E" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:409 msgid "Specify the source language" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:410 #: /tmp/fish/implicit/share/completions/gcc.fish:411 msgid "Specify the standard to which the code should conform" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:412 msgid "Split the include path" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:413 msgid "Do not search the standard system directories for header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:414 msgid "" "Do not search for header files in the C++-specific standard directories, but " "do still search the other standard directories" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:415 msgid "" "Process file as if \"#include \"file\"\" appeared as the first line of the " "primary source file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:416 msgid "" "Exactly like -include, except that any output produced by scanning file is " "thrown away" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:417 msgid "" "Search dir for header files, but do it after all directories specified with -" "I and the standard system directories have been exhausted" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:418 msgid "Specify prefix as the prefix for subsequent -iwithprefix options" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:419 #: /tmp/fish/implicit/share/completions/gcc.fish:420 msgid "" "Append dir to the prefix specified previously with -iprefix, and add the " "resulting directory to the include search path" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:421 msgid "" "This option is like the --sysroot option, but applies only to header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:422 msgid "" "Search dir for header files, after all directories specified by -I but " "before the standard system directories" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:423 msgid "" "Search dir only for header files requested with \"#include \"file\"\"; they " "are not searched for \"#include \", before all directories specified " "by -I and before the standard system directories" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:425 msgid "Accept universal character names in identifiers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:426 msgid "" "Indicate to the preprocessor that the input file has already been " "preprocessed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:427 msgid "Set the distance between tab stops" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:428 msgid "" "Set the execution character set, used for string and character constants" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:429 msgid "" "Set the wide execution character set, used for wide string and character " "constants" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:430 msgid "" "Set the input character set, used for translation from the character set of " "the input file to the source character set used by GCC" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:431 msgid "" "Enable generation of linemarkers in the preprocessor output that will let " "the compiler know the current working directory at the time of preprocessing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:432 msgid "Do not print column numbers in diagnostics" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:433 msgid "Make an assertion with the predicate predicate and answer answer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:434 #: /tmp/fish/implicit/share/completions/gcc.fish:435 msgid "Cancel an assertion with the predicate predicate and answer answer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:436 msgid "" "CHARS is a sequence of one or more of the following characters, and must not " "be preceded by a space" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:437 msgid "Inhibit generation of linemarkers in the output from the preprocessor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:438 msgid "Do not discard comments" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:439 msgid "Do not discard comments, including during macro expansion" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:440 msgid "" "Try to imitate the behavior of old-fashioned C preprocessors, as opposed to " "ISO C preprocessors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:441 msgid "Process trigraph sequences" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:442 msgid "" "Enable special code to work around file systems which only permit very short " "file names, such as MS-DOS" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:443 #: /tmp/fish/implicit/share/completions/gcc.fish:444 msgid "" "Print text describing all the command line options instead of preprocessing " "anything" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:446 msgid "" "Print the name of each header file used, in addition to other normal " "activities" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:447 #: /tmp/fish/implicit/share/completions/gcc.fish:448 msgid "Print out GNU CPP’s version number" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:449 msgid "Pass option as an option to the assembler" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:450 msgid "Compile or assemble the source files, but do not link." msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:451 msgid "Stop after the stage of compilation proper; do not assemble" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:452 msgid "Stop after the preprocessing stage; do not run the compiler proper" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:453 #: /tmp/fish/implicit/share/completions/gcc.fish:454 msgid "Search the library named library when linking" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:455 msgid "" "You need this special case of the -l option in order to link an Objective-C " "or Objective-C++ program" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:456 msgid "Do not use the standard system startup files when linking" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:457 msgid "Do not use the standard system libraries when linking" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:458 msgid "Do not use the standard system startup files or libraries when linking" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:459 msgid "Produce a position independent executable on targets which support it" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:460 msgid "" "Pass the flag -export-dynamic to the ELF linker, on targets that support it" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:461 msgid "Remove all symbol table and relocation information from the executable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:462 msgid "" "On systems that support dynamic linking, this prevents linking with the " "shared libraries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:463 msgid "" "Produce a shared object which can then be linked with other objects to form " "an executable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:464 msgid "Force shared libgcc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:465 msgid "Force static libgcc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:466 msgid "Bind references to global symbols when building a shared object" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:467 msgid "Pass option as an option to the linker" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:468 msgid "" "Pretend the symbol symbol is undefined, to force linking of library modules " "to define it" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:469 msgid "" "Add the directory dir to the head of the list of directories to be searched " "for header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:470 msgid "" "Add the directory dir to the head of the list of directories to be searched " "for header files only for the case of #include \"file\"; they are not " "searched for #include , otherwise just like -I" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:471 msgid "Add directory dir to the list of directories to be searched for -l" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:472 msgid "" "This option specifies where to find the executables, libraries, include " "files, and data files of the compiler itself" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:473 msgid "" "Process file after the compiler reads in the standard specs file, in order " "to override the defaults that the gcc driver program uses when determining " "what switches to pass to cc1, cc1plus, as, ld, etc" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:475 msgid "This option has been deprecated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:476 msgid "The argument machine specifies the target machine for compilation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:477 msgid "The argument version specifies which version of GCC to run" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:478 msgid "Compile code for little endian mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:479 msgid "Compile code for big endian mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:480 msgid "Prepend the name of the cpu to all public symbol names" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:481 msgid "Compile code for ARC variant cpu" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:482 #: /tmp/fish/implicit/share/completions/gcc.fish:483 #: /tmp/fish/implicit/share/completions/gcc.fish:484 #: /tmp/fish/implicit/share/completions/gcc.fish:485 msgid "" "Put functions, data, and readonly data in text-section, data-section, and " "readonly-data-section respectively by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:486 msgid "Generate code for the specified ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:487 msgid "" "Generate a stack frame that is compliant with the ARM Procedure Call " "Standard for all functions, even if this is not strictly necessary for " "correct execution of the code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:488 msgid "This is a synonym for -mapcs-frame" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:489 msgid "" "Generate code which supports calling between the ARM and Thumb instruction " "sets" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:490 msgid "" "Prevent the reordering of instructions in the function prolog, or the " "merging of those instruction with the instructions in the function’s body" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:491 #: /tmp/fish/implicit/share/completions/gcc.fish:1264 #: /tmp/fish/implicit/share/completions/gcc.fish:1265 msgid "Generate output containing floating point instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:492 #: /tmp/fish/implicit/share/completions/gcc.fish:755 #: /tmp/fish/implicit/share/completions/gcc.fish:779 #: /tmp/fish/implicit/share/completions/gcc.fish:890 #: /tmp/fish/implicit/share/completions/gcc.fish:1266 #: /tmp/fish/implicit/share/completions/gcc.fish:1267 msgid "Generate output containing library calls for floating point" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:493 msgid "Specifies which ABI to use for floating point values" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:494 #: /tmp/fish/implicit/share/completions/gcc.fish:1281 msgid "Generate code for a processor running in little-endian mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:495 msgid "" "Generate code for a processor running in big-endian mode; the default is to " "compile code for a little-endian processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:496 msgid "This option only applies when generating code for big-endian processors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:497 msgid "This specifies the name of the target ARM processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:498 msgid "" "This option is very similar to the -mcpu= option, except that instead of " "specifying the actual target processor type, and hence restricting which " "instructions can be used, it specifies that GCC should tune the performance " "of the code as if the target were of the type specified in this option, but " "still choosing the instructions that it will generate based on the cpu " "specified by a -mcpu= option" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:499 msgid "This specifies the name of the target ARM architecture" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:500 #: /tmp/fish/implicit/share/completions/gcc.fish:501 #: /tmp/fish/implicit/share/completions/gcc.fish:502 msgid "" "This specifies what floating point hardware (or hardware emulation) is " "available on the target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:503 msgid "" "The size of all structures and unions will be rounded up to a multiple of " "the number of bits set by this option" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:504 msgid "" "Generate a call to the function \"abort\" at the end of a \"noreturn\" " "function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:505 #: /tmp/fish/implicit/share/completions/gcc.fish:506 #: /tmp/fish/implicit/share/completions/gcc.fish:536 #: /tmp/fish/implicit/share/completions/gcc.fish:537 msgid "" "Tells the compiler to perform function calls by first loading the address of " "the function into a register and then performing a subroutine call on this " "register" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:507 msgid "Disable support for the \"dllimport\" attribute" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:508 msgid "" "Treat the register used for PIC addressing as read-only, rather than loading " "it in the prologue for each function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:509 msgid "Specify the register to be used for PIC addressing" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:510 msgid "" "Insert NOPs into the instruction stream to in order to work around problems " "with invalid Maverick instruction combinations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:511 msgid "" "Write the name of each function into the text section, directly preceding " "the function prologue" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:512 msgid "Generate code for the 16-bit Thumb instruction set" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:513 msgid "" "Generate a stack frame that is compliant with the Thumb Procedure Call " "Standard for all non-leaf functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:514 msgid "" "Generate a stack frame that is compliant with the Thumb Procedure Call " "Standard for all leaf functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:515 msgid "" "Gives all externally visible functions in the file being compiled an ARM " "instruction set header which switches to Thumb mode before executing the " "rest of the function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:516 msgid "" "Allows calls via function pointers (including virtual functions) to execute " "correctly regardless of whether the target code has been compiled for " "interworking or not" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:517 msgid "Specify the access model for the thread local storage pointer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:518 msgid "Specify ATMEL AVR instruction set or MCU type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:519 msgid "Output instruction sizes to the asm file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:520 msgid "" "Specify the initial stack address, which may be a symbol or numeric value, " "__stack is the default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:521 msgid "Generated code is not compatible with hardware interrupts" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:522 msgid "" "Functions prologues/epilogues expanded as call to appropriate subroutines" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:523 msgid "Do not generate tablejump insns which sometimes increase code size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:524 msgid "Change only the low 8 bits of the stack pointer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:525 msgid "Assume int to be 8 bit integer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:526 #: /tmp/fish/implicit/share/completions/gcc.fish:811 msgid "Don’t keep the frame pointer in a register for leaf functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:527 msgid "" "When enabled, the compiler will ensure that the generated code does not " "contain speculative loads after jump instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:528 msgid "Don’t generate extra code to prevent speculative loads from occurring" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:529 msgid "" "When enabled, the compiler will ensure that the generated code does not " "contain CSYNC or SSYNC instructions too soon after conditional branches" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:530 msgid "" "Don’t generate extra code to prevent CSYNC or SSYNC instructions from " "occurring too soon after a conditional branch" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:531 msgid "" "When enabled, the compiler is free to take advantage of the knowledge that " "the entire program fits into the low 64k of memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:532 msgid "Assume that the program is arbitrarily large" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:533 #: /tmp/fish/implicit/share/completions/gcc.fish:902 msgid "Generate code that supports shared libraries via the library ID method" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:534 #: /tmp/fish/implicit/share/completions/gcc.fish:903 msgid "" "Generate code that doesn’t assume ID based shared libraries are being used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:535 msgid "" "Specified the identification number of the ID based shared library being " "compiled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:538 #: /tmp/fish/implicit/share/completions/gcc.fish:539 #: /tmp/fish/implicit/share/completions/gcc.fish:540 #: /tmp/fish/implicit/share/completions/gcc.fish:736 #: /tmp/fish/implicit/share/completions/gcc.fish:737 msgid "Generate code for the specified architecture" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:541 #: /tmp/fish/implicit/share/completions/gcc.fish:542 msgid "" "Tune to architecture-type everything applicable about the generated code, " "except for the ABI and the set of available instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:543 msgid "=n Warn when the stack frame of a function exceeds n bytes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:544 msgid "=n Only available with the cris-axis-aout target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:545 #: /tmp/fish/implicit/share/completions/gcc.fish:546 msgid "" "The options -metrax4 and -metrax100 are synonyms for -march=v3 and -march=v8 " "respectively" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:547 #: /tmp/fish/implicit/share/completions/gcc.fish:548 msgid "" "Work around a bug in the \"muls\" and \"mulu\" instructions for CPU models " "where it applies" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:549 msgid "" "Enable CRIS-specific verbose debug-related information in the assembly code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:550 msgid "" "Do not use condition-code results from previous instruction; always emit " "compare and test instructions before use of condition codes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:551 msgid "" "Do not emit instructions with side-effects in addressing modes other than " "post-increment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:552 #: /tmp/fish/implicit/share/completions/gcc.fish:553 #: /tmp/fish/implicit/share/completions/gcc.fish:554 #: /tmp/fish/implicit/share/completions/gcc.fish:555 #: /tmp/fish/implicit/share/completions/gcc.fish:556 #: /tmp/fish/implicit/share/completions/gcc.fish:557 msgid "" "These options (no-options) arranges (eliminate arrangements) for the stack-" "frame, individual data and constants to be aligned for the maximum single " "data access size for the chosen CPU model" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:558 #: /tmp/fish/implicit/share/completions/gcc.fish:559 #: /tmp/fish/implicit/share/completions/gcc.fish:560 msgid "" "Similar to the stack- data- and const-align options above, these options " "arrange for stack-frame, writable data and constants to all be 32-bit, 16-" "bit or 8-bit aligned" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:561 #: /tmp/fish/implicit/share/completions/gcc.fish:562 msgid "" "With -mno-prologue-epilogue, the normal function prologue and epilogue that " "sets up the stack-frame are omitted and no return instructions or return " "sequences are generated in the code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:563 #: /tmp/fish/implicit/share/completions/gcc.fish:564 msgid "" "With -fpic and -fPIC, don’t generate (do generate) instruction sequences " "that load addresses for functions from the PLT part of the GOT rather than " "(traditional on other architectures) calls to the PLT" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:565 msgid "Legacy no-op option only recognized with the cris-axis-aout target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:566 msgid "" "Legacy no-op option only recognized with the cris-axis-elf and cris-axis-" "linux-gnu targets" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:567 msgid "" "Only recognized with the cris-axis-aout target, where it selects a GNU/linux-" "like multilib, include files and instruction set for -march=v8" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:568 msgid "Legacy no-op option only recognized with the cris-axis-linux-gnu target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:569 msgid "" "This option, recognized for the cris-axis-aout and cris-axis-elf arranges to " "link with input-output functions from a simulator library" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:570 msgid "" "Like -sim, but pass linker options to locate initialized data at 0x40000000 " "and zero-initialized data at 0x80000000" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:571 msgid "Enable the use of multiply-accumulate instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:572 msgid "" "Push instructions will be used to pass outgoing arguments when functions are " "called" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:573 msgid "" "Add the framework directory dir to the head of the list of directories to be " "searched for header files" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:574 msgid "Emit debugging information for symbols that are used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:575 msgid "Emit debugging information for all symbols and types" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:576 msgid "" "=version The earliest version of MacOS X that this executable will run on is " "version" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:577 msgid "Override the defaults for bool so that sizeof(bool)==1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:578 #: /tmp/fish/implicit/share/completions/gcc.fish:579 #: /tmp/fish/implicit/share/completions/gcc.fish:580 msgid "Generate code suitable for fast turn around development" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:581 msgid "Loads all members of static archive libraries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:582 msgid "" "Cause the errors having to do with files that have the wrong architecture to " "be fatal" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:583 msgid "" "Causes the output file to be marked such that the dynamic linker will bind " "all undefined references when the file is loaded or launched" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:584 msgid "Produce a Mach-o bundle format file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:585 msgid "" "This option specifies the executable that will be loading the build output " "file being linked" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:586 msgid "" "When passed this option, GCC will produce a dynamic library instead of an " "executable when linking, using the Darwin libtool command" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:587 msgid "" "This causes GCC’s output file to have the ALL subtype, instead of one " "controlled by the -mcpu or -march option" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:588 #: /tmp/fish/implicit/share/completions/gcc.fish:589 #: /tmp/fish/implicit/share/completions/gcc.fish:590 #: /tmp/fish/implicit/share/completions/gcc.fish:591 #: /tmp/fish/implicit/share/completions/gcc.fish:592 #: /tmp/fish/implicit/share/completions/gcc.fish:593 #: /tmp/fish/implicit/share/completions/gcc.fish:594 #: /tmp/fish/implicit/share/completions/gcc.fish:595 #: /tmp/fish/implicit/share/completions/gcc.fish:596 #: /tmp/fish/implicit/share/completions/gcc.fish:597 #: /tmp/fish/implicit/share/completions/gcc.fish:598 #: /tmp/fish/implicit/share/completions/gcc.fish:599 #: /tmp/fish/implicit/share/completions/gcc.fish:600 #: /tmp/fish/implicit/share/completions/gcc.fish:601 #: /tmp/fish/implicit/share/completions/gcc.fish:602 #: /tmp/fish/implicit/share/completions/gcc.fish:603 #: /tmp/fish/implicit/share/completions/gcc.fish:604 #: /tmp/fish/implicit/share/completions/gcc.fish:605 #: /tmp/fish/implicit/share/completions/gcc.fish:606 #: /tmp/fish/implicit/share/completions/gcc.fish:607 #: /tmp/fish/implicit/share/completions/gcc.fish:608 #: /tmp/fish/implicit/share/completions/gcc.fish:609 #: /tmp/fish/implicit/share/completions/gcc.fish:610 #: /tmp/fish/implicit/share/completions/gcc.fish:611 #: /tmp/fish/implicit/share/completions/gcc.fish:612 #: /tmp/fish/implicit/share/completions/gcc.fish:613 #: /tmp/fish/implicit/share/completions/gcc.fish:614 #: /tmp/fish/implicit/share/completions/gcc.fish:615 #: /tmp/fish/implicit/share/completions/gcc.fish:616 #: /tmp/fish/implicit/share/completions/gcc.fish:617 #: /tmp/fish/implicit/share/completions/gcc.fish:618 #: /tmp/fish/implicit/share/completions/gcc.fish:619 #: /tmp/fish/implicit/share/completions/gcc.fish:620 #: /tmp/fish/implicit/share/completions/gcc.fish:621 #: /tmp/fish/implicit/share/completions/gcc.fish:622 #: /tmp/fish/implicit/share/completions/gcc.fish:623 #: /tmp/fish/implicit/share/completions/gcc.fish:624 #: /tmp/fish/implicit/share/completions/gcc.fish:625 #: /tmp/fish/implicit/share/completions/gcc.fish:626 #: /tmp/fish/implicit/share/completions/gcc.fish:627 #: /tmp/fish/implicit/share/completions/gcc.fish:628 #: /tmp/fish/implicit/share/completions/gcc.fish:629 #: /tmp/fish/implicit/share/completions/gcc.fish:630 #: /tmp/fish/implicit/share/completions/gcc.fish:631 #: /tmp/fish/implicit/share/completions/gcc.fish:632 #: /tmp/fish/implicit/share/completions/gcc.fish:633 #: /tmp/fish/implicit/share/completions/gcc.fish:634 #: /tmp/fish/implicit/share/completions/gcc.fish:635 #: /tmp/fish/implicit/share/completions/gcc.fish:636 #: /tmp/fish/implicit/share/completions/gcc.fish:637 #: /tmp/fish/implicit/share/completions/gcc.fish:638 #: /tmp/fish/implicit/share/completions/gcc.fish:639 #: /tmp/fish/implicit/share/completions/gcc.fish:640 #: /tmp/fish/implicit/share/completions/gcc.fish:641 #: /tmp/fish/implicit/share/completions/gcc.fish:642 #: /tmp/fish/implicit/share/completions/gcc.fish:643 #: /tmp/fish/implicit/share/completions/gcc.fish:644 #: /tmp/fish/implicit/share/completions/gcc.fish:645 msgid "These options are passed to the Darwin linker" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:646 #: /tmp/fish/implicit/share/completions/gcc.fish:647 msgid "" "Use (do not use) the hardware floating-point instructions for floating-point " "operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:648 #: /tmp/fish/implicit/share/completions/gcc.fish:649 msgid "Generate code that uses (does not use) the floating-point register set" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:650 msgid "" "The Alpha architecture implements floating-point hardware optimized for " "maximum performance" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:651 msgid "" "This is like -mieee except the generated code also maintains the IEEE " "inexact-flag" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:652 #: /tmp/fish/implicit/share/completions/gcc.fish:653 msgid "This option controls what floating-point related traps are enabled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:654 #: /tmp/fish/implicit/share/completions/gcc.fish:655 msgid "Selects the IEEE rounding mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:656 #: /tmp/fish/implicit/share/completions/gcc.fish:657 msgid "In the Alpha architecture, floating point traps are imprecise" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:658 msgid "This option marks the generated code as IEEE conformant" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:659 msgid "" "Normally GCC examines a 32- or 64-bit integer constant to see if it can " "construct it from smaller constants in two or three instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:660 #: /tmp/fish/implicit/share/completions/gcc.fish:661 msgid "" "Select whether to generate code to be assembled by the vendor-supplied " "assembler (-malpha-as) or by the GNU assembler -mgas" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:662 #: /tmp/fish/implicit/share/completions/gcc.fish:663 #: /tmp/fish/implicit/share/completions/gcc.fish:664 #: /tmp/fish/implicit/share/completions/gcc.fish:665 #: /tmp/fish/implicit/share/completions/gcc.fish:666 #: /tmp/fish/implicit/share/completions/gcc.fish:667 #: /tmp/fish/implicit/share/completions/gcc.fish:668 #: /tmp/fish/implicit/share/completions/gcc.fish:669 msgid "" "Indicate whether GCC should generate code to use the optional BWX, CIX, FIX " "and MAX instruction sets" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:670 #: /tmp/fish/implicit/share/completions/gcc.fish:671 msgid "" "Generate code that uses (does not use) VAX F and G floating point arithmetic " "instead of IEEE single and double precision" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:672 #: /tmp/fish/implicit/share/completions/gcc.fish:673 msgid "" "Older Alpha assemblers provided no way to generate symbol relocations except " "via assembler macros" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:674 #: /tmp/fish/implicit/share/completions/gcc.fish:675 msgid "" "When -mexplicit-relocs is in effect, static data is accessed via gp-relative " "relocations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:676 #: /tmp/fish/implicit/share/completions/gcc.fish:677 msgid "" "When -msmall-text is used, the compiler assumes that the code of the entire " "program (or shared library) fits in 4MB, and is thus reachable with a branch " "instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:678 msgid "" "=cpu_type Set the instruction set and instruction scheduling parameters for " "machine type cpu_type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:679 msgid "" "=cpu_type Set only the instruction scheduling parameters for machine type " "cpu_type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:680 msgid "" "=time Sets the latency the scheduler should assume for typical memory " "references as seen by the application" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:681 msgid "Return VMS condition codes from main" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:682 msgid "Only use the first 32 general purpose registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:683 msgid "Use all 64 general purpose registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:684 msgid "Use only the first 32 floating point registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:685 #: /tmp/fish/implicit/share/completions/gcc.fish:686 msgid "Use hardware instructions for floating point operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:687 msgid "Use library routines for floating point operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:688 msgid "Dynamically allocate condition code registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:689 msgid "" "Do not try to dynamically allocate condition code registers, only use " "\"icc0\" and \"fcc0\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:690 msgid "Change ABI to use double word insns" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:691 msgid "Do not use double word instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:692 msgid "Use floating point double instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:693 msgid "Do not use floating point double instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:694 msgid "Use media instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:695 msgid "Do not use media instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:696 msgid "Use multiply and add/subtract instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:697 msgid "Do not use multiply and add/subtract instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:698 msgid "" "Select the FDPIC ABI, that uses function descriptors to represent pointers " "to functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:699 msgid "" "Enable inlining of PLT entries in function calls to functions that are not " "known to bind locally" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:700 msgid "Assume a large TLS segment when generating thread-local code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:701 msgid "Do not assume a large TLS segment when generating thread-local code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:702 msgid "" "Enable the use of \"GPREL\" relocations in the FDPIC ABI for data that is " "known to be in read-only sections" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:703 msgid "Link with the (library, not FD) pic libraries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:704 msgid "" "Follow the EABI requirement of always creating a frame pointer whenever a " "stack frame is allocated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:705 msgid "" "Use indirect addressing to call functions outside the current compilation " "unit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:706 msgid "" "Try to align labels to an 8-byte boundary by inserting nops into the " "previous packet" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:707 msgid "Generate position-independent EABI code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:708 msgid "Use only the first four media accumulator registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:709 msgid "Use all eight media accumulator registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:710 msgid "Pack VLIW instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:711 msgid "Do not pack VLIW instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:712 msgid "Do not mark ABI switches in e_flags" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:713 msgid "Enable the use of conditional-move instructions (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:714 msgid "Disable the use of conditional-move instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:715 msgid "Enable the use of conditional set instructions (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:716 msgid "Disable the use of conditional set instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:717 msgid "Enable the use of conditional execution (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:718 msgid "Disable the use of conditional execution" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:719 msgid "Run a pass to pack branches into VLIW instructions (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:720 msgid "Do not run a pass to pack branches into VLIW instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:721 msgid "" "Enable optimization of \"&&\" and \"││\" in conditional execution (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:722 msgid "Disable optimization of \"&&\" and \"││\" in conditional execution" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:723 msgid "Enable nested conditional execution optimizations (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:724 msgid "Disable nested conditional execution optimizations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:725 msgid "" "This switch removes redundant \"membar\" instructions from the compiler " "generated code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:726 msgid "" "This switch disables the automatic removal of redundant \"membar\" " "instructions from the generated code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:727 msgid "Cause gas to print out tomcat statistics" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:728 msgid "=cpu Select the processor type for which to generate code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:729 #: /tmp/fish/implicit/share/completions/gcc.fish:1241 msgid "" "Shorten some address references at link time, when possible; uses the linker " "option -relax" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:730 msgid "Generate code for the H8/300H" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:731 msgid "Generate code for the H8S" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:732 msgid "Generate code for the H8S and H8/300H in the normal mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:733 msgid "Generate code for the H8S/2600" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:734 msgid "Make \"int\" data 32 bits by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:735 msgid "On the H8/300H and H8S, use the same alignment rules as for the H8/300" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:738 #: /tmp/fish/implicit/share/completions/gcc.fish:739 #: /tmp/fish/implicit/share/completions/gcc.fish:740 msgid "Synonyms for -march=1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:741 #: /tmp/fish/implicit/share/completions/gcc.fish:1335 msgid "Generate code suitable for big switch tables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:742 msgid "" "Fill delay slots of function calls with unconditional jump instructions by " "modifying the return pointer for the function call to be the target of the " "conditional jump" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:743 msgid "Prevent floating point registers from being used in any manner" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:744 msgid "Prevent the compiler from using indexing address modes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:745 msgid "Generate code that assumes the target has no space registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:746 msgid "Generate code that assumes calls never cross space boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:747 #: /tmp/fish/implicit/share/completions/gcc.fish:748 #: /tmp/fish/implicit/share/completions/gcc.fish:846 #: /tmp/fish/implicit/share/completions/gcc.fish:847 msgid "Generate code treating the given register range as fixed registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:749 msgid "" "Generate 3-instruction load and store sequences as sometimes required by the " "HP-UX 10 linker" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:750 msgid "Use the portable calling conventions proposed by HP for ELF systems" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:751 msgid "Enable the use of assembler directives only GAS understands" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:752 #: /tmp/fish/implicit/share/completions/gcc.fish:753 msgid "" "Schedule code according to the constraints for the machine type cpu-type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:754 msgid "Enable the optimization pass in the HP-UX linker" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:756 msgid "Generate the predefine, \"_SIO\", for server IO" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:757 msgid "Use GNU ld specific options" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:758 msgid "Use HP ld specific options" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:759 msgid "Generate code that uses long call sequences" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:760 #: /tmp/fish/implicit/share/completions/gcc.fish:761 msgid "" "Generate compiler predefines and select a startfile for the specified UNIX " "standard" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:762 msgid "Suppress the generation of link options to search libdld" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:763 msgid "" "The HP-UX implementation of setlocale in libc has a dependency on libdld" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:764 msgid "Add support for multithreading with the dce thread library under HP-UX" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:765 #: /tmp/fish/implicit/share/completions/gcc.fish:766 #: /tmp/fish/implicit/share/completions/gcc.fish:1213 #: /tmp/fish/implicit/share/completions/gcc.fish:1214 msgid "" "Tune to cpu-type everything applicable about the generated code, except for " "the ABI and the set of available instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:767 #: /tmp/fish/implicit/share/completions/gcc.fish:768 msgid "Generate instructions for the machine type cpu-type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:769 #: /tmp/fish/implicit/share/completions/gcc.fish:770 msgid "A deprecated synonym for -mtune" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:771 #: /tmp/fish/implicit/share/completions/gcc.fish:772 #: /tmp/fish/implicit/share/completions/gcc.fish:773 #: /tmp/fish/implicit/share/completions/gcc.fish:774 msgid "" "These options are synonyms for -mtune=i386, -mtune=i486, -mtune=pentium, and " "-mtune=pentiumpro respectively" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:775 msgid "=unit Generate floating point arithmetics for selected unit unit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:776 msgid "=dialect Output asm instructions using selected dialect" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:777 #: /tmp/fish/implicit/share/completions/gcc.fish:778 msgid "" "Control whether or not the compiler uses IEEE floating point comparisons" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:780 msgid "Do not use the FPU registers for return values of functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:781 msgid "" "Some 387 emulators do not support the \"sin\", \"cos\" and \"sqrt\" " "instructions for the 387" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:782 #: /tmp/fish/implicit/share/completions/gcc.fish:783 msgid "" "Control whether GCC aligns \"double\", \"long double\", and \"long long\" " "variables on a two word boundary or a one word boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:784 #: /tmp/fish/implicit/share/completions/gcc.fish:785 #: /tmp/fish/implicit/share/completions/gcc.fish:1195 #: /tmp/fish/implicit/share/completions/gcc.fish:1196 msgid "These switches control the size of \"long double\" type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:786 msgid "" "=number When -mcmodel=medium is specified, the data greater than threshold " "are placed in large data section" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:787 #: /tmp/fish/implicit/share/completions/gcc.fish:788 msgid "" "Control whether GCC places uninitialized local variables into the \"bss\" or " "\"data\" segments" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:789 msgid "" "Use a different function-calling convention, in which functions that take a " "fixed number of arguments return with the \"ret\" num instruction, which " "pops their arguments while returning" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:790 msgid "=num Control how many registers are used to pass integer arguments" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:791 msgid "" "Use SSE register passing conventions for float and double arguments and " "return values" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:792 msgid "" "=num Attempt to keep the stack boundary aligned to a 2 raised to num byte " "boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:793 #: /tmp/fish/implicit/share/completions/gcc.fish:794 #: /tmp/fish/implicit/share/completions/gcc.fish:795 #: /tmp/fish/implicit/share/completions/gcc.fish:796 #: /tmp/fish/implicit/share/completions/gcc.fish:797 #: /tmp/fish/implicit/share/completions/gcc.fish:798 #: /tmp/fish/implicit/share/completions/gcc.fish:799 #: /tmp/fish/implicit/share/completions/gcc.fish:800 #: /tmp/fish/implicit/share/completions/gcc.fish:801 #: /tmp/fish/implicit/share/completions/gcc.fish:802 #: /tmp/fish/implicit/share/completions/gcc.fish:803 #: /tmp/fish/implicit/share/completions/gcc.fish:804 msgid "" "These switches enable or disable the use of instructions in the MMX, SSE, " "SSE2 or 3DNow! extended instruction sets" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:805 #: /tmp/fish/implicit/share/completions/gcc.fish:806 msgid "Use PUSH operations to store outgoing parameters" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:807 msgid "" "If enabled, the maximum amount of space required for outgoing arguments will " "be computed in the function prologue" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:808 msgid "Support thread-safe exception handling on Mingw32" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:809 msgid "Do not align destination of inlined string operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:810 msgid "" "By default GCC inlines string operations only when destination is known to " "be aligned at least to 4 byte boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:812 #: /tmp/fish/implicit/share/completions/gcc.fish:813 msgid "" "Controls whether TLS variables may be accessed with offsets from the TLS " "segment register (%gs for 32-bit, %fs for 64-bit), or whether the thread " "base pointer must be added" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:814 #: /tmp/fish/implicit/share/completions/gcc.fish:815 #: /tmp/fish/implicit/share/completions/gcc.fish:854 #: /tmp/fish/implicit/share/completions/gcc.fish:855 #: /tmp/fish/implicit/share/completions/gcc.fish:1282 #: /tmp/fish/implicit/share/completions/gcc.fish:1283 msgid "Generate code for a 32-bit or 64-bit environment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:816 msgid "Do not use a so called red zone for x86-64 code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:817 msgid "" "=small Generate code for the small code model: the program and its symbols " "must be linked in the lower 2 GB of the address space" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:818 msgid "=kernel Generate code for the kernel code model" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:819 msgid "" "=medium Generate code for the medium model: The program is linked in the " "lower 2 GB of the address space but symbols can be located anywhere in the " "address space" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:820 msgid "" "=large Generate code for the large model: This model makes no assumptions " "about addresses and sizes of sections" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:821 msgid "Generate code for a big endian target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:822 #: /tmp/fish/implicit/share/completions/gcc.fish:932 #: /tmp/fish/implicit/share/completions/gcc.fish:933 msgid "Generate code for a little endian target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:823 #: /tmp/fish/implicit/share/completions/gcc.fish:824 msgid "Generate (or don’t) code for the GNU assembler" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:825 #: /tmp/fish/implicit/share/completions/gcc.fish:826 msgid "Generate (or don’t) code for the GNU linker" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:827 msgid "Generate code that does not use a global pointer register" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:828 #: /tmp/fish/implicit/share/completions/gcc.fish:829 msgid "" "Generate (or don’t) a stop bit immediately before and after volatile asm " "statements" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:830 #: /tmp/fish/implicit/share/completions/gcc.fish:831 msgid "" "Generate (or don’t) in, loc, and out register names for the stacked registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:832 #: /tmp/fish/implicit/share/completions/gcc.fish:833 msgid "Disable (or enable) optimizations that use the small data section" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:834 msgid "Generate code that uses a single constant global pointer value" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:835 msgid "Generate code that is self-relocatable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:836 msgid "" "Generate code for inline divides of floating point values using the minimum " "latency algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:837 msgid "" "Generate code for inline divides of floating point values using the maximum " "throughput algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:838 msgid "" "Generate code for inline divides of integer values using the minimum latency " "algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:839 msgid "" "Generate code for inline divides of integer values using the maximum " "throughput algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:840 msgid "" "Generate code for inline square roots using the minimum latency algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:841 msgid "" "Generate code for inline square roots using the maximum throughput algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:842 #: /tmp/fish/implicit/share/completions/gcc.fish:843 msgid "" "Don’t (or do) generate assembler code for the DWARF2 line number debugging " "info" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:844 #: /tmp/fish/implicit/share/completions/gcc.fish:845 msgid "" "Allow stop bits to be placed earlier than immediately preceding the " "instruction that triggered the stop bit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:848 #: /tmp/fish/implicit/share/completions/gcc.fish:849 msgid "Specify bit size of immediate TLS offsets" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:850 #: /tmp/fish/implicit/share/completions/gcc.fish:851 msgid "" "Tune the instruction scheduling for a particular CPU, Valid values are " "itanium, itanium1, merced, itanium2, and mckinley" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:852 #: /tmp/fish/implicit/share/completions/gcc.fish:853 #: /tmp/fish/implicit/share/completions/gcc.fish:1291 msgid "Add support for multithreading using the POSIX threads library" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:856 msgid "=name Select the CPU for which code is generated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:857 msgid "Specifies that the program will be run on the simulator" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:858 msgid "" "=number Specifies the number of memory-based pseudo-registers GCC will use " "during code generation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:859 msgid "Generate code for the M32R/2" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:860 msgid "Generate code for the M32R/X" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:861 msgid "Generate code for the M32R" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:862 msgid "" "=small Assume all objects live in the lower 16MB of memory (so that their " "addresses can be loaded with the \"ld24\" instruction), and assume all " "subroutines are reachable with the \"bl\" instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:863 msgid "" "=medium Assume objects may be anywhere in the 32-bit address space (the " "compiler will generate \"seth/add3\" instructions to load their addresses), " "and assume all subroutines are reachable with the \"bl\" instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:864 msgid "" "=large Assume objects may be anywhere in the 32-bit address space (the " "compiler will generate \"seth/add3\" instructions to load their addresses), " "and assume subroutines may not be reachable with the \"bl\" instruction (the " "compiler will generate the much slower \"seth/add3/jl\" instruction sequence)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:865 msgid "=none Disable use of the small data area" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:866 msgid "" "=sdata Put small global and static data in the small data area, but do not " "generate special code to reference them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:867 msgid "" "=use Put small global and static data in the small data area, and generate " "special instructions to reference them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:868 msgid "" "Put global and static objects less than or equal to num bytes into the small " "data or bss sections instead of the normal data or bss sections" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:869 msgid "" "Makes the M32R specific code in the compiler display some statistics that " "might help in debugging programs" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:870 msgid "Align all loops to a 32-byte boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:871 msgid "Do not enforce a 32-byte alignment for loops" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:872 msgid "=number Issue number instructions per cycle" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:873 msgid "=number number can only be 1 or 2" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:874 msgid "=number Specifies the trap number to use to flush the cache" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:875 msgid "Specifies that the cache cannot be flushed by using a trap" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:876 msgid "" "=name Specifies the name of the operating system function to call to flush " "the cache" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:877 msgid "Indicates that there is no OS function for flushing the cache" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:878 #: /tmp/fish/implicit/share/completions/gcc.fish:879 msgid "Generate output for a 68000" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:880 #: /tmp/fish/implicit/share/completions/gcc.fish:881 msgid "Generate output for a 68020" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:882 msgid "Generate output containing 68881 instructions for floating point" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:883 msgid "Generate output for a 68030" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:884 msgid "Generate output for a 68040" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:885 msgid "Generate output for a 68060" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:886 msgid "Generate output for a CPU32" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:887 msgid "Generate output for a 520X \"coldfire\" family cpu" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:888 msgid "Generate output for a 68040, without using any of the new instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:889 msgid "Generate output for a 68060, without using any of the new instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:891 #: /tmp/fish/implicit/share/completions/gcc.fish:916 msgid "Consider type \"int\" to be 16 bits wide, like \"short int\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:892 msgid "Do not use the bit-field instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:893 msgid "Do use the bit-field instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:894 msgid "" "Use a different function-calling convention, in which functions that take a " "fixed number of arguments return with the \"rtd\" instruction, which pops " "their arguments while returning" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:895 #: /tmp/fish/implicit/share/completions/gcc.fish:896 msgid "" "Control whether GCC aligns \"int\", \"long\", \"long long\", \"float\", " "\"double\", and \"long double\" variables on a 32-bit boundary (-malign-int) " "or a 16-bit boundary (-mno-align-int)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:897 msgid "" "Use the pc-relative addressing mode of the 68000 directly, instead of using " "a global offset table" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:898 #: /tmp/fish/implicit/share/completions/gcc.fish:899 msgid "" "Do not (do) assume that unaligned memory references will be handled by the " "system" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:900 msgid "" "Generate code that allows the data segment to be located in a different area " "of memory from the text segment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:901 msgid "" "Generate code that assumes that the data segment follows the text segment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:904 msgid "" "=n Specified the identification number of the ID based shared library being " "compiled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:905 #: /tmp/fish/implicit/share/completions/gcc.fish:906 msgid "Generate output for a 68HC11" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:907 #: /tmp/fish/implicit/share/completions/gcc.fish:908 msgid "Generate output for a 68HC12" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:909 #: /tmp/fish/implicit/share/completions/gcc.fish:910 msgid "Generate output for a 68HCS12" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:911 msgid "" "Enable the use of 68HC12 pre and post auto-increment and autodecrement " "addressing modes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:912 #: /tmp/fish/implicit/share/completions/gcc.fish:913 msgid "Enable the use of 68HC12 min and max instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:914 #: /tmp/fish/implicit/share/completions/gcc.fish:915 #: /tmp/fish/implicit/share/completions/gcc.fish:1324 #: /tmp/fish/implicit/share/completions/gcc.fish:1325 msgid "Treat all calls as being far away (near)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:917 msgid "" "=count Specify the number of pseudo-soft registers which are used for the " "code generation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:918 #: /tmp/fish/implicit/share/completions/gcc.fish:919 msgid "" "Inline constants into the code stream if it can be done in two instructions " "or less" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:920 #: /tmp/fish/implicit/share/completions/gcc.fish:921 msgid "Use the divide instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:922 #: /tmp/fish/implicit/share/completions/gcc.fish:923 msgid "Allow arbitrary sized immediates in bit operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:924 #: /tmp/fish/implicit/share/completions/gcc.fish:925 msgid "Always treat bit-fields as int-sized" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:926 #: /tmp/fish/implicit/share/completions/gcc.fish:927 msgid "Force all functions to be aligned to a four byte boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:928 #: /tmp/fish/implicit/share/completions/gcc.fish:929 msgid "Emit callgraph information" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:930 #: /tmp/fish/implicit/share/completions/gcc.fish:931 msgid "Prefer word access when reading byte quantities" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:934 #: /tmp/fish/implicit/share/completions/gcc.fish:935 msgid "Generate code for the 210 processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:936 msgid "Generate big-endian code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:937 msgid "Generate little-endian code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:938 msgid "" "=arch Generate code that will run on arch, which can be the name of a " "generic MIPS ISA, or the name of a particular processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:939 msgid "=arch Optimize for arch" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:940 msgid "Equivalent to -march=mips1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:941 msgid "Equivalent to -march=mips2" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:942 msgid "Equivalent to -march=mips3" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:943 msgid "Equivalent to -march=mips4" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:944 msgid "Equivalent to -march=mips32" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:945 msgid "Equivalent to -march=mips32r2" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:946 msgid "Equivalent to -march=mips64" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:947 #: /tmp/fish/implicit/share/completions/gcc.fish:948 msgid "Generate (do not generate) MIPS16 code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:949 #: /tmp/fish/implicit/share/completions/gcc.fish:950 #: /tmp/fish/implicit/share/completions/gcc.fish:951 #: /tmp/fish/implicit/share/completions/gcc.fish:952 #: /tmp/fish/implicit/share/completions/gcc.fish:953 msgid "=eabi Generate code for the given ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:954 #: /tmp/fish/implicit/share/completions/gcc.fish:955 msgid "Generate (do not generate) SVR4-style position-independent code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:956 #: /tmp/fish/implicit/share/completions/gcc.fish:957 msgid "" "Lift (do not lift) the usual restrictions on the size of the global offset " "table" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:958 msgid "Assume that general-purpose registers are 32 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:959 msgid "Assume that general-purpose registers are 64 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:960 msgid "Assume that floating-point registers are 32 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:961 msgid "Assume that floating-point registers are 64 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:962 msgid "Use floating-point coprocessor instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:963 msgid "Do not use floating-point coprocessor instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:964 msgid "" "Assume that the floating-point coprocessor only supports singleprecision " "operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:965 msgid "" "Assume that the floating-point coprocessor supports double-precision " "operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:966 #: /tmp/fish/implicit/share/completions/gcc.fish:967 msgid "Use (do not use) the MIPS DSP ASE" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:968 #: /tmp/fish/implicit/share/completions/gcc.fish:969 msgid "Use (do not use) paired-single floating-point instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:970 #: /tmp/fish/implicit/share/completions/gcc.fish:971 msgid "Use (do not use) the MIPS-3D ASE" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:972 msgid "Force \"long\" types to be 64 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:973 msgid "Force \"long\", \"int\", and pointer types to be 32 bits wide" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:974 #: /tmp/fish/implicit/share/completions/gcc.fish:975 msgid "" "Assume (do not assume) that all symbols have 32-bit values, regardless of " "the selected ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:976 msgid "" "Put global and static items less than or equal to num bytes into the small " "data or bss section instead of the normal data or bss section" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:977 #: /tmp/fish/implicit/share/completions/gcc.fish:978 msgid "" "Allocate variables to the read-only data section first if possible, then " "next in the small data section if possible, otherwise in data" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:979 #: /tmp/fish/implicit/share/completions/gcc.fish:980 msgid "Put uninitialized \"const\" variables in the read-only data section" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:981 #: /tmp/fish/implicit/share/completions/gcc.fish:982 msgid "" "Enable (disable) use of the \"%hi()\" and \"%lo()\" assembler relocation " "operators" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:983 #: /tmp/fish/implicit/share/completions/gcc.fish:984 msgid "" "Use (do not use) assembler relocation operators when dealing with symbolic " "addresses" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:985 #: /tmp/fish/implicit/share/completions/gcc.fish:986 msgid "Trap (do not trap) on integer division by zero" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:987 #: /tmp/fish/implicit/share/completions/gcc.fish:988 msgid "" "MIPS systems check for division by zero by generating either a conditional " "trap or a break instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:989 #: /tmp/fish/implicit/share/completions/gcc.fish:990 msgid "" "Force (do not force) the use of \"memcpy()\" for non-trivial block moves" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:991 #: /tmp/fish/implicit/share/completions/gcc.fish:992 msgid "Disable (do not disable) use of the \"jal\" instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:993 #: /tmp/fish/implicit/share/completions/gcc.fish:994 msgid "" "Enable (disable) use of the \"mad\", \"madu\" and \"mul\" instructions, as " "provided by the R4650 ISA" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:995 #: /tmp/fish/implicit/share/completions/gcc.fish:996 msgid "" "Enable (disable) use of the floating point multiply-accumulate instructions, " "when they are available" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:997 msgid "" "Tell the MIPS assembler to not run its preprocessor over user assembler " "files (with a " msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:998 #: /tmp/fish/implicit/share/completions/gcc.fish:999 msgid "" "Work around certain R4000 CPU errata: - A double-word or a variable shift " "may give an incorrect result if executed immediately after starting an " "integer division" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1000 #: /tmp/fish/implicit/share/completions/gcc.fish:1001 msgid "" "Work around certain R4400 CPU errata: - A double-word or a variable shift " "may give an incorrect result if executed immediately after starting an " "integer division" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1002 #: /tmp/fish/implicit/share/completions/gcc.fish:1003 msgid "" "Work around certain VR4120 errata: - \"dmultu\" does not always produce the " "correct result" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1004 msgid "Work around the VR4130 \"mflo\"/\"mfhi\" errata" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1005 #: /tmp/fish/implicit/share/completions/gcc.fish:1006 msgid "Work around certain SB-1 CPU core errata" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1007 #: /tmp/fish/implicit/share/completions/gcc.fish:1008 msgid "" "Specifies the function to call to flush the I and D caches, or to not call " "any such function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1009 #: /tmp/fish/implicit/share/completions/gcc.fish:1010 msgid "" "Enable or disable use of Branch Likely instructions, regardless of the " "default for the selected architecture" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1011 #: /tmp/fish/implicit/share/completions/gcc.fish:1012 msgid "Specifies whether FP exceptions are enabled" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1013 #: /tmp/fish/implicit/share/completions/gcc.fish:1014 msgid "" "The VR4130 pipeline is two-way superscalar, but can only issue two " "instructions together if the first one is 8-byte aligned" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1015 #: /tmp/fish/implicit/share/completions/gcc.fish:1016 msgid "" "Specify that intrinsic library functions are being compiled, passing all " "values in registers, no matter the size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1017 #: /tmp/fish/implicit/share/completions/gcc.fish:1018 msgid "" "Generate floating-point comparison instructions that compare with respect to " "the \"rE\" epsilon register" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1021 #: /tmp/fish/implicit/share/completions/gcc.fish:1022 msgid "" "When reading data from memory in sizes shorter than 64 bits, use (do not " "use) zero-extending load instructions by default, rather than sign-extending " "ones" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1023 #: /tmp/fish/implicit/share/completions/gcc.fish:1024 msgid "" "Make the result of a division yielding a remainder have the same sign as the " "divisor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1025 #: /tmp/fish/implicit/share/completions/gcc.fish:1026 msgid "" "Prepend (do not prepend) a : to all global symbols, so the assembly code can " "be used with the \"PREFIX\" assembly directive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1027 msgid "" "Generate an executable in the ELF format, rather than the default mmo format " "used by the mmix simulator" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1028 #: /tmp/fish/implicit/share/completions/gcc.fish:1029 msgid "" "Use (do not use) the probable-branch instructions, when static branch " "prediction indicates a probable branch" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1030 #: /tmp/fish/implicit/share/completions/gcc.fish:1031 msgid "Generate (do not generate) code that uses base addresses" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1032 #: /tmp/fish/implicit/share/completions/gcc.fish:1033 msgid "" "Force (do not force) generated code to have a single exit point in each " "function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1034 msgid "" "Generate code to avoid bugs in the multiply instructions for the MN10300 " "processors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1035 msgid "" "Do not generate code to avoid bugs in the multiply instructions for the " "MN10300 processors" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1036 msgid "Generate code which uses features specific to the AM33 processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1037 msgid "Do not generate code which uses features specific to the AM33 processor" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1038 msgid "" "When generating a function which returns a pointer, return the pointer in " "both \"a0\" and \"d0\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1039 msgid "Do not link in the C run-time initialization object file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1040 msgid "" "Indicate to the linker that it should perform a relaxation optimization pass " "to shorten branches, calls and absolute memory addresses" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1041 #: /tmp/fish/implicit/share/completions/gcc.fish:1042 #: /tmp/fish/implicit/share/completions/gcc.fish:1211 #: /tmp/fish/implicit/share/completions/gcc.fish:1212 msgid "" "Generate code that will run on cpu-type, which is the name of a system " "representing a certain processor type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1043 msgid "Use byte loads and stores when generating code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1044 msgid "Do not use byte loads and stores when generating code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1045 #: /tmp/fish/implicit/share/completions/gcc.fish:1046 msgid "Do not link in the C run-time initialization object file crti" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1047 msgid "Use hardware FPP floating point" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1048 msgid "Do not use hardware floating point" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1049 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1050 msgid "Return floating-point results in memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1051 msgid "Generate code for a PDP-11/40" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1052 msgid "Generate code for a PDP-11/45" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1053 msgid "Generate code for a PDP-11/10" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1054 msgid "Use inline \"movmemhi\" patterns for copying memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1055 msgid "Do not use inline \"movmemhi\" patterns for copying memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1056 #: /tmp/fish/implicit/share/completions/gcc.fish:1057 msgid "Use 16-bit \"int\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1058 #: /tmp/fish/implicit/share/completions/gcc.fish:1059 msgid "Use 32-bit \"int\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1060 #: /tmp/fish/implicit/share/completions/gcc.fish:1061 msgid "Use 64-bit \"float\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1062 #: /tmp/fish/implicit/share/completions/gcc.fish:1063 msgid "Use 32-bit \"float\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1064 msgid "Use \"abshi2\" pattern" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1065 msgid "Do not use \"abshi2\" pattern" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1066 msgid "Pretend that branches are expensive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1067 msgid "Do not pretend that branches are expensive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1068 msgid "Generate code for a system with split I&D" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1069 msgid "Generate code for a system without split I&D" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1070 msgid "Use Unix assembler syntax" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1071 msgid "Use DEC assembler syntax" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1072 #: /tmp/fish/implicit/share/completions/gcc.fish:1073 #: /tmp/fish/implicit/share/completions/gcc.fish:1074 #: /tmp/fish/implicit/share/completions/gcc.fish:1075 #: /tmp/fish/implicit/share/completions/gcc.fish:1076 #: /tmp/fish/implicit/share/completions/gcc.fish:1077 #: /tmp/fish/implicit/share/completions/gcc.fish:1078 #: /tmp/fish/implicit/share/completions/gcc.fish:1079 #: /tmp/fish/implicit/share/completions/gcc.fish:1080 #: /tmp/fish/implicit/share/completions/gcc.fish:1081 #: /tmp/fish/implicit/share/completions/gcc.fish:1082 #: /tmp/fish/implicit/share/completions/gcc.fish:1083 #: /tmp/fish/implicit/share/completions/gcc.fish:1084 #: /tmp/fish/implicit/share/completions/gcc.fish:1085 #: /tmp/fish/implicit/share/completions/gcc.fish:1086 #: /tmp/fish/implicit/share/completions/gcc.fish:1087 #: /tmp/fish/implicit/share/completions/gcc.fish:1088 #: /tmp/fish/implicit/share/completions/gcc.fish:1089 #: /tmp/fish/implicit/share/completions/gcc.fish:1090 #: /tmp/fish/implicit/share/completions/gcc.fish:1091 msgid "" "GCC supports two related instruction set architectures for the RS/6000 and " "PowerPC" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1092 #: /tmp/fish/implicit/share/completions/gcc.fish:1093 msgid "Select which mnemonics to use in the generated assembler code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1094 msgid "" "=cpu_type Set architecture type, register usage, choice of mnemonics, and " "instruction scheduling parameters for machine type cpu_type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1095 msgid "" "=cpu_type Set the instruction scheduling parameters for machine type " "cpu_type, but do not set the architecture type, register usage, or choice of " "mnemonics, as -mcpu=cpu_type would" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1096 #: /tmp/fish/implicit/share/completions/gcc.fish:1097 msgid "" "Generate code to compute division as reciprocal estimate and iterative " "refinement, creating opportunities for increased throughput" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1098 #: /tmp/fish/implicit/share/completions/gcc.fish:1099 msgid "" "Generate code that uses (does not use) AltiVec instructions, and also enable " "the use of built-in functions that allow more direct access to the AltiVec " "instruction set" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1100 #: /tmp/fish/implicit/share/completions/gcc.fish:1101 msgid "Generate VRSAVE instructions when generating AltiVec code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1102 msgid "Generate code that allows ld and ld" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1103 msgid "Generate code that uses a BSS " msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1104 #: /tmp/fish/implicit/share/completions/gcc.fish:1105 msgid "This switch enables or disables the generation of ISEL instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1106 msgid "=yes/no This switch has been deprecated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1107 #: /tmp/fish/implicit/share/completions/gcc.fish:1108 msgid "This switch enables or disables the generation of SPE simd instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1109 msgid "=yes/no This option has been deprecated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1110 #: /tmp/fish/implicit/share/completions/gcc.fish:1111 msgid "" "This switch enables or disables the generation of floating point operations " "on the general purpose registers for architectures that support it" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1112 #: /tmp/fish/implicit/share/completions/gcc.fish:1113 msgid "" "Generate code for 32-bit or 64-bit environments of Darwin and SVR4 targets " "(including GNU/Linux)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1114 #: /tmp/fish/implicit/share/completions/gcc.fish:1115 #: /tmp/fish/implicit/share/completions/gcc.fish:1116 #: /tmp/fish/implicit/share/completions/gcc.fish:1117 msgid "" "Modify generation of the TOC (Table Of Contents), which is created for every " "executable file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1118 #: /tmp/fish/implicit/share/completions/gcc.fish:1119 msgid "" "Enable 64-bit AIX ABI and calling convention: 64-bit pointers, 64-bit \"long" "\" type, and the infrastructure needed to support them" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1120 #: /tmp/fish/implicit/share/completions/gcc.fish:1121 msgid "" "Produce code that conforms more closely to IBM XL compiler semantics when " "using AIX-compatible ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1122 msgid "Support IBM RS/6000 SP Parallel Environment (PE)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1123 #: /tmp/fish/implicit/share/completions/gcc.fish:1124 msgid "" "On AIX, 32-bit Darwin, and 64-bit PowerPC GNU/Linux, the option -malign-" "natural overrides the ABI-defined alignment of larger types, such as " "floating-point doubles, on their natural size-based boundary" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1125 #: /tmp/fish/implicit/share/completions/gcc.fish:1126 msgid "Generate code that does not use (uses) the floating-point register set" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1127 #: /tmp/fish/implicit/share/completions/gcc.fish:1128 msgid "" "Generate code that uses (does not use) the load multiple word instructions " "and the store multiple word instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1129 #: /tmp/fish/implicit/share/completions/gcc.fish:1130 msgid "" "Generate code that uses (does not use) the load string instructions and the " "store string word instructions to save multiple registers and do small block " "moves" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1131 #: /tmp/fish/implicit/share/completions/gcc.fish:1132 msgid "" "Generate code that uses (does not use) the load or store instructions that " "update the base register to the address of the calculated memory location" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1133 #: /tmp/fish/implicit/share/completions/gcc.fish:1134 #: /tmp/fish/implicit/share/completions/gcc.fish:1217 #: /tmp/fish/implicit/share/completions/gcc.fish:1218 msgid "" "Generate code that uses (does not use) the floating point multiply and " "accumulate instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1135 #: /tmp/fish/implicit/share/completions/gcc.fish:1136 #: /tmp/fish/implicit/share/completions/gcc.fish:1137 #: /tmp/fish/implicit/share/completions/gcc.fish:1138 #: /tmp/fish/implicit/share/completions/gcc.fish:1143 #: /tmp/fish/implicit/share/completions/gcc.fish:1144 #: /tmp/fish/implicit/share/completions/gcc.fish:1145 #: /tmp/fish/implicit/share/completions/gcc.fish:1146 #: /tmp/fish/implicit/share/completions/gcc.fish:1147 #: /tmp/fish/implicit/share/completions/gcc.fish:1148 #: /tmp/fish/implicit/share/completions/gcc.fish:1153 #: /tmp/fish/implicit/share/completions/gcc.fish:1156 #: /tmp/fish/implicit/share/completions/gcc.fish:1157 #: /tmp/fish/implicit/share/completions/gcc.fish:1158 #: /tmp/fish/implicit/share/completions/gcc.fish:1159 #: /tmp/fish/implicit/share/completions/gcc.fish:1169 #: /tmp/fish/implicit/share/completions/gcc.fish:1170 #: /tmp/fish/implicit/share/completions/gcc.fish:1175 #: /tmp/fish/implicit/share/completions/gcc.fish:1178 #: /tmp/fish/implicit/share/completions/gcc.fish:1179 #: /tmp/fish/implicit/share/completions/gcc.fish:1182 #: /tmp/fish/implicit/share/completions/gcc.fish:1183 #: /tmp/fish/implicit/share/completions/gcc.fish:1184 #: /tmp/fish/implicit/share/completions/gcc.fish:1188 #: /tmp/fish/implicit/share/completions/gcc.fish:1189 msgid "On System V" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1139 #: /tmp/fish/implicit/share/completions/gcc.fish:1140 #: /tmp/fish/implicit/share/completions/gcc.fish:1141 #: /tmp/fish/implicit/share/completions/gcc.fish:1142 msgid "" "On embedded PowerPC systems generate code that allows (does not allow) the " "program to be relocated to a different address at runtime" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1149 msgid "" "On Darwin and Mac OS X systems, compile code so that it is not relocatable, " "but that its external references are relocatable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1150 msgid "" "=priority This option controls the priority that is assigned to dispatch-" "slot restricted instructions during the second scheduling pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1151 msgid "" "=dependence_type This option controls which dependences are considered " "costly by the target during instruction scheduling" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1152 msgid "" "=scheme This option controls which nop insertion scheme will be used during " "the second scheduling pass" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1154 msgid "Specify both -mcall-sysv and -meabi options" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1155 msgid "Specify both -mcall-sysv and -mno-eabi options" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1160 msgid "Return all structures in memory (as specified by the AIX ABI)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1161 msgid "" "Return structures smaller than 8 bytes in registers (as specified by the " "SVR4 ABI)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1162 #: /tmp/fish/implicit/share/completions/gcc.fish:1163 msgid "" "Extend the current ABI with a particular extension, or remove such extension" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1164 msgid "=spe Extend the current ABI with SPE ABI extensions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1165 #: /tmp/fish/implicit/share/completions/gcc.fish:1166 msgid "Disable Booke SPE ABI extensions for the current ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1167 msgid "" "=ibmlongdouble Change the current ABI to use IBM extended precision long " "double" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1168 msgid "" "=ieeelongdouble Change the current ABI to use IEEE extended precision long " "double" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1171 msgid "" "On embedded PowerPC systems, assume that the startup module is called sim-" "crt0" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1172 #: /tmp/fish/implicit/share/completions/gcc.fish:1173 #: /tmp/fish/implicit/share/completions/gcc.fish:1174 msgid "" "On embedded PowerPC systems, assume that the startup module is called crt0" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1176 msgid "Specify that you are compiling for the WindISS simulation environment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1177 msgid "" "On embedded PowerPC systems, set the PPC_EMB bit in the ELF flags header to " "indicate that eabi extended relocations are used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1180 msgid "=eabi On System V" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1181 msgid "=sysv On System V" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1185 #: /tmp/fish/implicit/share/completions/gcc.fish:1186 msgid "" "On embedded PowerPC systems, put all initialized global and static data in " "the " msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1187 msgid "" "On embedded PowerPC systems, put global and static items less than or equal " "to num bytes into the small data or bss sections instead of the normal data " "or bss section" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1190 #: /tmp/fish/implicit/share/completions/gcc.fish:1191 msgid "" "Default to making all function calls indirectly, using a register, so that " "functions which reside further than 32 megabytes (33,554,432 bytes) from the " "current location can be called" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1192 msgid "Adds support for multithreading with the pthreads library" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1193 #: /tmp/fish/implicit/share/completions/gcc.fish:1194 msgid "" "Use (do not use) the hardware floating-point instructions and registers for " "floating-point operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1197 #: /tmp/fish/implicit/share/completions/gcc.fish:1198 msgid "" "Store (do not store) the address of the caller’s frame as backchain pointer " "into the callee’s stack frame" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1199 #: /tmp/fish/implicit/share/completions/gcc.fish:1200 msgid "Use (do not use) the packed stack layout" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1201 #: /tmp/fish/implicit/share/completions/gcc.fish:1202 msgid "" "Generate (or do not generate) code using the \"bras\" instruction to do " "subroutine calls" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1203 #: /tmp/fish/implicit/share/completions/gcc.fish:1204 msgid "" "When -m31 is specified, generate code compliant to the GNU/Linux for S/390 " "ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1205 #: /tmp/fish/implicit/share/completions/gcc.fish:1206 msgid "" "When -mzarch is specified, generate code using the instructions available on " "z/Architecture" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1207 #: /tmp/fish/implicit/share/completions/gcc.fish:1208 msgid "" "Generate (or do not generate) code using the \"mvcle\" instruction to " "perform block moves" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1209 #: /tmp/fish/implicit/share/completions/gcc.fish:1210 msgid "Print (or do not print) additional debug information when compiling" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1215 #: /tmp/fish/implicit/share/completions/gcc.fish:1216 msgid "" "Generate code that adds (does not add) in TPF OS specific branches to trace " "routines in the operating system" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1219 msgid "" "=framesize Emit a warning if the current function exceeds the given frame " "size" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1220 msgid "" "Emit a warning if the function calls alloca or uses dynamically sized arrays" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1221 #: /tmp/fish/implicit/share/completions/gcc.fish:1222 #: /tmp/fish/implicit/share/completions/gcc.fish:1223 msgid "These arguments always have to be used in conjunction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1224 msgid "Generate code for the SH1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1225 msgid "Generate code for the SH2" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1226 msgid "Generate code for the SH2e" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1227 msgid "Generate code for the SH3" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1228 msgid "Generate code for the SH3e" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1229 msgid "Generate code for the SH4 without a floating-point unit" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1230 msgid "" "Generate code for the SH4 with a floating-point unit that only supports " "single-precision arithmetic" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1231 msgid "" "Generate code for the SH4 assuming the floating-point unit is in single-" "precision mode by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1232 msgid "Generate code for the SH4" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1233 msgid "" "Generate code for the SH4al-dsp, or for a SH4a in such a way that the " "floating-point unit is not used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1234 msgid "" "Generate code for the SH4a, in such a way that no double-precision floating " "point operations are used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1235 msgid "" "Generate code for the SH4a assuming the floating-point unit is in single-" "precision mode by default" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1236 msgid "Generate code for the SH4a" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1237 msgid "" "Same as -m4a-nofpu, except that it implicitly passes -dsp to the assembler" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1238 msgid "Compile code for the processor in big endian mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1239 msgid "Compile code for the processor in little endian mode" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1240 msgid "Align doubles at 64-bit boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1242 msgid "Use 32-bit offsets in \"switch\" tables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1243 msgid "Enable the use of the instruction \"fmovd\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1244 #: /tmp/fish/implicit/share/completions/gcc.fish:1245 msgid "Comply with the calling conventions defined by Renesas" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1246 msgid "" "Comply with the calling conventions defined for GCC before the Renesas " "conventions were available" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1247 msgid "Mark the \"MAC\" register as call-clobbered, even if -mhitachi is given" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1248 msgid "Increase IEEE-compliance of floating-point code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1249 msgid "Dump instruction size and location in the assembly code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1250 msgid "This option is deprecated" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1251 msgid "Optimize for space instead of speed" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1252 msgid "" "When generating position-independent code, emit function calls using the " "Global Offset Table instead of the Procedure Linkage Table" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1253 msgid "" "Generate a library function call to invalidate instruction cache entries, " "after fixing up a trampoline" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1254 msgid "=number Set the cost to assume for a multiply insn" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1255 msgid "=strategy Set the division strategy to use for SHmedia code" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1256 msgid "" "=name Set the name of the library function used for 32 bit signed division " "to name" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1257 msgid "Throttle unrolling to avoid thrashing target registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1258 msgid "Enable the use of the indexed addressing mode for SHmedia32/SHcompact" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1259 msgid "=number Set the cost assumed for the gettr instruction to number" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1260 msgid "Assume pt* instructions won’t trap" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1261 msgid "Assume symbols might be invalid" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1262 #: /tmp/fish/implicit/share/completions/gcc.fish:1263 msgid "" "Specify -mapp-regs to generate output using the global registers 2 through " "4, which the SPARC SVR4 ABI reserves for applications" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1268 msgid "" "Generate output containing quad-word (long double) floating point " "instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1269 msgid "" "Generate output containing library calls for quad-word (long double) " "floating point instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1270 #: /tmp/fish/implicit/share/completions/gcc.fish:1271 msgid "Assume that doubles have 8 byte alignment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1272 #: /tmp/fish/implicit/share/completions/gcc.fish:1273 msgid "" "With -mfaster-structs, the compiler assumes that structures should have 8 " "byte alignment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1274 msgid "" "-mimpure-text, used in addition to -shared, tells the compiler to not pass -" "z text to the linker when linking a shared object" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1275 #: /tmp/fish/implicit/share/completions/gcc.fish:1296 msgid "" "=cpu_type Set the instruction set, register set, and instruction scheduling " "parameters for machine type cpu_type" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1276 msgid "" "=cpu_type Set the instruction scheduling parameters for machine type " "cpu_type, but do not set the instruction set or register set that the option " "-mcpu=cpu_type would" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1277 #: /tmp/fish/implicit/share/completions/gcc.fish:1278 msgid "With -mv8plus, GCC generates code for the SPARC-V8+ ABI" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1279 #: /tmp/fish/implicit/share/completions/gcc.fish:1280 msgid "" "With -mvis, GCC generates code that takes advantage of the UltraSPARC Visual " "Instruction Set extensions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1284 msgid "" "=medlow Generate code for the Medium/Low code model: 64-bit addresses, " "programs must be linked in the low 32 bits of memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1285 msgid "" "=medmid Generate code for the Medium/Middle code model: 64-bit addresses, " "programs must be linked in the low 44 bits of memory, the text and data " "segments must be less than 2GB in size and the data segment must be located " "within 2GB of the text segment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1286 msgid "" "=medany Generate code for the Medium/Anywhere code model: 64-bit addresses, " "programs may be linked anywhere in memory, the text and data segments must " "be less than 2GB in size and the data segment must be located within 2GB of " "the text segment" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1287 msgid "" "=embmedany Generate code for the Medium/Anywhere code model for embedded " "systems: 64-bit addresses, the text and data segments must be less than 2GB " "in size, both starting anywhere in memory (determined at link time)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1288 #: /tmp/fish/implicit/share/completions/gcc.fish:1289 msgid "" "With -mstack-bias, GCC assumes that the stack pointer, and frame pointer if " "present, are offset by -2047 which must be added back when making stack " "frame references" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1290 msgid "Add support for multithreading using the Solaris threads library" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1292 msgid "This is a synonym for -pthreads" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1293 msgid "Create a shared object" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1294 msgid "Identify the versions of each tool used by the compiler, in a \"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1295 msgid "Refrain from adding \"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1297 #: /tmp/fish/implicit/share/completions/gcc.fish:1298 #: /tmp/fish/implicit/share/completions/gcc.fish:1299 #: /tmp/fish/implicit/share/completions/gcc.fish:1300 msgid "Generates code for the big or small memory model" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1301 #: /tmp/fish/implicit/share/completions/gcc.fish:1302 msgid "" "Allow (disallow) allocation of general integer operands into the block count " "register BK" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1303 #: /tmp/fish/implicit/share/completions/gcc.fish:1304 msgid "" "Enable (disable) generation of code using decrement and branch, DBcond(D), " "instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1305 #: /tmp/fish/implicit/share/completions/gcc.fish:1306 msgid "" "Force the DP register to be saved on entry to an interrupt service routine " "(ISR), reloaded to point to the data section, and restored on exit from the " "ISR" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1307 #: /tmp/fish/implicit/share/completions/gcc.fish:1308 msgid "" "For the C3x use the 24-bit MPYI instruction for integer multiplies instead " "of a library call to guarantee 32-bit results" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1309 #: /tmp/fish/implicit/share/completions/gcc.fish:1310 msgid "" "The C3x/C4x FIX instruction to convert a floating point value to an integer " "value chooses the nearest integer less than or equal to the floating point " "value rather than to the nearest integer" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1311 #: /tmp/fish/implicit/share/completions/gcc.fish:1312 msgid "" "Enable (disable) generation of repeat block sequences using the RPTB " "instruction for zero overhead looping" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1313 #: /tmp/fish/implicit/share/completions/gcc.fish:1314 msgid "" "Enable (disable) the use of the single instruction repeat instruction RPTS" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1315 #: /tmp/fish/implicit/share/completions/gcc.fish:1316 msgid "" "The maximum iteration count when using RPTS and RPTB (and DB on the C40) is " "2^{31 + 1} since these instructions test if the iteration count is negative " "to terminate the loop" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1317 msgid "" "Try to emit an assembler syntax that the TI assembler (asm30) is happy with" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1318 #: /tmp/fish/implicit/share/completions/gcc.fish:1319 msgid "" "Generate code that uses registers (stack) for passing arguments to functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1320 #: /tmp/fish/implicit/share/completions/gcc.fish:1321 msgid "Allow the generation of parallel instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1322 #: /tmp/fish/implicit/share/completions/gcc.fish:1323 msgid "" "Allow the generation of MPY││ADD and MPY││SUB parallel instructions, " "provided -mparallel-insns is also specified" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1326 #: /tmp/fish/implicit/share/completions/gcc.fish:1327 msgid "" "Do not optimize (do optimize) basic blocks that use the same index pointer 4 " "or more times to copy pointer into the \"ep\" register, and use the shorter " "\"sld\" and \"sst\" instructions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1328 #: /tmp/fish/implicit/share/completions/gcc.fish:1329 msgid "" "Do not use (do use) external functions to save and restore registers at the " "prologue and epilogue of a function" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1330 msgid "Try to make the code as small as possible" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1331 msgid "" "=n Put static or global variables whose size is n bytes or less into the " "tiny data area that register \"ep\" points to" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1332 msgid "" "=n Put static or global variables whose size is n bytes or less into the " "small data area that register \"gp\" points to" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1333 msgid "" "=n Put static or global variables whose size is n bytes or less into the " "first 32 kilobytes of memory" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1334 msgid "Specify that the target processor is the V850" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1336 msgid "" "This option will cause r2 and r5 to be used in the code generated by the " "compiler" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1337 msgid "This option will cause r2 and r5 to be treated as fixed registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1338 msgid "Specify that the target processor is the V850E1" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1339 msgid "Specify that the target processor is the V850E" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1340 msgid "" "This option will suppress generation of the CALLT instruction for the v850e " "and v850e1 flavors of the v850 architecture" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1341 msgid "" "Do not output certain jump instructions (\"aobleq\" and so on) that the Unix " "assembler for the VAX cannot handle across long ranges" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1342 msgid "" "Do output those jump instructions, on the assumption that you will assemble " "with the GNU assembler" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1343 msgid "Output code for g-format floating point numbers instead of d-format" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1344 msgid "Choose startup files and linker script suitable for the simulator" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1345 #: /tmp/fish/implicit/share/completions/gcc.fish:1346 msgid "" "Enable or disable use of \"CONST16\" instructions for loading constant values" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1347 #: /tmp/fish/implicit/share/completions/gcc.fish:1348 msgid "" "Enable or disable use of fused multiply/add and multiply/subtract " "instructions in the floating-point option" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1349 #: /tmp/fish/implicit/share/completions/gcc.fish:1350 msgid "Control the treatment of literal pools" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1351 #: /tmp/fish/implicit/share/completions/gcc.fish:1352 msgid "" "When this option is enabled, GCC instructs the assembler to automatically " "align instructions to reduce branch penalties at the expense of some code " "density" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1353 #: /tmp/fish/implicit/share/completions/gcc.fish:1354 msgid "" "When this option is enabled, GCC instructs the assembler to translate direct " "calls to indirect calls unless it can determine that the target of a direct " "call is in the range allowed by the call instruction" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1356 msgid "" "This option generates traps for signed overflow on addition, subtraction, " "multiplication operations" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1357 msgid "" "This option instructs the compiler to assume that signed arithmetic overflow " "of addition, subtraction and multiplication wraps around using twos-" "complement representation" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1358 msgid "Enable exception handling" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1359 msgid "Generate code that allows trapping instructions to throw exceptions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1360 msgid "" "Similar to -fexceptions, except that it will just generate any needed static " "data, but will not affect the generated code in any other way" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1361 msgid "Generate unwind table in dwarf2 format, if supported by target machine" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1362 msgid "" "Return \"short\" \"struct\" and \"union\" values in memory like longer ones, " "rather than in registers" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1363 msgid "Return \"struct\" and \"union\" values in registers when possible" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1364 msgid "" "Allocate to an \"enum\" type only as many bytes as it needs for the declared " "range of possible values" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1365 msgid "Use the same size for \"double\" as for \"float\"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1366 msgid "" "Override the underlying type for wchar_t to be short unsigned int instead of " "the default for the target" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1367 msgid "" "Requests that the data and non-\"const\" variables of this compilation be " "shared data rather than private data" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1368 msgid "" "In C, allocate even uninitialized global variables in the data section of " "the object file, rather than generating them as common blocks" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1369 msgid "Ignore the #ident directive" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1370 msgid "Don’t output a \"" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1371 msgid "" "Put extra commentary information in the generated assembly code to make it " "more readable" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1372 msgid "" "Generate position-independent code (PIC) suitable for use in a shared " "library, if supported for the target machine" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1373 msgid "" "If supported for the target machine, emit position-independent code, " "suitable for dynamic linking and avoiding any limit on the size of the " "global offset table" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1374 #: /tmp/fish/implicit/share/completions/gcc.fish:1375 msgid "" "These options are similar to -fpic and -fPIC, but generated position " "independent code can be only linked into executables" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1376 msgid "" "Do not use jump tables for switch statements even where it would be more " "efficient than other code generation strategies" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1377 msgid "" "Treat the register named reg as a fixed register; generated code should " "never refer to it (except perhaps as a stack pointer, frame pointer or in " "some other fixed role)" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1378 msgid "" "Treat the register named reg as an allocable register that is clobbered by " "function calls" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1379 msgid "" "Treat the register named reg as an allocable register saved by functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1380 msgid "" "Without a value specified, pack all structure members together without holes" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1381 msgid "Generate instrumentation calls for entry and exit to functions" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1382 msgid "" "Generate code to verify that you do not go beyond the boundary of the stack" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1383 #: /tmp/fish/implicit/share/completions/gcc.fish:1384 #: /tmp/fish/implicit/share/completions/gcc.fish:1385 msgid "" "Generate code to ensure that the stack does not grow beyond a certain value, " "either the value of a register or the address of a symbol" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1386 #: /tmp/fish/implicit/share/completions/gcc.fish:1387 #: /tmp/fish/implicit/share/completions/gcc.fish:1388 msgid "" "Specify the possible relationships among parameters and between parameters " "and global data" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1389 msgid "" "This option and its counterpart, -fno-leading-underscore, forcibly change " "the way C symbols are represented in the object file" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1390 msgid "=model Alter the thread-local storage model to be used" msgstr "" #: /tmp/fish/implicit/share/completions/gcc.fish:1391 msgid "Set the default ELF image symbol visibility" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:1 msgid "List all options, with brief explanations" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:2 msgid "Read symbol table from file file" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:3 msgid "Enable writing into executable and core files" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:4 msgid "" "Use file file as the executable file to execute when appropri ate, and for " "examining pure data in conjunction with a core dump" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:5 msgid "Read symbol table from file file and use it as the executable file" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:6 msgid "Use file file as a core dump to examine" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:7 msgid "Execute GDB commands from file file" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:8 msgid "Add directory to the path to search for source files" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:9 msgid "Do not execute commands from any .gdbinit files" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:10 #: /tmp/fish/implicit/share/completions/patool.fish:3 #: /tmp/fish/implicit/share/completions/root.fish:1 msgid "Run in batch mode" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:11 msgid "" "Run GDB using directory as its working directory, instead of the current " "directory" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:12 msgid "Emacs sets this option when it runs GDB as a subprocess" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:13 msgid "" "Bps Set the line speed (baud rate or bits per second) of any serial " "interface used by GDB for remote debugging" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:14 msgid "Run using device for your programs standard input and output" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:15 msgid "Pass arguments after the program name to the program when it is run" msgstr "" #: /tmp/fish/implicit/share/completions/gdb.fish:16 msgid "Run GDB using a text (console) user interface" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:1 msgid "Introspect a remote object" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:2 msgid "Monitor a remote object" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:3 msgid "Invoke a method on a remote object" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:4 msgid "Emit a signal" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:5 msgid "Wait for a bus name to appear" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:6 #: /tmp/fish/implicit/share/completions/gdbus.fish:12 #: /tmp/fish/implicit/share/completions/gresource.fish:6 #: /tmp/fish/implicit/share/completions/mdbook.fish:1 #: /tmp/fish/implicit/share/completions/mdbook.fish:4 msgid "Prints help" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:7 msgid "Connect to the system bus" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:8 msgid "Connect to the session bus" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:9 msgid "Connect to given D-Bus address" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:10 msgid "Destination name" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:11 msgid "Object path" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:13 msgid "Print XML" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:14 msgid "Introspect children" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:15 msgid "Only print properties" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:16 msgid "Method and interface name" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:17 msgid "Timeout in seconds" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:18 msgid "Signal and interface name" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:19 msgid "Service to activate" msgstr "" #: /tmp/fish/implicit/share/completions/gdbus.fish:20 msgid "Timeout to wait" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:1 msgid "Print usage informations and quit" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:2 msgid "Print the version and quit" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:3 msgid "Use URL as the remote source for gems" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:4 msgid "Use the given HTTP proxy for remote operations" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:5 msgid "Use no HTTP proxy for remote operations" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:6 msgid "Get help on this command" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:7 msgid "Set the verbose level of output" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:8 msgid "Use this config file instead of default" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:9 msgid "Show stack backtrace on errors" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:10 msgid "Turn on Ruby debugging" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:11 msgid "Add a trusted certificate" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:12 #: /tmp/fish/implicit/share/completions/ncat.fish:19 msgid "List trusted certificates" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:13 msgid "Remove trusted certificates containing STRING" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:14 msgid "Build private key and self-signed certificate for EMAIL_ADDR" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:15 msgid "Certificate for --sign command" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:16 msgid "Private key for --sign command" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:17 msgid "Sign a certificate with my key and certificate" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:18 msgid "Verify gem file against its internal checksum" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:19 msgid "Report 'unmanaged' or rogue files in the gem repository" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:20 msgid "Run unit tests for gem" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:21 msgid "Specify version for which to run unit tests" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:22 msgid "Don't really cleanup" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:23 msgid "List the files inside a Gem" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:24 msgid "Specify version for gem to view" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:25 msgid "Search for gems under specific paths" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:26 msgid "Be verbose when showing status" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:27 #: /tmp/fish/implicit/share/completions/gem.fish:80 msgid "Specify version of gem to uninstall" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:28 msgid "Include reverse dependencies in the output" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:29 msgid "Don't include reverse dependencies in the output" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:30 msgid "Pipe Format (name --version ver)" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:31 msgid "Specify version of gem to install" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:32 #: /tmp/fish/implicit/share/completions/gem.fish:49 #: /tmp/fish/implicit/share/completions/gem.fish:55 #: /tmp/fish/implicit/share/completions/gem.fish:66 #: /tmp/fish/implicit/share/completions/gem.fish:70 msgid "Restrict operations to the LOCAL domain (default)" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:33 #: /tmp/fish/implicit/share/completions/gem.fish:50 #: /tmp/fish/implicit/share/completions/gem.fish:56 #: /tmp/fish/implicit/share/completions/gem.fish:67 #: /tmp/fish/implicit/share/completions/gem.fish:71 msgid "Restrict operations to the REMOTE domain" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:34 #: /tmp/fish/implicit/share/completions/gem.fish:51 #: /tmp/fish/implicit/share/completions/gem.fish:57 #: /tmp/fish/implicit/share/completions/gem.fish:68 #: /tmp/fish/implicit/share/completions/gem.fish:72 msgid "Allow LOCAL and REMOTE operations" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:35 #: /tmp/fish/implicit/share/completions/gem.fish:82 msgid "Gem repository directory to get installed gems" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:36 msgid "Disable documentation generation on install" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:37 #: /tmp/fish/implicit/share/completions/gem.fish:84 msgid "Specify the documentation types you wish to generate" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:38 #: /tmp/fish/implicit/share/completions/gem.fish:85 msgid "Force gem to install, bypassing dependency checks" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:39 #: /tmp/fish/implicit/share/completions/gem.fish:86 msgid "Don't force gem to install, bypassing dependency checks" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:40 #: /tmp/fish/implicit/share/completions/gem.fish:87 msgid "Run unit tests prior to installation" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:41 #: /tmp/fish/implicit/share/completions/gem.fish:88 msgid "Don't run unit tests prior to installation" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:42 #: /tmp/fish/implicit/share/completions/gem.fish:89 msgid "Use bin wrappers for executables" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:43 #: /tmp/fish/implicit/share/completions/gem.fish:90 msgid "Don't use bin wrappers for executables" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:44 #: /tmp/fish/implicit/share/completions/gem.fish:91 msgid "Specify gem trust policy" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:45 #: /tmp/fish/implicit/share/completions/gem.fish:92 msgid "Do not install any required dependent gems" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:46 #: /tmp/fish/implicit/share/completions/gem.fish:93 msgid "Unconditionally install the required dependent gems" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:47 #: /tmp/fish/implicit/share/completions/gem.fish:53 #: /tmp/fish/implicit/share/completions/gem.fish:64 msgid "Display detailed information of gem(s)" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:48 #: /tmp/fish/implicit/share/completions/gem.fish:54 #: /tmp/fish/implicit/share/completions/gem.fish:65 msgid "Don't display detailed information of gem(s)" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:52 msgid "Name of gem(s) to query on matches the provided REGEXP" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:58 msgid "Generate RDoc/RI documentation for all installed gems" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:59 msgid "Include RDoc generated documents" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:60 msgid "Don't include RDoc generated documents" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:61 msgid "Include RI generated documents" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:62 msgid "Don't include RI generated documents" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:63 msgid "Specify version of gem to rdoc" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:69 msgid "Specify version of gem to examine" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:73 msgid "Output specifications for all versions of the gem" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:74 msgid "Uninstall all matching versions" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:75 msgid "Don't uninstall all matching versions" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:76 msgid "Ignore dependency requirements while uninstalling" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:77 msgid "Don't ignore dependency requirements while uninstalling" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:78 msgid "Uninstall applicable executables without confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:79 msgid "Don't uninstall applicable executables without confirmation" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:81 msgid "Specify version of gem to unpack" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:83 msgid "Disable documentation generation on update" msgstr "" #: /tmp/fish/implicit/share/completions/gem.fish:94 msgid "Update the RubyGems system software" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:1 msgid "Scheme" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:4 msgid "Concatenate files to stdout" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:5 msgid "Copy files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:6 msgid "Show information about locations" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:7 msgid "List the contents of locations" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:8 msgid "Get or set the handler" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:9 msgid "Create directories" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:10 msgid "Monitor files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:11 msgid "Mount or unmount the locations" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:12 msgid "Move files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:13 msgid "Open files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:14 msgid "Rename a file" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:15 msgid "Delete files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:16 msgid "Read from stdin and save" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:17 msgid "Set a file attribute" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:18 msgid "Move files to the trash" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:19 msgid "Lists the contents of locations in a tree" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:21 msgid "MIME type" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:22 msgid "No target directory" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:23 msgid "Show progress" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:25 msgid "Backup existing destination files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:26 msgid "The attributes to get" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:27 msgid "Don't follow symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:28 msgid "Show hidden files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:29 msgid "Ignore nonexistent files" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:30 msgid "Preserve all attributes" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:32 msgid "Use default permissions" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:33 msgid "List writable attributes" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:34 msgid "Get file system info" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:35 msgid "Use a long listing format" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:36 msgid "Print display names" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:37 msgid "Print full URIs" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:38 msgid "Create parent directories" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:39 msgid "Monitor a directory" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:40 msgid "Monitor a file" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:41 msgid "Monitor a file directly" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:42 msgid "Monitors a file directly without reporting changes" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:43 msgid "Don't report move events" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:44 msgid "Watch for mount events" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:45 msgid "Mount as mountable" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:46 msgid "Mount volume" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:47 msgid "Unmount" msgstr "Unmount" #: /tmp/fish/implicit/share/completions/gio.fish:48 msgid "Eject" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:49 msgid "Stop drive" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:50 msgid "Unmount all mounts with the given scheme" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:51 msgid "Ignore outstanding file operations" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:52 msgid "Use an anonymous user" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:53 msgid "List" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:56 msgid "The numeric PIM when unlocking a VeraCrypt volume" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:57 msgid "Mount a TCRYPT hidden volume" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:58 msgid "Mount a TCRYPT system volume" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:59 msgid "Don't use copy and delete fallback" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:60 msgid "Only create if not existing" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:61 msgid "Append to end of file" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:62 msgid "Restrict access to the current user" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:63 msgid "Replace as if the destination didn't exist" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:64 msgid "Print new etag at end" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:65 msgid "The etag of the file being overwritten" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:66 msgid "Type of the attribute" msgstr "" #: /tmp/fish/implicit/share/completions/gio.fish:68 #: /tmp/fish/implicit/share/completions/sphinx-apidoc.fish:6 msgid "Follow symbolic links" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:1 msgid "Display the manual of a git command" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:3 msgid "Run as if git was started in this directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:5 msgid "Get or set the path to the git programs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:6 msgid "Print the path to the html documentation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:7 msgid "Print the path to the man documentation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:8 msgid "Print the path to the info documentation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:9 msgid "Pipe output into a pager" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:11 msgid "Set the path to the repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:12 msgid "Set the path to the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:13 msgid "Set the namespace" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:14 msgid "Treat the repository as bare" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:15 msgid "Do not use replacement refs to replace git objects" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:16 msgid "Treat pathspecs literally" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:17 msgid "Treat pathspecs as globs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:18 msgid "Don't treat pathspecs as globs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:19 msgid "Match pathspecs case-insensitively" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:20 msgid "" "Show only a partial prefix instead of the full 40-byte hexadecimal object " "name" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:21 msgid "Output a binary diff that can be applied with \"git-apply\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:22 msgid "Warn if changes introduce conflict markers or whitespace errors" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:23 msgid "Show colored diff" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:24 msgid "Moved lines of code are colored differently" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:25 msgid "Equivalent to --word-diff=color plus --word-diff-regex=" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:26 #: /tmp/fish/implicit/share/completions/git.fish:59 #: /tmp/fish/implicit/share/completions/git.fish:561 msgid "Output a condensed summary of extended header information" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:27 msgid "Show the given destination prefix instead of \"b/\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:28 #: /tmp/fish/implicit/share/completions/git.fish:572 msgid "Allow an external diff helper to be executed" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:29 msgid "Inspect unmodified files as candidates for the source of copy" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:30 msgid "" "Look for differences that change the number of occurrences of the specified " "object" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:31 msgid "" "Show the full pre- and post-image blob object names on the \"index\" line" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:32 msgid "Generate a diff using the \"histogram diff\" algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:34 msgid "Ignore carrige-return at the end of line when doing a comparison" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:35 #: /tmp/fish/implicit/share/completions/git.fish:567 msgid "Ignore changes in whitespace at EOL" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:36 msgid "Enable the heuristic that shift diff hunk boundaries" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:37 msgid "" "Show the context between diff hunks, up to the specified number of lines" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:38 msgid "" "Make the entry appear as a new file in \"git diff\" and non-existent in " "\"git diff -l cached\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:39 msgid "Prepend an additional prefix to every line of output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:40 msgid "Spend extra time to make sure the smallest possible diff is produced" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:41 msgid "Show only names of changed files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:42 msgid "Show only names and status of changed files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:43 msgid "Turn off colored diff" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:44 msgid "Disallow external diff drivers" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:45 msgid "Disable the indent heuristic" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:46 msgid "Do not show any source or destination prefix" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:47 msgid "Turn off rename detection" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:48 msgid "" "Disallow external text conversion filters to be run when comparing binary " "files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:49 msgid "Shows number of added/deleted lines in decimal notation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:50 msgid "Synonym for -p --raw" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:51 msgid "Synonym for -p --stat" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:52 msgid "Generate a diff using the \"patience diff\" algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:53 msgid "When -S or -G finds a change, show all the changes in that changeset" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:54 msgid "" "Treat the given to -S as an extended POSIX regular expression to " "match" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:55 msgid "Exclude changes outside the directory and show relative pathnames" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:56 msgid "" "Output only the last line of the --stat format containing total number of " "modified files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:57 msgid "Show the given source prefix instead of \"a/\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:58 msgid "Generate a diffstat" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:60 msgid "" "Allow external text conversion filters to be run when comparing binary files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:61 msgid "Show a word diff" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:62 msgid "Use to decide what a word is" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:64 msgid "Break complete rewrite changes into pairs of delete and create" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:65 #: /tmp/fish/implicit/share/completions/git.fish:568 msgid "Ignore changes in amount of whitespace" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:66 msgid "Detect copies as well as renames" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:67 msgid "Omit the preimage for deletes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:68 msgid "" "Look for differences whose patch text contains added/removed lines that " "match " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:69 msgid "Detect and report renames" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:70 msgid "Show differences from index or on-disk file to tree contents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:71 msgid "" "Look for differences that change the number of occurrences of the specified " "string" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:72 #: /tmp/fish/implicit/share/completions/git.fish:571 msgid "Show whole surrounding functions of changes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:73 #: /tmp/fish/implicit/share/completions/git.fish:569 msgid "Ignore whitespace when comparing lines" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:74 msgid "Use NULs as output field/commit terminators" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:75 msgid "Control the order in which files appear in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:76 msgid "Generate a diff using the \"anchored diff\" algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:77 msgid "" "Prevents rename/copy detection if the number of rename/copy targets exceeds " "the specified number" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:78 msgid "Choose diff filters" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:79 msgid "Choose a diff algorithm" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:80 msgid "" "Output the distribution of relative amount of changes for each sub-directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:81 msgid "Ignore changes to submodules in the diff generation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:82 msgid "Specify how differences in submodules are shown" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:83 msgid "Highlight whitespace errors in lines of the diff" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:84 #: /tmp/fish/implicit/share/completions/git.fish:649 msgid "Download objects and refs from another repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:87 #: /tmp/fish/implicit/share/completions/git.fish:375 msgid "Append ref names and object names" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:88 #: /tmp/fish/implicit/share/completions/git.fish:376 msgid "Force update of local branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:89 #: /tmp/fish/implicit/share/completions/git.fish:650 msgid "Rewrite branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:90 msgid "This filter may be used if you only need to modify the environment" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:91 msgid "This is the filter for rewriting the tree and its contents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:92 msgid "This is the filter for rewriting the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:93 msgid "This is the filter for rewriting the commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:94 msgid "This is the filter for rewriting the commit messages" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:95 msgid "This is the filter for performing the commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:96 msgid "This is the filter for rewriting tag names" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:97 msgid "Only look at the history which touches the given subdirectory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:98 msgid "Ignore empty commits generated by filters" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:99 msgid "" "Use this option to set the namespace where the original commits will be " "stored" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:100 msgid "" "Use this option to set the path to the temporary directory used for rewriting" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:101 msgid "" "Force filter branch to start even w/ refs in refs/original or existing temp " "directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:102 #: /tmp/fish/implicit/share/completions/git.fish:667 msgid "Manage set of tracked repositories" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:104 msgid "Adds a new remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:105 #: /tmp/fish/implicit/share/completions/git.fish:106 msgid "Removes a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:107 msgid "Shows a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:108 msgid "Deletes all stale tracking branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:109 msgid "Fetches updates" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:110 msgid "Renames a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:111 msgid "Sets the default branch for a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:112 msgid "Changes URLs for a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:113 msgid "Retrieves URLs for a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:114 msgid "Changes the list of branches tracked by a remote" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:115 msgid "Once the remote information is set up git fetch is run" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:116 msgid "Import every tag from a remote with git fetch " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:117 msgid "Don't import tags from a remote with git fetch " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:118 msgid "Add to the list of currently tracked branches instead of replacing it" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:119 msgid "Manipulate push URLs instead of fetch URLs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:120 msgid "Add new URL instead of changing the existing URLs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:121 msgid "Remove URLs that match specified URL" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:122 msgid "Query push URLs rather than fetch URLs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:123 msgid "All URLs for the remote will be listed" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:124 msgid "Remote heads are not queried, cached information is used instead" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:125 msgid "Report what will be pruned but do not actually prune it" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:126 msgid "Prune all remotes that are updated" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:127 #: /tmp/fish/implicit/share/completions/git.fish:673 msgid "Shows the last commit of a branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:128 msgid "Pretty-print the contents of the commit logs in a given format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:129 msgid "Show only a partial hexadecimal commit object name" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:130 msgid "Show the full 40-byte hexadecimal commit object name" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:131 msgid "Shorthand for \"--pretty=oneline --abbrev-commit\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:132 msgid "Re-code the commit log message in the encoding" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:133 msgid "Perform a tab expansion in the log message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:134 msgid "Do not perform a tab expansion in the log message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:135 msgid "Show the notes that annotate the commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:136 msgid "Do not show notes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:137 msgid "Check the validity of a signed commit object" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:138 #: /tmp/fish/implicit/share/completions/git.fish:674 msgid "Shows the commits on branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:139 #: /tmp/fish/implicit/share/completions/git.fish:633 msgid "Add file contents to the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:140 msgid "Don't actually add the file(s)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:142 msgid "Allow adding otherwise ignored files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:143 #: /tmp/fish/implicit/share/completions/git.fish:445 #: /tmp/fish/implicit/share/completions/git.fish:460 #: /tmp/fish/implicit/share/completions/julia.fish:17 msgid "Interactive mode" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:144 msgid "Interactively choose hunks to stage" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:145 msgid "Manually create a patch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:146 msgid "Only match tracked files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:147 msgid "Match files both in working tree and index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:148 msgid "Record only the fact that the path will be added later" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:149 msgid "Don't add the file(s), but only refresh their stat" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:151 msgid "Check if any of the given files would be ignored" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:152 #: /tmp/fish/implicit/share/completions/git.fish:639 msgid "Checkout and switch to a branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:153 #: /tmp/fish/implicit/share/completions/git.fish:212 #: /tmp/fish/implicit/share/completions/git.fish:471 #: /tmp/fish/implicit/share/completions/git.fish:523 msgid "Unique Remote Branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:155 msgid "Track a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:156 msgid "Keep staged changes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:157 msgid "Keep unmerged changes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:158 #: /tmp/fish/implicit/share/completions/git.fish:634 msgid "Apply a patch on a git index file and a working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:159 #: /tmp/fish/implicit/share/completions/git.fish:635 msgid "Create an archive of files from a named tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:160 #: /tmp/fish/implicit/share/completions/git.fish:636 msgid "Find the change that introduced a bug by binary search" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:161 #: /tmp/fish/implicit/share/completions/git.fish:638 msgid "List, create, or delete branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:162 #: /tmp/fish/implicit/share/completions/src.fish:26 #: /tmp/fish/implicit/share/completions/src.fish:27 msgid "Delete branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:163 msgid "Force deletion of branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:164 msgid "Reset branch even if it already exists" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:165 msgid "Rename branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:166 msgid "Force rename branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:167 msgid "Copy branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:168 msgid "Force copy branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:169 msgid "Lists both local and remote branches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:170 msgid "Track remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:171 msgid "Do not track remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:172 msgid "Set remote branch to track" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:173 msgid "List branches that have been merged" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:174 msgid "List branches that have not been merged" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:175 msgid "Find commits yet to be applied to upstream [upstream [head]]" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:176 msgid "Show the commit subjects next to the SHA1s" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:177 #: /tmp/fish/implicit/share/completions/git.fish:640 msgid "Apply the change introduced by an existing commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:178 msgid "Edit the commit message prior to committing" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:179 msgid "" "Append info in generated commit on the origin of the cherry-picked change" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:180 msgid "Apply changes without making any commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:181 msgid "Add Signed-off-by line to the commit message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:182 msgid "Fast-forward if possible" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:183 msgid "Continue the operation in progress" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:184 msgid "Cancel the operation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:185 msgid "Skip the current commit and continue with the rest of the sequence" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:186 #: /tmp/fish/implicit/share/completions/git.fish:642 msgid "Clone a repository into a new directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:187 msgid "Copy files instead of using hardlinks" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:188 msgid "Operate quietly and do not report progress" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:189 msgid "Provide more information on what is going on" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:190 msgid "No checkout of HEAD is performed after the clone is complete" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:191 msgid "Make a bare Git repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:192 msgid "Set up a mirror of the source repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:193 msgid "Use a specific name of the remote instead of the default" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:194 msgid "Use a specific branch instead of the one used by the cloned repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:195 msgid "Truncate the history to a specified number of revisions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:196 msgid "Initialize all submodules within the cloned repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:197 #: /tmp/fish/implicit/share/completions/git.fish:643 msgid "Record changes to the repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:198 msgid "Amend the log message of the last commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:199 msgid "Automatically stage modified and deleted files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:200 msgid "Use interactive patch selection interface" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:201 msgid "Fixup commit to be used with rebase --autosquash" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:202 msgid "Squash commit to be used with rebase --autosquash" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:203 msgid "When amending, reset author of commit to the committer" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:204 msgid "Override the commit author" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:205 msgid "Override the author date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:206 msgid "Use the given message as the commit message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:207 msgid "Use the selected commit message without launching an editor" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:208 #: /tmp/fish/implicit/share/completions/git.fish:645 msgid "Count unpacked number of objects and their disk consumption" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:210 msgid "Print in human readable format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:211 msgid "Give an object a human readable name based on an available ref" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:213 msgid "" "Describe the state of the working tree, append dirty if there are local " "changes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:214 msgid "" "Describe the state of the working tree, append -broken instead of erroring" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:215 msgid "Use all tags, not just annotated" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:216 msgid "Use all commits/tags, not just annotated tags" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:217 msgid "Find the tag that comes after the commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:218 msgid "" "Use digits, or as many digits as needed to form a unique object name" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:219 msgid "Consider up to candidates" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:220 msgid "Only output exact matches" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:222 msgid "Always output the long format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:223 msgid "Only consider tags matching the given glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:224 msgid "Do not consider tags matching the given glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:225 msgid "Show uniquely abbreviated commit object as fallback" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:226 msgid "Follow only the first parent of a merge commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:227 #: /tmp/fish/implicit/share/completions/git.fish:647 msgid "Show changes between commits, commit and working tree, etc" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:228 #: /tmp/fish/implicit/share/completions/git.fish:229 msgid "Show diff of changes in the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:230 msgid "Compare two paths on the filesystem" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:231 msgid "Exit with 1 if there were differences or 0 if no differences" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:232 msgid "Disable all output of the program, implies --exit-code" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:233 msgid "Compare the working tree with the \"base\" version" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:234 msgid "Compare the working tree with the \"our branch\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:235 msgid "Compare the working tree with the \"their branch\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:236 msgid "Omit diff output for unmerged entries and just show \"Unmerged\"" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:237 #: /tmp/fish/implicit/share/completions/git.fish:648 msgid "Open diffs in a visual tool" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:238 msgid "Visually show diff of changes in the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:240 msgid "Perform a full-directory diff" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:241 msgid "Prompt before each invocation of the diff tool" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:242 #: /tmp/fish/implicit/share/completions/git.fish:366 msgid "Do not prompt before launching a diff tool" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:243 msgid "Use symlinks in dir-diff mode" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:244 msgid "Use the specified diff tool" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:246 msgid "Exit when an invoked diff tool returns a non-zero exit code" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:247 msgid "Specify a custom command for viewing diffs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:248 #: /tmp/fish/implicit/share/completions/git.fish:652 msgid "Cleanup unnecessary files and optimize the local repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:249 msgid "Aggressively optimize the repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:250 msgid "Checks any housekeeping is required and then run" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:251 msgid "Prune loose objects older than date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:252 msgid "Do not prune any loose objects" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:256 #: /tmp/fish/implicit/share/completions/git.fish:653 msgid "Print lines matching a pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:257 #: /tmp/fish/implicit/share/completions/git.fish:654 msgid "Create an empty git repository or reinitialize an existing one" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:258 msgid "Show commit shortlog" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:259 #: /tmp/fish/implicit/share/completions/git.fish:655 msgid "Show commit logs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:260 msgid "Continue listing file history beyond renames" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:261 msgid "Don't print ref names" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:262 msgid "Print out ref names" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:263 msgid "Print ref name by which each commit was reached" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:264 msgid "Limit the number of commits before starting to show the commit output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:265 msgid "Skip given number of commits" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:266 #: /tmp/fish/implicit/share/completions/git.fish:267 msgid "Show commits more recent than specified date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:268 #: /tmp/fish/implicit/share/completions/git.fish:269 msgid "Show commits older than specified date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:270 msgid "Limit commits from given author" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:271 msgid "Limit commits from given committer" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:272 msgid "Limit commits to ones with reflog entries matching given pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:273 msgid "Limit commits with message that match given pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:274 msgid "Limit commits to ones that match all given --grep" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:275 msgid "Limit commits to ones with message that don't match --grep" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:276 msgid "Case insensitive match" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:277 msgid "Patterns are basic regular expressions (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:278 msgid "Patterns are extended regular expressions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:279 msgid "Patterns are fixed strings" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:280 msgid "Patterns are Perl-compatible regular expressions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:281 msgid "Stop when given path disappears from tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:282 msgid "Print only merge commits" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:283 msgid "Don't print commits with more than one parent" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:284 msgid "Show only commit with at least the given number of parents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:285 msgid "Show only commit with at most the given number of parents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:286 msgid "Show only commit without a minimum number of parents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:287 msgid "Show only commit without a maximum number of parents" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:288 msgid "Follow only the first parent commit upon seeing a merge commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:289 msgid "Reverse meaning of ^ prefix" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:290 msgid "" "Pretend as if all refs in refs/ are listed on the command line as " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:291 msgid "" "Pretend as if all refs are in refs/heads are listed on the command line as " "" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:292 msgid "" "Pretend as if all refs are in ref/tags are listed on the command line as " "" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:293 msgid "" "Pretend as if all refs in refs/remotes are listed on the command line as " "" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:294 msgid "" "Pretend as if all refs matching shell glob are listed on the command line as " "" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:295 msgid "Do not include refs matching given glob pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:296 msgid "" "Pretend as if all objcets mentioned by reflogs are listed on the command " "line as " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:297 msgid "Ignore invalid object names" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:298 msgid "Read commits from stdin" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:299 msgid "Mark equivalent commits with = and inequivalent with +" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:300 msgid "Omit equivalent commits" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:301 #: /tmp/fish/implicit/share/completions/git.fish:656 msgid "Show information about files in the index and the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:302 msgid "Show cached files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:303 msgid "Show deleted files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:304 msgid "Show modified files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:305 msgid "Show other (i.e. untracked) files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:306 msgid "Show only ignored files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:307 msgid "" "Show staged contents' mode bits, object name and stage number in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:308 msgid "If a whole directory is classified as \"other\", show just its name" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:309 msgid "Do not list empty directories" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:310 msgid "Show unmerged files in the output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:311 msgid "" "Show files on the filesystem that need to be removed for checkout-index to " "succeed" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:312 msgid "Use \\0 delimiter" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:313 msgid "Skip untracked files matching pattern" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:314 msgid "Read exclude patterns from ; 1 per line" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:315 msgid "" "Read additional exclude patterns that apply only to the directory and its " "subdirectories in " msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:316 msgid "Add the standard Git exclusions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:317 msgid "If any does not appear in the index, treat this as an error" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:318 msgid "Identifies the file status" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:319 msgid "Show file status, use lowercase letters for files assumed unchanged" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:320 msgid "" "Show file status, use lowercase letters for files marked as fsmonitor valid" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:321 msgid "Force paths to be output relative to the project top directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:322 msgid "Recursively calls ls-files on each submodule in the repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:323 msgid "Show only a partial prefix" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:324 msgid "" "After each line that describes a file, add more data about its cache entry" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:325 msgid "Show and of files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:326 #: /tmp/fish/implicit/share/completions/git.fish:657 msgid "Join two or more development histories together" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:327 #: /tmp/fish/implicit/share/completions/git.fish:381 msgid "Autocommit the merge" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:328 #: /tmp/fish/implicit/share/completions/git.fish:382 msgid "Don't autocommit the merge" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:329 #: /tmp/fish/implicit/share/completions/git.fish:383 msgid "Edit auto-generated merge message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:330 #: /tmp/fish/implicit/share/completions/git.fish:384 msgid "Don't edit auto-generated merge message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:331 #: /tmp/fish/implicit/share/completions/git.fish:385 msgid "Don't generate a merge commit if merge is fast-forward" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:332 #: /tmp/fish/implicit/share/completions/git.fish:386 msgid "Generate a merge commit even if merge is fast-forward" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:333 #: /tmp/fish/implicit/share/completions/git.fish:387 msgid "Refuse to merge unless fast-forward possible" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:334 #: /tmp/fish/implicit/share/completions/git.fish:388 msgid "GPG-sign the merge commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:335 #: /tmp/fish/implicit/share/completions/git.fish:389 msgid "Populate the log message with one-line descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:336 #: /tmp/fish/implicit/share/completions/git.fish:390 msgid "Don't populate the log message with one-line descriptions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:337 #: /tmp/fish/implicit/share/completions/git.fish:391 msgid "Add Signed-off-by line at the end of the merge commit message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:338 #: /tmp/fish/implicit/share/completions/git.fish:392 msgid "Do not add a Signed-off-by line at the end of the merge commit message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:339 #: /tmp/fish/implicit/share/completions/git.fish:393 msgid "Show diffstat of the merge" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:340 #: /tmp/fish/implicit/share/completions/git.fish:394 msgid "Don't show diffstat of the merge" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:341 msgid "Squash changes from other branch as a single commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:342 #: /tmp/fish/implicit/share/completions/git.fish:396 msgid "Don't squash changes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:343 #: /tmp/fish/implicit/share/completions/git.fish:397 msgid "Use the given merge strategy" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:344 #: /tmp/fish/implicit/share/completions/git.fish:398 msgid "Pass given option to the merge strategy" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:345 msgid "Abort merge if other branch tip commit is not signed with a valid key" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:346 msgid "" "Do not abort merge if other branch tip commit is not signed with a valid key" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:349 #: /tmp/fish/implicit/share/completions/git.fish:379 #: /tmp/fish/implicit/share/completions/git.fish:428 msgid "Force progress status" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:350 msgid "Force no progress status" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:351 #: /tmp/fish/implicit/share/completions/git.fish:401 msgid "Allow merging even when branches do not share a common history" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:352 msgid "Set the commit message" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:353 msgid "If possible, use previous conflict resolutions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:354 msgid "Do not use previous conflict resolutions" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:355 msgid "Abort the current conflict resolution process" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:356 msgid "Conclude current conflict resolution process" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:357 #: /tmp/fish/implicit/share/completions/git.fish:658 msgid "Find as good common ancestors as possible for a merge" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:358 msgid "Output all merge bases for the commits, instead of just one" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:359 msgid "Compute the best common ancestors of all supplied commits" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:360 msgid "Print a minimal subset of the supplied commits with the same ancestors." msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:361 msgid "Check if the first commit is an ancestor of the second commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:362 msgid "Find the point at which a branch forked from another branch ref" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:363 #: /tmp/fish/implicit/share/completions/git.fish:659 msgid "Run merge conflict resolution tools to resolve merge conflicts" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:364 msgid "Use specific merge resolution program" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:367 msgid "Prompt before each invocation of the merge resolution program" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:368 msgid "Process files in the order specified in the file passed as argument" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:369 #: /tmp/fish/implicit/share/completions/git.fish:660 msgid "Move or rename a file, a directory, or a symlink" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:370 #: /tmp/fish/implicit/share/completions/git.fish:661 msgid "Prune all unreachable objects from the object database" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:371 #: /tmp/fish/implicit/share/completions/git.fish:662 msgid "Fetch from and merge with another repository or a local branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:374 msgid "Fetch all remotes" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:377 msgid "Keep downloaded pack" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:378 msgid "Disable automatic tag following" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:380 #: /tmp/fish/implicit/share/completions/git.fish:410 #: /tmp/fish/implicit/share/completions/git.fish:430 msgid "Remote alias" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:395 msgid "Squash changes from upstream branch as a single commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:399 msgid "" "Abort merge if upstream branch tip commit is not signed with a valid key" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:400 msgid "" "Do not abort merge if upstream branch tip commit is not signed with a valid " "key" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:402 msgid "Rebase the current branch on top of the upstream branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:403 msgid "Do not rebase the current branch on top of the upstream branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:404 #: /tmp/fish/implicit/share/completions/git.fish:451 msgid "Before starting rebase, stash local changes, and apply stash when done" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:405 #: /tmp/fish/implicit/share/completions/git.fish:452 msgid "Do not stash local changes before starting rebase" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:406 #: /tmp/fish/implicit/share/completions/git.fish:664 msgid "Compare two commit ranges (e.g. two versions of a branch)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:407 msgid "Percentage by which creation is weighted" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:408 msgid "Use simple diff colors" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:409 #: /tmp/fish/implicit/share/completions/git.fish:663 msgid "Update remote refs along with associated objects" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:411 msgid "Force-push branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:412 msgid "Delete remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:413 msgid "Force-push local branch to remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:414 msgid "Push local branch to remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:415 msgid "Push all refs under refs/heads/" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:416 msgid "Remove remote branches that don't have a local counterpart" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:417 msgid "Push all refs under refs/" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:418 msgid "Delete all listed refs from the remote repository" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:419 msgid "Push all refs under refs/tags" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:420 msgid "Push all usual refs plus the ones under refs/tags" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:421 msgid "Do everything except actually send the updates" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:422 msgid "Produce machine-readable output" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:423 msgid "Force update of remote refs" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:424 msgid "" "Force update of remote refs, stopping if other's changes would be overwritten" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:425 msgid "Add upstream (tracking) reference" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:429 #: /tmp/fish/implicit/share/completions/git.fish:665 msgid "Forward-port local commits to the updated upstream head" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:431 msgid "Restart the rebasing process" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:432 msgid "Abort the rebase operation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:433 msgid "Keep the commits that don't change anything" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:434 msgid "Restart the rebasing process by skipping the current patch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:435 msgid "Use merging strategies to rebase" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:438 msgid "Show diffstat of the rebase" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:439 msgid "Don't show diffstat of the rebase" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:440 msgid "Allow the pre-rebase hook to run" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:441 msgid "Don't allow the pre-rebase hook to run" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:442 msgid "Force the rebase" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:443 msgid "Use the author date as the committer date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:444 msgid "Use the committer date as the author date" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:446 msgid "Try to recreate merges" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:447 msgid "Preserve branch structure" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:448 msgid "Rebase all reachable commits" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:449 msgid "Automatic squashing" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:450 msgid "No automatic squashing" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:453 msgid "No fast-forward" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:454 msgid "Execute shellscript" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:455 #: /tmp/fish/implicit/share/completions/git.fish:666 msgid "Manage reflog information" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:456 #: /tmp/fish/implicit/share/completions/git.fish:668 msgid "Reset current HEAD to the specified state" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:457 msgid "Reset files in working directory" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:458 #: /tmp/fish/implicit/share/completions/git.fish:669 msgid "Restore working tree files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:459 msgid "Specify the source tree used to restore the working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:461 msgid "Restore working tree (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:462 msgid "Restore the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:463 msgid "When restoring files, use stage #2 (ours)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:464 msgid "When restoring files, use stage #3 (theirs)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:465 msgid "" "Recreate the conflicted merge in the unmerged paths when restoring files" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:466 msgid "" "When restoring files, do not abort the operation if there are unmerged " "entries" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:467 msgid "" "Ignore the sparse-checkout file and unconditionally restore any files in " "" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:468 msgid "Never remove files when restoring" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:469 msgid "Remove files when restoring (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:470 #: /tmp/fish/implicit/share/completions/git.fish:678 msgid "Switch to a branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:473 msgid "Force create a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:474 msgid "Switch to a commit for inspection and discardable experiment" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:475 msgid "Guess branch name from remote branch (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:476 msgid "Do not guess branch name from remote branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:477 msgid "Proceed even if the index or the working tree differs from HEAD" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:478 msgid "" "Merge the current branch and contents of the working tree into a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:479 msgid "Track remote branch when creating a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:480 msgid "Do not track remote branch when creating a new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:481 msgid "Create a new orphan branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:482 msgid "Force check out of the reference" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:483 msgid "Update the work trees of submodules" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:484 msgid "Do not update the work trees of submodules" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:485 msgid "Suppress messages" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:486 msgid "Report progress status to stderr (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:487 msgid "Do not report progress status to stderr" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:488 msgid "" "Same as --merge, but specify 'merge' as the conflicting hunk style (default)" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:489 msgid "Same as --merge, but specify 'diff3' as the conflicting hunk style" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:490 #: /tmp/fish/implicit/share/completions/git.fish:671 msgid "Pick out and massage parameters" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:491 #: /tmp/fish/implicit/share/completions/git.fish:670 msgid "Revert an existing commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:492 msgid "Remove files from the working tree and the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:493 msgid "Unstage files from the index" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:494 msgid "Exit with a zero status even if no files matched" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:495 msgid "Allow recursive removal" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:497 msgid "Override the up-to-date check" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:498 #: /tmp/fish/implicit/share/completions/keepassxc-cli.fish:31 #: /tmp/fish/implicit/share/completions/prt-get.fish:48 #: /tmp/fish/implicit/share/completions/prt-get.fish:104 #: /tmp/fish/implicit/share/completions/zfs.fish:41 #: /tmp/fish/implicit/share/completions/zfs.fish:125 #: /tmp/fish/implicit/share/completions/zfs.fish:133 #: /tmp/fish/implicit/share/completions/zopflipng.fish:6 msgid "Dry run" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:499 #: /tmp/fish/implicit/share/completions/git.fish:676 msgid "Show the working tree status" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:500 msgid "Give the output in the short-format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:501 msgid "Show the branch and tracking info even in short-format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:502 msgid "Give the output in a stable, easy-to-parse format" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:503 msgid "Terminate entries with null character" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:504 msgid "The untracked files handling mode" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:505 msgid "Ignore changes to submodules" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:506 #: /tmp/fish/implicit/share/completions/git.fish:679 msgid "Create, list, delete or verify a tag object signed with GPG" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:507 msgid "Make an unsigned, annotated tag object" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:508 msgid "Make a GPG-signed tag" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:509 msgid "Remove a tag" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:510 msgid "Verify signature of a tag" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:511 msgid "Force overwriting existing tag" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:513 msgid "List tags that contain a commit" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:514 #: /tmp/fish/implicit/share/completions/git.fish:681 msgid "Manage multiple working trees" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:515 msgid "Create a working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:516 msgid "List details of each worktree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:517 #: /tmp/fish/implicit/share/completions/git.fish:521 msgid "Unlock a working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:518 msgid "Move a working tree to a new location" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:520 msgid "Remove a working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:522 msgid "Override safeguards" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:525 msgid "Create a new branch even if it already exists" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:526 msgid "Detach HEAD in the new working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:527 msgid "Checkout after creating working tree" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:528 msgid "Suppress checkout" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:529 msgid "Mark as \"upstream\" from the new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:530 msgid "Don't mark as \"upstream\" from the new branch" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:531 msgid "Lock working tree after creation" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:532 msgid "Suppress feedback messages" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:533 msgid "Output in an easy-to-parse format for scripts" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:534 msgid "An explanation why the working tree is locked" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:535 msgid "Do not remove anything" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:536 msgid "Report all removals" msgstr "" #: /tmp/fish/implicit/share/completions/git.fish:537 msgid "Only expire unused working trees older than