modules/admin-full: Fix typo, #304
authorManuel Munz <freifunk@somakoma.de>
Fri, 23 Sep 2011 20:03:49 +0000 (20:03 +0000)
committerManuel Munz <freifunk@somakoma.de>
Fri, 23 Sep 2011 20:03:49 +0000 (20:03 +0000)
20 files changed:
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
po/ca/base.po
po/de/base.po
po/el/base.po
po/en/base.po
po/es/base.po
po/fr/base.po
po/he/base.po
po/it/base.po
po/ja/base.po
po/ms/base.po
po/no/base.po
po/pl/base.po
po/pt/base.po
po/pt_BR/base.po
po/ru/base.po
po/templates/base.pot
po/vi/base.po
po/zh_CN/base.po

index b89d613..c1a6b8f 100644 (file)
@@ -27,7 +27,7 @@ $Id$
 <script type="text/javascript" src="<%=resource%>/cbi.js"></script>
 <script type="text/javascript">//<![CDATA[
        function iface_shutdown(id, reconnect) {
-               if (!reconnect && !confirm(String.format('<%_Really shutdown interface "%s" ?\nYou might loose access to this router if you are connected via this interface.%>', id)))
+               if (!reconnect && !confirm(String.format('<%_Really shutdown interface "%s" ?\nYou might lose access to this router if you are connected via this interface.%>', id)))
                        return;
 
                var a = document.getElementById(id + '-ifc-addrs');
@@ -226,7 +226,7 @@ $Id$
                                        </td>
                                        <td>
                                                <a href="<%=luci.dispatcher.build_url("admin/network/network", net)%>"><img style="border:none" src="<%=resource%>/cbi/edit.gif" alt="<%:Edit this interface%>" title="<%:Edit this interface%>" /></a>
-                                               <a href="<%=luci.dispatcher.build_url("admin/network/iface_delete", net)%>" onclick="return confirm('<%:Really delete this interface? The deletion cannot be undone!\nYou might loose access to this router if you are connected via this interface.%>')"><img style="border:none" src="<%=resource%>/cbi/remove.gif" alt="<%:Delete this interface%>" title="<%:Delete this interface%>" /></a>
+                                               <a href="<%=luci.dispatcher.build_url("admin/network/iface_delete", net)%>" onclick="return confirm('<%:Really delete this interface? The deletion cannot be undone!\nYou might lose access to this router if you are connected via this interface.%>')"><img style="border:none" src="<%=resource%>/cbi/remove.gif" alt="<%:Delete this interface%>" title="<%:Delete this interface%>" /></a>
                                        </td>
                                </tr>
                        <% end %>
index 9272cad..edc231e 100644 (file)
@@ -128,7 +128,7 @@ $Id$
        function wifi_shutdown(id, toggle) {
                var reconnect = (toggle.getAttribute('active') == 'false');
 
-               if (!reconnect && !confirm(String.format('<%:Really shutdown network ?\nYou might loose access to this router if you are connected via this interface.%>')))
+               if (!reconnect && !confirm(String.format('<%:Really shutdown network ?\nYou might lose access to this router if you are connected via this interface.%>')))
                        return;
 
                is_reconnecting = true;
@@ -387,7 +387,7 @@ $Id$
                                        <td class="cbi-value-field" style="width:250px;text-align:right">
                                                <input id="<%=net:id()%>-iw-toggle" type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/reload.gif)" onclick="wifi_shutdown('<%=net:id()%>', this)" title="<%:Delete this network%>" value="<%:Enable%>" />
                                                <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/edit.gif)" onclick="location.href='<%=net:adminlink()%>'" title="<%:Edit this network%>" value="<%:Edit%>" />
-                                               <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/remove.gif)" onclick="if (confirm('<%:Really delete this wireless network? The deletion cannot be undone!\nYou might loose access to this router if you are connected via this network.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/wireless_delete", net:ifname())%>'" title="<%:Delete this network%>" value="<%:Remove%>" />
+                                               <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/remove.gif)" onclick="if (confirm('<%:Really delete this wireless network? The deletion cannot be undone!\nYou might lose access to this router if you are connected via this network.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/wireless_delete", net:ifname())%>'" title="<%:Delete this network%>" value="<%:Remove%>" />
                                        </td>
                                </tr>
                                <% end %>
index c9db763..b791e49 100644 (file)
@@ -1775,24 +1775,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 8130f33..39fd407 100644 (file)
@@ -1812,7 +1812,7 @@ msgstr "Lese Informationen aus /etc/ethers um den DHCP-Server zu konfigurieren"
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Diese Schnittstelle wirklich löschen? Der Schritt kann nicht rückgängig "
@@ -1822,7 +1822,7 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "Dieses Drahtlosnetzwerk wirklich löschen? Der Schritt kann nicht rückgängig "
 "gemacht werden!\n"
@@ -1831,7 +1831,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Die Schnitstelle \"%s\" wirklich herunterfahren?\n"
@@ -1840,7 +1840,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index ef99d68..b5d456b 100644 (file)
@@ -1778,24 +1778,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 5fd99a6..92b4e46 100644 (file)
@@ -1778,24 +1778,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 3841d42..b74098e 100644 (file)
@@ -1784,24 +1784,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index d505757..fb230ff 100644 (file)
@@ -1812,7 +1812,7 @@ msgstr "Lire /etc/ethers pour configurer le serveur DHCP"
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Vraiment supprimer cet interface ? L'effacement ne peut être annulé !\n"
@@ -1821,7 +1821,7 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "Vraiment supprimer ce réseau sans-fil ? effacement ne peut être annulé !\n"
 "Vous pourriez perdre l'accès à ce routeur si vous y êtes connecté par ce "
@@ -1829,7 +1829,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Vraiment arrêter cet interface « %s » ?\n"
@@ -1838,7 +1838,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 27ec73e..3fd6d91 100644 (file)
@@ -1703,24 +1703,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index eaf496d..aab0f29 100644 (file)
@@ -1793,7 +1793,7 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Vuoi davvero cancellare questa interfaccia? Non potrai tornare indietro!\n"
@@ -1801,14 +1801,14 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "Vuoi davvero cancellare questa rete wireless? Non potrai tornare indietro!\n"
 "Potresti perdere l'accesso a questo router se stai usando questa rete."
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Vuoi davvero spegnere questa interfaccia \"%s\" ?\n"
@@ -1816,7 +1816,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index f49f01f..af9b31d 100644 (file)
@@ -1799,7 +1799,7 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "本当にこのインターフェースを削除しますか? 削除すると元に戻すことはできませ"
@@ -1809,7 +1809,7 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "本当にこの無線ネットワークを削除しますか? 削除すると元に戻すことはできませ"
 "ん!\n"
@@ -1818,7 +1818,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "本当にインターフェース \"%s\" を削除しますか?\n"
@@ -1827,7 +1827,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 537fd65..2d8d638 100644 (file)
@@ -1751,24 +1751,24 @@ msgstr "Baca /etc/ethers untuk mengkonfigurasikan DHCP-Server"
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 1f5a079..1222605 100644 (file)
@@ -1799,7 +1799,7 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Fjerne dette grensesnittet? Slettingen kan ikke omgjøres!\n"
@@ -1808,14 +1808,14 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "Fjerne dette trådløse nettverket? Slettingen kan ikke omgjøres!\n"
 "Du kan miste kontakten med ruteren om du er tilkoblet via dette nettverket."
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Slå av dette grensesnittet? \"%s\" ?\n"
@@ -1824,7 +1824,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 1eaeabc..3ca82eb 100644 (file)
@@ -1705,24 +1705,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index d5400df..6f1196d 100644 (file)
@@ -1778,24 +1778,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 0d7391b..85b199b 100644 (file)
@@ -1778,24 +1778,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 60ed67f..dd35b62 100644 (file)
@@ -1814,7 +1814,7 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Вы действительно хотите удалить этот интерфейс? Удаление невозможно "
@@ -1824,7 +1824,7 @@ msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 "Вы действительно хотите удалить эту беспроводную сеть? Удаление невозможно "
 "отменить!\n"
@@ -1833,7 +1833,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 "Вы действительно хотите выключить интерфейс \"%s\" ?\n"
@@ -1842,7 +1842,7 @@ msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index e81a5b7..1fcc80e 100644 (file)
@@ -1693,24 +1693,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 730c6f9..feb60bc 100644 (file)
@@ -1762,24 +1762,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr ""
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""
 
index 085e2c1..70461f5 100644 (file)
@@ -1754,24 +1754,24 @@ msgstr ""
 
 msgid ""
 "Really delete this interface? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr "真的要删除此接口?如果正由此接口管理路由,可能导致无法再管理路由器!"
 
 msgid ""
 "Really delete this wireless network? The deletion cannot be undone!\n"
-"You might loose access to this router if you are connected via this network."
+"You might lose access to this router if you are connected via this network."
 msgstr "真的要删除此网络?如果正由此网络管理路由,可能导致无法再管理路由器!"
 
 msgid ""
 "Really shutdown interface \"%s\" ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr "真的要关闭此接口?如果正由此接口管理路由,可能导致无法再管理路由器!"
 
 msgid ""
 "Really shutdown network ?\n"
-"You might loose access to this router if you are connected via this "
+"You might lose access to this router if you are connected via this "
 "interface."
 msgstr ""