From: <man...@us...> - 2009-12-08 12:46:53
|
Revision: 1330 http://j-trac.svn.sourceforge.net/j-trac/?rev=1330&view=rev Author: manfredwolff Date: 2009-12-08 12:46:47 +0000 (Tue, 08 Dec 2009) Log Message: ----------- Some message resource for future use (individual headline, configure if owner of a task is able to change it). Modified Paths: -------------- trunk/jtrac/src/main/resources/messages_de.properties trunk/jtrac/src/main/resources/messages_en.properties Modified: trunk/jtrac/src/main/resources/messages_de.properties =================================================================== --- trunk/jtrac/src/main/resources/messages_de.properties 2009-12-08 08:03:28 UTC (rev 1329) +++ trunk/jtrac/src/main/resources/messages_de.properties 2009-12-08 12:46:47 UTC (rev 1330) @@ -185,6 +185,9 @@ config.mail.session.jndiname = javax.mail.Session JNDI Name - Wenn vorhanden wird diese Verbindung statt dem SMTP Server benutzt config.mail.from = Wir in eMails als Absenderadresse gesetzt config.jtrac.url.base = URL dieser Installation ( zB. http://myserver/jtrac ) wird ben\u00F6tigt f\u00FCr Links in den eMails +config.jtrac.header.picture = Inidividuelles Bild +config.jtrac.header.text = Individueller Text +config.jtrac.edit.item = Soll der Ersteller eines Eintrages diesen editieren k\xF6nnen? config.locale.default = Default Sprache zB. "de" f\u00FCr Deutsch config.session.timeout = Session Timeout in Minuten (Default 30 Minuten) config.attachment.maxsize = Maximalgr\u00F6\u00DFe f\u00FCr Anlagen in MB, "-1" f\u00FCr Kein-Limit (Default 5) Modified: trunk/jtrac/src/main/resources/messages_en.properties =================================================================== --- trunk/jtrac/src/main/resources/messages_en.properties 2009-12-08 08:03:28 UTC (rev 1329) +++ trunk/jtrac/src/main/resources/messages_en.properties 2009-12-08 12:46:47 UTC (rev 1330) @@ -186,6 +186,9 @@ config.mail.session.jndiname = javax.mail.Session JNDI name - if present, this will be used instead of the SMTP server details above config.mail.from = When generating e-mail, this will be used as the 'from' address config.jtrac.url.base = Base URL of your JTrac installation ( e.g. http://myserver/jtrac ) required for links in the e-mails to work +config.jtrac.header.picture = Individual header picture +config.jtrac.header.text = Individual header text +config.jtrac.edit.item = Should the owner of the task edit their items? config.locale.default = Default language used for this JTrac installation e.g. "de" for German config.session.timeout = Time in minutes after which user session expires (default 30 minutes) config.attachment.maxsize = Maximum size in MB of file-attachments. (default 5 MB) Use -1 for no-limit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |