Skip to content

Commit

Permalink
Add some more Catalan and fix some help messages accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 15, 2017
1 parent 60ca6cc commit 630efb4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binr/radare2/radare2.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ static int main_help(int line) {
}
if (line != 1) {
printf (
" -- run radare2 without opening any empty file\n"
" - equivalent of 'r2 malloc://512'\n"
" -- run radare2 without opening any file\n"
" - same as 'r2 malloc://512'\n"
" = read file from stdin (use -i and -c to run cmds)\n"
" -= perform !=! command to run all commands remotely\n"
" -0 print \\x00 after init and every command\n"
Expand Down
4 changes: 4 additions & 0 deletions sys/lang/catalan/binr_radare2_radare2.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ s,do not load RBin info,no carregar les capçaleres del binari,
s,do not demangle symbol names,no resoldre els símbols,
s,map file at given address,mapejar fitxer en aquesta adreça,
s,run radare2 without opening any file,executar r2 sense obrir cap fitxer,
s,perform !=! command to run all commands remotely,executa !=! per redirigir totes les comandes a una instancia remota,
s,debug the executable 'file' or running process,depura l'executable o s'adjunta al procés,
s,same as,el mateix que,
s,execute radare command,executa una comanda de r2,
s,force to use that rbin plugin,força l'ús d'una especifica extensió d'rbin,
s,start r2 in sandbox mode,arrenca r2 en mode sandbox,
Expand All @@ -30,3 +33,4 @@ s/use project, list if no arg, load if no file/utilitza aquest project, llista e
s,load rabin2 info in thread,carrega la informació del binari en un fil,
s,read file from stdin,llegeix continguts del fitxer desde l'stdin,
s,set base address for PIE binaries,define adreça base per rebasejar binaries PIE,
s,specify custom rarun2 directive,especifica una directiva de rarun2,
5 changes: 5 additions & 0 deletions sys/lang/catalan/binr_rasm2_rasm2.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
s,Usage:,Ús,
s,file],fitxer],
s,Show this help,Mostra aquesta ajuda,
s,quiet mode,Mode silenciós,
s,show version information,Mostra informació de la versió

0 comments on commit 630efb4

Please sign in to comment.