summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc18a91..6b569cc 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,18 @@
# Norwegian Zimbra Translation
-Sponsored by Telsys AS http://www.telsys.no
+Sponsored by [Telsys AS](http://www.telsys.no).
Norwegian translation of Zimbra.
-
Installation:
+
Run the following commands to install Norwegian language to your Zimbra installation:
+
+```shell
cd /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/
+
rm -rf ZMsg_no.properties ZmMsg_no.properties ZhMsg_no.properties ZaMsg_no.properties I18nMsg_no.properties AjxMsg_no.properties
+
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZmMsg_no.properties
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZhMsg_no.properties
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZaMsg_no.properties
@@ -16,9 +20,15 @@ wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/Z
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZsMsg_no.properties
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/I18nMsg_no.properties
wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/AjxMsg_no.properties
+
chown zimbra: *
+```
and last (as user zimbra):
+
+```shell
+su - zimbra
zmmailboxdctl restart
+```
This last command will cause downtime to HTTP/Zimbra GUI for a short period of time.