luci-app-frpc: IP string swap
authorPaul Donald <newtwen+github@gmail.com>
Tue, 23 Apr 2024 12:58:23 +0000 (14:58 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 23 Apr 2024 12:58:23 +0000 (14:58 +0200)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
37 files changed:
applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
applications/luci-app-frpc/po/ar/frpc.po
applications/luci-app-frpc/po/bg/frpc.po
applications/luci-app-frpc/po/bn_BD/frpc.po
applications/luci-app-frpc/po/ca/frpc.po
applications/luci-app-frpc/po/cs/frpc.po
applications/luci-app-frpc/po/da/frpc.po
applications/luci-app-frpc/po/de/frpc.po
applications/luci-app-frpc/po/el/frpc.po
applications/luci-app-frpc/po/en/frpc.po
applications/luci-app-frpc/po/es/frpc.po
applications/luci-app-frpc/po/fi/frpc.po
applications/luci-app-frpc/po/fr/frpc.po
applications/luci-app-frpc/po/he/frpc.po
applications/luci-app-frpc/po/hi/frpc.po
applications/luci-app-frpc/po/hu/frpc.po
applications/luci-app-frpc/po/it/frpc.po
applications/luci-app-frpc/po/ja/frpc.po
applications/luci-app-frpc/po/ko/frpc.po
applications/luci-app-frpc/po/lt/frpc.po
applications/luci-app-frpc/po/mr/frpc.po
applications/luci-app-frpc/po/ms/frpc.po
applications/luci-app-frpc/po/nb_NO/frpc.po
applications/luci-app-frpc/po/nl/frpc.po
applications/luci-app-frpc/po/pl/frpc.po
applications/luci-app-frpc/po/pt/frpc.po
applications/luci-app-frpc/po/pt_BR/frpc.po
applications/luci-app-frpc/po/ro/frpc.po
applications/luci-app-frpc/po/ru/frpc.po
applications/luci-app-frpc/po/sk/frpc.po
applications/luci-app-frpc/po/sv/frpc.po
applications/luci-app-frpc/po/templates/frpc.pot
applications/luci-app-frpc/po/tr/frpc.po
applications/luci-app-frpc/po/uk/frpc.po
applications/luci-app-frpc/po/vi/frpc.po
applications/luci-app-frpc/po/zh_Hans/frpc.po
applications/luci-app-frpc/po/zh_Hant/frpc.po

index 0999ba0294e4122879354e79d602ee3878060170..a0fb34beb6f0ad5cd46aa7a1eccd90dec0c8b343 100644 (file)
@@ -17,7 +17,7 @@ var startupConf = [
 ];
 
 var commonConf = [
-       [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.<br />By default, this value is "0.0.0.0".'), {datatype: 'host'}],
+       [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.<br />By default, this value is "127.0.0.1".'), {datatype: 'host'}],
        [form.Value, 'server_port', _('Server port'), _('ServerPort specifies the port to connect to the server on.<br />By default, this value is 7000.'), {datatype: 'port'}],
        [form.Value, 'http_proxy', _('HTTP proxy'), _('HttpProxy specifies a proxy address to connect to the server through. If this value is "", the server will be connected to directly.<br />By default, this value is read from the "http_proxy" environment variable.')],
        [form.Value, 'log_file', _('Log file'), _('LogFile specifies a file where logs will be written to. This value will only be used if LogWay is set appropriately.<br />By default, this value is "console".')],
@@ -25,7 +25,7 @@ var commonConf = [
        [form.Value, 'log_max_days', _('Log max days'), _('LogMaxDays specifies the maximum number of days to store log information before deletion. This is only used if LogWay == "file".<br />By default, this value is 0.'), {datatype: 'uinteger'}],
        [form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.'), {datatype: 'bool', default: 'false'}],
        [form.Value, 'token', _('Token'), _('Token specifies the authorization token used to create keys to be sent to the server. The server must have a matching token for authorization to succeed. <br />By default, this value is "".')],
-       [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.<br />By default, this value is "127.0.0.1".'), {datatype: 'ipaddr'}],
+       [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.<br />By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
        [form.Value, 'admin_port', _('Admin port'), _('AdminPort specifies the port for the admin server to listen on. If this value is 0, the admin server will not be started.<br />By default, this value is 0.'), {datatype: 'port'}],
        [form.Value, 'admin_user', _('Admin user'), _('AdminUser specifies the username that the admin server will use for login.<br />By default, this value is "admin".')],
        [form.Value, 'admin_pwd', _('Admin password'), _('AdminPwd specifies the password that the admin server will use for login.<br />By default, this value is "admin".'), {password: true}],
index 9f041b9fdfc22ce84f896be70e45f7a8cd1a155b..2839b51878c1526f03b01bf693f55288baeaf272 100644 (file)
@@ -42,7 +42,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 605b9ba6b847a57df73a5bcbaee79d434e4cc3e4..1d29aba60edd997b0a822547cd4311eb7424ebcf 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 3c718d0c1e391ac675146d74a14834f5c95e3d75..940b8084f3d1d0898a7541851630af39eabcd5e9 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -350,7 +350,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 28d917ffe86c557bc272c97b4ffabbd3faf9c49b..c994e766b4cd79d8803fe02e4f394ef84935bfb6 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 3bb728436043e3ef0f037932bd1a4a7d72ecb0b1..3afae4c6e991ba73c99c28c2596d5c70bee0821a 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Port serveru"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 362f2026506d9c5ba3594ed819c690dc16477234..9347e0dbaf1f024cbd211032a019649bd2ef5687 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 4572a893f698bed33a1b409439d9c19acc76038c..4fb2ca73d8ca0d5e9e6211a462ea45cdc37664bb 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Admin-Nutzer"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr spezifiziert die Adresse auf der der Admin-Server lauscht.<br /"
-">Standard für diesen Wert ist \"127.0.0.1\"."
+">Standard für diesen Wert ist \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -396,10 +396,10 @@ msgstr "Server-Port"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr spezifiziert die Adresse des Servers zu dem Verbunden werden soll."
-"<br />Standardwert hierfür ist \"0.0.0.0\"."
+"<br />Standardwert hierfür ist \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 7127e489cc07e0b91ad5a21c5edf2318311856b9..01d0feb51f45f0fb758713a1d849662d60320a47 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index badd14f886d51931f46e83f05f147ac1ff67674f..397dd77d2f95c836b022c00cfa6fb4407735dc94 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index d27021cde8b4eb75e90cbdbc86b1216f54079e0d..091d934e2d927ba1a1e140146e6080f9cd68a5be 100644 (file)
@@ -44,10 +44,10 @@ msgstr "Usuario del administrador"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr especifica la dirección a la que se une el servidor de "
-"administración.<br />De manera predeterminada, este valor es \"127.0.0.1\"."
+"administración.<br />De manera predeterminada, este valor es \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -399,10 +399,10 @@ msgstr "Puerto del servidor"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr especifica la dirección del servidor al que conectarse.<br />Por "
-"defecto, este valor es \"0.0.0.0\"."
+"defecto, este valor es \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 497d11f1a903dd53cfecd0a4579726c8ea6f3581..5866bbcc3921be8e9940d3defe5a74d681e67e2b 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Palvelinportti"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 01954da3ba13a61dd584c2f6b352527ae23946ad..b76cfbc57e5f8d3953ba433280cb9e329658a0d1 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Utilisateur administrateur"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr spécifie l'adresse à laquelle le serveur d'administration se lie."
-"<br />Par défaut, cette valeur est \"127.0.0.1\"."
+"<br />Par défaut, cette valeur est \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -397,10 +397,10 @@ msgstr "Port serveur"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr spécifie l'adresse du serveur auquel se connecter.<br />Par "
-"défaut, cette valeur est \"0.0.0.0\"."
+"défaut, cette valeur est \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index d31d028e263582e8ab8c7ce70836af0868092d5f..197dabadf6f34d441f27064ff7b0aaf7ce64359c 100644 (file)
@@ -42,7 +42,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 7e933a2684cc90b17b50b86cc1d1120d45375d48..f8aa2707ccada00f448bc3f63d47f01c1a14c342 100644 (file)
@@ -35,7 +35,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -341,7 +341,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 4b05416f3d361db7944490630a180f13af2fdd61..461b29e77538301caa506a4e2c06408c95a8fc45 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Rendszergazda felhasználó"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr azt a címet határozza meg amihez az admin szerver kötődik.<br /"
-">Alapértelmezés szerint ez az érték „127.0.1”."
+">Alapértelmezés szerint ez az érték „0.0.0.0”."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -361,7 +361,7 @@ msgstr "Kiszolgáló port"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index bbbee2e3c2ad6daab8d295857e158581060d1dd8..c62413cac2b230bce8cfd6c8347a901748861598 100644 (file)
@@ -41,7 +41,7 @@ msgstr "Utente admin"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr "Porta del server"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index de539579288b35d5f00061479bf2e3881d3f85ee..8958fab81bc399dbfd3b8ea6d31058ad0b88c792 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "サーバーのポート"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 3e7b796d059512c493081b6ea501415af59c50fd..19c5731d566df44218cec394fee380b088fc16f1 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 786f6874b08d9e84c914313b358e765d3d80f0b8..177813cdfb4d12c831b8f3c17b62dcd589f8f3d7 100644 (file)
@@ -45,7 +45,7 @@ msgstr "Administratoriaus vartotojas/naudotojas"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -353,7 +353,7 @@ msgstr "Serverio prievadas"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index ae4494b052dc6d1585939cd9afbaebf9b2e14285..7123fce17483911f3ae9e4599a0187d2a47243b7 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 0d30e6e781a648a0563414b3c4743c8b7bb02aeb..1d999452004c09f62f261f67643f45f9e41704da 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 15f294372dcedc494c49192773118456ba240f1a..216458ff2d8b527a5b06a521ca1bc5efe7d42185 100644 (file)
@@ -42,7 +42,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -349,7 +349,7 @@ msgstr "Tjenerport"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 42b09a830b5310dfe90b1427259f046d32b73f98..0fcd561c04edc857a0b7704a1232dd7f03c82859 100644 (file)
@@ -40,7 +40,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -346,7 +346,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index b253eca3fcb5b7556696021b9b7a6f0b60e5df1f..15bf5e2e41c177b432d2dd69e72341f77e71f6a4 100644 (file)
@@ -42,10 +42,10 @@ msgstr "Administrator użytkownika"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr określa adres, który serwer administracyjny łączy z adresem.<br /> "
-"Domyślnie jest to wartość \"127.0.0.1\"."
+"Domyślnie jest to wartość \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -394,10 +394,10 @@ msgstr "Port serwera"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr określa adres serwera, z którymi chcesz się połączyć. <br /"
-">Domyśl domyślnie ta wartość to \"0.0.0.0\"."
+">Domyśl domyślnie ta wartość to \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 72fe18edcefa1cb27e723a80363b9840c01ca270..764fdb3941b58c2d5792368d544614b2e4d232c3 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Utilizador do Administrador"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr especifica o endereço para o qual o servidor admin se liga.<br /"
-">Por padrão, este valor é \"127.0.0.1\"."
+">Por padrão, este valor é \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -392,10 +392,10 @@ msgstr "Porta do servidor"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr especifica o endereço do servidor ao qual se conectar.<br />O "
-"valor predefinido é \"0.0.0.0\"."
+"valor predefinido é \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 68d2c258d257f3b6d456ad0907b71d6b8f97b51f..fb1ac80e47e1ee89567f13bf171a66d4a511d3ba 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Usuário administrador"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr determina o endereço a ser vinculado para uso do administrador do "
-"servidor.<br />O valor predefinido é \"127.0.0.0.1\"."
+"servidor.<br />O valor predefinido é \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -394,10 +394,10 @@ msgstr "Porta do servidor"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr determina o endereço do servidor para se conectar. <br />O valor "
-"predefinido é \"0,0.0.0\"."
+"predefinido é \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 679b6022e7736b9ce061d8c91ec7067ad503b2ee..fbf1c5e3dca3eecb6bb6055de9d87a4a50f92c6f 100644 (file)
@@ -42,10 +42,10 @@ msgstr "Utilizator administrator"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr specifică adresa la care se leagă serverul de administrare.<br /"
-">În mod implicit, această valoare este \"127.0.0.0.1\"."
+">În mod implicit, această valoare este \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -397,10 +397,10 @@ msgstr "Port de server"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr specifică adresa serverului la care trebuie să se conecteze.<br /"
-">În mod implicit, această valoare este \"0.0.0.0\"."
+">În mod implicit, această valoare este \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index eebd9a412418cca197cefcb69e47e0c52386e6c0..26fb5c6d0e43f85bef6254c90e4a752ed1d8cd6f 100644 (file)
@@ -42,10 +42,10 @@ msgstr "Пользователь администратора"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr указывает адрес, к которому привязывается сервер "
-"администратора.<br />По умолчанию это значение равно \"127.0.0.1\"."
+"администратора.<br />По умолчанию это значение равно \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -396,10 +396,10 @@ msgstr "Порт сервера"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr указывает адрес сервера для подключения.<br />По умолчанию это "
-"значение равно \"0.0.0.0\"."
+"значение равно \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 309c23b160f8b46f9f0d68ce06c9adc468105115..7de4806f51a50fec4f86f79833e84b2df70ee3e1 100644 (file)
@@ -41,7 +41,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Port servera"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 3612dce9bea8f87ac24eea3346c2bafd62b925e0..6cbe03a56b37cae9a6d446f8bfef9efb8526142c 100644 (file)
@@ -41,7 +41,7 @@ msgstr "Admin-användare"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr "Port för server"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 3a62451f3854d8b90520dcdf5730266ebe0a70a7..e1c2485e226608d737d47416ce160828bf36ed35 100644 (file)
@@ -32,7 +32,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -338,7 +338,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 6f7580758a3d44642da65a2d378932c8b0e9796d..f25fcabb76905cfb86102d48f43701aa430efe23 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Yönetici kullanıcı"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr, yönetici sunucusunun bağlandığı adresi belirtir.<br />Varsayılan "
-"olarak bu değer \"127.0.0.1\" dir."
+"olarak bu değer \"0.0.0.0\" dir."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -395,10 +395,10 @@ msgstr "Sunucu bağlantı noktası"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr bağlanılacak sunucunun adresini belirtir.<br />Varsayılan olarak "
-"bu değer \"0.0.0.0\" dır."
+"bu değer \"127.0.0.1\" dır."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 15c53566dd1dd16102426a23b49fbb2ffd0d44ac..6fd4accd45055505714707c1fa29ebfdaeb8965b 100644 (file)
@@ -42,10 +42,10 @@ msgstr "Користувач-адміністратор"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr встановлює адресу до якої підключається сервер адміністратора.<br /"
-">За замовчуванням, це значення - \"127.0.0.1\"."
+">За замовчуванням, це значення - \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -353,7 +353,7 @@ msgstr ""
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
index 54e917291e00eccaeb21391af64071b5a8d9b882..fbfbada9c1b1f52650316cc6f186e8b1d29fe821 100644 (file)
@@ -41,10 +41,10 @@ msgstr "Người dùng Admin"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr chỉ định địa chỉ mà máy chủ quản trị liên kết đến.<br />Theo mặc "
-"định, giá trị này là \"127.0.0.1\"."
+"định, giá trị này là \"0.0.0.0\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -391,10 +391,10 @@ msgstr "Cổng máy chủ"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr chỉ định địa chỉ của máy chủ để kết nối.<br />Theo mặc định, giá "
-"trị này là \"0.0.0.0\"."
+"trị này là \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 38d91ba7889e5e1a5c4fe484398731e1f523b0b4..591f0b05180442eedcc611d2e2227897aa0653b8 100644 (file)
@@ -41,8 +41,8 @@ msgstr "管理用户"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
-msgstr "AdminAddr 特指用于绑定管理服务器的地址。<br />默认是\"127.0.0.1\"。"
+"default, this value is \"0.0.0.0\"."
+msgstr "AdminAddr 特指用于绑定管理服务器的地址。<br />默认是\"0.0.0.0\"。"
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -374,9 +374,9 @@ msgstr "服务器端口"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
-"ServerAddr 指定要连接到的服务器的地址。<br />默认情况下,此值为\"0.0.0.0\"。"
+"ServerAddr 指定要连接到的服务器的地址。<br />默认情况下,此值为\"127.0.0.1\"。"
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index fda3019bcfa8382ac9880666c9d044a26b58b670..8bbd245c135cbab49a21313a83117e26629bc6cb 100644 (file)
@@ -41,9 +41,9 @@ msgstr "管理員用戶"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
 msgid ""
 "AdminAddr specifies the address that the admin server binds to.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
-"AdminAddr指定管理伺服器綁定到的位址. <br />預設況下, 此值為“127.0.0.1”."
+"AdminAddr指定管理伺服器綁定到的位址. <br />預設況下, 此值為“0.0.0.0”."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
 msgid ""
@@ -373,9 +373,9 @@ msgstr "伺服器埠號"
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
 msgid ""
 "ServerAddr specifies the address of the server to connect to.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
-"ServerAddr指定要連接的伺服器的位址。<br />預設情況下,此值為“ 0.0.0.0”。"
+"ServerAddr指定要連接的伺服器的位址。<br />預設情況下,此值為“ 127.0.0.1”。"
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""