Adjusted the translation (wrong encoding).
This commit is contained in:
parent
8010538a37
commit
50b4505e44
|
@ -29,29 +29,29 @@ public class DBRes_sv extends ListResourceBundle
|
|||
/** Data */
|
||||
static final Object[][] contents = new String[][]
|
||||
{
|
||||
{ "CConnectionDialog", "Adempiere anslutning" },
|
||||
{ "CConnectionDialog", "Anslutning till Adempiere" },
|
||||
{ "Name", "Namn" },
|
||||
{ "AppsHost", "Program v<>rddator" },
|
||||
{ "AppsPort", "Program port" },
|
||||
{ "TestApps", "Test program" },
|
||||
{ "DBHost", "Databas v<>rddator" },
|
||||
{ "DBPort", "Databas port" },
|
||||
{ "DBName", "Databas namn" },
|
||||
{ "DBUidPwd", "Anv<EFBFBD>ndarnamn / l<>senord" },
|
||||
{ "ViaFirewall", "via Firewall" },
|
||||
{ "FWHost", "Firewall v<>rddator" },
|
||||
{ "FWPort", "Firewall port" },
|
||||
{ "TestConnection", "Test databas" },
|
||||
{ "Type", "Databas typ" },
|
||||
{ "BequeathConnection", "Efterl<EFBFBD>mna anslutning" },
|
||||
{ "Overwrite", "Skriv <EFBFBD>ver" },
|
||||
{ "ConnectionProfile", "Connection" },
|
||||
{ "AppsHost", "Applikationsserver" },
|
||||
{ "AppsPort", "Serverport" },
|
||||
{ "TestApps", "Testa anslutning" },
|
||||
{ "DBHost", "Databasserver" },
|
||||
{ "DBPort", "Databasport" },
|
||||
{ "DBName", "Databasnamn" },
|
||||
{ "DBUidPwd", "Användarnamn / lösenord" },
|
||||
{ "ViaFirewall", "Via brandvägg" },
|
||||
{ "FWHost", "Adress brandvägg" },
|
||||
{ "FWPort", "Port på brandvägg" },
|
||||
{ "TestConnection", "Testa databasanslutning" },
|
||||
{ "Type", "Databastyp" },
|
||||
{ "BequeathConnection", "Efterlämna anslutning" },
|
||||
{ "Overwrite", "Skriv över" },
|
||||
{ "ConnectionProfile", "Anslutningstyp" },
|
||||
{ "LAN", "LAN" },
|
||||
{ "TerminalServer", "Terminal Server" },
|
||||
{ "VPN", "VPN" },
|
||||
{ "WAN", "WAN" },
|
||||
{ "ConnectionError", "Anslutningsfel" },
|
||||
{ "ServerNotActive", "Server ej activ" }
|
||||
{ "ServerNotActive", "Server ej aktiv" }
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue