Re: [PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 01:18, Junio C Hamano pisze: > Vasco Almeida writes: > >> @@ -1403,7 +1412,7 @@ Message-Id: $message_id >> if ($quiet) { >> printf (($dry_run ? "Dry-" : "")."Sent %s\n", $subject); >> } else { >> -print (($dry_run ?

Re: [PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-09-25 Thread Junio C Hamano
Vasco Almeida writes: > @@ -1403,7 +1412,7 @@ Message-Id: $message_id > if ($quiet) { > printf (($dry_run ? "Dry-" : "")."Sent %s\n", $subject); > } else { > - print (($dry_run ? "Dry-" : "")."OK. Log says:\n"); > + print

Re: [PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-09-25 Thread Junio C Hamano
Vasco Almeida writes: > - $_ = ask("What to do with this address? ([q]uit|[d]rop|[e]dit): > ", > + # TRANSLATORS: Make sure to include [q] [d] [e] in your > + # translation. The program will only accept English input > + #

[PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-08-31 Thread Vasco Almeida
Mark strings often displayed to user for translation. Signed-off-by: Vasco Almeida --- git-send-email.perl | 53 +++-- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/git-send-email.perl b/git-send-email.perl

[PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-06-29 Thread Vasco Almeida
Mark strings often displayed to user for translation. Signed-off-by: Vasco Almeida --- git-send-email.perl | 53 +++-- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/git-send-email.perl b/git-send-email.perl