blob: 6ffdaf25747966f317185fcfd7f98a45ed35f6b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!-- 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 "esta aplicação">
<!-- Entities to fill in slots in docbook version of FDL notice.
The default values of the parameter entities is IGNORE. -->
<![%FDLIS;[
<!ENTITY FDLISTitles "LISTAR OS SEUS TÍTULOS"><!-- keep capitals -->
<!ENTITY FDLInvariantSections "sendo as Secções Invariantes &FDLISTitles;">
]]>
<!ENTITY FDLInvariantSections "sem Secções Invariantes">
<![%FDLFCT;[
<!ENTITY FDLFCTTitles "LISTAR"><!-- keep capitals -->
<!ENTITY FDLFrontCoverText "sendo os Textos de Capa Frontal &FDLFCTTitles;">
]]>
<!ENTITY FDLFrontCoverText "sem Textos de Capa Frontal">
<![%FDLBCT;[
<!ENTITY FDLBCTTitles "LISTAR OS SEUS TÍTULOS"><!-- keep capitals -->
<!ENTITY FDLBackCoverText "sendo os Textos de Capa Traseira &FDLBCTTitles;">
]]>
<!ENTITY FDLBackCoverText "sem Textos de Capa Traseira">
|