diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2006-12-18 22:04:26 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2006-12-18 22:04:26 (GMT) |
commit | 037edc5db4db5c2ea15004b431c206a3a9cc8314 (patch) | |
tree | c8653a30d493485ee9b444e57310eb68d3fa2bbe /php | |
parent | 1793795edb1655a789f71b39bd3af0e87c15a482 (diff) | |
download | kolab-webadmin-037edc5db4db5c2ea15004b431c206a3a9cc8314.tar.gz |
Martin Konold: Fix issue 1540
Diffstat (limited to 'php')
-rw-r--r-- | php/admin/locale/de/LC_MESSAGES/messages.po | 2 | ||||
-rw-r--r-- | php/admin/locale/es/LC_MESSAGES/messages.po | 2 | ||||
-rw-r--r-- | php/admin/locale/fr/LC_MESSAGES/messages.po | 2 | ||||
-rw-r--r-- | php/admin/locale/it/LC_MESSAGES/messages.po | 2 | ||||
-rw-r--r-- | php/admin/locale/nl/LC_MESSAGES/messages.po | 2 | ||||
-rwxr-xr-x | php/admin/templates/service.tpl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/php/admin/locale/de/LC_MESSAGES/messages.po b/php/admin/locale/de/LC_MESSAGES/messages.po index c4307ee..3658f93 100644 --- a/php/admin/locale/de/LC_MESSAGES/messages.po +++ b/php/admin/locale/de/LC_MESSAGES/messages.po @@ -714,7 +714,7 @@ msgid "days in the past" msgstr "vergangenen Tagen verwenden" #: tpl_messages.php:150 -msgid "Privileged Networks" +msgid "Priviledged Networks" msgstr "Privilegierte Netzwerke" #: tpl_messages.php:151 diff --git a/php/admin/locale/es/LC_MESSAGES/messages.po b/php/admin/locale/es/LC_MESSAGES/messages.po index 630177c..4d888ac 100644 --- a/php/admin/locale/es/LC_MESSAGES/messages.po +++ b/php/admin/locale/es/LC_MESSAGES/messages.po @@ -587,7 +587,7 @@ msgid "days in the past" msgstr "" #: tpl_messages.php:150 -msgid "Privileged Networks" +msgid "Priviledged Networks" msgstr "" #: tpl_messages.php:151 diff --git a/php/admin/locale/fr/LC_MESSAGES/messages.po b/php/admin/locale/fr/LC_MESSAGES/messages.po index abea3ac..82db113 100644 --- a/php/admin/locale/fr/LC_MESSAGES/messages.po +++ b/php/admin/locale/fr/LC_MESSAGES/messages.po @@ -572,7 +572,7 @@ msgid "days in the past" msgstr "jours dans le passé" #: tpl_messages.php:157 -msgid "Privileged Networks" +msgid "Priviledged Networks" msgstr "Réseaux privilégiés" #: tpl_messages.php:158 diff --git a/php/admin/locale/it/LC_MESSAGES/messages.po b/php/admin/locale/it/LC_MESSAGES/messages.po index 57dd32a..414dbc4 100644 --- a/php/admin/locale/it/LC_MESSAGES/messages.po +++ b/php/admin/locale/it/LC_MESSAGES/messages.po @@ -703,7 +703,7 @@ msgid "days in the past" msgstr "giorni nel passato" #: tpl_messages.php:150 -msgid "Privileged Networks" +msgid "Priviledged Networks" msgstr "Reti privilegiate" #: tpl_messages.php:151 diff --git a/php/admin/locale/nl/LC_MESSAGES/messages.po b/php/admin/locale/nl/LC_MESSAGES/messages.po index ece2158..5e3f3f8 100644 --- a/php/admin/locale/nl/LC_MESSAGES/messages.po +++ b/php/admin/locale/nl/LC_MESSAGES/messages.po @@ -672,7 +672,7 @@ msgid "days in the past" msgstr "Vorige dagen" #: tpl_messages.php:150 -msgid "Privileged Networks" +msgid "Priviledged Networks" msgstr "Bevoorrechte netwerken" #: tpl_messages.php:151 diff --git a/php/admin/templates/service.tpl b/php/admin/templates/service.tpl index 422be09..2262c7b 100755 --- a/php/admin/templates/service.tpl +++ b/php/admin/templates/service.tpl @@ -76,7 +76,7 @@ </form> </div> <br /> -<h2>{tr msg="Privileged Networks"}</h2> +<h2>{tr msg="Priviledged Networks"}</h2> <div class="contentform"> <form name="postfixmynetworksform" method="post"> {tr msg="Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server (comma separated networks in x.x.x.x/y format):"} |