Skip to content

Commit

Permalink
Merge pull request #1588 from user7887/luci-ru
Browse files Browse the repository at this point in the history
fixed dynapoint.lua, there was no translation
  • Loading branch information
hnyman committed Jan 23, 2018
2 parents 8f5be58 + 582ce1c commit ee409b6
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ if (a.installed("curl") == true) then
curl_interface:depends("use_curl","1")
curl_interface.placeholder = "eth0"
else
use_curl = s:option(Flag, "use_curl", translate("Use curl instead of wget"), translate("Curl is currently not installed.")
.." Please install the package in the "
..[[<a href="]] .. DISP.build_url("admin", "system", "packages")
use_curl = s:option(Flag, "use_curl", translate("Use curl instead of wget"), translate("Curl is currently not installed. Please install the package in the")
..[[ <a href="]] .. DISP.build_url("admin", "system", "packages")
.. "?display=available&query=curl"..[[">]]
.. "Software Section" .. [[</a>]]
.. translate ("Software Section") .. [[</a>]]
.. "."
)
use_curl.rmempty = false
Expand Down
12 changes: 9 additions & 3 deletions applications/luci-app-dynapoint/po/de/dynapoint.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ msgstr "Testen der Internetverfügbarkeit via HTTP header download"
msgid "Configuration"
msgstr "Konfiguration"

msgid "Curl is currently not installed."
msgstr "Curl ist momentan nicht installiert."
msgid "Curl is currently not installed. Please install the package in the"
msgstr "Curl ist momentan nicht installiert. Bitte installieren Sie das Paket im"

msgid "Device"
msgstr "Gerät"
Expand All @@ -48,7 +48,8 @@ msgid ""
"Failure counter after how many failed download attempts, the state is "
"considered as offline"
msgstr ""
"Anzahl der fehlgeschlagenen Downloadversuche, nach denen die Verbindung als offline angesehen wird"
"Anzahl der fehlgeschlagenen Downloadversuche, nach denen die Verbindung als "
"offline angesehen wird"

msgid "List of Wireless Virtual Interfaces (wVIF)"
msgstr "Liste der Drahtlosen virtuellen Schnittstellen"
Expand All @@ -75,6 +76,9 @@ msgstr "Online"
msgid "SSID"
msgstr ""

msgid "Software Section"
msgstr ""

msgid "Switch_to_offline threshold"
msgstr "Offline-Schwelle"

Expand Down Expand Up @@ -104,3 +108,5 @@ msgstr ""
msgid "WiFi Status"
msgstr ""

#~ msgid "Curl is currently not installed."
#~ msgstr "Curl ist momentan nicht installiert."
11 changes: 9 additions & 2 deletions applications/luci-app-dynapoint/po/ja/dynapoint.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ msgstr ""
msgid "Configuration"
msgstr "設定"

msgid "Curl is currently not installed."
msgstr "curl は現在インストールされていません。"
msgid "Curl is currently not installed. Please install the package in the"
msgstr ""
"curl は現在インストールされていません。パッケージをインストールしてください。"

msgid "Device"
msgstr "デバイス"
Expand Down Expand Up @@ -78,6 +79,9 @@ msgstr "オンライン"
msgid "SSID"
msgstr "SSID"

msgid "Software Section"
msgstr ""

msgid "Switch_to_offline threshold"
msgstr "オフライン化閾値"

Expand Down Expand Up @@ -106,3 +110,6 @@ msgstr ""

msgid "WiFi Status"
msgstr "無線ステータス"

#~ msgid "Curl is currently not installed."
#~ msgstr "curl は現在インストールされていません。"
10 changes: 8 additions & 2 deletions applications/luci-app-dynapoint/po/pt-br/dynapoint.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ msgstr "Cerifique a conectividade com a internet baixando o cabeçalho HTTP "
msgid "Configuration"
msgstr "Configuração"

msgid "Curl is currently not installed."
msgstr "O cURL não está instalado."
msgid "Curl is currently not installed. Please install the package in the"
msgstr "O cURL não está instalado. Por favor instale o pacote no"

msgid "Device"
msgstr "Dispositivo"
Expand Down Expand Up @@ -79,6 +79,9 @@ msgstr "Conectado"
msgid "SSID"
msgstr "SSID"

msgid "Software Section"
msgstr ""

msgid "Switch_to_offline threshold"
msgstr "Limiar para mudar para desconectado"

Expand All @@ -105,3 +108,6 @@ msgstr "Qual dispositivo o cURL deve usar. (Use ifconfig para listá-las)"

msgid "WiFi Status"
msgstr "Estado da WiFi"

#~ msgid "Curl is currently not installed."
#~ msgstr "O cURL não está instalado."
7 changes: 5 additions & 2 deletions applications/luci-app-dynapoint/po/ru/dynapoint.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ msgstr "Проверка подключения к интернету, с пом
msgid "Configuration"
msgstr "Настройка config файла"

msgid "Curl is currently not installed."
msgstr "Curl в настоящее время не установлен."
msgid "Curl is currently not installed. Please install the package in the"
msgstr "Curl в настоящее время не установлен. Установите пакет на странице"

msgid "Device"
msgstr "Устройство"
Expand Down Expand Up @@ -84,6 +84,9 @@ msgstr "Онлайн"
msgid "SSID"
msgstr "SSID"

msgid "Software Section"
msgstr "'Программное обеспечение'"

msgid "Switch_to_offline threshold"
msgstr "Кол-во попыток"

Expand Down
5 changes: 4 additions & 1 deletion applications/luci-app-dynapoint/po/templates/dynapoint.pot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgstr ""
msgid "Configuration"
msgstr ""

msgid "Curl is currently not installed."
msgid "Curl is currently not installed. Please install the package in the"
msgstr ""

msgid "Device"
Expand Down Expand Up @@ -64,6 +64,9 @@ msgstr ""
msgid "SSID"
msgstr ""

msgid "Software Section"
msgstr ""

msgid "Switch_to_offline threshold"
msgstr ""

Expand Down

0 comments on commit ee409b6

Please sign in to comment.