/** 
 * Copyright Intermesh
 * 
 * This file is part of Group-Office. You should have received a copy of the
 * Group-Office license along with Group-Office. See the file /LICENSE.TXT
 * 
 * If you have questions write an e-mail to info@intermesh.nl
 * 
 * @copyright Copyright Intermesh
 * @version $Id: en.js 3565 2009-11-03 16:02:12Z mschering $
 * @author Merijn Schering <mschering@intermesh.nl>
 */

/**
 * Don't copy the next lines into a translation
 */
GO.lang = {};
GO.lang.countries={};
/**
 * Copy everything below for translations
 */

GO.lang.exportHiddenColumns='Export hidden columns too';
GO.lang.searchQuery='search query';
GO.lang.pleaseApplyFirst='Please save first by clicking \'Apply\'';
GO.lang.passwordMatchError='The passwords didn\'t match';
GO.lang.serverError='An error occurred on the webserver. Contact your system administrator and supply the detailed error.';
GO.lang.errorDetails='Detailed error';
GO.lang.contactSupportDesk='Contact support desk';

GO.lang.disabled='Disabled';
GO.lang.changesWillBeLost='You made changes in the current screen. Press cancel and save changes or Ok to continue and delete your changes.';
GO.lang.strCommunityForum='Community forum';
GO.lang.moduleRequired='This feature requires the \'{module}\' module. This module is not available.';

GO.lang.completeProfile = 'Please complete your profile';
GO.lang.fullscreen='Fullscreen mode';
GO.lang.popupBlocker = 'Your browser is blocking a popup from Group-Office. Please disable the popup blocker for this site';

GO.lang.color='Color';
GO.lang.browse='Browse...';
GO.lang.largeUpload='Large files/folders (Java required)';
GO.lang.smallUpload='Small files';


GO.lang.lostPassword='Lost password?';
GO.lang.lostPasswordText='To recover your password you must be able to read your e-mail without access to Group-Office. If you enter your e-mail address an e-mail with instructions will be sent to your e-mail address.<br /><br />Enter your e-mail address:';

GO.lang.noJava='Java Webstart is not installed. Java enables easier editing of files and easier file uploading. Please visit <a class="normal-link" href="http://www.java.com/download" target="_blank">http://www.java.com/download</a> to install it.';

GO.lang.strHelpContents='Help contents';
GO.lang.strReportBug='Report a bug';
GO.lang.strAbout='About Group-Office';
GO.lang.strUsage='Usage statistics';

GO.lang.strName = 'Name';
GO.lang.strDescription = 'Description';
GO.lang.strEmail = 'E-mail';
GO.lang.strUser = 'User';
GO.lang.users = 'Users';
GO.lang.strOwner = 'Owner';
GO.lang.strContacts = 'Contacts';

GO.lang.strLanguage='Language';

GO.lang.strOpenOffice = 'OpenOffice.org document';

GO.lang.strDefault = 'Default';
GO.lang.strUsername = 'Username';
GO.lang.strPassword = 'Password';

GO.lang.strFirstName = 'First name';
GO.lang.strMiddleName = 'Middle name';
GO.lang.strNo = 'No.';
GO.lang.strLastName = 'Last name';
GO.lang.strTitle = 'Title';
GO.lang.strInitials = 'Initials';
GO.lang.strSex = 'Sex';
GO.lang.strBirthday = 'Birthday';
GO.lang.strEmail = 'E-mail';

GO.lang.strPhone = 'Phone';
GO.lang.strFax = 'Fax';
GO.lang.strCellular = 'Mobile';
GO.lang.strAddress = 'Address';
GO.lang.strAddressNo = 'Address 2';
GO.lang.strZip = 'ZIP/Postal';
GO.lang.strCity = 'City';
GO.lang.strState = 'State';
GO.lang.strCountry = 'Country';
GO.lang.strAddressFormat = 'Address format';
GO.lang.strHomepage = 'Homepage';
GO.lang.strCompany = 'Company';
GO.lang.strDepartment = 'Department';
GO.lang.strFunction = 'Function';
GO.lang.strSalutation = 'Salutation';
GO.lang.strComment = 'Comment';
GO.lang.strWorkAddress = 'Address (work)';
GO.lang.strWorkAddressNo = 'Address 2 (work)';
GO.lang.strWorkZip = 'ZIP/Postal (work)';
GO.lang.strWorkCity = 'City (work)';
GO.lang.strWorkState = 'State (work)';
GO.lang.strWorkCountry = 'Country (work)';
GO.lang.strWorkPhone = 'Phone (work)';
GO.lang.strWorkFax = 'Fax (work)';
GO.lang.strPostAddress = 'Address (post)';
GO.lang.strPostAddressNo = 'Number of house (post)';
GO.lang.strPostCity = 'City (post)';
GO.lang.strPostState = 'State (post)';
GO.lang.strPostCountry = 'Country (post)';
GO.lang.strPostZip = 'ZIP/Postal (post)';

GO.lang.locations = 'Locations';
GO.lang.folder = 'Folder';
GO.lang.folders = 'Folders';
GO.lang.newFolder='New folder';

GO.lang.up = 'Up';
GO.lang.fileExists = 'File exists';
GO.lang.overwriteFile = 'Do you wish to overwrite the file \'{file}\'?';

GO.lang.url = 'URL';

GO.lang.strMale = 'Male';
GO.lang.strFemale = 'Female';

GO.lang.strMtime = 'Modified at';
GO.lang.strCtime = 'Created at';
GO.lang.Atime = 'Accessed at';
GO.lang.strText = 'Text';
GO.lang.texts = 'Texts';
GO.lang.strDate = 'Date';
GO.lang.strUser = 'User';

GO.lang.strSize = 'Size';
GO.lang.strType = 'Type';
GO.lang.strNA = 'N/A';

GO.lang.cmdDelete = 'Delete';
GO.lang.cmdAdd = 'Add';
GO.lang.cmdAddPlusNew = 'Add + new';
GO.lang.cmdSavePlusNew='Save + new';
GO.lang.cmdSave = 'Save';
GO.lang.cmdSaveAs = 'Save as'; 
GO.lang.cmdEdit = 'Edit';
GO.lang.cmdLink = 'Link';
GO.lang.cmdUnlink = 'Unlink';
GO.lang.cmdClose = 'Close';
GO.lang.cmdSettings = 'Settings';
GO.lang.cmdReset = 'Reset';
GO.lang.cmdExport='Export';
GO.lang.cmdPrint='Print';
GO.lang.cmdImport='Import';

GO.lang.cmdActions = 'Actions';

GO.lang.cmdNext='Next';
GO.lang.cmdPrevious='Previous';

GO.lang.cmdNew = 'New';
GO.lang.cmdOk = 'Ok';
GO.lang.cmdCancel = 'Cancel';

GO.lang.cmdApply = 'Apply';
GO.lang.cmdRefresh = 'Refresh';

GO.lang.cmdYes = 'Yes';
GO.lang.cmdYesToAll = 'Yes to all';
GO.lang.cmdNo = 'No';
GO.lang.cmdNoToAll = 'No to all';

GO.lang.strLinks = 'Links';
GO.lang.author = 'Author';

GO.lang.paste = 'Paste';
GO.lang.cut = 'Cut';
GO.lang.copy = 'Copy';
GO.lang.compress = 'Compress';
GO.lang.decompress = 'Decompress';
GO.lang.upload = 'Upload';
GO.lang.download = 'Download';
GO.lang.uploadFiles = 'Upload files';

GO.lang.displayingItems = 'Displaying items {0} - {1} of {2}';
GO.lang.strNoItems = 'No items to display';

GO.lang.strLinkItems = 'Search for items to link';
GO.lang.strSearchResults= 'Search results';
GO.lang.strSearch= 'Search';

GO.lang.strPleaseSelect = 'Please select...';
GO.lang.strProperties = 'Properties';

GO.lang.strConfirm= 'Confirm';
GO.lang.strSuccess= 'Success';
GO.lang.strError= 'Error';
GO.lang.waitMsgSave= 'Saving...';
GO.lang.waitMsgLoad= 'Loading...';
GO.lang.waitMsgUpload= 'Uploading...';
GO.lang.strRequestError= 'Could not connect to the server. Please check your internet connection.';

GO.lang.strSelected = 'Selected';
GO.lang.noItemSelected= 'You didn\'t select an item.';
GO.lang.strDeleteSelectedItems= 'Are you sure you want to delete the {count} items?';
GO.lang.strDeleteSelectedItem= 'Are you sure you want to delete the selected item?';

GO.lang.strNoWritePermissions = 'You are not allowed to edit this item.';

GO.lang.strUnauthorized= 'Unauthorized';
GO.lang.strUnauthorizedText= 'You don\'t have permission to perform this action';
GO.lang.strReadPermissions = 'Read permissions';
GO.lang.strWritePermissions = 'Write permissions';
GO.lang.strPermissions = 'Permissions';
GO.lang.strAccessDenied = 'Access denied';
GO.lang.strAuthorizedGroups = 'Authorized groups';
GO.lang.strAuthorizedUsers = 'Authorized users';

GO.lang.strSelectGroups = 'Select groups';
GO.lang.strSelectUsers = 'Select users';

GO.lang.strLogin= 'Login required';

GO.lang.strLoggedInAs= 'Logged in as';

GO.lang.strErrorsInForm= 'You have errors in your form. The invalid fields are marked.';





GO.lang.strMinute="Minute";
GO.lang.strMinutes="Minutes";
GO.lang.strHour="Hour";
GO.lang.strHours="Hours";
GO.lang.strDay="Day";
GO.lang.strDays="Days";
GO.lang.strWeek="Week";
GO.lang.strWeeks="Weeks";
GO.lang.strMonth="Month";
GO.lang.strMonths="Months";
GO.lang.strYear="Year";
GO.lang.strYears="Years";
GO.lang.strTime='Time';

GO.lang.selectWeek='Select week';

GO.lang.shortDays = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri','Sat'];

GO.lang.noRecurrence = 'No recurrence';
GO.lang.monthsByDate = 'Months by date';
GO.lang.monthsByDay = 'Months by day';

GO.lang.strSelectFiles='Select files';
GO.lang.strSelectFile='Select file';
GO.lang.strFiles='Files';
GO.lang.strSubject='Subject';
GO.lang.strLocation='Location';
GO.lang.strStart='Start';
GO.lang.strEnd='End';

GO.lang.strFirst='First';
GO.lang.strSecond='Second';
GO.lang.strThird='Third';
GO.lang.strFourth='Fourth';

GO.lang.strStatus='Status';
GO.lang.strAvailable='Available';
GO.lang.strAvailability='Availability';
GO.lang.strView='View';

GO.lang.field = 'Field';
GO.lang.value = 'Value';

GO.lang.customer = 'Customer';

GO.lang.strNoCountrySelected='No country selected';
GO.lang.menu = 'Menu';
GO.lang.root = 'Root';
GO.lang.left = 'Left';
GO.lang.right = 'Right';

GO.lang.noFilesModule = 'The files module is required for this function';


GO.lang.remindPassword='Remember my login on this computer until I press logout';

GO.lang.reminders = 'Reminders';
GO.lang.dismiss='Dismiss';
GO.lang.selectAll='Select all';
GO.lang.snooze='Snooze';

GO.lang.strMax = 'Maximum';

GO.lang.settings='Settings';

GO.lang.latestLinks='Latest links'
GO.lang.cmdBrowseLinks = 'Links';

GO.lang.today='Today';

GO.lang.displayingItemsShort='Total: {2}';

GO.lang.image='Image';
GO.lang.insertImage='Insert image in the text';

GO.lang.item='item';
GO.lang.items='items';

GO.lang.more='More';

GO.lang.on ='On';
GO.lang.off ='Off';

GO.lang.keyword='Keyword';


GO.lang.total='Total';

GO.lang.closeApps='Close applications';
GO.lang.rightClickToClose='Right click a tab panel header to close it.';

GO.lang.adminMenu = 'Admin menu';

GO.lang.administration='Administration';
GO.lang.extra='Extra';

GO.lang.permissionsLevel='Level';

GO.lang.permissionRead='Read only';
GO.lang.permissionWrite='Write';
GO.lang.permissionDelete='Write and delete';
GO.lang.permissionManage='Manage';