Strings Words Characters | |||
---|---|---|---|
60 598 7,938 |
|
All strings | Browse Translate Zen |
60 598 7,938 |
|
Read-only strings | Browse Translate Zen |
Overview
Project website | www.linuxfromscratch.org |
---|---|
Translation process |
|
Source code repository |
git@git.linuxfromscratch.org:fr-lfs
|
Repository branch | trunk |
Last remote commit |
Automatic BLFS commit based on 050c0c403de2d3e7cb9f4093caf5965430e727f3
20c7def88a
Julien Lepiller authored 7 hours ago |
Last commit in Weblate |
Automatic BLFS commit based on 050c0c403de2d3e7cb9f4093caf5965430e727f3
20c7def88a
Julien Lepiller authored 7 hours ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
File mask | blfs/*/pst/xml/docbook-xsl.po |
Translation file | Not available |
Last change | Feb. 10, 2024, 4:21 p.m. |
Last author | None |
3 weeks ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 60 | 598 | 7,938 | |||
Translated | 100% | 60 | 100% | 598 | 100% | 7,938 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 60 | 100% | 598 | 100% | 7,938 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
−5%
Hosted words
+100%
−3%
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
60 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
60 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
if [ ! -f /etc/xml/catalog ]; then
xmlcatalog --noout --create /etc/xml/catalog
fi &&
xmlcatalog --noout --add "rewriteSystem" \
"http://cdn.docbook.org/release/xsl-nons/&docbook-xsl-version;" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteSystem" \
"https://cdn.docbook.org/release/xsl-nons/&docbook-xsl-version;" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"http://cdn.docbook.org/release/xsl-nons/&docbook-xsl-version;" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"https://cdn.docbook.org/release/xsl-nons/&docbook-xsl-version;" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteSystem" \
"http://cdn.docbook.org/release/xsl-nons/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteSystem" \
"https://cdn.docbook.org/release/xsl-nons/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"http://cdn.docbook.org/release/xsl-nons/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"https://cdn.docbook.org/release/xsl-nons/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog &&
xmlcatalog --noout --add "rewriteURI" \
"http://docbook.sourceforge.net/release/xsl/current" \
"/usr/share/xml/docbook/xsl-stylesheets-nons-&docbook-xsl-version;" \
/etc/xml/catalog</userinput>