diff options
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/l10n/README | 7 | ||||
-rw-r--r-- | build/entities/l10n/nl.ent | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/build/entities/l10n/README b/build/entities/l10n/README index 3d1b6369e..1d64435cf 100644 --- a/build/entities/l10n/README +++ b/build/entities/l10n/README @@ -48,6 +48,13 @@ translations and to have it in place for the next release, Lenny. - MSG-YES - MSG-NO +Some other entities can be localized as well. + +- archive-mirror + The default value is http.us.debian.org (see ../urls.ent). You can replace + that by a closer mirror, but make sure that you only use a mirror that + carries *all* architectures! + Non-translatable entities ========================= The entities below should _not_ be translated. If you think an entity listed diff --git a/build/entities/l10n/nl.ent b/build/entities/l10n/nl.ent index ba20e4f08..4f068339f 100644 --- a/build/entities/l10n/nl.ent +++ b/build/entities/l10n/nl.ent @@ -1,2 +1,4 @@ <!ENTITY MSG-YES "<userinput>Ja</userinput>"> <!ENTITY MSG-NO "<userinput>Nee</userinput>"> + +<!ENTITY archive-mirror "http.nl.debian.org"> |