mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Colorize remote command.
This commit is contained in:
30
Aaru.Localization/UI.Designer.cs
generated
30
Aaru.Localization/UI.Designer.cs
generated
@@ -6117,5 +6117,35 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Title_Date_modified", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Title_Server_information {
|
||||
get {
|
||||
return ResourceManager.GetString("Title_Server_information", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Server_application {
|
||||
get {
|
||||
return ResourceManager.GetString("Server_application", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Server_operating_system {
|
||||
get {
|
||||
return ResourceManager.GetString("Server_operating_system", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Server_maximum_protocol {
|
||||
get {
|
||||
return ResourceManager.GetString("Server_maximum_protocol", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Error_connecting_to_host {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_connecting_to_host", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3056,4 +3056,19 @@ Probadores:
|
||||
<data name="Title_Date_modified" xml:space="preserve">
|
||||
<value>[bold][dodgerblue1]Fecha modificación[/][/]</value>
|
||||
</data>
|
||||
<data name="Title_Server_information" xml:space="preserve">
|
||||
<value>[bold][blue]Información del servidor[/][/]</value>
|
||||
</data>
|
||||
<data name="Server_application" xml:space="preserve">
|
||||
<value>[green]Aplicación del servidor[/]</value>
|
||||
</data>
|
||||
<data name="Server_operating_system" xml:space="preserve">
|
||||
<value>[orange3]Sistema operativo del servidor[/]</value>
|
||||
</data>
|
||||
<data name="Server_maximum_protocol" xml:space="preserve">
|
||||
<value>[slateblue1]Protocolo máximo del servidor[/]</value>
|
||||
</data>
|
||||
<data name="Error_connecting_to_host" xml:space="preserve">
|
||||
<value>[red]Error al conectar al servidor.[/]</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -3135,4 +3135,19 @@ Do you want to continue?</value>
|
||||
<data name="Title_Date_modified" xml:space="preserve">
|
||||
<value>[bold][dodgerblue1]Date modified[/][/]</value>
|
||||
</data>
|
||||
<data name="Title_Server_information" xml:space="preserve">
|
||||
<value>[bold][blue]Server information[/][/]</value>
|
||||
</data>
|
||||
<data name="Server_application" xml:space="preserve">
|
||||
<value>[green]Server application[/]</value>
|
||||
</data>
|
||||
<data name="Server_operating_system" xml:space="preserve">
|
||||
<value>[orange3]Server operating system[/]</value>
|
||||
</data>
|
||||
<data name="Server_maximum_protocol" xml:space="preserve">
|
||||
<value>[slateblue1]Server maximum protocol[/]</value>
|
||||
</data>
|
||||
<data name="Error_connecting_to_host" xml:space="preserve">
|
||||
<value>[red]Error connecting to host.[/]</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user