Integrity.Locale.set({
    "global.all":"All",
    "global.add":"Add",
    "global.edit":"Edit",
    "global.save":"Save",
    "global.cancel":"Cancel",
    "global.remove":"Remove",
    "global.delete":"Delete",
    "global.create":"Create",
    "global.update":"Update",
    "global.search":"Search",
    "global.active":"active",
    "global.inactive":"inactive",
    "global.editMax1ItemWarning":"Can not edit more than one item at time!",
    "global.processMin1ItemWarning":"Please select at least one item to process",
    "app.title":"Integrity",
    "app.logout":"Logout",
    "app.login.title":"Login to use Integrity",
    "app.login.login":"Login",
    "app.login.email":"Email&nbsp;Address",
    "app.login.password":"Password",
    "app.login.doLogin":"Login now",
    "app.roles.superadmin":"superadmin",
    "app.roles.groupadmin":"Company admin",
    "app.roles.testmanager":"Test manager",
    "app.roles.testwriter":"Test writer",
    "app.roles.tester":"Tester",
    "app.main.switch.testsList":"Tests",
    "app.main.switch.testSuitesList":"Test suites",
    "app.main.switch.organizations":"Organizations",
    "app.main.switch.company":"Company",
    "app.main.switch.assignedSuites":"Assigned Suites",
    "app.main.switch.testRuns":"Completed suites",
    "app.testsList.toolbar.createTest":"Create new test",
    "app.testsList.toolbar.editTest":"Edit test",
    "app.testsList.toolbar.deleteTest":"Delete test",
    "app.testsList.toolbar.addTo":"Add to",
    "app.testsList.toolbar.search":"@global.search",
    "app.testsList.grid.quality":"Quality",
    "app.testsList.grid.platform":"Platform",
    "app.testsList.grid.summary":"Summary",
    "app.testsList.grid.type":"Type",
    "app.testsList.grid.caption":"Tests list",
    "app.testsList.filter.platform":"Platform",
    "app.testsList.filter.android":"Android",
    "app.testsList.filter.iphone":"iPhone",
    "app.testsList.filter.bb":"Blackberry",
    "app.testsList.filter.type":"Type",
    "app.testsList.filter.tags":"Tags",
    "app.testsList.filter.key":"Key",
    "app.testsList.addTo.description":"Select suite(s) or <span class='clickable'>%1</span> that you want selected tests add to",
    "app.testsList.addTo.subDescription":"create new",
    "app.testsList.addTo.newSuiteNamePrompt":"Enter name for new suite",
    "app.testsList.addTo.search":"Type here to filter suites that are shown",
    "app.testsList.addTo.add":"@global.add",
    "app.testsList.addTo.noData":"You did not selected anything to add",
    "app.testsList.addTo.additionSuccessfull":"Tests have been successfully added to specified suites",
    "app.testsList.deleteMin1TestWarning":"@global.processMin1ItemWarning",
    "app.testsList.deleteDialog.title":"Test(s) deletion",
    "app.testsList.deleteDialog.message":"Do you really want to delete %1 selected test(s)?",
    "app.testsList.deleteDialog.button":"@global.delete",
    "app.testsList.deletionSuccessfull":"Tests have been successfully deleted",
    "app.testsList.subGrid.delete":"@global.delete",
    "app.testsList.subGrid.title":"Tests in this '%1' suite",
    "app.suites.toolbar.create":"Create suite",
    "app.suites.toolbar.delete":"Delete suite",
    "app.suites.toolbar.edit":"Edit suite",
    "app.suites.toolbar.assign":"Assign",
    "app.suites.grid.caption":"Suites list",
    "app.suites.grid.name":"Suite name",
    "app.suites.grid.description":"Suite description",
    "app.suites.add.dialog.title":"Suites creation",
    "app.suites.add.dialog.name":"Suite name",
    "app.suites.add.dialog.description":"Suite description",
    "app.suites.add.dialog.create":"@global.create",
    "app.suites.add.noName":"Name field should not be empty!",
    "app.suites.add.additionSuccessfull":"Suite has been successfully created",
    "app.suites.delete.processMin1SuiteWarning":"@global.processMin1ItemWarning",
    "app.suites.delete.dialog.title":"Suites deletion",
    "app.suites.delete.dialog.deleteText":"Do you really want to delete %1 selected suite(s)?",
    "app.suites.delete.dialog.delete":"@global.delete",
    "app.suites.delete.deletionSuccessfull":"Suites have been successfully deleted",
    "app.suites.update.editMax1SuiteWarning":"@global.editMax1ItemWarning",
    "app.suites.update.processMin1SuiteWarning":"@global.processMin1ItemWarning",
    "app.suites.update.noName":"Name field should not be empty!",
    "app.suites.update.dialog.title":"Suite update",
    "app.suites.update.dialog.update":"@global.update",
    "app.suites.update.updateSuccessfull":"Suite has been updated successfully",
    "app.suites.assignTo.search":"@global.search",
    "app.suites.assignTo.addNotes":"Add notes...",
    "app.suites.assignTo.notes":"Notes:",
    "app.suites.assignTo.assign":"Assign",
    "app.suites.assignTo.noTesters":"No testers found. Please create at least one to assign him a suite run.",
    "app.suites.assignTo.noSuitesData":"Select at least one suite to assign.",
    "app.suites.assignTo.noUserData":"Select at least one person to assign.",
    "app.suites.assignTo.nothingFound":"Nothing here",
    "app.suites.assignTo.assignSuccessfull":"Suites have been successfully assigned",
    "app.crudTest.addTitle":"Create new test",
    "app.crudTest.editTitle":"Edit test",
    "app.crudTest.summary":"Summary",
    "app.crudTest.testType":"Test type",
    "app.crudTest.testType.all":"@global.all",
    "app.crudTest.testType.acceptance":"Acceptance",
    "app.crudTest.testType.api":"API",
    "app.crudTest.testType.harness":"Harness",
    "app.crudTest.testType.perform":"Perform",
    "app.crudTest.testType.performance":"Performance",
    "app.crudTest.testType.regression":"Regression",
    "app.crudTest.testType.smoketest":"Smoketest",
    "app.crudTest.instructions":"Instructions",
    "app.crudTest.steps":"Steps:",
    "app.crudTest.platform.android":"Android",
    "app.crudTest.platform.ios":"IOS",
    "app.crudTest.platform.bb":"Blackberry",
    "app.crudTest.add.prefix":"Add",
    "app.crudTest.add.tags":"tag",
    "app.crudTest.add.step":"add new",
    "app.crudTest.add.SDK":"SDK",
    "app.crudTest.add.platform":"platform version",
    "app.crudTest.add.implementation":"implementation",
    "app.crudTest.add.bugtracking":"bugtrack",
    "app.crudTest.add.attachment":"attachment",
    "app.crudTest.bugtracking.title":"Bugtracking:",
    "app.crudTest.bugtracking.add":"@global.add",
    "app.crudTest.bugtracking.cancel":"@global.cancel",
    "app.crudTest.bugtrackingResult.title":"Bugtracking:",
    "app.crudTest.bugtrackingResult.remove":"@global.remove",
    "app.crudTest.implementation.title":"Implementation:",
    "app.crudTest.implementation.validate":"validate",
    "app.crudTest.implementation.remove":"@global.remove",
    "app.crudTest.tags.title":"Tags:",
    "app.crudTest.tags.forbiddenWord":"Words 'and', 'or', 'not' can not be used as tags",
    "app.crudTest.tags.add":"@global.add",
    "app.crudTest.tags.cancel":"@global.cancel",
    "app.crudTest.tagsResult.title":"Tags:",
    "app.crudTest.tagsResult.remove":"@global.remove",
    "app.crudTest.sdk.title":"Mobile SDK:",
    "app.crudTest.sdk.add":"@global.add",
    "app.crudTest.sdk.cancel":"@global.cancel",
    "app.crudTest.sdkResult.title":"SDK:",
    "app.crudTest.sdkResult.remove":"@global.remove",
    "app.crudTest.platform.title":"Platform version:",
    "app.crudTest.platform.add":"@global.add",
    "app.crudTest.platform.cancel":"@global.cancel",
    "app.crudTest.platformResult.title":"Platform version:",
    "app.crudTest.platformResult.remove":"@global.remove",
    "app.crudTest.step.header":"Add step",
    "app.crudTest.step.title":"Title:",
    "app.crudTest.step.add":"@global.add",
    "app.crudTest.step.addAttachment":"attachment",
    "app.crudTest.step.implementation":"Implementation:",
    "app.crudTest.step.instructions":"Instructions:",
    "app.crudTest.step.remove":"@global.remove",
    "app.crudTest.step.errorNoTitle":"You need to give a title to a step",
    "app.crudTest.step.attachments":"Attachments:",
    "app.crudTest.step.addAttachment.title":"Attachment",
    "app.crudTest.step.attachment.remove":"@global.remove",
    "app.crudTest.stepResult.edit":"@global.edit",
    "app.crudTest.stepResult.remove":"@global.remove",
    "app.crudTest.attachment.title":"Attachment:",
    "app.crudTest.attachment.add":"@global.add",
    "app.crudTest.attachment.remove":"@global.remove",
    "app.crudTest.attachmentResult.title":"Attachment:",
    "app.crudTest.attachmentResult.remove":"@global.remove",
    "app.crudTest.createButton":"@global.create",
    "app.crudTest.saveButton":"@global.save",
    "app.crudTest.cancelButton":"@global.cancel",
    "app.crudTest.editMax1TestWarning":"@global.editMax1ItemWarning",
    "app.crudTest.editMin1TestWarning":"@global.processMin1ItemWarning",
    "app.crudTest.error.noSummary":"Summary field should not be empty!",
    "app.crudTest.error.atLeast1Step":"You shoud add at least one step",
    "app.crudTest.successfulSaveMessage":"Test has been successfully saved",
    "app.crudTest.successfulCreateMessage":"Test has been successfully created",
    "app.organizations.toolbar.add":"Add Organization",
    "app.organizations.add.dialog.title":"Create new organization",
    "app.organizations.add.dialog.create":"@global.create",
    "app.organizations.add.emptyFields":"All fields should be filled!",
    "app.organizations.add.additionSuccessfull":"Company has been successfully created",
    "app.organizations.orgAdded.title":"Operation successful",
    "app.organizations.orgAdded.text1":"Account for organization <b>%1</b> has been successfully added.",
    "app.organizations.orgAdded.text2":"Use following URL <a href='%1'>%1</a> to login.",
    "app.organizations.orgAdded.ok":"OK (%1)",
    "app.organizations.grid.caption":"Organizations",
    "app.organizations.grid.name":"Company",
    "app.organizations.grid.status":"Status",
    "app.organizations.grid.createdBy":"Created by",
    "app.organizations.grid.admin":"Managed by",
    "app.company.toolbar.add":"Add user",
    "app.company.toolbar.enable":"Enable user",
    "app.company.toolbar.disable":"Disable user",
    "app.company.grid.caption":"Users",
    "app.company.grid.username":"Username",
    "app.company.grid.email":"Email",
    "app.company.grid.role":"Role",
    "app.company.grid.status":"Status",
    "app.company.add.dialog.title":"Create new user",
    "app.company.add.dialog.create":"@global.create",
    "app.company.add.emptyFields":"All fields should be filled!",
    "app.company.add.additionSuccessfull":"User has been successfully added",
    "app.company.disableMin1UserWarning":"@global.processMin1ItemWarning",
    "app.company.disableSuccessful":"Users have been successfully disabled",
    "app.company.enableMin1UserWarning":"@global.processMin1ItemWarning",
    "app.company.enableSuccessful":"Users have been successfully enabled",
    "app.adduser.organization":"Organization",
    "app.adduser.user":"Username",
    "app.adduser.password":"Password",
    "app.adduser.email":"Email",
    "app.adduser.role":"Role",
    "app.assignedSuites.toolbar.run":"Run",
    "app.assignedSuites.grid.caption":"Assigned suites",
    "app.assignedSuites.grid.suite":"Suite",
    "app.assignedSuites.grid.when":"Date",
    "app.assignedSuites.grid.assigner":"Assigned by",
    "app.assignedSuites.grid.notes":"Notes",
    "app.assignedSuites.rows.suite":"%1 (%2)",
    "app.assignedSuites.processMin1SuiteRunWarning":"@global.processMin1ItemWarning",
    "app.assignedSuites.singleSuiteRunOnlyWarning":"Please select only one suite run",
    "app.completedSuites.grid.caption":"Completed suites",
    "app.completedSuites.grid.suite":"Suite",
    "app.completedSuites.grid.when":"Date",
    "app.completedSuites.grid.assigner":"Completed by",
    "app.completedSuites.grid.notes":"Notes",
    "app.completedSuites.subGrid.title":"Details for '%1' suite (suiteRunId: %2)",
    "app.completedSuites.subgrid.platform":"Platform",
    "app.completedSuites.subgrid.summary":"Summary",
    "app.completedSuites.subgrid.type":"Type",
    "app.completedSuites.subgrid.caption":"Tests list",
    "app.completedSuites.suiteSummary.passedTests":"Tests passed",
    "app.completedSuites.suiteSummary.passedTestsNotes":"Tests passed (with notes)",
    "app.completedSuites.suiteSummary.failedTests":"Tests failed",
    "app.completedSuites.suiteSummary.passedCommands":"Steps passed",
    "app.completedSuites.suiteSummary.passedCommandsNotes":"Steps passed (with notes)",
    "app.completedSuites.suiteSummary.failedCommands":"Steps failed",
    "app.completedSuites.suiteSummary.showAll":"Show all",
    "app.completedSuites.testResultsDialog.title":"Test results",
    "app.tester.noIdError":"No suite run id given",
    "app.tester.successNote":"Notes:",
    "app.tester.failNote":"Notes:",
    "app.tester.header.suiteRunId":"Suite run id:",
    "app.tester.header.suiteId":"suite id:",
    "app.tester.header.suiteName":"Name:",
    "app.tester.header.suiteDescription":"Description:",
    "app.tester.header.suiteNotes":"Notes:",
    "app.tester.testContent.header":"Test %1/%2",
    "app.tester.testContent.buttons.gotoNextText":"Next test",
    "app.tester.testContent.buttons.gotoSummary":"Go to summary",
    "app.tester.testContent.gotoSummary":"&lt;&lt; Back to summary",
    "app.tester.summary.allSucceed":"All steps were successfully passed",
    "app.tester.summary.allFailed":"All steps were failed",
    "app.tester.summary.allCompleted":"Test completed (has error(s))",
    "app.tester.summary.allIncompleted":"Test not started yet",
    "app.tester.summary.inProgress":"Test is in progress",
    "app.tester.summary.hasNotes":"There are notes",
    "app.tester.toolbar.markSuiteAsCompleted":"Mark suite as completed",
    "app.tester.toolbar.closeWindow":"Close window",
    "errors.APP-001":"Application is not installed properly.",
    "errors.APP-002":"Higher version of PHP is required!",
    "errors.API-001":"Invalid method specified. Please specify the correct value for the \"method\" POST parameter.",
    "errors.API-002":"Missing the method parameter. Specify a non-empty value for the \"method\" POST parameter.",
    "errors.API-003":"Missing mandatory testId or stepId parameter.",
    "errors.API-004":"Missing media attachment.",
    "errors.API-005":"Missing mandatory testId parameter.",
    "errors.API-006":"Missing mandatory data parameter. Please specify a non-empty value for the \"data\" POST parameter according to the corresponding API documentation.",
    "errors.API-007":"The mandatory parameter suiteId is not specified.",
    "errors.API-008":"The name of the organization is mandatory.",
    "errors.API-009":"Instructions and implementations should be defined if steps are specified.",
    "errors.API-010":"Test ID should be defined.",
    "errors.API-011":"Specified test doesn't exist.",
    "errors.API-012":"Specified step doesn't exist.",
    "errors.API-013":"A username should be specified.",
    "errors.API-014":"A password should be specified.",
    "errors.API-015":"The specified suite is not found.",
    "errors.API-017":"The specified test is not bound to the specified suite.",
    "errors.API-018":"Empty object.",
    "errors.API-019":"No valid parameters.",
    "errors.API-020":"Suite ID should be defined.",
    "errors.API-021":"User ID should be defined.",
    "errors.API-022":"Specified fields can't be modified in batch mode.",
    "errors.API-023":"Can't assign suite to the user from another organization.",
    "errors.API-024":"Can't assign suite from another organization.",
    "errors.API-025":"Missing mandatory userId parameter.",
    "errors.API-026":"The mandatory parameter userId is not valid, integer value required.",
    "errors.API-027":"The specified tester is not found.",
    "errors.API-028":"Multiple errors during uploading attachments.",
    "errors.API-029":"The mandatory parameter suiteRunId is not specified.",
    "errors.API-030":"Missing mandatory suiteId parameter.",
    "errors.API-031":"Can't delete suite from another organization.",
    "errors.API-032":"Can't delete test from another organization.",
    "errors.API-033":"Attachments path does not exists and failed to create, see `config.php`.",
    "errors.AUTH-001":"No username. Pass the non-empty \"username\" POST parameter.",
    "errors.AUTH-002":"No password. Pass the non-empty \"password\" POST parameter.",
    "errors.AUTH-003":"The specified organization is not found.",
    "errors.AUTH-004":"Invalid username. The specified username is not registered. Create a new user or specify a registered username.",
    "errors.AUTH-005":"Invalid password. The specified username is registered but the provided password is invalid. Please specify another username or password.",
    "errors.AUTH-006":"Credentials are ambiguous. There are two or more users with the specified username and password. Try to specify the \"organizationId\" POST parameter (with empty value for super administrators).",
    "errors.AUTH-007":"User is not active. The specified user is registered but it was not activated or it was deactivated by administrator.",
    "errors.AUTH-008":"Not authorized. You should be logged in to perform this request. Please login.",
    "errors.AUTH-009":"You don't have enought rights to perform this request. The role of the current user can't perform the requested action. Please login as another user.",
    "errors.AUTH-010":"Invalid username or password.",
    "errors.AUTH-011":"Could not reach cloud server. Please try again later.",
    "errors.AUTH-012":"Could not fetch user data. Authentication failed.",
    "errors.AUTH-013":"Cloud settings not defined.",
    "errors.ACL-001":"Only superadministrators could be created outside organization.",
    "errors.ACL-002":"Superadmin could not be created within organization.",
    "errors.ACL-003":"A valid role should be specified. Please specify one of the valid roles.",
    "errors.ACL-004":"The role should be specified if user is created within organization. Please specify the \"role\" property.",
    "errors.ACL-005":"Group admin can't create superadministrators.",
    "errors.ACL-006":"New user can be created only within the organization of group administrator. Please specify the same organization ID as the logged user has.",
    "errors.ACL-007":"Superadmin with specified username already exists.",
    "errors.ACL-008":"Can't change the \"active\" field of the logged in user.",
    "errors.ACL-009":"Can't modify user outside the organization of current group administrator.",
    "errors.ACL-010":"Suite could be assigned only to a user with \"tester\" role.",
    "errors.DB-000":"Unknown database exception.",
    "errors.DB-001":"Failed to save new organization into the database. There is no fatal error, but the insert was not performed. Sorry we don't have more information.",
    "errors.DB-002":"Failed to add a specified test into the database. There is no fatal error but the test was not insterted. Sorry, we don't have more information.",
    "errors.DB-003":"Failed to save new user. Database error. There is no fatal error but the user was not saved. Sorry, we don't have more information.",
    "errors.DB-004":"Failed to add the test to the suite. Database error.",
    "errors.DB-005":"Failed to delete the test from the suite. Database error.",
    "errors.DB-006":"Failed to add a specified suite.",
    "errors.DB-007":"Failed to add the tester to the suite. Database error.",
    "errors.FILE-0":"There is no error, the file uploaded with success.",
    "errors.FILE-1":"The uploaded file exceeds the upload_max_filesize directive in php.ini.",
    "errors.FILE-2":"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
    "errors.FILE-3":"The uploaded file was only partially uploaded.",
    "errors.FILE-4":"No file was uploaded.",
    "errors.FILE-5":"Reserved",
    "errors.FILE-6":"Missing a temporary folder.",
    "errors.FILE-7":"Failed to write file to disk.",
    "errors.FILE-8":"A PHP extension stopped the file upload."
}, "en" );
