/**
 * I18n Internationalization 
 *
 * @author    Jose Alfonso
 * 
 */

// Object with translatable strings.
app.i18n = Ext.apply({}, {
	// general buttons/prompts
	 okText:'OK'
	,saveText:'Save'
	,closeText: 'Close'
	,cancelText:'Cancel'
	,deleteText:'Delete'
	,editText:'Edit'
	,addText: 'Add'
	,newText: 'New'
	,sendText: 'Send'
	,statusText: 'Status'
	,emailText: 'Email'
	,printThisGridViewText: 'Print this Grid View'
	,authenticatingText: 'Authenticating user...'
	,selectaCustomerText: 'Select a customer' 
	,areYouSureText: 'Are you sure?'
	,confirmDeleteText: 'Please confirm the deletion of '
	,refreshGridText: 'Refresh Grid'
	,viewNewTab: 'View in New Tab'
	,reportText: 'Report'
	,excelExportText: 'Excel Export'
	,excelExportTooltipText: 'Export the grid content to Excel'
	,printText: 'Print'
	,openOnSeparateWidowText: 'Open on Separate Window'
	,printContentToTabText: 'Print the grid content in a tab'
	,emailContentToTabText: 'Email grid content'
	,rejectText: 'Reject'
	,rejectedText: 'Rejected'
	,cancelledText: 'Cancelled'
	,notAvailableText: 'Not Available'
	,expiresText: 'Expires'
	,groupText: 'Group'
	,uploadImageText: 'Upload'
	,uploadDataText: 'Upload Data'
	,imageUploadedOkText: 'Image uploaded successfuly.'
	,fileUploadErrorText: 'Could not upload file'
	,fileUploadedOkText: 'Data file uploaded successfuly.'
	,fileText: 'File'
	,filterByText: 'Filter by'
	,imageDeletedOkText: 'Image deleted successfuly.'
	,makeASelectionText: 'Please make a file selection.'
	,uploadingYourPhotoText: 'Uploading your photo...'
	,uploadingYourFileText: 'Uploading your file...'
	,connectingText: 'Connecting...'
	,sendingDataText: 'Sending Data...'
	,loginText: 'Login'
	,loginSuccessful: 'Login Successful.'
	,loginFailedText: 'Login Failed!'
    ,loggedOutMessageText: 'For security reasons, you have been logged out of ICS. Please log back in:'
    ,sessionExpireWarningText: 'Your session is about to expire. Click Ok to continue with this session:'
    ,sessionExpireTitleText: 'Session Timeout Warning'  
    ,yourSessionHasTimeoutText: 'Your session has timed out. Please Login:'
    
	,termsAndConditionsText: 'Terms and Conditions'
	,termsAndConditionsTitleText: 'TERMS AND CONDITIONS'
	,termsAndConditionsAcceptRequired: 'You must must check "I have read and accept the Terms and Conditions." to accept!'
	,termsAndConditionsAccepted: 'Terms and Conditions Accepted successfuly.'
	
	,termsAndConditionsNotifyText: 'Terms and Conditions Notification'
	,additionalMessageText: 'Additional Message (optional)'
	,notSentText: 'Not Sent'
	,sentText: 'Sent'
	,pendingText: 'Pending'
	,emailTextTitle: 'Email Text'
	,notifySentSuccess: 'Notification Sent Successfuly.'
	,pinRequiredText: 'A PIN is required.'
	
	/// ics
	,icsNavigationText: 'ICS Navigation' 
	,productsText: 'Products'
	,clientnameText: 'Importer/Company'
	,clientSKUText: 'Client SKU'
	,skuText: 'SKU'
	,productNameText: 'Name'
	,yearsAgedText: 'Aged'
	,sizeText: 'Size'
	,expiresText: 'Expires'
	,effectiveText: 'Effective'
	,priceText: 'Price'
	,fobText: 'FOB'
	,prictedToText: 'Priced To'
	,discountText: 'Discount'
	,clientProductNameText: 'Client Product Name'
	,varietalClassText: 'Varietal/Class'
	,alcoholPercentText: 'Alcohol %'
	
	,productSearchText: 'Product Search'
	,noProductsToDisplayText: 'No Products to display'
	,itemDescriptionText: 'Item Description'
	,stateRegistrationNoText: 'State Reg No'
	,unitSizeText: 'Unit Size'
    ,shippingUnitMeasure: 'Shipping Unit'
	,productdataText: 'Product Data'
	,productDataTipText: 'Data views are snap shots of columns'
	,productSummaryText: 'Product Summary'
	,mhwProdSummaryText: 'MHW Prod Summary'
	,clientProductSummaryText: 'Client Prod summary'
	,distributorText: 'Distributor'
	,viewColaInfoText: 'View COLA information in a separate tab.'
	,viewColaText: 'View COLA'
	,notifyColaInfo: 'Notify'
	,colaStatusPendingText: 'COLA status on this item is still pending.'
	,colaFileNotFoundText: 'COLA File not found!'
	,colaInfoText: 'COLA Information'
	,registrationStatusText: 'Registration Status'
	,underReviewNotesText: 'Under Rev. Notes'
	,specialistNameText: 'MHW Specialist'
	,viewText: 'View: '
	,viewAllText: 'All Columns'
	,statusSummaryText: 'Status Summary'
	,complianceStatusSummaryText: 'Compliance Status Summary View'
	,complianceFieldsText: 'Compliance Fields'
	,pendingViewText: 'Pending View'
	,expiredViewText: 'Expired View'
	,approvedViewText: 'Approved View'
	,rejecteddViewText: 'Rejected View'
	,allColumnsViewText: 'All Columns View'
	,complianceInfoText: 'Compliance Info'
	,stateRegistrationByDistributor: 'State Registration by Distributor'
	,federalComplianceText: 'Federal Compliance'
	,stateComplianceText: 'State Compliance'
	,distributorAppointmentByStateText: 'Distributor Appointment by State'
	,distributorAppointmentText: 'Distributor Appointment'
	,printPricePostingToTabText: 'Print Price Posting Info'
	,exportPricePostingToTabText: 'Export Price Posting Info'
	,underReviewText: 'Under Review'
	,rejectedText: 'Rejected'
	,submittedText: 'Submitted'
	,approvedText: 'Approved'
	,estimatedApprovalText: 'Est. Approval'
	,expiredText: 'Expired'
	,receivedText: 'Received'
	,serialNoText: 'Serial No'
	,vintagesText: 'Vintages'
	,pricePostingText: 'Price Posting'
	,productIdText: 'MhwID'
	,ttbNoText: 'TTB Number'
	,certfilenameText: 'File Name'
	,vintageText: 'Vintage'
	,uploadPricePostingTooltipText: 'Upload Price Posting Information'
	,pricePostingUploadText: 'Price Posting Data Upload'
	
	/// messages ///      
	,featureNotImplementedText: 'Feature not implemented yet. (Under development)'  
    ,msgSavedSuccess: 'Saved record successfully.'    
    ,msgInfo: 'Information'
    ,msgWarning: 'Warning'
    ,msgLoadingText: 'Loading...'
    ,msgDeletingText: 'Deleting...'
    ,msgSavingText: 'Saving...'
    ,msgRefreshingText: 'Refreshing...'  
    ,msgSessionReEstablished: 'Your Session has been re-established.'
    ,msgWelcomeBackText: 'Welcome back'
    
    ,msgInspectionDeletedOkText: 'Inspection deleted successfully.'
	,msgInspectionDeleteWarning: 'This action deletes all inspection item information.'
    ,msgMakeCustomerSelectionText: 'Please select a customer record to process or right-click on it.'
	,msgDeleteCustomerSelectionText: 'This action deletes all customer information including inspections and inspection item.'
    ,msgGenericServerErrorText: 'An error occured with the server.'
    ,msgLoadingInspectionsText: 'Loading Inspections...'
    ,msgNoRecordsFound: 'No records found.'
	,msgNoMatchesFound: 'No matches found.'
    ,msgNoRecordsToDisplay: 'No records to display'
    ,msgUserDeletedOkText: 'User deleted successfully'
    
    ,forceFitColumnsText: 'Force Fit Columns'
    ,removeForceFitText: 'Remove Column Force Fit'
    ,clearFilterData: 'Clear Filter Data'
    
    
    ,previewPaneText: 'Preview Pane'
    ,previewPaneHintText: 'Show, move or hide the Preview Pane'
    ,msgClickOnSaveText: 'Click on the save button to commit your changes.'
	,msgMakeItemSelectionText: 'Please make a an item selection.'
	

	
    ,itemPhotosSectionText: 'Item Photos Section'
    ,customerFormTitleText: 'Customer Information'
    ,contactInfoText: 'Contact Information'
    ,companyInfoText: 'Company Information'
    ,customerText:'Customer'
    ,customerIDText: 'Customer ID'
    ,companyNameText:'Company Name'
    ,departmentNameText: 'Department Name'
    ,lastNameText: 'Last Name'
    ,firstNameText: 'First Name'
    ,miText: 'MI'
    ,phoneNumberText: 'Phone Number'
    ,jobFunctionText: 'Job Function'
    ,purchasingRoleText: 'Purchasing Role'
    ,createdDateText: 'Created Date'
    ,itemsText: 'Items'
    ,noItemsToDisplayText: 'No items to display'
    ,dateFormat:'n/j h:ia'
    ,streetAddressText: 'Street Address'
    ,streetAddressLine2Text: 'Address Line 2'
    ,cityStateZipText: 'City/State/Zip'
    ,stateText: 'State'
    ,cityText: 'City'
    ,zipCodeText: 'Zip Code'
    ,countryText: 'Country'
    ,privatePolicyText: 'Private Policy'
    ,activeText: 'Active'
    // users /////
	,userText: 'User'
	,userInfoText: 'User Information'
    ,userGridText: 'User Grid'
    ,userNameText: 'Username'
	,passwordText: 'Password'
	,signinText: 'Sign In'
    ,saveUserText: 'Save User Info'
    ,userDetailText: 'User Details'
    ,permissionsText: 'Permissions'
    ,manageUsersText: 'Manage Users'
    
    ,custInfo:'Customer Info'

    
    /// items ////
    ,newItemText: 'New'
    ,itemAddText: 'Add'
    ,copyItemText: 'Copy'
    ,deleteItemText: 'Delete'
	,saveInspItemText: 'Save Inspection Item'
    ,itemNoText: 'ID'
    ,ownerNameText: 'Owner'
    ,newRotorText: 'New Item...'  
	,msgItemDeletedOkText: 'Item removed successfuly'
    ,itemDetailText: 'Item Detail'
    ,itemDetailHintText: '(select existing item from the Inspection Items grid or click on the Add button to create a new one)'
	,itemConditionText: 'Item Condition'
    ,itemsPhotosText: 'Items Photos'
    ,recActionSectionText: 'Recommended Action'
	,removeRecFilterText: 'Remove Recommended Filter'
	,replaceFinalRecommendationText: 'Replace Final Recommendation Text?'
	,confirmReplaceFinalRecommendationText: 'You are about to replace the Final Recommendation text with the default text provided for '
    ,recActionText: 'Action'
	
	,recActionBlankText: 'Recomended Action Field is required!'
    ,recReplText: 'Recommended Replacement Rotor'
    ,finalRecommendationText: 'Final Recommendation'
	,finalRecommendationBlankText: 'Final Recomendation field is required!'
    ,newModelText: 'Replacement Model'
    ,TypeBrandText: 'Type brand...'
    ,rotorMakeText: 'Rotor Make'
    ,rotorMfgModelText: 'Rotor Mfg/Model'
    ,rotorSerialNumberText: 'Rotor Serial Number'
    ,rotorAgeText: 'Rotor Age'
    ,serialNumberText: 'Serial No'
    ,rotorYearOfMfgText: 'Rotor Year of Mfg'           
    ,centrifugeMakeText: 'Centrifuge Make'
    ,centrifugeModelText: 'Centrifuge Model'

    ,outOfDate: 'Out of Date'            
    ,corrosionPitting: 'Corrosion/Pitting '
    ,properCleaning: 'Requires Proper Cleaning'
    ,finishDamaged: 'Finish Damaged'
    ,threadDamage: 'Thread Damage'
    ,oRingsMissingOrDamaged: 'O-Rings Missing/Damaged'
    ,oRingsLubricated: 'O-Rings Lubricated'
    ,looseDamagedHangersBucketsAdapters: 'Loose/Damaged Hangers/Buckets/Adapters '
    ,drivePinsDamagedMissing: 'Drive Pins Damaged/Missing'
    ,speedDiskMagnetsMissingIncorrect: 'Speed Disk/Magnets Missing/Incorrect'
    ,retireDueToAge: 'Retire due to Age'
    ,returnForRepair: 'Return for Repair'
    
}); // eo i18n
 
// eof

