summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-01-22 22:21:07 +0000
committerFrans Pop <elendil@planet.nl>2007-01-22 22:21:07 +0000
commit31bcded064f08edd6ed9eaa9e4fde38449186673 (patch)
treeedb20205fd4dc3f196cec2f022241b494a06122f
parent27baf3f93765fee1333c524a9eb62f1093e6a38d (diff)
downloadinstallation-guide-31bcded064f08edd6ed9eaa9e4fde38449186673.zip
Allow localized version of the archive-mirror entity too
-rw-r--r--build/entities/l10n/README7
-rw-r--r--build/entities/l10n/nl.ent2
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">