summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-i18n/2011-April/001346.html
blob: 5cd69649eadc52be9c544ce331d0fecada573e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-i18n] Checking out po files from svn
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Checking%20out%20po%20files%20from%20svn&In-Reply-To=%3C201104230908.15063.oliver.bgr%40googlemail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="001345.html">
   <LINK REL="Next"  HREF="001369.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-i18n] Checking out po files from svn</H1>
    <B>Oliver Burger</B> 
    <A HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Checking%20out%20po%20files%20from%20svn&In-Reply-To=%3C201104230908.15063.oliver.bgr%40googlemail.com%3E"
       TITLE="[Mageia-i18n] Checking out po files from svn">oliver.bgr at googlemail.com
       </A><BR>
    <I>Sat Apr 23 09:08:14 CEST 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="001345.html">[Mageia-i18n] Checking out po files from svn
</A></li>
        <LI>Next message: <A HREF="001369.html">[Mageia-i18n] Checking out po files from svn
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#1346">[ date ]</a>
              <a href="thread.html#1346">[ thread ]</a>
              <a href="subject.html#1346">[ subject ]</a>
              <a href="author.html#1346">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>R&#233;mi Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">rverschelde at gmail.com</A>&gt; schrieb am 22.04.2011
&gt;<i> 2011/4/22 Franklin Weng &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">franklin at goodhorse.idv.tw</A>&gt;:
</I>&gt;<i> &gt; Following Oliver's suggestion in the meeting several hours ago, I
</I>&gt;<i> &gt; tried to check out the po files
</I>&gt;<i> &gt; from <A HREF="http://svnweb.mageia.org/soft/">http://svnweb.mageia.org/soft/</A> . Here I wrote a shell
</I>&gt;<i> &gt; script to check out automatically.
</I>&gt;<i> &gt; However, as shown in the file, some projects listed on Tx was not
</I>&gt;<i> &gt; in svnweb.mageia.org,
</I>&gt;<i> &gt; including Epoll, Identity/CatDap, mageia-gfxboot-theme,
</I>&gt;<i> &gt; drakx_install, drakx_share, and drakx_standalone.
</I>&gt;<i> &gt; Please tell us how to check them out.
</I>&gt;<i> A simple way to find the po files if you imported the SVN
</I>&gt;<i> repository on your disk or if you have SSH access to it, is to use
</I>&gt;<i> the command find, e.g.:
</I>&gt;<i> 
</I>&gt;<i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">remi at localhost</A> Mageia SVN]$ find soft/ -name &quot;fr.po&quot;
</I>&gt;<i> soft/draklive-install/trunk/po/fr.po
</I>&gt;<i> soft/drakx/trunk/perl-install/install/help/po/fr.po
</I>&gt;<i> soft/drakx/trunk/perl-install/install/share/po/fr.po
</I>&gt;<i> soft/drakx/trunk/perl-install/standalone/po/fr.po
</I>&gt;<i> soft/drakx/trunk/perl-install/share/po/fr.po
</I>&gt;<i> soft/userdrake2/tags/1.13.3/po/fr.po
</I>&gt;<i> soft/userdrake2/trunk/po/fr.po
</I>&gt;<i> soft/drakx-kbd-mouse-x11/trunk/po/fr.po
</I>&gt;<i> soft/identity/CatDap/branches/live/lib/CatDap/I18N/fr.po
</I>&gt;<i> soft/identity/CatDap/trunk/lib/CatDap/I18N/fr.po
</I>&gt;<i> soft/transfugdrake/trunk/po/fr.po
</I>&gt;<i> soft/system-config-printer/po/fr.po
</I>&gt;<i> soft/theme/mageia-gfxboot-theme/trunk/po/fr.po
</I>&gt;<i> soft/drakpxelinux/trunk/po/fr.po
</I>&gt;<i> soft/mageia-kde-translation/trunk/po/fr.po
</I>&gt;<i> soft/drakmenustyle/trunk/po/fr.po
</I>&gt;<i> soft/control-center/trunk/po/fr.po
</I>&gt;<i> soft/drakwizard/trunk/po/fr.po
</I>&gt;<i> soft/drak3d/trunk/po/fr.po
</I>&gt;<i> soft/kde4-splash-mga/trunk/po/fr.po
</I>&gt;<i> soft/rpmdrake/trunk/po/fr.po
</I>&gt;<i> soft/drakguard/trunk/po/fr.po
</I>&gt;<i> soft/drakx-net/trunk/po/fr.po
</I>&gt;<i> 
</I>&gt;<i> Note that the command ack may also be really useful when searching
</I>&gt;<i> for an untranslated string if you don't know which soft it is
</I>&gt;<i> attached to.
</I>
Ok, sou you found everything?

PLease note, that I may be non-responsive over the easter holidays 
since I am visiting friends and don't have my usual online time ;-)

Oliver
</PRE>













<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="001345.html">[Mageia-i18n] Checking out po files from svn
</A></li>
	<LI>Next message: <A HREF="001369.html">[Mageia-i18n] Checking out po files from svn
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#1346">[ date ]</a>
              <a href="thread.html#1346">[ thread ]</a>
              <a href="subject.html#1346">[ subject ]</a>
              <a href="author.html#1346">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-i18n">More information about the Mageia-i18n
mailing list</a><br>
</body></html>