/**
 * Don't copy the next lines into a translation
 */
Ext.namespace('GO.users');

GO.users.lang={};
/**
 * Copy everything below for translations
 */

GO.users.lang.cmdCheckColumnRead= 'Use';
GO.users.lang.cmdCheckColumnWrite= 'Manage';
GO.users.lang.cmdHeaderColumnName= 'Module name';
GO.users.lang.cmdHeaderGridUserHasAccess = 'User has access to';
GO.users.lang.userIsMemberOf = 'User is member of';
GO.users.lang.userVisibleTo = 'User is visible to';

GO.users.lang.cmdPanelPersonal = 'Personal';
GO.users.lang.cmdPanelPassword= 'Password';
GO.users.lang.cmdPanelCompany = 'Company';
GO.users.lang.cmdPanelPermissions = 'Permissions';
GO.users.lang.cmdPanelLogin = 'Login';
GO.users.lang.cmdPanelLookFeel = 'Look & Feel';
GO.users.lang.cmdPanelSettings = 'Settings';
GO.users.lang.cmdPanelEnabledMail = 'Email for new enabled users';
GO.users.lang.cmdPanelDisabledMail = 'Email for new disabled users';
	
GO.users.lang.cmdFieldSetPersonal = 'Personal';	
GO.users.lang.cmdUserWindowTitle= 'Edit User';
GO.users.lang.cmdNotificationWindowTitle= 'Edit user invitation email';
GO.users.lang.cmdMaskSaving= 'Saving';
	
GO.users.lang.cmdFormLabelSubject = 'Subject';
GO.users.lang.cmdFormLabelUsername = 'Username';
GO.users.lang.cmdFormLabelName = 'Name';
GO.users.lang.cmdFormLabelPassword = 'Password';
GO.users.lang.cmdFormLabelConfirm = 'Confirm';
GO.users.lang.cmdBoxLabelEnabled = 'Enabled';
	
GO.users.lang.cmdFormLabelHomepage = 'Homepage';
GO.users.lang.cmdFormLabelRegistrationTime = 'Registration time';
GO.users.lang.cmdFormLabelLastLogin = 'Last Login';
GO.users.lang.cmdFormLabelTotalLogins = 'Total Logins';
GO.users.lang.numberOfLogins = 'Number of logins';
GO.users.lang.cmdFormLabelTheme = 'Theme';
GO.users.lang.cmdFormLabelStartModule = 'Start in module';
GO.users.lang.cmdFormLabelMaximunRows = 'Maximum number of rows in lists';
GO.users.lang.cmdFormLabelSortNamesBy = 'Sort names by';

GO.users.lang.cmdFormLabelLanguage = 'Language';
GO.users.lang.cmdFormLabelTimezone = 'Timezone';
GO.users.lang.cmdFormLabelAdjustDaylight = 'Automatically adjust time to Daylight Savings Time';
GO.users.lang.cmdFormLabelDateFormat = 'Date Format';
GO.users.lang.cmdFormLabelDateSeperator = 'Date Seperator';
GO.users.lang.timeFormat = 'Time Format';
GO.users.lang.cmdFormLabelFirstWeekday = 'First weekday';
GO.users.lang.cmdFormLabelThousandSeperator = 'Thousand Seperator';
GO.users.lang.cmdFormLabelDecimalSeperator = 'Decimal Seperator';
GO.users.lang.cmdFormLabelCurrency = 'Currency'

GO.users.lang.account = 'Account';
GO.users.lang.confirmPassword = 'Confirm password';
GO.users.lang.companyProfile = 'Company profile';
GO.users.lang.loginInfo = 'Login information';
GO.users.lang.changePassword = 'Change password';
GO.users.lang.currentPassword = 'Current password';
GO.users.lang.newPassword = 'New password';
GO.users.lang.confirmPassword = 'Confirm password';
GO.users.lang.moduleAccess = 'Module access';
GO.users.lang.groupMembership = 'Group membership';
GO.users.lang.personalProfile = 'Personal profile';
GO.users.lang.settings = 'Personal settings';
GO.users.lang.dmy = 'Day-Month-Year';
GO.users.lang.mdy = 'Month-Day-Year';
GO.users.lang.jmd = 'Year-Month-Day';
GO.users.lang.fullhourformat = '24 hour format';
GO.users.lang.halfhourformat = '12 hour format';
GO.users.lang.sunday = 'Sunday';
GO.users.lang.monday = 'Monday';
GO.users.lang.regionalSettings = 'Regional settings';
GO.users.lang.userSettings = 'User settings';
GO.users.lang.profile='Profile';

GO.users.lang.maxUsersReached='The maximum number of users has been reached. Contact your hosting provider to extend your maximum number of users.';

GO.users.lang.group='Group';

GO.users.lang.muteSound='Mute sound';
GO.users.lang.mailReminders='Mail reminders';

GO.users.lang.downloadSampleCSV='Download sample CSV';

GO.users.lang.importText='You can import users using a CSV file. To know how the CSV file should be formatted, download the sample file.<br />The first line must contain the column names. The following fields are required for each user:<br /><br />username, password, first_name, last_name, email';

GO.users.lang.useModule= 'Use';
GO.users.lang.manageModule= 'Manage';

GO.users.lang.numberFormat ='Number format';
GO.users.lang.importExport ='Import / Export';
GO.users.lang.listSeparator='List separator';
GO.users.lang.textSeparator='Text separator';

GO.users.lang.deleteWarning='WARNING!!! All of the user data including addressbooks, projects, calendars etc. will be deleted!';

GO.users.lang.lastName = 'Last name';
GO.users.lang.firstName = 'First name';

GO.users.lang.sendInvitation='Send invitation';

GO.users.lang.contactInfo='Contact info';

GO.users.lang.popupNotification='Show a popup window when a reminder becomes active or an e-mail arrives';
