Skip to content

Commit

Permalink
Cleanup Translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Mar 1, 2018
1 parent e4a0c79 commit eb23078
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class RestEndpoint {

private static final PermissionGroup NODE_SHARING_GROUP = new PermissionGroup(RestEndpoint.class, Messages._RestEndpoint_PermissionGroupName());
private static final PermissionScope NODE_SHARING_SCOPE = new PermissionScope(RestEndpoint.class);
public static final Permission INVOKE = new Permission(NODE_SHARING_GROUP, "Reserve", Messages._RestEndpoint_ReserveRescription(), null, NODE_SHARING_SCOPE);
public static final Permission INVOKE = new Permission(NODE_SHARING_GROUP, "Reserve", Messages._RestEndpoint_ReserveDescription(), null, NODE_SHARING_SCOPE);

private static final RequestConfig REQUEST_CONFIG = RequestConfig.custom()
.setConnectTimeout(5000)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RestEndpoint.PermissionGroupName=NodeSharing
RestEndpoint.ReserveRescription=User authorized to invoke node sharing REST operations
RestEndpoint.ReserveDescription=User authorized to invoke node sharing REST operations
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
PluginName=Node sharing executor
InvalidURI=Invalid config repo url
InvalidConfigRepo=Unrecognized config repo content
AuthFailure=Authentication failure
Success=Success
Error=Error
NotFound=Not found
TestConnectionFailure=An error occurred while getting version of Orchestrator, Orchestrator is probably unreachable.
TestConnectionOK=Orchestrator version is {0}
CheckCompatibleHostsFailure=No hosts found that have defined parameters of JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT
CheckCompatibleHostsOK=<b>The following hosts are compatible:</b> <small>(parameters JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT are defined)</small>
DeletedCause=Slave is pending removal.

0 comments on commit eb23078

Please sign in to comment.