summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-09-07 22:04:32 +0200
committerJonas Smedegaard <dr@jones.dk>2008-09-07 22:04:32 +0200
commitf3fdefaef00f92838fce46e29afd7aa3e57dfb60 (patch)
tree73a37cdbe21a1f5b30bd5faa03d70550f07a3d2d
parent265078e07e6bea1acbc689b733530c8477dcf33c (diff)
Sync with PO-based l10n: use bang-prefixed directives.
-rw-r--r--templates/filehost.mdwn2
-rw-r--r--templates/mailhost.mdwn2
-rw-r--r--templates/mailinglisturl.mdwn2
-rw-r--r--templates/supporthost.mdwn2
-rw-r--r--templates/supportmailaddress.mdwn2
-rw-r--r--templates/webmailurl.mdwn2
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/filehost.mdwn b/templates/filehost.mdwn
index f285205..328bd3b 100644
--- a/templates/filehost.mdwn
+++ b/templates/filehost.mdwn
@@ -1 +1 @@
-files.[[template id=domain]]
+files.[[!template id=domain]]
diff --git a/templates/mailhost.mdwn b/templates/mailhost.mdwn
index edd0c6b..acda881 100644
--- a/templates/mailhost.mdwn
+++ b/templates/mailhost.mdwn
@@ -1 +1 @@
-mail.[[template id=domain]]
+mail.[[!template id=domain]]
diff --git a/templates/mailinglisturl.mdwn b/templates/mailinglisturl.mdwn
index c2ed4da..4e33c29 100644
--- a/templates/mailinglisturl.mdwn
+++ b/templates/mailinglisturl.mdwn
@@ -1 +1 @@
-<http://lists.[[template id=domain]]/>
+<http://lists.[[!template id=domain]]/>
diff --git a/templates/supporthost.mdwn b/templates/supporthost.mdwn
index 14cb578..d4fec5b 100644
--- a/templates/supporthost.mdwn
+++ b/templates/supporthost.mdwn
@@ -1 +1 @@
-support.[[template id=domain]]
+support.[[!template id=domain]]
diff --git a/templates/supportmailaddress.mdwn b/templates/supportmailaddress.mdwn
index 1f0b104..8ead448 100644
--- a/templates/supportmailaddress.mdwn
+++ b/templates/supportmailaddress.mdwn
@@ -1 +1 @@
-support@lists.[[template id=domain]]
+support@lists.[[!template id=domain]]
diff --git a/templates/webmailurl.mdwn b/templates/webmailurl.mdwn
index 5bbed39..29c5e39 100644
--- a/templates/webmailurl.mdwn
+++ b/templates/webmailurl.mdwn
@@ -1 +1 @@
-<https://[[template id=mailhost]]/>
+<https://[[!template id=mailhost]]/>