website annotate i18n.php @ rev 1074

i18n.php: Now all translator's work in one nice chart
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 02 00:13:34 2012 +0000 (2012-07-02)
parents cd72b985d6fd
children 29b02bc29d68
rev   line source
al@1074 1 <!DOCTYPE html>
pankso@769 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@769 3 <head>
al@1074 4 <meta charset="utf-8" />
al@1033 5 <title>Internationalization | SliTaz</title>
pankso@910 6 <meta name="description" content="SliTaz GNU/Linux languages" />
al@1033 7 <meta name="keywords" lang="en" content="SliTaz POT, gettext, translation" />
al@1033 8 <meta name="author" content="Christophe Lincoln"/>
al@1033 9 <?php include("lib/html/meta-link.html"); ?>
al@1038 10 <style type="text/css">
al@1038 11 table {
al@1038 12 width: 100%;
al@1038 13 border: 1px solid #ddd;
al@1038 14 padding: 10px;
al@1038 15 border-radius: 4px;
al@1074 16 border-spacing: 0 2px;
al@1038 17 }
al@1074 18 .thead { font-weight: bold; text-align: center; }
al@1074 19 .thead td { border-bottom: 1pt dotted #ccc; }
al@1074 20 td.proj a, td.pot a, td.po a, td.docs a, td.desk a { text-decoration: none; }
al@1074 21 td.po, td.docs, td.desk { padding: 0; border-bottom: 1pt dotted #ccc; }
al@1074 22 td.po a, td.docs a, td.desk a { padding: 0.4em; border-radius: 0.5em; }
al@1074 23 td.proj, td.pot, td.po a, td.docs a, td.desk a {
al@1074 24 display: table-cell;
al@1074 25 border: 1pt solid #aaa;
al@1074 26 text-align: center;
al@1074 27 }
al@1074 28 td.proj { background-color: #FFDCC7; border-radius: 1em 0 0 1em; }
al@1074 29 td.pot { background-color: #C7FFE4; border-radius: 0 1em 1em 0; border-left: none; }
al@1074 30 td.po a { background-color: #FFF5C7; }
al@1074 31 td.docs a { background-color: #FFC7FD; }
al@1074 32 td.desk a { background-color: #FEFFC7; }
al@1074 33 hr { border-top: none; border-bottom: 1pt solid #aaa; color: #aaa; margin: 0; height: 1pt}
al@1038 34 </style>
pankso@769 35 </head>
pankso@769 36 <body>
pankso@769 37
pankso@910 38 <?php include("lib/html/header.html"); ?>
pankso@769 39
pankso@769 40 <!-- Block -->
pankso@769 41 <div id="block">
pankso@769 42 <!-- Navigation -->
pankso@769 43 <div id="block_nav" style="text-align: center; padding: 10px;">
pankso@906 44 <?php include("lib/random-image.php"); ?>
pankso@769 45 </div>
pankso@769 46 <!-- Information/image -->
pankso@769 47 <div id="block_info">
pankso@769 48 <h4>About i18n</h4>
pankso@769 49 <p>
pankso@769 50 The main goal of SliTaz is to provide full support for a given
pankso@769 51 language, including the website, official Wiki documentation,
pankso@769 52 a dedicated forum and all SliTaz related projects such as the
pankso@769 53 LiveCD GUI builder.
pankso@769 54 </p>
pankso@769 55 <p>
al@1033 56 <img src="images/users.png" alt="*" />
pankso@793 57 <a href="http://scn.slitaz.org/groups/i18n/">Join us on SCN</a>
pankso@769 58 </p>
pankso@769 59 </div>
pankso@769 60 </div>
pankso@769 61
pankso@769 62 <!-- Content -->
pankso@769 63 <div id="content">
pankso@769 64
pankso@769 65 <h2>Internationalization</h2>
al@1033 66
pankso@769 67 <p>
pankso@769 68 Translation is a community effort and everyone can help. You're
al@1038 69 welcome to join the team! You can find more pot files on
pankso@769 70 <a href="http://hg.slitaz.org/">Hg</a>, just pick one up,
pankso@769 71 translate it and send it to the mailing list or upload it onto the
pankso@769 72 SliTaz Community Network aka <a href="http://scn.slitaz.org/">SCN</a>.
pankso@769 73 </p>
pankso@769 74
pankso@769 75 <p>
pankso@769 76 SliTaz project Website is available in the following languages:
pankso@769 77 </p>
pankso@769 78
pankso@769 79 <div class="box">
al@1033 80 <?php include "lib/lang.php" ?>
pankso@769 81 </div>
pankso@769 82
pankso@769 83 <h2>Information</h2>
pankso@769 84
pankso@769 85 <p>
al@1038 86 The website and documentation has been translated and is kept
pankso@769 87 up-to-date by several contributors. For now, the actively maintained
al@1038 88 languages are English, French, German, Portuguese and Chinese.
al@1038 89 Spanish is on the stove, but more help is needed. Most of the
pankso@769 90 communication is done through the
al@1033 91 <a href="en/mailing-list.html">Mailing List</a> and the
al@1033 92 <a href="http://scn.slitaz.org/groups/i18n/">i18n group</a> on SCN.
pankso@769 93 </p>
pankso@769 94
pankso@769 95 <p>
al@1038 96 Some additional languages can be installed through the Package
pankso@769 97 Manager, but we are not able to provide support and documentation.
pankso@769 98 SliTaz is a community based project, everyone can help out and is
pankso@769 99 more than welcome to join us.
pankso@769 100 </p>
pankso@769 101
al@1033 102 <h2 id="howto">How to participate</h2>
pankso@836 103
pankso@836 104 <p>
paul@838 105 From fixing typos to translating a full xHTML page there's always editing
paul@838 106 and proofreading to be done. Websites often move and get updated and
paul@838 107 SliTaz home made tools such as TazPanel acquire new strings depending on the new
paul@838 108 functions added to it. Over time we have developed a few ways to let you contact
al@1038 109 us and get involved in the project.
pankso@836 110 </p>
pankso@836 111 <p>
paul@838 112 For sending translations or requesting a new language you can join the
paul@838 113 SliTaz <a href="en/mailing-list.html">Mailing List</a> and/or join the
pankso@836 114 community <a href="http://scn.slitaz.org/groups/i18n/">group on SCN</a>
pankso@836 115 and post to the <a href="http://scn.slitaz.org/groups/i18n/forum/">forum</a>
paul@838 116 which lets you attach files.
pankso@836 117 </p>
pankso@836 118
pankso@836 119 <h3>Website translation</h3>
pankso@836 120
pankso@836 121 <p>
al@1038 122 Here is a howto for translating a SliTaz website into a new language. First
al@1038 123 you need the original website page in English. You have 2 ways to get a full
paul@838 124 copy of the website: use Mercurial and clone the repository or download the
paul@838 125 latest archive in tar.bz2 format. Using Mercurial lets you update your
pankso@836 126 local copy in one command and downloading directly from the repository
paul@838 127 allows you to get the page you want. So it's matter of choice, but if you
pankso@836 128 want to manage a language and push changes yourself, you will have to use
paul@838 129 Mercurial, here is some <a href="en/devel/forge.php">more info on Hg</a>.
pankso@836 130 </p>
pankso@836 131 <p>
pankso@836 132 Clone the website or get the latest archive:
pankso@836 133 </p>
pankso@836 134
pankso@836 135 <pre>
pankso@836 136 $ hg clone http://hg.slitaz.org/website
pankso@898 137 $ wget <a href="http://hg.slitaz.org/website/archive/tip.tar.bz2">http://hg.slitaz.org/website/archive/tip.tar.bz2</a>
pankso@836 138 </pre>
pankso@836 139
pankso@836 140 <p>
paul@838 141 Now that you have a full copy of the website you can fix typos or start a new
paul@838 142 translation. The reference is English, so always copy an English page to
paul@838 143 your native language and naturally keep the website structure intact. When
paul@838 144 you're happy with your work you can send it to the community as
paul@838 145 explained beforehand.
pankso@836 146 </p>
pankso@836 147 <p>
paul@838 148 If you're a bit afraid about sending a mail to more than 300 people on the list
paul@838 149 or becoming exposed on the forum, you can send a private message to one of the i18n
paul@838 150 group members on SCN, but he/she might not have time to answer. Keep in mind we are
paul@838 151 a friendly community and there aren't any stupid questions.
pankso@836 152 </p>
pankso@836 153
pankso@836 154 <h3>System translation</h3>
pankso@836 155
pankso@836 156 <p>
paul@838 157 Like said before, the goal is to provide full language support, not only
paul@838 158 with the website or forum, but with the system itself. Everything can be translated
paul@838 159 from menu items to SHell scripts and GUI boxes. For this we use standard
al@1038 160 gettext POT files.
pankso@836 161 </p>
pankso@836 162 <p>
paul@838 163 Each translation of a sub-project has its own file named with a language
pankso@910 164 prefix, example: pt_BR.po or fr.po. This PO file can be translated with a nice
paul@838 165 graphical editor like POedit on SliTaz. That means you don't need to have
paul@838 166 programming or Linux skills to help or maintain a translation.
pankso@836 167 </p>
pankso@836 168 <p>
paul@838 169 If a PO file for a language doesn't exist you can create one yourself or
pankso@871 170 ask a contributor to do it for you and commit the new file to Hg. For each
pankso@871 171 project you will find a README file with translation instructions to use
pankso@871 172 msginit and other gettext tools. If you want to update or complete a
pankso@871 173 translation PO file, you can download it from here or from Hg and then
pankso@871 174 send it to the list, the forum or SCN as usual. Note that some projects
pankso@871 175 are contained in the same repository such as tazpkg-notify which is part
pankso@871 176 of tazpkg.
pankso@836 177 </p>
pankso@836 178
pankso@836 179 <!--
paul@838 180 Here we don't link to old gtkdialog box POT files since they will be
paul@838 181 removed. We may have links to menu files or some explaination about
paul@838 182 menu translations.
pankso@836 183 -->
pankso@836 184
pankso@836 185 <table>
al@1033 186 <thead class="thead">
al@1074 187 <tr><td>Project</td>
al@1033 188 <td>POT file</td>
al@1033 189 <td>PO files</td>
al@1074 190 <td>Docs</td>
al@1074 191 <td>Menu</td>
al@1033 192 </tr>
al@1033 193 </thead>
al@1033 194 <tbody>
al@1074 195 <tr><td class="proj">
al@1074 196 <a href="http://hg.slitaz.org/slitaz-base-files">SliTaz Base Files</a></td>
al@1074 197 <td class="pot">
al@1074 198 <a href="http://hg.slitaz.org/slitaz-base-files/raw-file/tip/po/slitaz-base.pot">
al@1074 199 slitaz-base.pot</a></td>
al@1074 200 <td class="po">
al@1074 201 <a href="http://hg.slitaz.org/slitaz-base-files/raw-file/tip/po/el.po">el<hr/>100%</a>
al@1074 202 <a href="http://hg.slitaz.org/slitaz-base-files/raw-file/tip/po/fr.po">fr<hr/>34%</a>
al@1074 203 <a href="http://hg.slitaz.org/slitaz-base-files/raw-file/tip/po/ru.po">ru<hr/>100%</a>
al@1074 204 </td>
al@1074 205 <td class="docs"> </td>
al@1074 206 <td class="desk"><a href="http://hg.slitaz.org/slitaz-base-files/file/tip/rootfs/usr/share/applications">1<br/>item</a></td>
al@1074 207 </tr>
al@1074 208
al@1074 209 <tr><td class="proj">
al@1074 210 <a href="http://hg.slitaz.org/slitaz-forge/file/tip/pkgs">pkgs.slitaz.org</a></td>
al@1074 211 <td class="pot">
al@1074 212 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/tazpkg-web.pot">
al@1074 213 tazpkg-web.pot</a></td>
al@1074 214 <td class="po">
al@1074 215 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/de.po">de<hr/>35%</a>
al@1074 216 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/fr.po">fr<hr/>71%</a>
al@1074 217 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/pt_BR.po">pt_BR<hr/>43%</a>
al@1074 218 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/ru.po">ru<hr/>100%</a>
al@1074 219 <a href="http://hg.slitaz.org/slitaz-forge/raw-file/tip/pkgs/po/zh.po">zh<hr/>20%</a>
al@1074 220 </td>
al@1074 221 <td class="docs"> </td>
al@1074 222 <td class="desk"> </td>
al@1074 223 </tr>
al@1074 224
al@1074 225 <tr><td class="proj">
al@1074 226 <a href="http://hg.slitaz.org/slitaz-pizza">SliTaz Pizza</a></td>
al@1074 227 <td class="pot">
al@1074 228 <a href="http://hg.slitaz.org/slitaz-pizza/raw-file/tip/po/pizza.pot">
al@1074 229 pizza.pot</a></td>
al@1074 230 <td class="po">
al@1074 231 <a href="http://hg.slitaz.org/slitaz-pizza/raw-file/tip/po/fr.po">fr<hr/>89%</a>
al@1074 232 </td>
al@1074 233 <td class="docs">
al@1074 234 <a href="http://hg.slitaz.org/slitaz-pizza/raw-file/tip/doc/faq.en.html">faq<br/>en</a>
al@1074 235 <a href="http://hg.slitaz.org/slitaz-pizza/raw-file/tip/doc/help.en.html">help<br/>en</a>
al@1074 236 </td>
al@1074 237 <td class="desk"> </td>
al@1074 238 </tr>
al@1074 239
al@1074 240 <tr><td rowspan="5" class="proj">
al@1074 241 <a href="hg.slitaz.org/slitaz-tools">SliTaz Tools</a></td>
al@1074 242 <td class="pot">
al@1074 243 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/slitaz-boxes.pot">
al@1074 244 slitaz-boxes.pot</a></td>
al@1074 245 <td class="po">
al@1074 246 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/es_AR.po">es_AR<hr/>5%</a>
al@1074 247 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/fr.po">fr<hr/>92%</a>
al@1074 248 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/pt_BR.po">pt_BR<hr/>5%</a>
al@1074 249 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/ru.po">ru<hr/>26%</a>
al@1074 250 </td>
al@1074 251 <td class="docs"> </td>
al@1074 252 <td class="desk" rowspan="5"><a href="http://hg.slitaz.org/slitaz-tools/file/tip/applications">11<br/>items</a></td>
al@1074 253 </tr>
al@1074 254
al@1074 255 <tr><!-- td></td -->
al@1074 256 <td class="pot">
al@1074 257 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/slitaz-tools.pot">
al@1074 258 slitaz-tools.pot</a></td>
al@1074 259 <td class="po">
al@1074 260 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/es_AR.po">es_AR<hr/>51%</a>
al@1074 261 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/fr.po">fr<hr/>100%</a>
al@1074 262 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/pt_BR.po">pt_BR<hr/>51%</a>
al@1074 263 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/ru.po">ru<hr/>55%</a>
al@1074 264 </td>
al@1074 265 <td class="docs"> </td>
al@1074 266 </tr>
al@1074 267
al@1074 268 <tr><!-- td></td -->
al@1074 269 <td class="pot">
al@1074 270 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/tazbox.pot">
al@1074 271 tazbox.pot</a></td>
al@1074 272 <td class="po">
al@1074 273 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/es_AR.po">es_AR<hr/>87%</a>
al@1074 274 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/fr.po">fr<hr/>100%</a>
al@1074 275 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/pt_BR.po">pt_BR<hr/>79%</a>
al@1074 276 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/ru.po">ru<hr/>100%</a>
al@1074 277 </td>
al@1074 278 <td class="docs"> </td>
al@1074 279 </tr>
al@1074 280
al@1074 281 <tr><!-- td></td -->
al@1074 282 <td class="pot">
al@1074 283 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazdrop/tazdrop.pot">
al@1074 284 tazdrop.pot</a></td>
al@1074 285 <td class="po">
al@1074 286 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazdrop/es_AR.po">es_AR<hr/>71%</a>
al@1074 287 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazdrop/pt_BR.po">pt_BR<hr/>85%</a>
al@1074 288 </td>
al@1074 289 <td class="docs"> </td>
al@1074 290 </tr>
al@1074 291
al@1074 292 <tr><!-- td></td -->
al@1074 293 <td class="pot">
al@1074 294 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazinst/tazinst.pot">
al@1074 295 tazinst.pot</a></td>
al@1074 296 <td class="po">
al@1074 297 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazinst/es_AR.po">es_AR<hr/>44%</a>
al@1074 298 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazinst/fr.po">fr<hr/>100%</a>
al@1074 299 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazinst/pt_BR.po">pt_BR<hr/>97%</a>
al@1074 300 </td>
al@1074 301 <td class="docs">
al@1074 302 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/doc/tazinst.en.html">doc<br/>en</a>
al@1074 303 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/doc/tazinst.fr.html">doc<br/>fr</a>
al@1074 304 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/doc/tazinst.pt_BR.html">doc<br/>pt_BR</a>
pankso@836 305 </td>
pankso@836 306 </tr>
al@1074 307
al@1074 308 <tr><td rowspan="2" class="proj"><a href="http://hg.slitaz.org/ssfs">SSFS</a></td>
al@1074 309 <td class="pot">
al@1074 310 <a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/server/ssfs-server.pot">
al@1074 311 ssfs-server.pot</a></td>
al@1074 312 <td class="po">
al@1074 313 &nbsp;
al@1074 314 </td>
al@1074 315 <td class="docs"> </td>
al@1074 316 <td class="desk" rowspan="2"><a href="http://hg.slitaz.org/ssfs/file/tip/data">1<br/>item</a></td>
al@1074 317 </tr>
al@1074 318
al@1074 319 <tr><!-- td></td -->
al@1074 320 <td class="pot">
al@1074 321 <a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/ssfs/ssfs.pot">
al@1074 322 ssfs.pot</a></td>
al@1074 323 <td class="po">
al@1074 324 <a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/ssfs/fr.po">fr<hr/>96%</a>
al@1074 325 <a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/ssfs/ru.po">ru<hr/>13%</a>
al@1074 326 </td>
al@1074 327 <td class="docs"> </td>
al@1074 328 </tr>
al@1074 329
al@1074 330 <tr><td class="proj">
al@1074 331 <a href="http://hg.slitaz.org/tazbug">TazBug</a></td>
al@1074 332 <td class="pot">
al@1074 333 <a href="http://hg.slitaz.org/tazbug/raw-file/tip/po/tazbug.pot">
al@1074 334 tazbug.pot</a></td>
al@1074 335 <td class="po">
al@1074 336 <a href="http://hg.slitaz.org/tazbug/raw-file/tip/po/ru.po">ru<hr/>100%</a>
al@1074 337 </td>
al@1074 338 <td class="docs"> </td>
al@1074 339 <td class="desk"><a href="http://hg.slitaz.org/tazbug/file/tip/data">1<br/>item</a></td>
al@1074 340 </tr>
al@1074 341
al@1074 342 <tr><td class="proj">
al@1074 343 <a href="http://hg.slitaz.org/tazlito">TazLito</a></td>
al@1074 344 <td class="pot">
al@1074 345 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/po/tazlito-wiz/tazlito-wiz.pot">
al@1074 346 tazlito-wiz.pot</a></td>
al@1074 347 <td class="po">
al@1074 348 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/po/tazlito-wiz/fr.po">fr<hr/>82%</a>
al@1074 349 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/po/tazlito-wiz/pt_BR.po">pt_BR<hr/>82%</a>
al@1074 350 </td>
al@1074 351 <td class="docs">
al@1074 352 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">doc<br/>en</a>
al@1074 353 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.fr.html">doc<br/>fr</a>
al@1074 354 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.pt_BR.html">doc<br/>pt_BR</a>
al@1074 355 </td>
al@1074 356 <td class="desk"><a href="http://hg.slitaz.org/tazlito/file/tip/applications">2<br/>items</a></td>
al@1074 357 </tr>
al@1074 358
al@1074 359 <tr><td class="proj">
al@1074 360 <a href="http://hg.slitaz.org/tazpanel">TazPanel</a></td>
al@1074 361 <td class="pot">
al@1074 362 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/tazpanel.pot">
al@1074 363 tazpanel.pot</a></td>
al@1074 364 <td class="po">
al@1074 365 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/el.po">el<hr/>97%</a>
al@1074 366 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/es.po">es<hr/>98%</a>
al@1074 367 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/fr.po">fr<hr/>65%</a>
al@1074 368 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/pt_BR.po">pt_BR<hr/>46%</a>
al@1074 369 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/ru.po">ru<hr/>100%</a>
al@1074 370 </td>
al@1074 371 <td class="docs">
al@1074 372 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/doc/tazpanel.en.html">doc<br/>en</a>
al@1074 373 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/doc/tazpanel.fr.html">doc<br/>fr</a>
al@1074 374 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/doc/tazpanel.pt_BR.html">doc<br/>pt_BR</a>
al@1074 375 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/doc/tazpanel.ru.html">doc<br/>ru</a>
al@1074 376 </td>
al@1074 377 <td class="desk"><a href="http://hg.slitaz.org/tazpanel/file/tip/data">2<br/>items</a></td>
al@1074 378 </tr>
al@1074 379
al@1074 380 <tr><td rowspan="2" class="proj">
al@1074 381 <a href="http://hg.slitaz.org/tazpkg">TazPkg</a></td>
al@1074 382 <td class="pot">
al@1074 383 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/tazpkg.pot">
al@1074 384 tazpkg.pot</a></td>
al@1074 385 <td class="po">
al@1074 386 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/es.po">es<hr/>75%</a>
al@1074 387 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/fr.po">fr<hr/>76%</a>
al@1074 388 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/pt_BR.po">pt_BR<hr/>57%</a>
al@1074 389 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/ru.po">ru<hr/>100%</a>
al@1074 390 </td>
al@1074 391 <td class="docs" rowspan="2">
al@1074 392 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html">doc<br/>en</a>
al@1074 393 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.fr.html">doc<br/>fr</a>
al@1074 394 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.pt_BR.html">doc<br/>pt_BR</a>
al@1074 395 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.ru.html">doc<br/>ru</a>
al@1074 396 </td>
al@1074 397 <td class="desk" rowspan="2"><a href="http://hg.slitaz.org/tazpkg/file/tip/applications">3<br/>items</a></td>
al@1074 398 </tr>
al@1074 399
al@1074 400 <tr><!-- td></td -->
al@1074 401 <td class="pot">
al@1074 402 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/tazpkg-notify.pot">
pankso@871 403 tazpkg-notify.pot</a></td>
al@1074 404 <td class="po">
al@1074 405 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/es.po">es<hr/>76%</a>
al@1074 406 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/fr.po">fr<hr/>76%</a>
al@1074 407 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/pt_BR.po">pt_BR<hr/>76%</a>
al@1074 408 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/ru.po">ru<hr/>100%</a>
pankso@836 409 </td>
pankso@836 410 </tr>
al@1074 411
al@1074 412 <tr><td rowspan="2" class="proj">
al@1074 413 <a href="http://hg.slitaz.org/tazusb">TazUsb</a></td>
al@1074 414 <td class="pot">
al@1074 415 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb/tazusb.pot">
al@1074 416 tazusb.pot</a></td>
al@1074 417 <td class="po">
al@1074 418 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb/fr.po">fr<hr/>100%</a>
al@1074 419 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb/pt_BR.po">pt_BR<hr/>97%</a>
pankso@836 420 </td>
al@1074 421 <td class="docs" rowspan="2">
al@1074 422 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.en.html">doc<br/>en</a>
al@1074 423 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.fr.html">doc<br/>fr</a>
al@1074 424 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/doc/tazusb.pt_BR.html">doc<br/>pt_BR</a>
al@1074 425 </td>
al@1074 426 <td class="desk" rowspan="2"><a href="http://hg.slitaz.org/tazusb/file/tip/applications">1<br/>item</a></td>
pankso@836 427 </tr>
al@1074 428
al@1074 429 <tr><!-- td></td -->
al@1074 430 <td class="pot">
al@1074 431 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb-box/tazusb-box.pot">
pankso@910 432 tazusb-box.pot</a></td>
al@1074 433 <td class="po">
al@1074 434 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb-box/fr.po">fr<hr/>100%</a>
al@1074 435 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb-box/pt_BR.po">pt_BR<hr/>100%</a>
pankso@871 436 </td>
pankso@871 437 </tr>
pankso@836 438 </tbody>
pankso@836 439 </table>
pankso@836 440
pankso@769 441 <!-- End of content -->
pankso@769 442 </div>
pankso@769 443
pankso@910 444 <?php include("lib/html/footer.html"); ?>
pankso@769 445
pankso@769 446 </body>
pankso@769 447 </html>