Strings Words Characters | |||
---|---|---|---|
62 631 8,209 |
|
All strings | Browse Translate Zen |
62 631 8,209 |
|
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 d6cda5163a2b191bd1f67b49f251a5eb1157701a
a7505c5cf4
Julien Lepiller authored 3 hours ago |
Last commit in Weblate |
Automatic BLFS commit based on d6cda5163a2b191bd1f67b49f251a5eb1157701a
a7505c5cf4
Julien Lepiller authored 3 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 |
8 days ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 62 | 631 | 8,209 | |||
Translated | 100% | 62 | 100% | 631 | 100% | 8,209 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 62 | 100% | 631 | 100% | 8,209 |
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
—
Hosted words
+100%
—
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 |
|
62 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
62 | 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>