From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from boum.org (boum.org [204.13.164.185]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sat, 28 Nov 2009 15:22:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by boum.org (Postfix) with ESMTP id 665ED48928DB for ; Sat, 28 Nov 2009 06:22:19 -0800 (PST) Received: from boum.org ([204.13.164.185]) by localhost (boum.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dTvLKRI0jtrn for ; Sat, 28 Nov 2009 06:22:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by boum.org (Postfix) with ESMTPSA id 94F1948928C3 for ; Sat, 28 Nov 2009 06:22:17 -0800 (PST) Message-ID: <4B113221.9030801@solveig.org> Date: Sat, 28 Nov 2009 15:22:25 +0100 From: Solveig MIME-Version: 1.0 References: <4B103EE1.7060609@solveig.org> <4B1084BE.5000207@redhat.com> In-Reply-To: <4B1084BE.5000207@redhat.com> Content-Type: multipart/mixed; boundary="------------060504030909050506010307" Subject: Re: [dm-crypt] [PATCH] French po translation for cryptsetup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de This is a multi-part message in MIME format. --------------060504030909050506010307 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi again, Milan Broz a =E9crit : > thanks but I just registered cryptsetup in translationproject.org > all *.po files since now are handled by the teams there. Well... this would be great to say so on the cryptsetup project page, with a link to the translation site. I searched before starting the translation and didn't find any information about that ;) Also, the two existing translations are not listed on the translationproject.org page, it might lead translators to re-translate, that would be a waste of time and energy. > Probably the best will be if you join the translation team there > (if not possible please send me a mail, I'll try to submit po file there). I looked up on the page, and... well, the process to become an official translator is quite complicated, and also there are no other software there that I'd like to translate. So I won't spend weeks waiting for an official FSF renonciation record: you can submit my translation under any suitable free licence; you can also say it's yours if it eases the process. > Please send me a patch which fix the strings in code. > (or create new issue on http://code.google.com/p/cryptsetup/issues/list) Here is the patch, it's only 2 strings. Thanks for the quick answer, --------------060504030909050506010307 Content-Type: text/x-diff; name="fix_typos.patch" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="fix_typos.patch" Index: src/cryptsetup.c =================================================================== --- src/cryptsetup.c (r��vision 147) +++ src/cryptsetup.c (copie de travail) @@ -712,7 +712,7 @@ { "batch-mode", 'q', POPT_ARG_NONE, &opt_batch_mode, 0, N_("Do not ask for confirmation"), NULL }, { "version", '\0', POPT_ARG_NONE, &opt_version_mode, 0, N_("Print package version"), NULL }, { "timeout", 't', POPT_ARG_INT, &opt_timeout, 0, N_("Timeout for interactive passphrase prompt (in seconds)"), N_("secs") }, - { "tries", 'T', POPT_ARG_INT, &opt_tries, 0, N_("How often the input of the passphrase canbe retried"), NULL }, + { "tries", 'T', POPT_ARG_INT, &opt_tries, 0, N_("How often the input of the passphrase can be retried"), NULL }, { "align-payload", '\0', POPT_ARG_INT, &opt_align_payload, 0, N_("Align payload at sector boundaries - for luksFormat"), N_("SECTORS") }, { "non-exclusive", '\0', POPT_ARG_NONE, &opt_non_exclusive, 0, N_("(Obsoleted, see man page.)"), NULL }, { "header-backup-file",'\0', POPT_ARG_STRING, &opt_header_backup_file,0, N_("File with LUKS header and keyslots backup."), NULL }, Index: lib/setup.c =================================================================== --- lib/setup.c (r��vision 147) +++ lib/setup.c (copie de travail) @@ -1150,7 +1150,7 @@ uuid, params); else { /* FIXME: allow plugins here? */ - log_err(cd, _("Unkown crypt device type %s requesed.\n"), type); + log_err(cd, _("Unknown crypt device type %s requested.\n"), type); r = -EINVAL; } --------------060504030909050506010307--