1
1
// "Fake" javascript file for translations
2
2
// Typescript
3
- gettext ( "Warning" ) ;
4
- gettext ( "Service is in maintenance and cannot be executed" ) ;
5
- gettext ( "Errors found" ) ;
6
- gettext ( "Invalid error string" ) ;
7
- gettext ( "We use cookies to track usage and preferences" ) ;
8
- gettext ( "I Understand" ) ;
9
- gettext ( "Learn more" ) ;
10
3
gettext ( "Service is in maintenance" ) ;
11
4
gettext ( "This service is currently not accessible due to schedule restrictions." ) ;
12
5
gettext ( "Launcher" ) ;
@@ -24,29 +17,14 @@ gettext("Error launching service");
24
17
gettext ( "Please wait until the service is launched." ) ;
25
18
gettext ( "Please, tray again in a few moments." ) ;
26
19
gettext ( "Error launching service" ) ;
20
+ gettext ( "Invalid error string" ) ;
21
+ gettext ( "Errors found" ) ;
22
+ gettext ( "Warning" ) ;
23
+ gettext ( "Service is in maintenance and cannot be executed" ) ;
24
+ gettext ( "We use cookies to track usage and preferences" ) ;
25
+ gettext ( "I Understand" ) ;
26
+ gettext ( "Learn more" ) ;
27
27
// HTML
28
- gettext ( "You can access UDS Open Source code at" ) ;
29
- gettext ( "UDS has been developed using these components:" ) ;
30
- gettext ( "If you find that we missed any component, please let us know" ) ;
31
- gettext ( "UDS Client" ) ;
32
- gettext ( "Download UDS client for your platform" ) ;
33
- gettext ( "Legacy clients are only provided for old operating system support. Try to avoid them." ) ;
34
- gettext ( "Username" ) ;
35
- gettext ( "Password" ) ;
36
- gettext ( "Authenticator" ) ;
37
- gettext ( "Login" ) ;
38
- gettext ( "Downloads" ) ;
39
- gettext ( "Always download the UDS actor matching your platform" ) ;
40
- gettext ( "Legacy actors are only provided for old operating system support. Try to avoid them." ) ;
41
- gettext ( "An error has occurred" ) ;
42
- gettext ( "Return" ) ;
43
- gettext ( "UDS Service launcher" ) ;
44
- gettext ( "The service you have requested is being launched." ) ;
45
- gettext ( "Please, note that reloading this page will not work." ) ;
46
- gettext ( "To relaunch service, you will have to do it from origin." ) ;
47
- gettext ( "If the service does not launchs automatically, probably you dont have the UDS Client installed" ) ;
48
- gettext ( "You can obtain it from the" ) ;
49
- gettext ( "UDS Client download page" ) ;
50
28
gettext ( "Release service" ) ;
51
29
gettext ( "Reset service" ) ;
52
30
gettext ( "Connections" ) ;
@@ -69,3 +47,25 @@ gettext("UDS Client");
69
47
gettext ( "About" ) ;
70
48
gettext ( "UDS Client" ) ;
71
49
gettext ( "About" ) ;
50
+ gettext ( "You can access UDS Open Source code at" ) ;
51
+ gettext ( "UDS has been developed using these components:" ) ;
52
+ gettext ( "If you find that we missed any component, please let us know" ) ;
53
+ gettext ( "UDS Client" ) ;
54
+ gettext ( "Download UDS client for your platform" ) ;
55
+ gettext ( "Legacy clients are only provided for old operating system support. Try to avoid them." ) ;
56
+ gettext ( "Downloads" ) ;
57
+ gettext ( "Always download the UDS actor matching your platform" ) ;
58
+ gettext ( "Legacy actors are only provided for old operating system support. Try to avoid them." ) ;
59
+ gettext ( "An error has occurred" ) ;
60
+ gettext ( "Return" ) ;
61
+ gettext ( "UDS Service launcher" ) ;
62
+ gettext ( "The service you have requested is being launched." ) ;
63
+ gettext ( "Please, note that reloading this page will not work." ) ;
64
+ gettext ( "To relaunch service, you will have to do it from origin." ) ;
65
+ gettext ( "If the service does not launchs automatically, probably you dont have the UDS Client installed" ) ;
66
+ gettext ( "You can obtain it from the" ) ;
67
+ gettext ( "UDS Client download page" ) ;
68
+ gettext ( "Username" ) ;
69
+ gettext ( "Password" ) ;
70
+ gettext ( "Authenticator" ) ;
71
+ gettext ( "Login" ) ;
0 commit comments