|
svn commit: r13150 - trunk/subversion/libsvn_repos: msg#00330version-control.subversion.svn
Author: nori Date: Fri Feb 25 05:29:52 2005 New Revision: 13150 Modified: trunk/subversion/libsvn_repos/load.c Log: Add more gettext support for subversion/libsvn_repos/load.c. * subversion/libsvn_repos/load.c: Mark up some strings for gettext support. Approved by: dionisos Modified: trunk/subversion/libsvn_repos/load.c Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_repos/load.c?view=diff&rev=13150&p1=trunk/subversion/libsvn_repos/load.c&r1=13149&p2=trunk/subversion/libsvn_repos/load.c&r2=13150 ============================================================================== --- trunk/subversion/libsvn_repos/load.c (original) +++ trunk/subversion/libsvn_repos/load.c Fri Feb 25 05:29:52 2005 @@ -992,14 +992,14 @@ case svn_node_action_change: { SVN_ERR (svn_stream_printf (pb->outstream, pool, - " * editing path : %s ...", + _(" * editing path : %s ..."), nb->path)); break; } case svn_node_action_delete: { SVN_ERR (svn_stream_printf (pb->outstream, pool, - " * deleting path : %s ...", + _(" * deleting path : %s ..."), nb->path)); SVN_ERR (svn_fs_delete (rb->txn_root, nb->path, pool)); break; @@ -1007,7 +1007,7 @@ case svn_node_action_add: { SVN_ERR (svn_stream_printf (pb->outstream, pool, - " * adding path : %s ...", + _(" * adding path : %s ..."), nb->path)); SVN_ERR (maybe_add_with_history (nb, rb, pool)); @@ -1016,7 +1016,7 @@ case svn_node_action_replace: { SVN_ERR (svn_stream_printf (pb->outstream, pool, - " * replacing path : %s ...", + _(" * replacing path : %s ..."), nb->path)); SVN_ERR (svn_fs_delete (rb->txn_root, nb->path, pool)); @@ -1162,7 +1162,7 @@ struct parse_baton *pb = rb->pb; apr_size_t len = 7; - SVN_ERR (svn_stream_write (pb->outstream, " done.\n", &len)); + SVN_ERR (svn_stream_write (pb->outstream, _(" done.\n"), &len)); return SVN_NO_ERROR; } |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r13149 - trunk/subversion/libsvn_repos: 00330, nori-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: r13151 - in trunk/subversion: libsvn_client tests/clients/cmdline: 00330, jszakmeister-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: r13149 - trunk/subversion/libsvn_reposi: 00330, nori-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: r13151 - in trunk/subversion: libsvn_client tests/clients/cmdline: 00330, jszakmeister-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |