diff options
Diffstat (limited to 'kdoctools/customization/hu/user.entities')
-rw-r--r-- | kdoctools/customization/hu/user.entities | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kdoctools/customization/hu/user.entities b/kdoctools/customization/hu/user.entities new file mode 100644 index 000000000..8d3de91bd --- /dev/null +++ b/kdoctools/customization/hu/user.entities @@ -0,0 +1,25 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM-meghajtó</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>pl.</abbrev>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>stb.</abbrev>"> +<!ENTITY FAQ '<acronym>GY.I.K.</acronym>'> +<!ENTITY ie "<abbrev>azaz</abbrev>"> +<!ENTITY infocenter "<application>Információközpont</application>"> +<!ENTITY kcontrolcenter "<application>&kde; vezérlőközpont</application>"> +<!ENTITY LMB "<mousebutton>bal</mousebutton> egérgomb"> +<!ENTITY MMB "<mousebutton>középső</mousebutton> egérgomb"> +<!ENTITY OS "operációs rendszer"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>jobb</mousebutton> egérgomb"> +<!ENTITY Shift "<keycap>Shift</keycap>"> |