Warning, /frameworks/kdoctools/src/customization/pt-BR/lang.entities is written in an unsupported language. File is not indexed.

0001 <!ENTITY language "pt-BR">
0002 
0003 <!-- These entities should be translated, should therefore be stored
0004      separately. -->
0005 <!ENTITY % kde.translated
0006                             SYSTEM "strings.entities"                >
0007 %kde.translated;
0008 
0009 <!-- The following entities should only use &kappname; in their 
0010      text                                                          -->
0011 
0012 <!-- Licence links -->
0013 <!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PTBR"
0014   "entities/underGPL.docbook"                       ><!-- level: para -->
0015 <!ENTITY underLGPL          PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//PTBR"
0016   "entities/underLGPL.docbook"                       ><!-- level: para -->
0017 <!ENTITY underCCBYSA4       PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//PTBR"
0018   "../en/entities/underCCBYSA4.docbook"                   ><!-- level: para -->
0019 <!ENTITY underFDL           PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PTBR"
0020   "entities/underFDL.docbook"                       ><!-- level: para -->
0021 <!ENTITY underBSDLicense    PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PTBR"
0022   "entities/underBSDLicense.docbook"                ><!-- level: para -->
0023 <!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PTBR"
0024   "entities/underArtisticLicense.docbook"           ><!-- level: para -->
0025 <!ENTITY underX11License    PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PTBR"
0026   "entities/underX11License.docbook"                ><!-- level: para -->
0027 
0028 <!ENTITY reporting.bugs     PUBLIC "-//KDE//DOCUMENT Report Bugs//PTBR"
0029   "entities/report-bugs.docbook"                       ><!-- level: ? -->
0030 <!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//PTBR"
0031   "entities/update-doc.docbook"                     ><!-- level: para -->
0032 <!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PTBR"
0033   "entities/help-menu.docbook"                      ><!-- level: variablelist -->
0034 
0035 <!-- Entities install.intro.documentation + install.compile.documentation
0036      are deprecated and should be removed in Frameworks 6 -->
0037 
0038 <!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//PTBR"
0039   "entities/install-intro.docbook"                     ><!-- level: para -->
0040 <!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PTBR"
0041   "entities/install-compile.docbook"                     ><!-- level: para -->
0042 
0043 
0044 <!-- CC BY-SA 4 notice -->
0045 <!-- In order to translate it, copy it into <lang>/entities/ccbysa4-notice.docbook
0046 and change the reference from English version to the translated document
0047 and remove this comment. -->
0048 <!ENTITY CCBYSA4Notice PUBLIC "-//KDE//DOCUMENT CC BY-SA 4 Documentation Notice//PTBR"
0049          "../en/entities/ccbysa4-notice.docbook">
0050 <!-- FDL notice -->
0051 <!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PTBR"
0052          "entities/fdl-notice.docbook">
0053 <!-- meant to be included, so no NDATA or CDATA (why?) -->
0054 
0055 <!-- These entities may be extended by the authors and translators.
0056      They should therefore be stored separately.  Moreover, they MUST
0057      come last, to avoid overriding problems. -->
0058 <!ENTITY % kde.language.specific
0059                             SYSTEM "user.entities"                   >
0060 %kde.language.specific;