r979 - xwiki/trunk/src/main/resources
Nguyen Viet Chung
chungnv at users.forge.objectweb.org
Mon Mar 27 06:58:10 CEST 2006
Author: chungnv
Date: 2006-03-27 06:58:09 +0200 (Mon, 27 Mar 2006)
New Revision: 979
Modified:
xwiki/trunk/src/main/resources/ApplicationResources.properties
Log:
Fix bug XWIKI-130, saying message not support characters '\' '/' ';' when upload attachment .
Modified: xwiki/trunk/src/main/resources/ApplicationResources.properties
===================================================================
--- xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-03-27 04:55:57 UTC (rev 978)
+++ xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-03-27 04:58:09 UTC (rev 979)
@@ -192,8 +192,10 @@
thiswikidoesnotexist=This Wiki does not exist on this server.
thisdocdoesnotexist=This document does not exist in this wiki.
availableversionsattachment=The available versions of file '$attachment.filename' are:
-attachmentdoesnotexist=The attachment does not exists in this wiki
-
+attachmentdoesnotexist=The attachment does not exists in this wiki
+fileuploadislarge=XWiki has a default limit of around 10Mb which can be changed using the upload_maxsize parameter in the XWiki.XWikiPreferences page <br>(using edit class add a Number field of type long and using edit objects to change the value)
+javaheapspace=Out of memory Exception
+notsupportcharacters=File name does not support characters '\\' '/' ';'
chartwizard=Chart Wizard
chwhide=hide
chwshow=show
More information about the Xwiki-notifications
mailing list