-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLanguage_en_RR.properties
27 lines (22 loc) · 1.69 KB
/
Language_en_RR.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
ExtName=Sauce Labs~saucelabs-extension1
ExtDesc=Executes Javascript/Node or Java tests using Sauce Labs.~saucelabs-extension2
ExtMessage=This extension executes selenium tests in the cloud using Sauce Labs. It is recommended that your tests and this job configuration define HOST, PORT and APP_URL as environment properties. In addition, update your deploy job to define an CF_APP_NAME environment property to make the application url available to this job. (e.g. 'export CF_APP_NAME="[$CF_APP]"')~saucelabs-extension3
USER_ID_KEY=Username~saucelabs-extension4
USER_ID_DESC=The Sauce Labs username. Tests should use the SAUCE_USERNAME environment variable.~saucelabs-extension5
ACCESS_KEY=Access Key~saucelabs-extension6
ACCESS_KEY_DESC=The Sauce Labs access key. Tests should use the SAUCE_ACCESS_KEY environment variable.~saucelabs-extension7
SELECT_CMD_KEY=Test Execution Command:~saucelabs-extension8
SELECT_CMD_DESC=Please select the test command that best fits the project test configuration.~saucelabs-extension9
EMPTY_KEY=Select...~saucelabs-extension10
NPM_KEY=npm test~saucelabs-extension11
GRUNT_KEY=grunt~saucelabs-extension12
GRUNT_T_KEY=grunt test~saucelabs-extension13
ANT_KEY=ant test~saucelabs-extension14
MVN_KEY=mvn test~saucelabs-extension15
CUSTOM_KEY=Custom...~saucelabs-extension16
COMMAND_KEY=Custom Test Execution Command:~saucelabs-extension17
COMMAND_DESC=Enter the command(s) used to execute the tests for the project.~saucelabs-extension18
ASSET_KEY=Download Selenium logs and job videos~saucelabs-extension19
ASSET_DESC=Choose whether to download Selenium logs and videos from jobs as artifacts.~saucelabs-extension20