r1201 - xwiki/trunk/src/main/resources
Ludovic Dubost
ludovic at users.forge.objectweb.org
Thu Aug 24 00:13:59 CEST 2006
Author: ludovic
Date: 2006-08-24 00:13:59 +0200 (Thu, 24 Aug 2006)
New Revision: 1201
Modified:
xwiki/trunk/src/main/resources/ApplicationResources.properties
xwiki/trunk/src/main/resources/ApplicationResources_en.properties
xwiki/trunk/src/main/resources/ApplicationResources_fr.properties
Log:
Added displaySearch functions
Updated templates for xwiki 1.0 skin
Additional resources
Fix admin right evaluation
Transform - in server names to _ in database names
Modified: xwiki/trunk/src/main/resources/ApplicationResources.properties
===================================================================
--- xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-08-23 22:06:30 UTC (rev 1200)
+++ xwiki/trunk/src/main/resources/ApplicationResources.properties 2006-08-23 22:13:59 UTC (rev 1201)
@@ -205,7 +205,7 @@
macros_mapping=Macro Mapping
notification_pages=Notification Pages
auth_active_check=Check Active fields for user authentication
-advanced=Advance
+advanced=Advanced
errornotdefine=Error not define in XWikiException !
propertynamenotcorrect=Property name only correct with a-zA-Z0-9 !
@@ -455,10 +455,11 @@
print=Print
wiki=Wiki
WYSIWYG=WYSIWYG
+invitation_email_content=Invitation eMail Content
parentfield=Parent
editingClass=Editing class
properties=Properties
classEditorIntro=Welcome to the Class Editor
editpageTitle=Editing $msg.get($editor) for $document.displayTitle
-remembermeonthiscomp=Remember me on this computer
\ No newline at end of file
+remembermeonthiscomp=Remember me on this computer
Modified: xwiki/trunk/src/main/resources/ApplicationResources_en.properties
===================================================================
--- xwiki/trunk/src/main/resources/ApplicationResources_en.properties 2006-08-23 22:06:30 UTC (rev 1200)
+++ xwiki/trunk/src/main/resources/ApplicationResources_en.properties 2006-08-23 22:13:59 UTC (rev 1201)
@@ -205,7 +205,7 @@
macros_mapping=Macro Mapping
notification_pages=Notification Pages
auth_active_check=Check Active fields for user authentication
-advanced=Advance
+advanced=Advanced
errornotdefine=Error not define in XWikiException !
propertynamenotcorrect=Property name only correct with a-zA-Z0-9 !
@@ -455,6 +455,7 @@
print=Print
wiki=Wiki
WYSIWYG=WYSIWYG
+invitation_email_content=Invitation eMail Content
parentfield=Parent
#login
Modified: xwiki/trunk/src/main/resources/ApplicationResources_fr.properties
===================================================================
--- xwiki/trunk/src/main/resources/ApplicationResources_fr.properties 2006-08-23 22:06:30 UTC (rev 1200)
+++ xwiki/trunk/src/main/resources/ApplicationResources_fr.properties 2006-08-23 22:13:59 UTC (rev 1201)
@@ -301,3 +301,4 @@
print=Imprimer
wiki=Wiki
WYSIWYG=WYSIWYG
+invitation_email_content=Contenu de l'e-mail d'Invitation
\ No newline at end of file
More information about the Xwiki-notifications
mailing list