1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED.
For language-specific extensions, use user.entities.
Translate everything between quotes, except names of general
entities (&...;). -->
<!ENTITY kappname "Programm">
<!-- Entities to fill in slots in docbook version of FDL notice.
The default values of the parameter entities is IGNORE. -->
<![%FDLIS;[
<!ENTITY FDLISTitles "TITELN OPLISTEN"><!-- keep capitals -->
<!ENTITY FDLInvariantSections "mit de liekbleven Afsneed &FDLISTitles;">
]]>
<!ENTITY FDLInvariantSections "ahn liekbleven Afsneed">
<![%FDLFCT;[
<!ENTITY FDLFCTTitles "OPLISTEN"><!-- keep capitals -->
<!ENTITY FDLFrontCoverText "mit de Texten &FDLFCTTitles; op de Ümslagsiet vörn">
]]>
<!ENTITY FDLFrontCoverText "ahn Texten op de Ümslagsiet vörn">
<![%FDLBCT;[
<!ENTITY FDLBCTTitles "TITELN OPLISTEN"><!-- keep capitals -->
<!ENTITY FDLBackCoverText "mit de Texten &FDLBCTTitles; op de Ümslagsiet achtern">
]]>
<!ENTITY FDLBackCoverText "ahn Texten op de Ümslagsiet achtern">
<!ENTITY kde.modespec '
<modespec id="kdems-help">help:</modespec>
<modespec id="kdems-man">man:</modespec>'>
<!ENTITY olinktype "kde-installation">
|