diff options
author | Frans Pop <elendil@planet.nl> | 2008-05-09 18:35:48 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-05-09 18:35:48 +0000 |
commit | b9fec0ea5b30155c497ebe23ec12624dee9a6e64 (patch) | |
tree | e70762b9146a701358939da5999c6bb0fb7a8ccc /build/entities | |
parent | cffe6c3b3756da296b1759f5902448c59244a67f (diff) | |
download | installation-guide-b9fec0ea5b30155c497ebe23ec12624dee9a6e64.zip |
Define two new translatable entities: escapekey and tabkey
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/common.ent | 2 | ||||
-rw-r--r-- | build/entities/l10n/README | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 69d105bb2..895a97895 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -21,6 +21,8 @@ <!-- general things from installer --> <!ENTITY enterkey "<keycap>Enter</keycap>"> +<!ENTITY escapekey "<keycap>Esc</keycap>"> +<!ENTITY tabkey "<keycap>Tab</keycap>"> <!ENTITY MSG-YES "<userinput>Yes</userinput>"> <!ENTITY MSG-NO "<userinput>No</userinput>"> <!ENTITY BTN-CONT "<guibutton>Continue</guibutton>"> diff --git a/build/entities/l10n/README b/build/entities/l10n/README index 215b122d1..6aca16254 100644 --- a/build/entities/l10n/README +++ b/build/entities/l10n/README @@ -45,6 +45,8 @@ added. The infrastructure is mostly being added now to allow a few minor translations and to have it in place for the next release, Lenny. - enterkey +- escapekey +- tabkey - MSG-YES - MSG-NO - BTN-CONT |