| Texi2html Linux Dokumentation | |||||||||||||||||||||||||
7.6 Customizing strings written by
| |||||||||||||||||||||||||
$LANGUAGES->{'fr'} = {
' Up ' => 'Plus haut',
};
|
It means that whenever the string ‘ Up ’ is to be written and the language is ‘fr’, ‘Plus haut’ is written. It is possible to customize the english strings by redefining the ‘en’ language hash.
When a string contains a ‘%’ followed by ‘{’ name ‘}’
it means that the string will be expanded by texi2html. For
example, if we have
$LANGUAGES->{'fr'} = {
'See %{node_file_href}' => 'Voir %{node_file_href}',
};
|
‘%{node_file_href}’ will be expanded to an href for a node in a
file by texi2html in the string. A ‘%%’ will be expanded
as ‘%’.
For more on internationalization, see Internationalization.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
Doku-Base