You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com> on 2007/09/01 17:51:50 UTC

[PATCH] Localize "Cannot revert."

I found "Cannot revert." not marked for localization in subversion/libsvn_wc/adm_ops.c.

[[[
Perform localization of "Cannot revert.".
* subversion/libsvn_wc/adm_ops.c
  (svn_wc_revert2): Localize "Cannot revert.".

Patch by: Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Re: [PATCH] Localize "Cannot revert."

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Arfrever Frehtes Taifersar Arahesis wrote:
> 2007-09-01 23:35:00 Hyrum K. Wright wrote:
>> Thanks for the patch.  Committed in r26421.
> 
> Thanks, but I'm subscribed to this mailing list, so reply only to the list.

I will attempt to remember this in your case.  Note, though, that
because we do not employ Reply-To munging, the only way most mail
clients will reply to the list is via the "Reply All" feature.  Most of
the frequent contributors to this list use that method, so you are apt
to get duplicate mails often.  Many people prefer this method, because
they can apply additional filters to emphasize messages which they have
already particpated in.

> And could you commit that other patch concerning update of Polish translation?

I cannot comment on it's validity, but I've copied the Polish
translators listed in COMMITTERS hoping that they may be able to.

Thanks.

- -Hyrum
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG2eWwCwOubk4kUXwRAta+AKCx+SZFGTEi7mtmYC0A6AvfwGeApACcCFbU
DL4LPeMNl82anltbxUxfupM=
=iLXO
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Localize "Cannot revert."

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

2007-09-01 23:35:00 Hyrum K. Wright wrote:
> Thanks for the patch.  Committed in r26421.

Thanks, but I'm subscribed to this mailing list, so reply only to the list.

And could you commit that other patch concerning update of Polish translation?

- -- 
Arfrever Frehtes Taifersar Arahesis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.6 (GNU/Linux)

iD8DBQFG2dyP/axNJ4Xo/ZERAuqmAJ9DfMI42DdNFcIOu4JgiBfbuAlcgQCgh51v
4SCQvG+ExmDY1V7+nQiaAMA=
=a5OZ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Localize "Cannot revert."

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Arfrever Frehtes Taifersar Arahesis wrote:
> I found "Cannot revert." not marked for localization in subversion/libsvn_wc/adm_ops.c.
> 
> [[[
> Perform localization of "Cannot revert.".
> * subversion/libsvn_wc/adm_ops.c
>   (svn_wc_revert2): Localize "Cannot revert.".
> 
> Patch by: Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>
> ]]]

Arfrever,
Thanks for the patch.  Committed in r26421.

- -Hyrum

> ------------------------------------------------------------------------
> 
> Index: subversion/libsvn_wc/adm_ops.c
> ===================================================================
> --- subversion/libsvn_wc/adm_ops.c	(revision 26413)
> +++ subversion/libsvn_wc/adm_ops.c	(working copy)
> @@ -1970,7 +1970,7 @@
>  
>    /* Safeguard 1:  is this a versioned resource? */
>    SVN_ERR_W(svn_wc__entry_versioned(&entry, path, dir_access, FALSE, pool),
> -            "Cannot revert.");
> +            _("Cannot revert."));
>  
>    /* Safeguard 1.5: is this a missing versioned directory? */
>    if (entry->kind == svn_node_dir)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG2dsbCwOubk4kUXwRAqy7AKDqZIyb7k+0xzgbdgdtxN8iVDjopwCeLNCw
/3/4I/ZWBQU7NwINYH+fnBI=
=DjAc
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org