Strings Words Characters | |||
---|---|---|---|
7 293 2,087 |
|
All strings | Browse Translate Zen |
7 293 2,087 |
|
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 | 11.3 | |
Last remote commit |
Update translations for 11.3
6bfb71d1dc
Julien Lepiller authored a year ago |
|
Last commit in Weblate |
Translated using Weblate (Portuguese (Brazil))
c1c4ff3e90
![]() |
|
Weblate repository |
https://translate.linuxfromscratch.org/git/linux-from-scratch-11-3/index/
|
|
File mask |
lfs/*/chapter09/inputrc.po
|
|
Translation file | Not available | |
Last change | March 10, 2023, 5:53 p.m. | |
Last change made by | None | |
Language | English | |
Language code | en | |
Text direction | Left to right | |
Case sensitivity | Case-sensitive | |
Number of speakers | 1,728,900,209 | |
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 1 | Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
Plural formula |
n != 1
|
4 days ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 7 | 293 | 2,087 | |||
Translated | 100% | 7 | 100% | 293 | 100% | 2,087 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 7 | 100% | 293 | 100% | 2,087 |
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
—
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
7 | 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 |
---|
<literal># Begin /etc/inputrc
# Modified by Chris Lynn <roryo@roryo.dynup.net>
# Allow the command prompt to wrap to the next line
set horizontal-scroll-mode Off
# Enable 8-bit input
set meta-flag On
set input-meta On
# Turns off 8th bit stripping
set convert-meta Off
# Keep the 8th bit for display
set output-meta On
# none, visible or audible
set bell-style none
# All of the following map the escape sequence of the value
# contained in the 1st argument to the readline specific functions
"\eOd": backward-word
"\eOc": forward-word
# for linux console
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
# for xterm
"\eOH": beginning-of-line
"\eOF": end-of-line
# for Konsole
"\e[H": beginning-of-line
"\e[F": end-of-line
# End /etc/inputrc</literal>
EOF</userinput>