1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

updated user interface

This commit is contained in:
Adolfo Gómez García 2022-05-17 16:42:37 +02:00
parent 48557f96e4
commit e7216e8a24
3 changed files with 31 additions and 31 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,5 @@
// "Fake" javascript file for translations // "Fake" javascript file for translations
// Typescript // Typescript
gettext("Warning");
gettext("Service is in maintenance and cannot be executed");
gettext("Errors found");
gettext("Invalid error string");
gettext("We use cookies to track usage and preferences");
gettext("I Understand");
gettext("Learn more");
gettext("Service is in maintenance"); gettext("Service is in maintenance");
gettext("This service is currently not accessible due to schedule restrictions."); gettext("This service is currently not accessible due to schedule restrictions.");
gettext("Launcher"); gettext("Launcher");
@ -24,29 +17,14 @@ gettext("Error launching service");
gettext("Please wait until the service is launched."); gettext("Please wait until the service is launched.");
gettext("Please, tray again in a few moments."); gettext("Please, tray again in a few moments.");
gettext("Error launching service"); gettext("Error launching service");
gettext("Invalid error string");
gettext("Errors found");
gettext("Warning");
gettext("Service is in maintenance and cannot be executed");
gettext("We use cookies to track usage and preferences");
gettext("I Understand");
gettext("Learn more");
// HTML // HTML
gettext("You can access UDS Open Source code at");
gettext("UDS has been developed using these components:");
gettext("If you find that we missed any component, please let us know");
gettext("UDS Client");
gettext("Download UDS client for your platform");
gettext("Legacy clients are only provided for old operating system support. Try to avoid them.");
gettext("Username");
gettext("Password");
gettext("Authenticator");
gettext("Login");
gettext("Downloads");
gettext("Always download the UDS actor matching your platform");
gettext("Legacy actors are only provided for old operating system support. Try to avoid them.");
gettext("An error has occurred");
gettext("Return");
gettext("UDS Service launcher");
gettext("The service you have requested is being launched.");
gettext("Please, note that reloading this page will not work.");
gettext("To relaunch service, you will have to do it from origin.");
gettext("If the service does not launchs automatically, probably you dont have the UDS Client installed");
gettext("You can obtain it from the");
gettext("UDS Client download page");
gettext("Release service"); gettext("Release service");
gettext("Reset service"); gettext("Reset service");
gettext("Connections"); gettext("Connections");
@ -69,3 +47,25 @@ gettext("UDS Client");
gettext("About"); gettext("About");
gettext("UDS Client"); gettext("UDS Client");
gettext("About"); gettext("About");
gettext("You can access UDS Open Source code at");
gettext("UDS has been developed using these components:");
gettext("If you find that we missed any component, please let us know");
gettext("UDS Client");
gettext("Download UDS client for your platform");
gettext("Legacy clients are only provided for old operating system support. Try to avoid them.");
gettext("Downloads");
gettext("Always download the UDS actor matching your platform");
gettext("Legacy actors are only provided for old operating system support. Try to avoid them.");
gettext("An error has occurred");
gettext("Return");
gettext("UDS Service launcher");
gettext("The service you have requested is being launched.");
gettext("Please, note that reloading this page will not work.");
gettext("To relaunch service, you will have to do it from origin.");
gettext("If the service does not launchs automatically, probably you dont have the UDS Client installed");
gettext("You can obtain it from the");
gettext("UDS Client download page");
gettext("Username");
gettext("Password");
gettext("Authenticator");
gettext("Login");