# Copyright (c) 2003-2005 Ricebridge. All Rights Reserved. standard = Internal error. internal_error = Internal error. csvtm_new = The newInstance method of CsvTableModel ($) failed: $ csvrs_new = The newInstance method of CsvResultSet ($) failed: $ parse_error = Internal parse error: $. parse_warning = Internal parse warning: $. getbadlines_notlist = LineListener method '$.getBadLines()' did not return a java.util.List. geterrmsgs_notlist = LineListener method '$.getErrorMsgs()' did not return a java.util.List. internal_exception = Internal exception: $ no_input_source = CsvHandler: no input source specified. no_output_sink = CsvHandler: no input sink specified. general = $ empty_char_string = The String argument passed to $ is empty. file_cant_read = The file '$' is not readable. file_cant_write = The file '$' is not writable. file_not_exist = The file '$' does not exist. escape_is_quote = Escape character '$' ($) cannot be the same as the quote character. quote_is_escape = Quote character '$' ($) cannot be the same as the escape character. escape_is_sep = Escape character '$' ($) cannot also be a separator character: '$'. quote_is_sep = Quote character '$' ($) cannot also be a separator character: '$'. bad_num_lines = The number of lines to load was: $, which is less than the 1 line minimum. bad_start_line = The start line value was: $, but must be at least 1. bad_end_line = The end line value was: $, but must be at least 1 and greater than or equal to the start value ($). bad_line = An incorrectly formatted line caused processing to halt. The line was: '$'. The parse error was: '$'. rejected_line = A line was rejected due to invalid data and caused processing to halt. The line was: '$'. escmap_key_not_char = Escape map key object ($=$) is not a Character object. escmap_value_not_char = Escape map value object ($=$) is not a Character object. unknown_column = Unknown column name: '$'. resultset_next = Call to ResultSet.next() on ResultSet object '$' threw exception: $ resultset_getobject = Call to ResultSet.getObject($) on ResultSet object '$' threw exception: $ resultset_getmetadata = Call to ResultSet.getMetaData() on ResultSet object '$' threw exception: $ rsmd_getcolcount = Call to ResultSetMetaData.getColumnCount() on ResultSetMetaData object '$' from ResultSet object '$' threw exception: $ rsmd_getcolname = Call to ResultSetMetaData.getColumnName() on ResultSetMetaData object '$' from ResultSet object '$' threw exception: $ cce_list_line = Incorrect class type ('$') found at java.util.List($), expecting $ (Call saveAsLists* methods with a List of Lists, and save* with a List of String[]). field_endload = The FieldListener $ threw an Exception from method endLoad: $ line_endload = The LineListener $ threw an Exception from method endLoad: $ file_not_found = File not found or unreadable: '$'. line_errmsgs = The LineListener $ threw an Exception from method getErrorMsgs: $ save_failed = Attempt to save line '$' failed with Exception: $ bad_encoding = The text encoding '$' is not supported. You may need to configure your system to support this encoding. linelistener_exception = The LineListener $ threw an Exception from method $: $ lineprovider_exception = The LineProvider $ threw an Exception from method $: $ fieldlistener_exception = The FieldListener $ threw an Exception from method $: $ dfmaxlen = Data field was longer then maximum allowed length (CsvSpec.getDataFieldMaxLength=$): '$...'. bad_dfmaxlen = Data field maximum length (was: $) must be zero (which means no maximum), or greater than zero. newbean = Could not create new instance of Java Bean $: $ setbeanfield = Could not set field $ of Java Bean $ to value '$': $ getbeanfield = Could not get value of field $ of Java Bean $: $ setbeanfield_msg = Could not set field $ of Java Bean $ to value '$': $ getbeanfield_msg = Could not get value of field $ of Java Bean $: $ new_ll = Could not create new instance of '$' using '$' because: $. new_lp = Could not create new instance of '$' using '$' because: $. nofieldnames = The data field names were missing. The LineListener '$' requires field names provided via a LineSpec object. emptyfieldname = The first row of data contains an empty field name for field $. LineListener '$' determines the field names from the first row of data. lineprovider_set = The LineProvider class $ threw an Exception (with argument: $) from method $: $ null_line = The LineProvider $ returned a null String[] record from method $. null_list_line = Null element found at java.util.List($), expecting $ (Call saveAsLists* methods with a List of Lists, and save* with a List of String[]). bad_sink = The sink object '$' is not supported in this version. Please use one of: File, String (a file path), OutputStream, Writer, or com.ricebridge.data.Text (for String data). bad_source = The source object '$' is not supported in this version. Please use one of: File, String (a file path), InputStream, Reader, or com.ricebridge.data.Text (for String data). close_reader = Exception while attempting to close Reader $: $ close_writer = Exception while attempting to close Writer $: $ bad_file = Could not access file '$': $