mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Added translation of webconsole site title
This commit is contained in:
parent
5dbc7a8ca4
commit
5f9f23eb3f
@ -182,7 +182,7 @@ namespace http {
|
|||||||
" <meta charset=\"UTF-8\">\r\n"
|
" <meta charset=\"UTF-8\">\r\n"
|
||||||
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n"
|
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n"
|
||||||
" <link rel=\"shortcut icon\" href=\"" << itoopieFavicon << "\">\r\n"
|
" <link rel=\"shortcut icon\" href=\"" << itoopieFavicon << "\">\r\n"
|
||||||
" <title>Purple I2P Webconsole</title>\r\n";
|
" <title>" << tr("Purple I2P Webconsole") << "</title>\r\n";
|
||||||
GetStyles(s);
|
GetStyles(s);
|
||||||
s <<
|
s <<
|
||||||
"</head>\r\n"
|
"</head>\r\n"
|
||||||
|
@ -31,6 +31,7 @@ namespace german // language namespace
|
|||||||
|
|
||||||
static std::map<std::string, std::string> strings
|
static std::map<std::string, std::string> strings
|
||||||
{
|
{
|
||||||
|
{"Purple I2P Webconsole", "Purple-I2P-Webkonsole"},
|
||||||
{"KiB", "KiB"},
|
{"KiB", "KiB"},
|
||||||
{"MiB", "MiB"},
|
{"MiB", "MiB"},
|
||||||
{"GiB", "GiB"},
|
{"GiB", "GiB"},
|
||||||
|
Loading…
Reference in New Issue
Block a user