/*
    Copyright (C) 2008  Ivo Toby, Internet Voor Ondernemers, http://www.i-v-o.nl / http://syntacticsugar.nl 

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU 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 General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

	Crudder Version : 0.50b
 */


	var enUS = {
			delIconAlt : "Click to remove record.",
			editIconAlt : "Click to edit record.",
			addRecordButton : "Add a record",
			cancelButton : "cancel",
			saveButton : 'store',
			ErrorOrNotSaved : "The record was not modified or an error occured while storing the record, click OK to return to the grid, click cancel to try again.",
			deleteAreYouSure : "Are you sure?",
			removeError : "An error occured while removing a record, please try again or contact support.",
			multiSelectSrcTableHead : 'Source',
			multiSelectDestTableHead : "Currently selected",
			multiSelectButtonAdd : "Add ->",
			multiSelectButtonAddNewItem : "Add",
			multiSelectButtonRemove : "<- Del",
			multiSelectNotOnAddMessage : "You can add links _after_ you've added the record",
			currentDate : "Current date: ",
			validationMandatory : " Please enter a value ",
			validationEmail : " Please enter a valid email-address ",
			exportButton : "Export",
			searchButton : "Search",
			closeExport : "[X]",
			exportPreSelect : "Please select what you'd like to do:",
			exportfieldDelim : "Field delimiter:",
			importfieldDelim : "Field delimiter:",
			exporttextDelim : "Text delimiter:",
			importtextDelim : "Text delimiter:",
			exportdecimalSign : "Decimal-character",
			importdecimalSign : "Decimal-character",
			exportfieldNames : "Show field-names in first row:",
			importfieldNames : "Show field-names in first row:",
			fieldNamesYes : "Yes",
			fieldNamesNo : "No",
			exportdataSelect: "What would you like to export?",
			importdataSelect: "How would you like to import?",
			exportCurrPage : "Only current page",
			exportAllPage : "All pages",
			startExport : " Start export",
			startImport : " Upload file",
			importDataSelectNewRecord : "Import as new data",
			importDataSelectSmart : "Smart import; update record if found, else create new records",
			exportLinkedFields : "Export values of linked fields (selection-list) instead of their id?",
			exportLinkedFieldsYes : "Yes",
			exportLinkedFieldsNo : "No",
			error_invalidNumber : 'That\'s not a valid number',
			error_toolong : "Waarde is te lang, maximaal toegestaan: ",
			error_mandatory : "Please enter a value" 
	}

