[Schmitzm-commits] r2262 - in trunk: schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 1 00:53:36 CET 2013


Author: mojays
Date: 2013-03-01 00:53:35 +0100 (Fri, 01 Mar 2013)
New Revision: 2262

Modified:
   trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties
   trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties
Log:


Modified: trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties
===================================================================
--- trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties	2013-02-28 23:51:28 UTC (rev 2261)
+++ trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties	2013-02-28 23:53:35 UTC (rev 2262)
@@ -1,62 +1,62 @@
-##########
-#Copyright (c) 2009 Martin O. J. Schmitz.
-#
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focusing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of the GNU Lesser General Public License
-#as published by the Free Software Foundation; either version 3
-#of the License, or (at your option) any later version.
-#
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#GNU General Public License for more details.
-#
-#You should have received a copy of the GNU Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
-
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package de.schmitzm.csv                    ------
-# -----------------------------------------------------------
-
-CSVDialogOptions.file.label=CSV file
-CSVDialogOptions.delim.label=CSV delimiter character
-CSVDialogOptions.delim.tab.desc=Tab (\\t)
-CSVDialogOptions.delim.semicolon.desc=Semicolon (;)
-CSVDialogOptions.delim.pipe.desc=Pipe (|)
-CSVDialogOptions.delim.comma.desc=Comma (,)
-CSVDialogOptions.delim.space.desc=Space (' ')
-CSVDialogOptions.quote.label=CSV text quote character
-CSVDialogOptions.decimal.label=CSV decimal sign
-CSVDialogOptions.charset.label=Character set of file
-CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
-CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
-CSVDialogOptions.charset.utf8.desc=UTF-8 (modern OS, e.g. Linux)
-CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Western Europe (Windows)
-CSVDialogOptions.nodata.label=Value indicating \"no data\"
-
-CSVPreviewTableModel.error.title=CSV preview
-CSVPreviewTableModel.error.mess=Error generating CSV preview (take a look at CSV source for details)
-
-CSVPreviewPanel.tab.preview=Configuration & Preview
-CSVPreviewPanel.tab.source=Source file
-CSVPreviewPanel.preview.label=Preview
-CSVPreviewPanel.preview.limit.label=Limit for number of preview rows
-CSVPreviewPanel.preview.firstLine.label=First line for preview
-
-CSVColumnAllocationPanel.columns.label=CSV column allocation
-CSVColumnAllocationPanel.units.label=CSV Unit
+##########
+#Copyright (c) 2009 Martin O. J. Schmitz.
+#
+#This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Tzeggai - additional utility classes
+##########
+
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package de.schmitzm.csv                    ------
+# -----------------------------------------------------------
+
+CSVDialogOptions.file.label=CSV file
+CSVDialogOptions.delim.label=CSV delimiter character
+CSVDialogOptions.delim.tab.desc=Tab (\\t)
+CSVDialogOptions.delim.semicolon.desc=Semicolon (;)
+CSVDialogOptions.delim.pipe.desc=Pipe (|)
+CSVDialogOptions.delim.comma.desc=Comma (,)
+CSVDialogOptions.delim.space.desc=Space (' ')
+CSVDialogOptions.quote.label=CSV text quote character
+CSVDialogOptions.decimal.label=CSV decimal sign
+CSVDialogOptions.charset.label=Character set of file
+CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
+CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
+CSVDialogOptions.charset.utf8.desc=UTF-8 (modern OS, e.g. Linux)
+CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Western Europe (Windows)
+CSVDialogOptions.nodata.label=Value indicating \"no data\"
+
+CSVPreviewTableModel.error.title=CSV preview
+CSVPreviewTableModel.error.mess=Error generating CSV preview (take a look at CSV source for details)
+
+CSVPreviewPanel.tab.preview=Configuration & Preview
+CSVPreviewPanel.tab.source=Source file
+CSVPreviewPanel.preview.label=Preview
+CSVPreviewPanel.preview.limit.label=Limit for number of preview rows
+CSVPreviewPanel.preview.firstLine.label=First line for preview
+
+CSVColumnAllocationPanel.columns.label=CSV column allocation
+CSVColumnAllocationPanel.units.label=CSV Unit

Modified: trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties
===================================================================
--- trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties	2013-02-28 23:51:28 UTC (rev 2261)
+++ trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties	2013-02-28 23:53:35 UTC (rev 2262)
@@ -1,44 +1,44 @@
-##########
-#Copyright (c) 2009 Martin O. J. Schmitz.
-#
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focusing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of the GNU Lesser General Public License
-#as published by the Free Software Foundation; either version 3
-#of the License, or (at your option) any later version.
-#
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#GNU General Public License for more details.
-#
-#You should have received a copy of the GNU Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
-
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package de.schmitzm.net.mail               ------
-# -----------------------------------------------------------
-
-MailAddressesPanel.from=From
-MailAddressesPanel.to=To
-MailAddressesPanel.cc=CC
-MailAddressesPanel.bcc=BCC
-AttachmentsPanel.caption=Attachments
-AttachmentsPanel.size=Size
-AttachmentsPanel.add=Attachment
-AttachmentsPanel.add.desc=Add file attachment(s) to mail
-
+##########
+#Copyright (c) 2009 Martin O. J. Schmitz.
+#
+#This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Tzeggai - additional utility classes
+##########
+
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package de.schmitzm.net.mail               ------
+# -----------------------------------------------------------
+
+MailAddressesPanel.from=From
+MailAddressesPanel.to=To
+MailAddressesPanel.cc=CC
+MailAddressesPanel.bcc=BCC
+AttachmentsPanel.caption=Attachments
+AttachmentsPanel.size=Size
+AttachmentsPanel.add=Attachment
+AttachmentsPanel.add.desc=Add file attachment(s) to mail
+



More information about the Schmitzm-commits mailing list