Update of /cvsroot/jreepad/jreepad/src/jreepad/lang
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8169/src/jreepad/lang
Modified Files:
JreepadStrings.properties
Log Message:
Added option to set the date format (for inserting the current date)
Index: JreepadStrings.properties
===================================================================
RCS file: /cvsroot/jreepad/jreepad/src/jreepad/lang/JreepadStrings.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** JreepadStrings.properties 12 Mar 2006 15:46:20 -0000 1.5
--- JreepadStrings.properties 1 Mar 2007 12:10:59 -0000 1.6
***************
*** 51,55 ****
MENUITEM_SEARCH=Search
MENUITEM_FOLLOWLINK=Follow highlighted link
! MENUITEM_HARDWRAP1=Hard-wrap current article to
MENUITEM_HARDWRAP2= characters
MENUITEM_STRIPTAGS=Strip <tags> from article
--- 51,55 ----
MENUITEM_SEARCH=Search
MENUITEM_FOLLOWLINK=Follow highlighted link
! MENUITEM_HARDWRAP1=Hard-wrap current article to
MENUITEM_HARDWRAP2= characters
MENUITEM_STRIPTAGS=Strip <tags> from article
***************
*** 115,118 ****
--- 115,120 ----
PREFS_QUOTE_CSV=Add quote marks when converting tables to CSV
PREFS_GREEN_STRIP=Show funky green strip on window
+ PREFS_DATEFORMAT_LABEL=Date format:
+ PREFS_DATEFORMAT_LABEL2=leave blank for default
PREFS_GENERAL=General
PREFS_DEFAULT_LINK_ACTION=Default action to take with ordinary words/phrases:
***************
*** 141,145 ****
AUTOSAVE=Autosave
! AUTOSAVE_EVERY=Autosave every
AUTOSAVE_MINUTES= minutes
AUTOSAVE_ACTIVE=Autosave on
--- 143,147 ----
AUTOSAVE=Autosave
! AUTOSAVE_EVERY=Autosave every
AUTOSAVE_MINUTES= minutes
AUTOSAVE_ACTIVE=Autosave on
***************
*** 151,155 ****
#------------------------------------------------------------------------
SEARCH_WINDOWTITLE=Search Jreepad
! SEARCH_SEARCHFOR=Search for:
SEARCH_SEARCHWHERE=Search where:
SEARCH_SELECTEDNODE=Selected node and its children
--- 153,157 ----
#------------------------------------------------------------------------
SEARCH_WINDOWTITLE=Search Jreepad
! SEARCH_SEARCHFOR=Search for:
SEARCH_SEARCHWHERE=Search where:
SEARCH_SELECTEDNODE=Selected node and its children
***************
*** 184,188 ****
PROMPT_CONFIRM_DELETE=Delete node
TITLE_CONFIRM_OVERWRITE=Overwrite file?
! PROMPT_CONFIRM_OVERWRITE1=The file
PROMPT_CONFIRM_OVERWRITE2= already exists.\nAre you sure you want to overwrite it?
TITLE_CONFIRM_STRIPTAGS=Strip all tags?
--- 186,190 ----
PROMPT_CONFIRM_DELETE=Delete node
TITLE_CONFIRM_OVERWRITE=Overwrite file?
! PROMPT_CONFIRM_OVERWRITE1=The file
PROMPT_CONFIRM_OVERWRITE2= already exists.\nAre you sure you want to overwrite it?
TITLE_CONFIRM_STRIPTAGS=Strip all tags?
***************
*** 200,204 ****
MSG_NODE_NOT_FOUND=No node found in the current file\nto match that path.
MSG_NODE_NOT_FOUND_PROMPT_CREATE=No node with that name was found. Create it?
!
#------------------------------------------------------------------------
--- 202,207 ----
MSG_NODE_NOT_FOUND=No node found in the current file\nto match that path.
MSG_NODE_NOT_FOUND_PROMPT_CREATE=No node with that name was found. Create it?
! TITLE_INVALID_DATEFORMAT=Invalid date format
! MSG_INVALID_DATEFORMAT=The provided date format is invalid.\n See http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html for syntax.
#------------------------------------------------------------------------
|