You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2009/02/14 13:48:50 UTC

svn commit: r744492 [3/8] - in /incubator/jspwiki/trunk: ./ .settings/ etc/i18n/ src/WebContent/WEB-INF/classes/ src/WebContent/WEB-INF/classes/plugin/ src/WebContent/WEB-INF/classes/templates/ src/WebContent/WEB-INF/classes/templates/default/ src/java...

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,65 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed = Plugin insertion failed: {0}
+plugin.error.cannotinstantiate = Cannot instantiate plugin {0} 
+plugin.error.notallowed = Not allowed to access plugin {0}
+plugin.error.instantationfailed = Instantiation of plugin {0} failed.
+plugin.error.failed = Plugin failed
+plugin.error.couldnotfind = Could not find plugin {0}
+plugin.error.notawikiplugin = Class {0} is not a Wiki plugin.
+plugin.error.missingparameter = Missing parameter in plugin definition: {0}
+plugin.error.parsingarguments = Zyrf.  Problems with parsing arguments: {0}
+
+# TableOfContents
+tableofcontents.title = Table of Contents
+
+# BugReportHandler
+
+bugreporthandler.new = A new page has been created: {0}
+bugreporthandler.unable = Unable to create a new page!
+bugreporthandler.titlerequired = Title is required!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = You specified a bad format
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = New entry
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more = ...and {0} more
+referringpagesplugin.nobody = ...nobody
+
+# Forms plugins
+formclose.noneedtoshow = (no need to show close now)
+forminput.namemissing = Input element is missing parameter 'name'.
+forminput.noneedtoshow = (no need to show input field now)
+formopen.missingparam = The FormOpen element is missing the '{0}' parameter.
+formopen.postorgetonly = Method must be either 'post' or 'get'
+formopen.noneedtoshow = (no need to show form open now)
+formoutput.missingargument = Argument '{0}' required for Form plugin
+formselect.namemissing = Select element is missing parameter 'name'.
+formtextarea.noneedtoshow = (no need to show textarea field now)
+formtextarea.namemissing = Textarea element is missing parameter 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=Page
+plugin.listlocks.locked.by=Locked by
+plugin.listlocks.acquired=Acquired
+plugin.listlocks.expires=Expires
+plugin.listlocks.no.locks.exist=No locks exist currently.
+
+# InsertPage plugin
+plugin.insert.notfound=Page could not be found by the page provider.
+plugin.insert.recursion=Error: Circular reference - you can't include a page in itself!
+plugin.insert.nopermission=You do not have permission to view this included page.
+plugin.insert.nopage1=There is no page called
+plugin.insert.nopage2=Would you like to
+plugin.insert.nopage3=create it?
+plugin.insert.definepage=You have to define a page!
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_de.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_de.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_de.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_de.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,82 @@
+#
+# This is the German language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+#
+# Anrede "Du" oder "Sie"? http://lists.wikimedia.org/pipermail/wikide-l/2007-July/019595.html
+#
+# Momentan wird "du" verwendet, im Geiste von Janne Jalkanens witziger 
+# und offener Art, Systemmeldungen in englisch zu formulieren. "Whee!".
+# "du" animiert zum mitmachen. Anrede wird klein geschrieben.
+#
+# Die Datei muss in der Codierung ISO 8859-1 (Latin-1) abgespeichert werden.
+# Umlaute und Sonderzeichen können daher direkt eingetippt werden und müssen (dürfen)
+# insbesondere nicht mittels HTML-Entities escaped werden.
+#
+# Translation revised on 2008-02-05 by Florian Holeczek
+
+
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed=Einfügen eines Plugins fehlgeschlagen: {0}
+plugin.error.cannotinstantiate=Kann Plugin '{0}' nicht instanziieren.
+plugin.error.notallowed=Keine Zugriffsberechtigung auf Plugin '{0}'.
+plugin.error.instantationfailed=Instanziierung des Plugins '{0}' fehlgeschlagen.
+plugin.error.failed=Plugin-Fehler aufgetreten
+plugin.error.couldnotfind=Plugin '{0}' konnte nicht gefunden werden.
+plugin.error.notawikiplugin=Die Klasse '{0}' ist kein Wiki-Plugin.
+plugin.error.missingparameter=Fehlende Parameter in der Plugin-Definition: '{0}'
+plugin.error.parsingarguments=Probleme beim Parsen von Argumenten: '{0}'
+
+# TableOfContents
+
+tableofcontents.title=Inhaltsverzeichnis
+
+# BugReportHandler
+
+bugreporthandler.new=Eine neue Seite wurde erstellt: {0}
+bugreporthandler.unable=Fehler beim Erstellen einer neuen Seite!
+bugreporthandler.titlerequired=Ein Titel muss angegeben werden!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat=Du hast ein ungültiges Format angegeben.
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry=Neuer Eintrag
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more= ... und {0} weitere
+referringpagesplugin.nobody= ... keine
+
+# Forms plugins
+
+formclose.noneedtoshow=(form close muss momentan nicht angezeigt werden)
+forminput.namemissing=Eingabeelement erwartet Parameter 'name'.
+forminput.noneedtoshow=(form input muss momentan nicht angezeigt werden)
+formopen.missingparam=Das Element 'FormOpen' erwartet den Parameter {0}.
+formopen.postorgetonly=Die HTTP-Methode muss entweder 'POST' oder 'GET' sein.
+formopen.noneedtoshow=(form open muss momentan nicht angezeigt werden)
+formoutput.missingargument=Das FormPlugin erwartet das Argument {0}.
+formselect.namemissing=Das Element 'select' erwartet den Parameter 'name'.
+formtextarea.noneedtoshow=(form textarea muss momentan nicht angezeigt werden)
+formtextarea.namemissing=Das Element 'textarea' erwartet den Parameter 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=Seite
+plugin.listlocks.locked.by=gesperrt für
+plugin.listlocks.acquired=gesperrt ab
+plugin.listlocks.expires=gesperrt bis
+plugin.listlocks.no.locks.exist=Momentan existieren keine Sperren.
+
+# InsertPage plugin
+plugin.insert.notfound=Seite konnte nicht gefunden werden!
+plugin.insert.recursion=Fehler: Zyklische Referenz - Du kannst eine Seite nicht in sie selbst einfügen!
+plugin.insert.nopermission=Du hast keine ausreichenden Rechte, um diese Seite zu sehen.
+plugin.insert.nopage1=Es gibt keine Seite namens
+plugin.insert.nopage2=Willst du sie
+plugin.insert.nopage3=erstellen?
+plugin.insert.definepage=Du musst eine Seite definieren!
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_en.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_en.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_en.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_en.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,65 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed = Plugin insertion failed: {0}
+plugin.error.cannotinstantiate = Cannot instantiate plugin {0} 
+plugin.error.notallowed = Not allowed to access plugin {0}
+plugin.error.instantationfailed = Instantiation of plugin {0} failed.
+plugin.error.failed = Plugin failed
+plugin.error.couldnotfind = Could not find plugin {0}
+plugin.error.notawikiplugin = Class {0} is not a Wiki plugin.
+plugin.error.missingparameter = Missing parameter in plugin definition: {0}
+plugin.error.parsingarguments = Zyrf.  Problems with parsing arguments: {0}
+
+# TableOfContents
+tableofcontents.title = Table of Contents
+
+# BugReportHandler
+
+bugreporthandler.new = A new page has been created: {0}
+bugreporthandler.unable = Unable to create a new page!
+bugreporthandler.titlerequired = Title is required!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = You specified a bad format
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = New entry
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more = ...and {0} more
+referringpagesplugin.nobody = ...nobody
+
+# Forms plugins
+formclose.noneedtoshow = (no need to show close now)
+forminput.namemissing = Input element is missing parameter 'name'.
+forminput.noneedtoshow = (no need to show input field now)
+formopen.missingparam = The FormOpen element is missing the '{0}' parameter.
+formopen.postorgetonly = Method must be either 'post' or 'get'
+formopen.noneedtoshow = (no need to show form open now)
+formoutput.missingargument = Argument '{0}' required for Form plugin
+formselect.namemissing = Select element is missing parameter 'name'.
+formtextarea.noneedtoshow = (no need to show textarea field now)
+formtextarea.namemissing = Textarea element is missing parameter 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=Page
+plugin.listlocks.locked.by=Locked by
+plugin.listlocks.acquired=Acquired
+plugin.listlocks.expires=Expires
+plugin.listlocks.no.locks.exist=No locks exist currently.
+
+# InsertPage plugin
+plugin.insert.notfound=Page could not be found by the page provider.
+plugin.insert.recursion=Error: Circular reference - you can't include a page in itself!
+plugin.insert.nopermission=You do not have permission to view this included page.
+plugin.insert.nopage1=There is no page called
+plugin.insert.nopage2=Would you like to
+plugin.insert.nopage3=create it?
+plugin.insert.definepage=You have to define a page!
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_es.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_es.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_es.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_es.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,57 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed = Fallo en la inserción del Plugin: {0}
+plugin.error.cannotinstantiate = No se pudo instantiar el plugin {0} 
+plugin.error.notallowed = No está permitido el acceso al plugin {0}
+plugin.error.instantationfailed = La instanciación del plugin {0} ha fallado.
+plugin.error.failed = El plugin ha fallado
+plugin.error.couldnotfind = No se pudo encontrar el plugin {0}
+plugin.error.notawikiplugin = La clase {0} no es un plugin del Wiki.
+plugin.error.missingparameter = Parámetro faltante en la definición del plugin: {0}
+plugin.error.parsingarguments = Zyrf.  Problemas al parsear los argumentos: {0}
+
+# TableOfContents
+tableofcontents.title = Tabla de Contenidos
+
+# BugReportHandler
+
+bugreporthandler.new = Se ha creado un nuevo informe de errores: {0}
+bugreporthandler.unable = ¡No se pudo crear el nuevo informe de errores!
+bugreporthandler.titlerequired = ¡El título es obligatorio!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = Especificaste un formato erróneo
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = Nueva entrada
+
+# ReferringPagesPlugin
+
+# This is in JSPWikiMarkup; {0} is where you put in the number
+referringpagesplugin.more = ... y {0} más
+referringpagesplugin.nobody = ...nadie
+
+# Forms plugins
+formclose.noneedtoshow = (no es necesario mostrar el cierre ahora)
+forminput.namemissing = El elemento campo de entrada no tiene definido el parámetro 'name'.
+forminput.noneedtoshow = (no es necesario mostrar el campo de entrada de texto ahora)
+formopen.missingparam = El elemento FormOpen no tiene definido el parámetro '{0}'.
+formopen.postorgetonly = El atributo 'Method' debe ser obligatoriamente 'post' o 'get'
+formopen.noneedtoshow = (no es necesario mostrar la apertura del form ahora)
+formoutput.missingargument = El argumento '{0}' es requerido por el plugin Form
+formselect.namemissing = El elemento Select no tiene definido el parámetro 'name'.
+formtextarea.noneedtoshow = (no es necesario mostrar el campo textarea ahora)
+formtextarea.namemissing = El elemento Textarea no tiene definido el parámetro 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=Página
+plugin.listlocks.locked.by=Bloqueada por
+plugin.listlocks.acquired=Adquirida
+plugin.listlocks.expires=Expira
+plugin.listlocks.no.locks.exist=No existen bloqueos actualmente.
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fi.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fi.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fi.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fi.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,57 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# TableOfContents
+tableofcontents.title = Sisällysluettelo
+
+# BugReportHandler
+
+bugreporthandler.new = Uusi raportti on luotu
+bugreporthandler.unable = Ei voinut luoda uutta raporttia
+bugreporthandler.titlerequired = Otsikko on pakollinen
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = Viallinen formaatti
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = Uusi merkintä
+
+# ReferringPagesPlugin
+
+# This is in JSPWikiMarkup; {0} is where you put in the number, and {1} is a link
+# to the page info with the full list
+referringpagesplugin.more = ...ja {0} lisää
+referringpagesplugin.nobody = ...ei kukaan
+
+# Forms Plugins
+formclose.noneedtoshow = (ei tarvetta näyttää suljettuja nyt)
+forminput.namemissing = FormInput tarvitsee parameterin 'name'.
+forminput.noneedtoshow = (ei tarvetta näyttää piilotettuja elementtejä)
+formopen.missingparam = FormOpen tarvitsee parameterin '{0}'.
+formopen.postorgetonly = Method-parametrin on oltava joko 'post' or 'get'.
+formopen.noneedtoshow = (ei tarvetta näyttää avattua formia)
+formoutput.missingargument = FormOutput tarvitsee parametrin '{0}'.
+formselect.namemissing = Select tarvitsee parametrin 'name'.
+formtextarea.noneedtoshow = (ei tarvetta näyttää tekstinsyöttökenttää)
+formtextarea.namemissing = TextArea-elementti tarvitsee parametrin 'name'.
+
+# PluginManager itself
+
+plugin.error.cannotinstantiate = En voinut käynnistää laajennusta {0} 
+plugin.error.couldnotfind = En löytänyt laajennusta {0}
+plugin.error.failed = Laajennus epäonnistui
+plugin.error.insertionfailed = Laajennuksen käyttö epäonnistui: {0}
+plugin.error.instantationfailed = En voinut käynnistää laajennusta {0}.
+plugin.error.missingparameter = Missing parameter in plugin definition: {0}
+plugin.error.notallowed = Ei lupaa käyttää laajennusta {0}
+plugin.error.notawikiplugin = Luokka {0} ei ole wikilaajennus
+plugin.error.parsingarguments = Gnöö: Ei voitu parsia parametreja {0}
+
+# ListLocks plugin
+plugin.listlocks.acquired = Lukko luotu
+plugin.listlocks.expires = Lukko umpeutuu
+plugin.listlocks.locked.by = Lukitsija
+plugin.listlocks.no.locks.exist = Ei lukkoja tällä hetkellä.
+plugin.listlocks.page = Sivu

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fr.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fr.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fr.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_fr.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,69 @@
+# This is the French language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+# Ceci est le bundle de langue franÁaise pour les plugins noyau de JSPWiki
+# N'ajoutez pas vos propres ressources ? ce fichier ; veuillez crÈer votre propre bundle ? la place.
+#
+# Every non-English sign is written as Java Unicode sequence
+# Warning: in every property value, which is a MessageFormat pattern (with {xx} in it), simple quotes (\u0027) MUST  be doubled
+# Tous les signes non-anglais sont Ècrits sous la forme de sÈquences Unicode Java
+# Attention : dans toutes les valeurs de propriÈtÈs qui sont des patrons MessageFormat (avec un ou plusieurs {xx}), les apostrophes (\u0027) DOIVENT  Ítre dupliquÈes
+
+# ElÈments communs
+
+
+# Erreurs d'activation des plugins
+
+plugin.error.insertionfailed = Echec d\u0027\u0027insertion de plugin\u00A0: {0}
+plugin.error.cannotinstantiate = Impossible d\u0027\u0027instancier le plugin {0} 
+plugin.error.notallowed = Acc\u00E8s au plugin {0} refus\u00E9
+plugin.error.instantationfailed = Echec d\u0027\u0027instantiation du plugin {0}.
+plugin.error.failed = Echec du plugin.
+plugin.error.couldnotfind = Impossible de trouver le plugin {0}
+plugin.error.notawikiplugin = La classe {0} n\u0027\u0027est pas un plugin Wiki.
+plugin.error.missingparameter = Param\u00E8tre manquant dans la d\u00E9finition du plugin\u00A0: {0}
+plugin.error.parsingarguments = Argh\u00A0! Probl\u00E8mes rencontr\u00E9s en analysant les arguments\u00A0: {0}
+
+# TableOfContents
+tableofcontents.title = Table des mati\u00E8res
+
+# BugReportHandler
+
+bugreporthandler.new = Une nouvelle page a \u00E9t\u00E9 cr\u00E9\u00E9e\u00A0: {0}
+bugreporthandler.unable = Impossible de cr\u00E9er une nouvelle page\u00A0!
+bugreporthandler.titlerequired = Un titre est requis\u00A0!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = Le format que vous avez sp\u00E9cifi\u00E9 est incorrect
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = Nouvelle entr\u00E9e
+
+# ReferringPagesPlugin
+
+# Ceci utilise le JSPWikiMarkup; {0} est l'endroit o? vous mettez le nombre, {1} est une URL
+referringpagesplugin.more = ...et [{0} plus |{1}]\\\\
+referringpagesplugin.nobody = ...personne
+
+# Plugins Forms
+formclose.noneedtoshow = (inutile de montrer le bouton de fermeture imm\u00E9diatement)
+forminput.namemissing = L\u0027\u00E9l\u00E9ment d\u0027entr\u00E9e requiert le param\u00E8tre "name".
+forminput.noneedtoshow = (inutile de montrer le champ d\u0027entr\u00E9e imm\u00E9diatement)
+formopen.missingparam = L\u0027\u0027\u00E9l\u00E9ment d\u0027\u0027ouverture requiert le param\u00E8tre "{0}".
+formopen.postorgetonly = La m\u00E9thode doit Ítre "post" ou "get"
+formopen.noneedtoshow = (inutile de montrer le bouton d\u0027ouverture imm\u00E9diatement)
+formoutput.missingargument = Argument "{0}" requis pour le plugin Form
+formselect.namemissing = L\u0027\u00E9l\u00E9ment SELECT requiert le param\u00E8tre "name".
+formtextarea.noneedtoshow = (inutile de montrer le champ de saisie imm\u00E9diatement)
+formtextarea.namemissing = Le champ de saisie requiert le param\u00E8tre "name".
+
+# Plugin ListLocks
+plugin.listlocks.page=Page
+plugin.listlocks.locked.by=Verrouill\u00E9e par
+plugin.listlocks.acquired=Verrouill\u00E9e depuis
+plugin.listlocks.expires=Verrouill\u00E9e jusqu\u0027\u00E0
+plugin.listlocks.no.locks.exist=Aucun verrou n\u0027est pos\u00E9 pour le moment.
+
+#Plugin Denounce
+#denounce.denouncetext = <Le lien vers les moteurs de recherche d\u00E9sapprouv\u00E9s a \u00E9t\u00E9 supprim\u00E9>

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_it.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_it.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_it.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_it.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,65 @@
+# This is the Italian language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed = Caricamento del Plugin fallito: {0}
+plugin.error.cannotinstantiate = Non posso instanziare il plugin {0} 
+plugin.error.notallowed = Non ` possibile accedere al plugin {0}
+plugin.error.instantationfailed = Instanziazione del plugin {0} fallita.
+plugin.error.failed = Plugin fallito
+plugin.error.couldnotfind = Non posso trovare il plugin {0}
+plugin.error.notawikiplugin = La classe {0} non ` un plugin Wiki.
+plugin.error.missingparameter = Parametro mancante nella definzione del plugin: {0}
+plugin.error.parsingarguments = Zyrf.  Problema nel parsing degli argomenti: {0}
+
+# TableOfContents
+tableofcontents.title = Indice
+
+# BugReportHandler
+
+bugreporthandler.new = E' stata creata una nuova pagina: {0}
+bugreporthandler.unable = Impossibile creare una nuova pagina!
+bugreporthandler.titlerequired = Titolo obbligatorio!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = Formato scorretto
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = Nuova voce
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more = ... e {0} altri
+referringpagesplugin.nobody = ...nessuno
+
+# Forms plugins
+formclose.noneedtoshow = (non occorre mostrare il close)
+forminput.namemissing = Manca un 'nome' di parametro sull'elemento Input.
+forminput.noneedtoshow = (non occorre mostrare il campo di input)
+formopen.missingparam = Manca il parametro '{0}' sull'elemento FormOpen.
+formopen.postorgetonly = Il metodo deve essere'post' o 'get'
+formopen.noneedtoshow = (non occorre mostrare la form open ora)
+formoutput.missingargument = Argomento '{0}' richiesto dal Form plugin
+formselect.namemissing = Parametro 'name' mancante sull'elemento Select.
+formtextarea.noneedtoshow = (non occorre mostrare il campo textarea)
+formtextarea.namemissing = Parametro 'name' mancante sull'elemento Textarea.
+
+# ListLocks plugin
+plugin.listlocks.page=Pagina
+plugin.listlocks.locked.by=Bloccata da
+plugin.listlocks.acquired=Aquisiti
+plugin.listlocks.expires=Scade il
+plugin.listlocks.no.locks.exist=In questo momento non esitono blocchi.
+
+# InsertPage plugin
+plugin.insert.notfound=La pagina non è stata trovata.
+plugin.insert.recursion=Errore: Riferimento Circolare - non ` possibile includere una pagina dentro s` stessa!
+plugin.insert.nopermission=Non avete i permessi per visualizzare questa pagina inclusa.
+plugin.insert.nopage1=Non esiste una pagina chiamata
+plugin.insert.nopage2=Vorreste
+plugin.insert.nopage3=crearla?
+plugin.insert.definepage=Dovete definire una pagina!
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_nl.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_nl.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_nl.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_nl.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,73 @@
+#
+# This is the Dutch language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+#
+# Translation created on 2008-03-16 by Harry Metske
+
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed=Fout opgetreden bij invoegen van plugin: {0}
+plugin.error.cannotinstantiate=Kan plugin {0}  niet instantieren
+plugin.error.notallowed=Geen toegang tot plugin: {0}
+plugin.error.instantationfailed=Instantieren van plugin {0} mislukt
+plugin.error.failed=Plugin fout opgetreden
+plugin.error.couldnotfind=Plugin {0} kon niet worden gevonden.
+plugin.error.notawikiplugin=De klasse {0} is geen Wiki Plugin
+plugin.error.missingparameter=Er ontbreekt een parameter voor plugin {0} 
+plugin.error.parsingarguments=Fout opgetreden bij het parsen van parameters voor plugin {0}
+
+# TableOfContents
+
+tableofcontents.title=Inhoudsopgave
+
+# BugReportHandler
+
+bugreporthandler.new=Nieuwe pagina gemaakt: {0}
+bugreporthandler.unable=Kon geen nieuwe pagina aanmaken
+bugreporthandler.titlerequired=Een titel is verplicht !
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat=Je hebt een fout formaat opgegeven
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry=Nieuw item
+
+# ReferringPagesPlugin
+
+# This is in JSPWikiMarkup; {0} is where you put in the number, and {1} is a link
+# to the page info with the full list
+
+referringpagesplugin.more= ... en {0} meer
+referringpagesplugin.nobody= ... geen
+
+# Forms plugins
+
+formclose.noneedtoshow=(hoef nu geen close te laten zien)
+forminput.namemissing=Ontbrekende parameter voor invoer element 'name'.
+forminput.noneedtoshow=(hier geen veld invoer nodig)
+formopen.missingparam=Het element 'FormOpen' verwacht de parameter {0}.
+formopen.postorgetonly=De HTTP-methode moet 'POST' of 'GET' zijn.
+formopen.noneedtoshow=(form open is hier niet nodig)
+formoutput.missingargument=De FormPlugin verwacht het argument {0}.
+formselect.namemissing=Het element 'select' verwacht een parameter 'name'.
+formtextarea.noneedtoshow=(form textarea is hier niet nodig)
+formtextarea.namemissing=Het element 'textarea' verwacht de parameter 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=Pagina
+plugin.listlocks.locked.by=In gebruik door
+plugin.listlocks.acquired=Sinds
+plugin.listlocks.expires=Loopt af
+plugin.listlocks.no.locks.exist=Er zijn momenteel geen locks.
+
+# InsertPage plugin
+plugin.insert.notfound=Pagina niet gevonden door de Page Provider
+plugin.insert.recursion=Error: Recursie - Je kunt een pagina niet in zichzelf includen !
+plugin.insert.nopermission=Je hebt geen permissies om de include pagina te bekijken
+plugin.insert.nopage1=Er bestaat geen pagina met de naam
+plugin.insert.nopage2=Wil je 'm
+plugin.insert.nopage3=aanmaken ?
+plugin.insert.definepage=Je moet een pagina opgeven !
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_ru.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_ru.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_ru.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_ru.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,56 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# Errors rendering plugins
+
+plugin.error.insertionfailed = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430: {0}
+plugin.error.cannotinstantiate = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0} 
+plugin.error.notallowed = \u041d\u0435\u0442 \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c {0}
+plugin.error.instantationfailed = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 {0} \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u0430\u044f.
+plugin.error.failed = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430
+plugin.error.couldnotfind = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d {0}
+plugin.error.notawikiplugin = \u041a\u043b\u0430\u0441 {0} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0438\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u043c.
+plugin.error.missingparameter = \u041f\u043e\u0442\u0435\u0440\u044f\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430: {0}
+plugin.error.parsingarguments = \u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0430\u0440\u0441\u0438\u043d\u0433\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u0430, \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0430: {0}
+
+# TableOfContents
+tableofcontents.title = \u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435
+
+# BugReportHandler
+
+bugreporthandler.new = \u041d\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0431\u044b\u043b\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430: {0}
+bugreporthandler.unable = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443!
+bugreporthandler.titlerequired = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043e\u0431\u044a\u044f\u0437\u0430\u0442\u0435\u043b\u0435\u043d!
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = \u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = \u041d\u043e\u0432\u044b\u0439 \u0432\u0432\u043e\u0434
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more = ...\u0438 {0} \u0431\u043e\u043b\u044c\u0448\u0435
+referringpagesplugin.nobody = ...\u043a\u0442\u0443\u043b\u0445\u0443
+
+# Forms plugins
+formclose.noneedtoshow = (\u043d\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u043f\u043e\u043a\u0430\u0437\u0435)
+forminput.namemissing = \u041f\u043e\u0442\u0435\u0440\u044f\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0432\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 'name'.
+forminput.noneedtoshow = (\u043d\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u043f\u043e\u043a\u0430\u0437\u0435 \u043f\u043e\u043b\u044f input)
+formopen.missingparam = \u0412 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435 FormOpen \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d '{0}' \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440.
+formopen.postorgetonly = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u043c\u0435\u0442\u043e\u0434 'post' \u0438\u043b\u0438 'get'
+formopen.noneedtoshow = (\u043d\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u043f\u043e\u043a\u0430\u0437\u0435 \u0444\u043e\u0440\u043c\u044b)
+formoutput.missingargument = \u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442 '{0}' \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0430
+formselect.namemissing = \u0412 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 Select \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 'name'.
+formtextarea.noneedtoshow = (\u043d\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u043b\u0435 \u0432\u0432\u043e\u0434\u0430)
+formtextarea.namemissing = \u0412 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0435 Textarea \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 'name'.
+
+# ListLocks plugin
+plugin.listlocks.page=\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430
+plugin.listlocks.locked.by=\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c
+plugin.listlocks.acquired=\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u043e
+plugin.listlocks.expires=\u0418\u0441\u0442\u0435\u043a\u0430\u0435\u0442
+plugin.listlocks.no.locks.exist=\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043e\u043a \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0441\u0435\u0439\u0447\u0430\u0441 \u043d\u0435\u0442.

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_zh_CN.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_zh_CN.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_zh_CN.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/plugin/PluginResources_zh_CN.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,57 @@
+# This is the English language bundle for JSPWiki core plugins
+# Don't add your own plugins to this file; create your own bundle, please.
+
+# Errors rendering plugins
+
+# NLS_MESSAGEFORMAT_VAR
+plugin.error.insertionfailed = \u63d2\u4ef6\u63d2\u5165\u5931\u8d25\uff1a{0}
+plugin.error.cannotinstantiate = \u4e0d\u80fd\u521d\u59cb\u5316\u63d2\u4ef6 {0} 
+plugin.error.notallowed = \u4e0d\u5141\u8bb8\u8bbf\u95ee\u63d2\u4ef6 {0}
+plugin.error.instantationfailed = \u63d2\u4ef6 {0} \u521d\u59cb\u5316\u5931\u8d25\u3002
+plugin.error.failed = \u63d2\u4ef6\u5931\u8d25
+plugin.error.couldnotfind = \u627e\u4e0d\u5230\u63d2\u4ef6 {0}
+plugin.error.notawikiplugin = \u7c7b\uff08Class\uff09{0} \u4e0d\u662f Wiki \u63d2\u4ef6\u3002
+plugin.error.missingparameter = \u63d2\u4ef6\u5b9a\u4e49\u4e2d\u7f3a\u5c11\u53c2\u6570\uff1a{0}
+plugin.error.parsingarguments =  \u89e3\u6790\u53c2\u6570\u65f6\u53d1\u751f\u95ee\u9898\uff1a{0}
+
+# TableOfContents
+tableofcontents.title = \u76ee\u5f55
+
+# BugReportHandler
+
+bugreporthandler.new = \u5df2\u7ecf\u521b\u5efa\u4e86\u65b0\u9875\u9762\uff1a{0}
+bugreporthandler.unable = \u65e0\u6cd5\u521b\u5efa\u65b0\u9875\u9762\uff01
+bugreporthandler.titlerequired = \u6807\u9898\u4e3a\u5fc5\u586b\u5185\u5bb9\uff01
+
+# CurrentTimePlugin
+
+currenttimeplugin.badformat = \u6307\u5b9a\u4e86\u9519\u8bef\u7684\u683c\u5f0f
+
+# WeblogEntryPlugin
+
+weblogentryplugin.newentry = \u521b\u5efa\u535a\u5ba2\u6587\u7ae0
+
+# ReferringPagesPlugin
+
+# {0} is where you put in the number how many links are still there
+referringpagesplugin.more = ...\u8fd8\u6709 {0} \u4e2a\u5f15\u7528\u9875\u9762
+referringpagesplugin.nobody = ...\u6ca1\u6709\u5f15\u7528\u9875\u9762\uff01
+
+# Forms plugins
+formclose.noneedtoshow = \uff08\u73b0\u5728\u4e0d\u5fc5\u663e\u793a\u201c\u5173\u95ed\u201d\uff09
+forminput.namemissing = \u8f93\u5165\u5143\u7d20\u7f3a\u5c11\u53c2\u6570 'name'\u3002
+forminput.noneedtoshow = \uff08\u73b0\u5728\u4e0d\u5fc5\u663e\u793a\u8f93\u5165\u5b57\u6bb5\uff09
+formopen.missingparam = FormOpen \u5143\u7d20\u7f3a\u5c11 '{0}' \u53c2\u6570\u3002
+formopen.postorgetonly = \u65b9\u6cd5\uff08method\uff09\u5fc5\u987b\u4e3a 'post' \u6216\u8005 'get'
+formopen.noneedtoshow = \uff08\u73b0\u5728\u4e0d\u5fc5\u6253\u5f00\u8868\u5355\uff09
+formoutput.missingargument = \u53c2\u6570 '{0}' \u5728 Form \u63d2\u4ef6\u4e2d\u662f\u5fc5\u9700\u7684
+formselect.namemissing = Select \u5143\u7d20\u7f3a\u5c11\u53c2\u6570 'name'\u3002
+formtextarea.noneedtoshow = \uff08\u73b0\u5728\u4e0d\u5fc5\u663e\u793a\u6587\u672c\u6846\uff09
+formtextarea.namemissing = Textarea \u5143\u7d20\u7f3a\u5c11\u53c2\u6570 'name'\u3002
+
+# ListLocks plugin
+plugin.listlocks.page=\u9875\u9762
+plugin.listlocks.locked.by=\u9501\u5b9a\u8005\u4e3a
+plugin.listlocks.acquired=\u5df2\u83b7\u5f97
+plugin.listlocks.expires=\u5df2\u8fc7\u671f
+plugin.listlocks.no.locks.exist=\u76ee\u524d\u4e0d\u5b58\u5728\u9501\u3002
\ No newline at end of file

Added: incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/default.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/default.properties?rev=744492&view=auto
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/default.properties (added)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/classes/templates/default.properties Sat Feb 14 12:48:49 2009
@@ -0,0 +1,484 @@
+
+#  This file contains the localized resource definitions for
+#  the "default" template.  Any other template i18n file should
+#  be renamed in a similar way, e.g. "mytemplate.properties" under i18n/templates
+
+# Common things
+
+common.nopage=This page does not exist.  Why don’t you go and {0}?
+common.createit=create it
+common.more=More...
+# AttachmentTab.jsp
+
+attach.tab=Attach
+attach.list=List of attachments
+attach.add=Add new attachment
+attach.add.info=In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
+attach.add.permission=Only authorized users are allowed to upload new attachments.
+attach.bytes=bytes
+attach.add.selectfile=Select file:
+attach.add.changenote=Change Note:
+attach.add.submit=Upload
+attach.preview=Image preview
+attach.deleteconfirm=Please confirm that you want to delete this attachment permanently!
+attach.delete=Delete
+attach.moreinfo.title=Attachment info and version history
+# CommentContent.jsp
+
+comment.title.comment={0}: Comment: {1}
+comment.tab.discussionpage=Discussion page
+comment.tab.addcomment=Add comment
+comment.edithelpmissing=Ho hum, it seems that the {0} page is missing.  Someone must&#8217;ve done something to the installation...<br /><br />You can copy the text from the <a href="http://www.jspwiki.org/Wiki.jsp?page=EditPageHelp">EditPageHelp page on jspwiki.org</a>.
+# ConflictContent.jsp
+
+conflict.oops.title=Oops!
+conflict.oops=<p><b>Oops!  Someone modified the page while you were editing it!</b></p><p>Since I am stupid and can&#8217;t figure out what the difference between those pages is, you will need to do that for me.  I&#8217;ve printed here the text (in Wiki) of the new page, and the modifications you made.  You&#8217;ll now need to copy the text onto a scratch pad (Notepad or emacs will do just fine), and then edit the page again.</p> <p>Note that when you go back into the editing mode, someone might have changed the page again.  So be quick.</p>
+conflict.goedit=<p>Go edit {0}</p>
+conflict.modified=Modified by someone else
+conflict.yourtext=Here&#8217;s your text
+# DiffContent.jsp
+
+#diff.tab=Version changes
+diff.difference=Difference between version {0} and {1}
+diff.gotofirst.title=Go to first change in this document
+diff.gotofirst=View first change
+diff.goback=Back to {0}, or {1}
+diff.versionhistory={0} page info
+diff.nodiff=No difference detected.
+# EditContent.jsp
+
+edit.locked=User &#8220;{0}&#8221; has started to edit this page, but has not yet saved.  I won&#8217;t stop you from editing this page anyway, BUT be aware that the other person might be quite annoyed.  It would be courteous to wait for the lock to expire or until the person stops editing the page.  The lock expires in {1} minutes.
+edit.restoring=You are about to restore version {0}. Click on &#8220;Save&#8221; to restore.  You may also edit the page before restoring it.
+edit.tab.attachments=Attachments
+edit.tab.help=Help
+edit.tab.edit=Edit
+edit.tab.findreplacehelp=Find and Replace help
+# EditTemplate.jsp
+# 0 : Application name
+# 1 : Page name
+edit.title.edit={0}: Edit: {1}
+edit.sections=Sections
+# EditGroup.jsp
+editgroup.tab=Edit Group
+editgroup.heading.edit=Edit Group {0}
+editgroup.instructions=This page allows you to add or edit members for the wiki group called <strong>{0}</strong>. Generally, only members of the group can edit the membership list. By default, the person who creates the group is a member.
+editgroup.saveerror=Could not save group:&nbsp;
+editgroup.memberlist=The membership for this group. Enter each user&#8217;s name or wiki name, separated by carriage returns.
+editgroup.savehelp=When you click &#8220;Save group,&#8221; this group will be saved as a group called <strong>{0}</strong>. You can specify this name in page access control lists (ACLs).
+editgroup.submit.save=Save group
+editgroup.illegalname=The group name {1} is illegal. Please choose another one!
+# Favorites.jsp
+
+fav.myfavorites=My Favorites
+fav.nomenu=Please make a {0}
+fav.greet.anonymous=G&#8217;day (anonymous guest)
+fav.greet.asserted=G&#8217;day, {0} (not logged in)
+fav.greet.authenticated=G&#8217;day, {0} (authenticated)
+fav.aggregatewiki.title=Aggregate the RSS feed of the entire wiki
+# FindContent.jsp
+
+find.tab=Search Wiki
+find.tab.help=Help
+find.input=Enter your query here:
+find.heading.results=Search results for &#8220;{0}&#8221;
+find.resultsstart=Found {0} hits, here are the results from {1} to {2}.
+find.results.page=Page
+find.results.score=Score
+find.noresults=No results were found.  It could be that either this wiki does not have the document you were looking for, or that you do not have permission to view the documents you were looking for.
+find.getprevious=Get previous {0} results
+find.getnext=Get next {0} results
+find.externalsearch=Try this same search on :
+find.submit.find=Find!
+find.submit.go=Go!
+find.details=Show details
+find.scope.all=Search Everywhere
+find.scope.authors=Authors
+find.scope.pagename=Page Names
+find.scope.content=Page Content
+find.scope.attach=Attachments
+# GroupContent.jsp
+
+group.tab=View Group
+#replaced by grp.deletegroup.confirm
+#group.areyousure=Are you sure you want to permanently delete group &quot;{0}&quot;? \
+#    Users might not be able to access pages whose ACLS contain this group. \\n\\n \
+#    If you click OK, the group will be removed immediately.
+group.doesnotexist=This group does not exist.
+group.createsuggestion=Why don&#8217;t you go and {0}
+group.createit=create it?
+group.errorprefix=Error&nbsp;
+group.groupintro=This is the wiki group called {0}. Only members of this group can edit it.
+group.name=Group Name
+group.members=Group Members
+group.membership=The group&#8217;s membership.
+group.modifier={0} saved this group on {1}
+group.creator={0} created it on {1}.
+# GroupTab.jsp
+grp.createdon=Created on {0} by {1}
+grp.lastmodified=<br />Last modified on {0} by {1}
+grp.groupnames.title=Click to edit this group
+grp.newgroupname=(new group name)
+grp.savegroup=Save Group
+grp.savenewgroup=Save New Group
+grp.cancel=Cancel
+grp.deletegroup=Delete Group
+grp.deletegroup.confirm=Please confirm that you want to delete this group permanently!
+grp.formhelp=The membership for this group. Only members of this group can edit it. <br />Enter each user&#8217;s wiki name or full name, separated by carriage returns.
+grp.allgroups=All Groups
+# Header.jsp
+header.yourtrail=Your trail:&nbsp;
+header.homepage.title=Home page of this wiki
+# InfoContent.jsp
+info.pagename=Page name
+info.parent=Parent page
+info.lastmodified=This page (revision-{0}) was last changed on {1} by {2}
+info.createdon=This page was created on {0} by {1}
+info.current=Current page version
+info.noversions=This page has only one version
+info.feed=Page feed
+info.pagediff.title=Show changes of last page update
+info.rename.submit=Rename page
+info.updatereferrers=Update referrers?
+info.rename.permission=Only authorized users are allowed to rename pages.
+info.delete.submit=Delete entire page
+#info.delete.attachmentwarning=<i>First delete all attachments of this page</i>
+info.confirmdelete=Please confirm that you want to delete this content permanently!
+info.delete.permission=Only authorized users are allowed to delete pages.
+info.moreinfo=More Info...
+info.backtomainpage=Back to {0}
+info.backtoparentpage=Back to {0} (parent page)
+info.history=Page revision history
+info.showrevisions=Show all revisions from {0} down to {1}
+info.showfrom=Show {0} revisions from {1} to {2}
+info.pagination=Pagination:
+info.pagination.first=<span class="first">First</span>
+info.pagination.last=<span class="last">Last</span>
+info.pagination.previous=<span class="prev">Previous</span>
+info.pagination.next=<span class="next">Next</span>
+info.pagination.all=<span class="all">all</span>
+info.pagination.total=&nbsp;(Total items: {0} )
+info.pagination.show.title=Show items from {0} to {1}
+info.pagination.showall.title=Show all items
+info.version=Version
+info.date=Date Modified
+info.size=Size
+info.author=Author
+info.changes=Changes ...
+info.changenote=Change note
+info.actions=Actions
+info.difftoprev=to previous
+info.difftolast=to last
+info.tab=Info
+info.attachment.tab=Attachment Info
+info.tab.links=Links
+info.tab.outgoing=Outgoing links
+info.tab.incoming=Incoming links
+info.tab.attachments=Attachments
+info.uploadnew=Upload new version
+#info.uploadnew.submit=Upload new attachment
+info.uploadnew.filename=Select file:
+info.uploadnew.changenote=Change note:
+info.uploadnew.help=In order to upload a new attachment to this page, please use the following box to find the file, then click on &#8220;Upload&#8221;.
+info.uploadnew.nopermission=Only authorized users are allowed to upload new attachment versions.
+info.deleteattachment=Delete attachment
+info.deleteattachment.submit=Delete attachment
+info.attachment.history=Attachment revision history
+info.attachment.type=Kind
+info.attachment.name=Attachment Name
+info.kilobytes=kB
+# LoginContent.jsp
+
+login.tab=Login
+login.title=Login
+login.heading.login=Sign in to {0}
+login.help=Please sign in with your login name and password.
+login.errorprefix=Error:&nbsp;
+login.invite=Wanna login?
+login.nopassword=Don&#8217;t have an account ?
+login.registernow=Join {0} now!
+login.registernow.title=Register a new user!
+login.lostpw=Lost your password?
+login.lostpw.tab=Lost password
+login.lostpw.title=Lost your password?
+login.lostpw.getnew=Get a new one!
+login.lostpw.heading=Reset Password
+login.lostpw.help=Lost or forgot your password?  Enter the email address you used to register with here.
+login.lostpw.name=Account email
+login.lostpw.submit=Reset password!
+login.lostpw.reset.clickhere=Click here
+login.lostpw.reset.login={0} to log in once you retrieve your new password.
+login.register.tab=Register New User
+login.tab.help=Help
+login.loginhelpmissing=Ho hum, it seems that the {0} page is missing.  Someone must&#8217;ve done something to the installation...<br /><br />You can copy the text from the <a href="http://www.jspwiki.org/Wiki.jsp?page=LoginHelp">LoginHelp page on jspwiki.org</a>.
+# NewGroupContent.jsp
+newgroup.heading.create=Create New Group
+newgroup.errorprefix=Error:&nbsp;
+newgroup.instructions.start=This page allows you to create a new wiki group.
+newgroup.name.description=The name of the new group.
+newgroup.members.description=The membership for this group. Enter each user&#8217;s name or wiki name, separated by carriage returns.
+newgroup.instructions.end=When you click &#8220;Save group,&#8221; this group will be saved as a group. You can specify the group&#8217;s name in page access control lists (ACLs).
+newgroup.creategroup=Create group
+newgroup.defaultgroupname=MyGroup
+# PageActions.jsp
+
+actions.gototop=Go to top
+actions.gotobottom=Go to bottom
+actions.view=View
+actions.view.title=View current page [ v ]
+actions.viewparent.title=View parent page [ v ]
+actions.home=Home
+actions.home.title=Go to home page {0}
+actions.edit=<span class='accesskey'>E</span>dit
+actions.edit.title=Edit current page [ e ]
+actions.editparent=<span class='accesskey'>E</span>dit parent page
+actions.editparent.title=Edit parent page [ e ]
+actions.index=Alphabetic Index
+actions.index.title=Alphabetically sorted list of all pages
+actions.recentchanges=Recent Changes
+actions.recentchanges.title=Pages sorted by modification date
+actions.more=More...
+actions.separator=- - - - - -
+actions.comment=Add Comment
+actions.comment.title=Add Comment
+actions.addcommenttoparent=Add Comment to parent page
+actions.upload=Attach File
+actions.info=Info
+actions.info.title=Additonal Page Info and Version history [ i ]
+actions.prefs=My <span class='accesskey'>P</span>refs
+actions.prefs.title=Manage your preferences [ p ]
+actions.editgroup=Edit group
+actions.deletegroup=Delete group
+actions.viewgroup=View group
+actions.creategroup=Create group
+actions.creategroup.title=Create new authorisation group
+actions.login=Log in
+actions.login.title=Log in or Register as new user
+actions.logout=Log out
+actions.logout.title=Log out
+actions.publishedon=This particular version was published on {0} by {1}.
+actions.notcreated=Page not created yet.
+actions.workflow=Workflow
+actions.workflow.title=Workflow
+actions.systeminfo=JSPWiki System Info
+actions.systeminfo.title=Show JSPWiki System settings &amp; info
+actions.rawpage=View Page Source
+actions.rawpage.title=View Page Source
+# PageContent.jsp
+
+view.oldversion=This is version {0}. It is not the current version, and thus it cannot be edited.
+view.backtocurrent=[Back to current version]
+view.restore=[Restore this version]
+view.heading.attachments=Attachments
+# PageTab.jsp
+view.tab=View
+# PreferencesContent.jsp
+
+# 0: applicationname
+prefs.heading=User Preferences
+prefs.clear.heading=Clear User Preferences
+prefs.tab.prefs=Preferences
+prefs.tab.profile=Profile
+prefs.cookies=Your choices will be saved in your browser as cookies.
+#prefs.user.editorareaheight=Editor area height  //not user anymore
+prefs.user.sectionediting.text=Enable section editing via <span class="editsection"><a href="#">[edit]</a></span> links
+prefs.user.timezone.server=[SERVER]
+prefs.user.language.default=[DEFAULT]
+prefs.instructions=Set your user preferences here. Your choices will be saved in your browser as cookies.
+prefs.assertedname.description=Your name. If you haven&#8217;t created a user profile yet, you can tell {0} who you are by &#8216;asserting&#8217; an identity. You wouldn&#8217;t lie to us would you? <br /> Note that setting your user name this way isn&#8217;t a real method of authentication, because it just sets a cookie in your browser without requiring a password. Depending on the security policy, the wiki may grant you fewer privileges as an &#8220;asserted&#8221; user. {0} if you would prefer a traditional username and password, which is more secure.
+prefs.assertedname.create=Create a new user profile
+prefs.submit.setname=Set user name
+prefs.clear.description=In some cases, you may need to remove your &#8216;asserted&#8217; user name and your user preferences from this computer. Click the &#8216;Clear User Preferences&#8217; button to do that. <br /> Note that it will remove all user preferences you&#8217;ve set up, permanently. You will need to enter them again.
+prefs.newprofile=Create a new user profile
+prefs.oldprofile=Update your wiki profile.
+prefs.errorprefix.prefs=Could not save preferences:&nbsp;
+prefs.errorprefix.profile=Could not save profile:&nbsp;
+prefs.errorprefix.rename=Could not rename the page:&nbsp;
+prefs.loginname.description=This is your login id.
+prefs.loginname.cannotset.new=You cannot set your login name because you are not logged in yet. You should log in first, using the credentials supplied by your administrator.
+prefs.loginname.cannotset.exists=You cannot set your login name because your credentials are managed by the web container, not the wiki.
+prefs.password.description=Sets your account password. It may not be blank.
+prefs.password2.description=Re-type your password for verification.
+prefs.fullname.description=Use your name in Access Control Lists or wiki Groups.
+prefs.email.description=(optional). If you lose your password, you can ask to have a new, random password sent to this address.
+prefs.cookie.info=This wiki automatically remembers you using cookies, without requiring additional authentication. To use this feature, your browser must accept cookies from this website. When you click &#8220;save profile,&#8221; the cookie will be saved by your browser.
+prefs.acl.info=Access control lists or wiki groups containing your identity should specify your name or wiki name. You are also member of the above Roles and Groups.
+prefs.lastmodified=You created your profile on {0}, and last saved it on {1}
+prefs.save.description=Click &#8220;save profile&#8221; to save your wiki profile.
+prefs.roles=Roles
+prefs.groups=Groups
+prefs.creationdate=Creation date
+prefs.profile.lastmodified=Last modified
+# Enumerated types
+Orientation.LEFT=Left
+Orientation.RIGHT=Right
+# Workflow generic messages
+workflow.tab=Workflow
+workflow.heading=Your Workflow Items
+workflow.decisions.heading=Inbox
+workflow.workflows.heading=Outbox
+workflow.instructions=This page contains information on workflows that you initiated, or have been asked to act on.
+workflow.noinstructions=You do not have any workflow items.
+workflow.actor.instructions=You need to take action on the following workflows:
+workflow.owner.instructions=You started the following workflows:
+workflow.id=ID
+workflow.requester=Requester
+workflow.item=Item
+workflow.startTime=Received
+workflow.actions=Actions
+workflow.actor=Current actor
+workflow.submit=Do it
+outcome.step.abort=Abort
+outcome.step.complete=Completed
+outcome.step.continue=Continue
+outcome.decision.acknowledge=OK
+outcome.decision.approve=Approve
+outcome.decision.deny=Deny
+outcome.decision.hold=Hold
+outcome.decision.reassign=Reassign
+workflow.details.title=Show or hide details
+workflow.details=details...
+# Specific workflow/decision messages
+workflow.saveWikiPage=Save wiki page <strong>{2}</strong>
+decision.saveWikiPage=Approve page <strong>{2}</strong>
+notification.saveWikiPage.reject=Your request to save page <strong>{2}</strong> was rejected.
+fact.pageName=Page name
+fact.diffText=Difference between proposed and current version
+fact.proposedText=Proposed
+fact.currentText=Current
+fact.isAuthenticated=Is Authenticated?
+select.one=(select one)
+workflow.creatUserProfile=New user profile <strong>{2}</strong>
+decision.createUserProfile=New user profile <strong>{2}</strong>
+notification.createUserProfile.reject=Your request to create a user profile was rejected.
+fact.submitter=Submitter
+#  PreviewContent.jsp
+preview.tab=Preview
+preview.info=This is a <strong>preview</strong>!  Hit &#8220;Keep Editing&#8221; to go back to the editor, or hit &#8220;Save&#8221; if you&#8217;re happy with what you see.
+#  SearchBox.jsp
+sbox.search.submit=Quick Navigation
+sbox.view=view
+sbox.view.title=View the selected page
+sbox.edit=edit
+sbox.edit.title=Edit the selected page
+sbox.clone=clone
+sbox.clone.title=Clone the selected page
+sbox.find=find
+sbox.find.title=Advanced Search
+sbox.search.result=Quick search
+sbox.search.target=(type ahead)
+sbox.clearrecent=(Clear)
+sbox.recentsearches=Recent Searches
+# UploadTemplate.jsp
+# move all to attach.
+upload.title={0}: Add Attachment
+upload.heading.upload=Upload new attachment to {0}
+upload.attachments=Current attachments
+upload.info=In order to upload a new attachment to this page, please use the following box to find the file, then click on &#8220;Upload&#8221;.
+upload.submit=Upload
+upload.done=If you are done uploading, you may wish to return to {0}
+# ViewTemplate.jsp
+# 0 : Application Name
+# 1 : Page name
+view.title.view={0}: {1}
+# The built-in editors also have their localized strings in this file.
+
+editor.plain.name=Your <span class='accesskey'>n</span>ame
+editor.plain.remember=Remember me?
+editor.plain.email=Homepage or e<span class='accesskey'>m</span>ail
+editor.plain.save.submit=Save
+editor.plain.save.title=Save [ s ]
+editor.plain.preview.submit=Preview
+editor.plain.preview.title=Preview [ v ]
+editor.plain.cancel.submit=Cancel
+editor.plain.cancel.title=Cancel editing. Your changes will be lost. [ q ]
+editor.plain.changenote=Change Note
+editor.commentsignature=Comment signature
+editor.plain.toolbar=Toolbar
+editor.plain.find=Find
+editor.plain.replace=Replace
+editor.plain.matchcase=Match Case
+editor.plain.regexp=RegExp
+editor.plain.global=Replace all
+editor.plain.find.submit=Replace
+editor.plain.redo.submit=Redo
+editor.plain.undo.submit=Undo
+editor.plain.redo.title=Redo last Undo
+editor.plain.undo.title=Undo last replace [ z ]
+#new since v2.5.100
+editor.plain.posteditor=Enter Keyword+Tab:
+editor.plain.posteditor.title=shift+enter for next next field
+editor.plain.smartpairs=Smart Typing Pairs
+editor.plain.smartpairs.title=Auto pairing of () [] {} &lt;&gt; &quot;&quot; &#39;&#39;
+editor.plain.tabcompletion=Tab Completion (keyword+Tab)
+editor.plain.tabcompletion.title=Auto expansion of keyword to Wiki Markup
+#editor.plain.editassist=Edit Assist
+#editor.plain.editassist.title=Toggle Edit Assist buttons
+editor.plain.sneakpreview=Sneak Preview
+editor.plain.sneakpreview.title=Sneak Preview. Click outside the textarea to refresh the sneak preview area.
+editor.plain.tbLink.title=link - Insert wiki link
+editor.plain.tbH1.title=h1 - Insert heading1
+editor.plain.tbH2.title=h2 - Insert heading2
+editor.plain.tbH3.title=h3 - Insert heading3
+editor.plain.tbHR.title=hr - Insert horizontal ruler
+editor.plain.tbBR.title=br - Insert line break
+editor.plain.tbPRE.title=pre - Insert preformatted block
+editor.plain.tbDL.title=dl - Insert definition list
+editor.plain.tbB.title=bold
+editor.plain.tbI.title=italic
+editor.plain.tbMONO.title=mono - monospace
+editor.plain.tbSUP.title=sup - superscript
+editor.plain.tbSUB.title=sub - subscript
+editor.plain.tbSTRIKE.title=strike - strikethrough
+editor.plain.tbTOC.title=toc - Insert table of contents
+editor.plain.tbTAB.title=tab - Insert tabbed section
+editor.plain.tbTABLE.title=table - Insert table
+editor.plain.tbIMG.title=img - Insert image
+editor.plain.tbCODE.title=code - Insert code block
+editor.plain.tbQUOTE.title=quote - Insert quoted block
+editor.plain.tbSIGN.title=sign - Insert your signature
+editor.preview.edit.submit=Keep editing
+editor.preview.edit.title=Continue to edit the current page [ e ]
+editor.preview.save.submit=Save
+editor.preview.save.title=Save the current page [ s ]
+editor.preview.cancel.submit=Cancel
+editor.preview.cancel.title=Cancel editing. Your changes will be lost. [ q ]
+editor.fck.noscript=You need to enable Javascript in your browser to use the FCK editor
+editor.wikiwizard.noscript=You need to enable Javascript in your browser to use the WikiWizard editor
+editor.wikiwizard.noapplet=Applets are currently not supported by your browser. Please <a href="http://www.java.com/">download Java</a>, so you can use the WikiWizard editor.
+#blog texts in various JSPs
+blog.commenttitle=comments
+blog.backtomain=Back to main blog page
+blog.addcomments=Add new comments
+
+#  The Javascript stuff
+
+javascript.sbox.clone.suffix=-New
+javascript.edit.allsections=( All )
+javascript.edit.startOfPage=( Start of page )
+javascript.edit.findandreplace.nomatch=No match found!
+javascript.edit.toolbar.makeSelection=Please make first a selection.
+javascript.edit.resize=Drag to resize the text area
+javascript.edit.areyousure=Without clicking the Save button, your changes will be lost. Are you sure you want to exit this page?
+javascript.favorites.show=Click to show the Favorites
+javascript.favorites.hide=Click to hide the Favorites
+javascript.quick.edit=[Edit]
+javascript.quick.edit.title=Edit section {0}...
+javascript.collapse=Click to collapse
+javascript.expand=Click to expand
+javascript.sort.click=Click to sort
+javascript.sort.ascending=Ascending order. Click to reverse sort order
+javascript.sort.descending=Descending order. Click to reverse sort order
+javascript.filter.all=( All )
+javascript.group.validName=Please provide a valid name for the new Group
+javascript.category.title=Click to show category [{0}] ...
+javascript.slimbox.info=Image {0} of {1}
+javascript.slimbox.error=<h2>Error</h2>There was a problem with your request.<br />Please try again
+javascript.slimbox.directLink=Direct Link to the target
+javascript.slimbox.remoteRequest=Remote Request {0} of {1}
+javascript.slimbox.previous=&laquo;Previous
+javascript.slimbox.next=Next&raquo;
+javascript.slimbox.close=Close &#215;
+javascript.slimbox.close.title=Close [Esc]
+javascript.sectionediting.label=Section Overview
+javascript.tip.default.title=More...
+javascript.prefs.areyousure=Without clicking the Save User Preferences button, your changes will be lost. Are you sure you want to exit this page?