From 09765c8183948188f39d164844bd4b70f560f8fc Mon Sep 17 00:00:00 2001 From: Erik Dahlstrand Date: Wed, 8 Feb 2012 14:06:06 +0100 Subject: Make README more readable. --- README.md | 14 ++++++++++++-- 1 file 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. -- cgit