Git Product home page Git Product logo

zimbra-catala's Introduction

README

  • How to download this language package?
  • How to deploy the translation package ?
  • On a new terminal type "sudo ./deploy.sh"

When you execute deploy.sh it makes a new directory called backup, where it backups the old Catalan translations.

This Catalan language pack contains:

AjxKeys.properties AjxMsg.properties I18nMsg.properties CHANGELOG deploy.sh l18nMsg.properties README ZabMsg.properties ZaMsg.properties ZbMsg.properties ZhMsg.properties ZmKeys.properties ZmMsg.properties ZMsg.properties ZmSMS.properties

Both administration and user pages are translated.

This translation has been possible thanks to the support of the Department of Culture of the Generalitat of Catalonia.

Aquesta traducció ha sigut possible gràcies al suport del Departament de Cultura de la Generalitat de Catalunya.

alt text

OLD README

  • In order to deploy this translation, you first need to convert it from UTF-8 to ASCII, which is the encoding zimbra uses. You may do it with the following command (change according to new versions of the jdk) /opt/zimbra/java/bin/native2ascii -encoding UTF-8 ZmMsg.properties ZmMsg_ca.properties

  • Note that if you want to use an ISO-8859-1 encoded file, you have to change the command accordingly

  • Then, we make a backup of the zimbra language file, if there is any cp /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/ZmMsg_ca.properties ./ZmMsg_ca.properties.old

  • And last, we copy our file in place cp ZmMsg_ca.properties /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/ZmMsg_ca.properties

  • Remember, in order to update the language strings, you have to

    • zmcontrol stop
    • zmcontrol start
    • Clean your browser's cache

Good luck!

zimbra-catala's People

Contributors

adriangibanelbtactic avatar btactic-translate-1 avatar btactic-translate-2 avatar masplus avatar sanchezfauste avatar trentasis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zimbra-catala's Issues

Wrong message mooving mails between folders

Hello Team.

When you move messages between folders from webmail in mobile mode, the notification is wrong.
"Shan mogut {0,number,integer} missatges a la paperera"

This issue it's coming from ' simbol.
I've tried to change simbol in ZhMsg_ca.properties with next expressions.
S'han
S'han
S''han
S\u0027han
S\u0027han
Any of this options have fix the issue.
The only way to fix the issue it's drop this simbol from text
Please could you fix this issue?

Button delete doesn't work in Mobile interface

Hello in mobile interfice it's not possible delete mails.

Server Zimbra 8.6 patch 6.

To reproduce this issue you should:
· 1st Log in mobile webmail.
· 2nd select mail.
· 3rd Push button ·Accions· -> select "Eliminar".

After this the string button change from "Accions" to "Eliminar", the mail has not deleted.

Zimbra 8.7 y rutas

Con Zimbra 8.7 han cambiado las rutas y de muchos binarios, entre ellos el de native2ascii, también si instalamos por nuestra cuenta los diccionarios han cambiado las rutas de aspell.
Tampoco entiendo el por que el uso de wildcards en el deploy cuando zimbra siempre hace un enlace simbólico /opt/zimbra/jetty/ a la versión correcta

   NATIVE2ASCII="/opt/zimbra/common/lib/jvm/java/bin/native2ascii"
   DESTDIR="/opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages"
   DESTDIRADMIN="/opt/zimbra/jetty/webapps/zimbraAdmin/WEB-INF/classes/messages"
   DESTDIRKEYS="/opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/keys"
   DESTDIRADMINKEYS="/opt/zimbra/jetty/webapps/zimbraAdmin/WEB-INF/classes/keys"

Problema con las citas repetidas en el calendario

Para la correcta visualización de las citas repetidas en el calendario es necesario modificar este fichero
ZmMsg_ca.properties

  • Cambiar esto:
recurStart = Amb efecte {0,date, medium}
recurEndByDate = Acabar el {0,date, medium}
  • Por esto:
recurStart = Amb efecte {0,date,medium}
recurEndByDate = Acabar el {0,date,medium}

Gracias por vuestra contribución!
Un saludo.
DANIEL SÁINZ

In list view start data it's not correct

Hello my version of Zimbra it's 8.6 patch 6.

When you are in List View the start data it's wrong (in start data doesn't appear right data),

for example:
should be appear: 11/02/20016, 11:00
but appear: 011ort:11:00

El calendario no se imprime

Cuando intento imprimir el calendario la hoja de impresión sale en blanco.

En el mailbox log se puede ver el siguiente error:
2016-02-11 16:41:27,395 WARN [qtp509886383-23555:https://172.22.1.80:8443/h/printcalendar?l=10,405&origView=workWeek&view=week&date=20160207T000000&endDate=20160213T235959&ft=09:00&tt=14:00&wd=true&ow=false&od=false&imc=false&wdays=1,2,3,4,5&tz=Europe/Berlin&skin=harmony] [] webclient - Unterminated quote java.lang.IllegalArgumentException: Unterminated quote at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:842) at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:634) at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:605) at com.zimbra.cs.taglib.tag.i18n.FormatDateTag.doTag(FormatDateTag.java:91) at org.apache.jsp.tag.web.calendar.multiDay_tag._jspx_meth_fmt_formatDate_9(org.apache.jsp.tag.web.calendar.multiDay_tag:4511) at org.apache.jsp.tag.web.calendar.multiDay_tag.doTag(org.apache.jsp.tag.web.calendar.multiDay_tag:875) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag._jspx_meth_app_multiDay_0(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:335) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag._jspx_meth_c_set_1(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:300) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag.access$4(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:284) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag$multiDayPrintView_tagHelper.invoke0(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:439) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag$multiDayPrintView_tagHelper.invoke(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:455) at org.apache.jsp.tag.web.infra.handleError_tag._jspx_meth_c_catch_0(org.apache.jsp.tag.web.infra.handleError_tag:222) at org.apache.jsp.tag.web.infra.handleError_tag.doTag(org.apache.jsp.tag.web.infra.handleError_tag:86) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag.doTag(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:198) at org.apache.jsp.h.printcalendar._jspx_meth_app_multiDayPrintView_2(org.apache.jsp.h.printcalendar:1198) at org.apache.jsp.h.printcalendar._jspx_meth_c_when_5(org.apache.jsp.h.printcalendar:1166) at org.apache.jsp.h.printcalendar._jspx_meth_c_choose_3(org.apache.jsp.h.printcalendar:1039) at org.apache.jsp.h.printcalendar.access$14(org.apache.jsp.h.printcalendar:1024) at org.apache.jsp.h.printcalendar$printcalendarHelper.invoke1(org.apache.jsp.h.printcalendar:1387) at org.apache.jsp.h.printcalendar$printcalendarHelper.invoke(org.apache.jsp.h.printcalendar:1406) at org.apache.jsp.tag.web.infra.handleError_tag._jspx_meth_c_catch_0(org.apache.jsp.tag.web.infra.handleError_tag:222) at org.apache.jsp.tag.web.infra.handleError_tag.doTag(org.apache.jsp.tag.web.infra.handleError_tag:86) at org.apache.jsp.h.printcalendar._jspx_meth_app_handleError_1(org.apache.jsp.h.printcalendar:1020) at org.apache.jsp.h.printcalendar._jspService(org.apache.jsp.h.printcalendar:175) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at com.zimbra.webClient.servlet.JspServlet.service(JspServlet.java:58) at org.eclipse.jetty.servlet.JspPropertyGroupServlet.service(JspPropertyGroupServlet.java:139) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:738) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) at com.zimbra.cs.servlet.RequestStringFilter.doFilter(RequestStringFilter.java:54) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.RestFilter.doFilter(RestFilter.java:46) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.ForwardFilter.doFilter(ForwardFilter.java:88) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(SetHeaderFilter.java:59) at com.zimbra.webClient.filters.SetHeaderFilter.doFilter(SetHeaderFilter.java:248) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:351) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.ContextPathBasedThreadPoolBalancerFilter.doFilter(ContextPathBasedThreadPoolBalancerFilter.java:107) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.ZimbraQoSFilter.doFilter(ZimbraQoSFilter.java:116) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:457) at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:326) at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:299) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.CharEncodingFilter.doFilter(CharEncodingFilter.java:37) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:544) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:309) at org.eclipse.jetty.server.handler.DebugHandler.handle(DebugHandler.java:81) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.server.Server.handle(Server.java:462) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232) at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) at java.lang.Thread.run(Thread.java:745) 2016-02-11 16:41:27,396 WARN [qtp509886383-23555:https://172.22.1.80:8443/h/printcalendar?l=10,405&origView=workWeek&view=week&date=20160207T000000&endDate=20160213T235959&ft=09:00&tt=14:00&wd=true&ow=false&od=false&imc=false&wdays=1,2,3,4,5&tz=Europe/Berlin&skin=harmony] [] webclient - local exception com.zimbra.cs.taglib.bean.ZTagLibException: Unterminated quote ExceptionId:qtp509886383-23555:https://172.22.1.80:8443/h/printcalendar?l=10,405&origView=workWeek&view=week&date=20160207T000000&endDate=20160213T235959&ft=09:00&tt=14:00&wd=true&ow=false&od=false&imc=false&wdays=1,2,3,4,5&tz=Europe/Berlin&skin=harmony:1455205287396:fe27ac870279f807 Code:ztaglib.TAG_EXCEPTION at com.zimbra.cs.taglib.bean.ZTagLibException.TAG_EXCEPTION(ZTagLibException.java:60) at com.zimbra.cs.taglib.bean.ZExceptionBean.<init>(ZExceptionBean.java:81) at com.zimbra.cs.taglib.tag.GetExceptionTag.doTag(GetExceptionTag.java:42) at org.apache.jsp.tag.web.infra.handleError_tag.doTag(org.apache.jsp.tag.web.infra.handleError_tag:102) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag.doTag(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:198) at org.apache.jsp.h.printcalendar._jspx_meth_app_multiDayPrintView_2(org.apache.jsp.h.printcalendar:1198) at org.apache.jsp.h.printcalendar._jspx_meth_c_when_5(org.apache.jsp.h.printcalendar:1166) at org.apache.jsp.h.printcalendar._jspx_meth_c_choose_3(org.apache.jsp.h.printcalendar:1039) at org.apache.jsp.h.printcalendar.access$14(org.apache.jsp.h.printcalendar:1024) at org.apache.jsp.h.printcalendar$printcalendarHelper.invoke1(org.apache.jsp.h.printcalendar:1387) at org.apache.jsp.h.printcalendar$printcalendarHelper.invoke(org.apache.jsp.h.printcalendar:1406) at org.apache.jsp.tag.web.infra.handleError_tag._jspx_meth_c_catch_0(org.apache.jsp.tag.web.infra.handleError_tag:222) at org.apache.jsp.tag.web.infra.handleError_tag.doTag(org.apache.jsp.tag.web.infra.handleError_tag:86) at org.apache.jsp.h.printcalendar._jspx_meth_app_handleError_1(org.apache.jsp.h.printcalendar:1020) at org.apache.jsp.h.printcalendar._jspService(org.apache.jsp.h.printcalendar:175) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at com.zimbra.webClient.servlet.JspServlet.service(JspServlet.java:58) at org.eclipse.jetty.servlet.JspPropertyGroupServlet.service(JspPropertyGroupServlet.java:139) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:738) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) at com.zimbra.cs.servlet.RequestStringFilter.doFilter(RequestStringFilter.java:54) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.RestFilter.doFilter(RestFilter.java:46) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.ForwardFilter.doFilter(ForwardFilter.java:88) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(SetHeaderFilter.java:59) at com.zimbra.webClient.filters.SetHeaderFilter.doFilter(SetHeaderFilter.java:248) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83) at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:351) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.ContextPathBasedThreadPoolBalancerFilter.doFilter(ContextPathBasedThreadPoolBalancerFilter.java:107) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.cs.servlet.ZimbraQoSFilter.doFilter(ZimbraQoSFilter.java:116) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:457) at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:326) at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:299) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at com.zimbra.webClient.filters.CharEncodingFilter.doFilter(CharEncodingFilter.java:37) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:544) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:309) at org.eclipse.jetty.server.handler.DebugHandler.handle(DebugHandler.java:81) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.server.Server.handle(Server.java:462) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232) at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.IllegalArgumentException: Unterminated quote at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:842) at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:634) at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:605) at com.zimbra.cs.taglib.tag.i18n.FormatDateTag.doTag(FormatDateTag.java:91) at org.apache.jsp.tag.web.calendar.multiDay_tag._jspx_meth_fmt_formatDate_9(org.apache.jsp.tag.web.calendar.multiDay_tag:4511) at org.apache.jsp.tag.web.calendar.multiDay_tag.doTag(org.apache.jsp.tag.web.calendar.multiDay_tag:875) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag._jspx_meth_app_multiDay_0(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:335) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag._jspx_meth_c_set_1(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:300) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag.access$4(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:284) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag$multiDayPrintView_tagHelper.invoke0(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:439) at org.apache.jsp.tag.web.calendar.multiDayPrintView_tag$multiDayPrintView_tagHelper.invoke(org.apache.jsp.tag.web.calendar.multiDayPrintView_tag:455) at org.apache.jsp.tag.web.infra.handleError_tag._jspx_meth_c_catch_0(org.apache.jsp.tag.web.infra.handleError_tag:222) at org.apache.jsp.tag.web.infra.handleError_tag.doTag(org.apache.jsp.tag.web.infra.handleError_tag:86) ... 65 more

No funciona amb el 8.7

En intentar fer el deploy, donaa tota una sèrie d'errors... No hi tinc instal·lada una versió anterior, això explicaria la primera sèrie d'errors (quan fa el backup), però no els que quan teòricament instal·la el nou...
` ./deploy.sh

EXECUTING SCRIPT

     Checking directories
             /opt/zimbra/jetty-distribution-*/webapps/zimbra/WEB-INF/classes/messages
             /opt/zimbra/jetty-distribution-*/webapps/zimbraAdmin/WEB-INF/classes/messages
     [OK!]
     Starting backups

cp: cannot stat '/opt/zimbra/jetty-distribution-/webapps/zimbra/WEB-INF/classes/messages/_ca.properties': No such file or dire ctory
cp: cannot stat '/opt/zimbra/jetty-distribution-/webapps/zimbraAdmin/WEB-INF/classes/messages/_ca.properties': No such file or directory
cp: cannot stat '/opt/zimbra/jetty-distribution-/webapps/zimbra/WEB-INF/classes/keys/_ca.properties': No such file or director y
cp: cannot stat '/opt/zimbra/jetty-distribution-/webapps/zimbraAdmin/WEB-INF/classes/keys/_ca.properties': No such file or dir ectory
cp: cannot stat '/opt/zimbra/conf/msgs//_ca.properties': No such file or directory
Completed backups!
Encoding new files
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
./deploy.sh: line 33: /opt/zimbra/java/bin/native2ascii: No such file or directory
Encoding complete
Copying new files
cp: cannot stat 'message/
_ca.properties': No such file or directory
cp: cannot stat 'message/_ca.properties': No such file or directory
cp: cannot stat 'keys/
_ca.properties': No such file or directory
cp: cannot stat 'keys/_ca.properties': No such file or directory
cp: cannot stat 'msgs/
_ca.properties': No such file or directory
chown: cannot access '/opt/zimbra/jetty-distribution-*/webapps/zimbra/WEB-INF/classes/messages/ca.properties': No such file or directory
chown: cannot access '/opt/zimbra/jetty-distribution-
/webapps/zimbraAdmin/WEB-INF/classes/messages/ca.properties': No such fil e or directory
chown: cannot access '/opt/zimbra/jetty-distribution-
/webapps/zimbra/WEB-INF/classes/keys/ca.properties': No such file or dire ctory
chown: cannot access '/opt/zimbra/jetty-distribution-
/webapps/zimbraAdmin/WEB-INF/classes/keys/*ca.properties': No such file or directory
chown: cannot access '/opt/zimbra/conf/msgs//*ca.properties': No such file or directory
Copy done

SCRIPT DONE

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.