From: Steven Barth Date: Mon, 14 Apr 2008 13:42:56 +0000 (+0000) Subject: * Initial translation for English X-Git-Tag: 0.8.0~1126 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0476a479cad58059c3dab31266fe2d1530645807;p=oweals%2Fluci.git * Initial translation for English --- diff --git a/core/Makefile b/core/Makefile index 3fb7f6df8..c6c7ede67 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1,7 +1,7 @@ LUAC = luac LUAC_OPTIONS = -s -FILES = ffluci/debug.lua ffluci/view/*.htm ffluci/view/cbi/*.htm +FILES = ffluci/debug.lua ffluci/view/*.htm ffluci/view/cbi/*.htm ffluci/i18n/* CFILES = ffluci/util.lua ffluci/http.lua ffluci/fs.lua \ ffluci/sys.lua ffluci/model/uci.lua ffluci/model/ipkg.lua \ diff --git a/core/src/ffluci/i18n/cbi.en b/core/src/ffluci/i18n/cbi.en index 7c159ce50..6069cec45 100644 --- a/core/src/ffluci/i18n/cbi.en +++ b/core/src/ffluci/i18n/cbi.en @@ -1,4 +1,4 @@ -uci_add = "Add entry" -uci_del = "Remove entry" -uci_save = "Save configuration" -uci_reset = "Reset form" \ No newline at end of file +cbi_add = "Add entry" +cbi_del = "Remove entry" +cbi_invalid = "Error: Invalid input value" +cbi_addopt = "-- Field --" \ No newline at end of file diff --git a/core/src/ffluci/i18n/default.en b/core/src/ffluci/i18n/default.en new file mode 100644 index 000000000..726095ae7 --- /dev/null +++ b/core/src/ffluci/i18n/default.en @@ -0,0 +1,22 @@ +add = "Add" +save = "Save" +reset = "Reset" + +load = "Load" +webif = "Webinterface" +public = "Public" +admin = "Administration" +apply = "Apply" +changes = "Changes" +revert = "Revert" + +index = "Overview" +system = "System" +services = "Services" +network = "Network" +wifi = "Wifi" +status = "Status" +statistic = "Statistic" + +config = "Configuration" +path = "Path" \ No newline at end of file diff --git a/core/src/ffluci/menu.lua b/core/src/ffluci/menu.lua index 0a1aad5d1..ff4c547f5 100644 --- a/core/src/ffluci/menu.lua +++ b/core/src/ffluci/menu.lua @@ -36,7 +36,8 @@ modelpath = ffluci.config.path .. "/model/menu/" -- Menu definition extra scope scope = { - translate = ffluci.i18n.translate + translate = ffluci.i18n.translate, + loadtrans = ffluci.i18n.loadc } -- Local menu database diff --git a/core/src/ffluci/view/cbi/header.htm b/core/src/ffluci/view/cbi/header.htm index 20b4aac7f..1b69a3a31 100644 --- a/core/src/ffluci/view/cbi/header.htm +++ b/core/src/ffluci/view/cbi/header.htm @@ -3,5 +3,5 @@
- +
diff --git a/core/src/ffluci/view/cbi/nsection.htm b/core/src/ffluci/view/cbi/nsection.htm index 9c54a9942..0f7601a94 100644 --- a/core/src/ffluci/view/cbi/nsection.htm +++ b/core/src/ffluci/view/cbi/nsection.htm @@ -12,6 +12,6 @@ section = self.section %>

<%=self.title%>

<%=self.description%>
- +
<% end %> diff --git a/core/src/ffluci/view/header.htm b/core/src/ffluci/view/header.htm index 40d54f516..1bfc7a02d 100644 --- a/core/src/ffluci/view/header.htm +++ b/core/src/ffluci/view/header.htm @@ -65,11 +65,11 @@ require("ffluci.http").htmlheader()
<%:config Konfiguration%>
diff --git a/module/admin-core/src/i18n/admin_index.en b/module/admin-core/src/i18n/admin_index.en new file mode 100644 index 000000000..652627ab0 --- /dev/null +++ b/module/admin-core/src/i18n/admin_index.en @@ -0,0 +1,37 @@ +contact = "Contact" +luci = "User Interface" + +hello = "Hello!" +admin1 = "This is the administration area of FFLuCI." +admin2 = "FFLuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze." +admin3 = "On the following pages you can adjust all important settings of your router." +admin4 = "You will find a navigation leading to the different configuration pages on the left side." +admin5 = [[As we are always want to improve this interface we are looking forward +to your feedback and suggestions.]] +admin6 = "And now have fun with your router!" +team = "The FFLuCI Team" + +contact1 = [[This information will be available on the public contact page. +As stated in the Picopeering Agreement you should at least enter your e-mail address. +To display your router on any topography map, please enter your geographical coordinates or at least +your street and house number in the location field.]] +nickname = "Nickname" +mail1 = "This field is essential!" +phone = "Phone" +location = "Location" +coord = "Coordinates" +coord1 = "Latitude;Longitude (e.g. 51.5;12.9)" +note = "Note" + +luci1 = "Here you can customize the settings and the functionality of FFLuCI." +language = "Language" +general = "General" +catpriv = "Category Privileges" +catpriv1 = [[To secure FFLuCI even further the user and group privileges of +each category can be decreased. Therefore an attacker cannot takeover the whole system +when a security exploit for any publicly available page is found.]] +ucicommit = "Post-commit actions" +ucicommit1 = [[These commands will be executed automatically when a given UCI configuration is committed allowing +changes to be applied instantly.]] +keepflash = "Files to be kept when flashing a new firmware" +keepflash1 = "When flashing a new firmware with FFLuCI these files will be added to the new firmware installation." \ No newline at end of file diff --git a/module/admin-core/src/i18n/admin_uci.en b/module/admin-core/src/i18n/admin_uci.en new file mode 100644 index 000000000..00ac5f5ff --- /dev/null +++ b/module/admin-core/src/i18n/admin_uci.en @@ -0,0 +1,2 @@ +uci_applied = "The following changes were applied" +uci_reverted = "The following changes were reverted" \ No newline at end of file diff --git a/module/admin-core/src/model/cbi/admin_index/contact.lua b/module/admin-core/src/model/cbi/admin_index/contact.lua index df7d2bfcf..187db9f3c 100644 --- a/module/admin-core/src/model/cbi/admin_index/contact.lua +++ b/module/admin-core/src/model/cbi/admin_index/contact.lua @@ -1,18 +1,18 @@ -- Todo: Translate -m = Map("luci", "Kontakt", [[Diese Daten sind auf der öffentlichen Kontaktseite -sichtbar. Bitte gib an, wie man dich am besten kontaktieren kann. Diese Informationen sollten -nach der Picopeering Vereinbarung mindestens deine E-Mail-Adresse enthalten. +m = Map("luci", translate("contact", "Kontakt"), translate("contact1", [[Diese Daten sind +auf der öffentlichen Kontaktseite sichtbar. Bitte gib an, wie man dich am besten kontaktieren kann. +Diese Informationen sollten nach der Picopeering Vereinbarung mindestens deine E-Mail-Adresse enthalten. Damit dein Knoten durch Topographieprogramme erfasst werden kann, gib bitte deine Geokoordinaten oder -zumindest deine Straße und Hausnummer unter Standort an.]]) +zumindest deine Straße und Hausnummer unter Standort an.]])) c = m:section(NamedSection, "contact") -c:option(Value, "nickname", "Pseudonym") -c:option(Value, "name", "Name") -c:option(Value, "mail", "E-Mail", "Bitte unbedingt angeben!") -c:option(Value, "phone", "Telefon") -c:option(Value, "location", "Standort") -c:option(Value, "geo", "Koordinaten", "Bitte als Breite;Länge (z.B: 51.5;12.9) angeben") -c:option(Value, "note", "Notiz") +c:option(Value, "nickname", translate("nickname", "Pseudonym")) +c:option(Value, "name", translate("name", "Name")) +c:option(Value, "mail", translate("mail", "E-Mail"), translate("mail1", "Bitte unbedingt angeben!")) +c:option(Value, "phone", translate("phone", "Telefon")) +c:option(Value, "location", translate("location", "Standort")) +c:option(Value, "geo", translate("coord", "Koordinaten"), translate("coord1", "Bitte als Breite;Länge (z.B: 51.5;12.9) angeben")) +c:option(Value, "note", translate("note", "Notiz")) return m \ No newline at end of file diff --git a/module/admin-core/src/model/cbi/admin_index/luci.lua b/module/admin-core/src/model/cbi/admin_index/luci.lua index 021563f2d..4f6910eee 100644 --- a/module/admin-core/src/model/cbi/admin_index/luci.lua +++ b/module/admin-core/src/model/cbi/admin_index/luci.lua @@ -1,37 +1,39 @@ -- ToDo: Translate require("ffluci.config") -m = Map("luci", "Oberfläche", "Hier können Eigenschaften und die Funktionalität der Oberfläche angepasst werden.") +m = Map("luci", translate("luci", "Oberfläche"), translate("luci1", + "Hier können Eigenschaften und die Funktionalität der Oberfläche angepasst werden.")) -c = m:section(NamedSection, "main", "core", "Allgemein") +c = m:section(NamedSection, "main", "core", translate("general", "Allgemein")) -l = c:option(ListValue, "lang", "Sprache") +l = c:option(ListValue, "lang", translate("language", "Sprache")) for k, v in pairs(ffluci.config.languages) do if k:sub(1, 1) ~= "." then l:value(k, v) end end -t = c:option(ListValue, "mediaurlbase", "Design") +t = c:option(ListValue, "mediaurlbase", translate("design", "Design")) for k, v in pairs(ffluci.config.themes) do if k:sub(1, 1) ~= "." then t:value(v, k) end end -p = m:section(NamedSection, "category_privileges", "core", "Kategorieprivilegien", [[Zur -zusätzlichen Sicherung der Oberfläche gegen Angreifer, können hier die Ausführungsrechte -der Seiten für einzelne Kategorien reduziert werden. So können z.B. Sicherheitslücken im -ungeschützten Bereich der Oberfläche nicht mehr zur Übernahme des Routers genutzt werden.]]) +p = m:section(NamedSection, "category_privileges", "core", translate("catpriv", "Kategorieprivilegien"), + translate("catpriv1", [[Zur zusätzlichen Sicherung der Oberfläche gegen Angreifer, können hier die +Ausführungsrechte der Seiten für einzelne Kategorien reduziert werden. So können z.B. Sicherheitslücken im +ungeschützten Bereich der Oberfläche nicht mehr zur Übernahme des Routers genutzt werden.]])) p.dynamic = true -u = m:section(NamedSection, "uci_oncommit", "event", "UCI-Befehle beim Anwenden", [[Beim Anwenden +u = m:section(NamedSection, "uci_oncommit", "event", translate("ucicommit", "UCI-Befehle beim Anwenden"), + translate("ucicommit1", [[Beim Anwenden der Konfiguration aus der Oberflächliche heraus können automatisch die relevanten Dienste neugestart werden, -sodass Änderungen sofort nach dem Anwenden aktiv werden und der Router nicht erst neugestartet werden muss-]]) +sodass Änderungen sofort nach dem Anwenden aktiv werden und der Router nicht erst neugestartet werden muss.]])) u.dynamic = true -f = m:section(NamedSection, "flash_keep", "extern", "Zu übernehmende Dateien bei Firmwareupgrade", [[Die folgenden -Dateien und Verzeichnisse werden beim Aktualisieren der Firmware über die Oberfläche automatisch in die neue Firmware -übernommen.]]) +f = m:section(NamedSection, "flash_keep", "extern", translate("keepflash", "Zu übernehmende Dateien bei Firmwareupgrade"), + translate("keepflash1", [[Die folgenden Dateien und Verzeichnisse werden beim Aktualisieren der Firmware +über die Oberfläche automatisch in die neue Firmware übernommen.]])) f.dynamic = true return m \ No newline at end of file diff --git a/module/admin-core/src/view/admin_uci/apply.htm b/module/admin-core/src/view/admin_uci/apply.htm index 43777c6c6..090967a2d 100644 --- a/module/admin-core/src/view/admin_uci/apply.htm +++ b/module/admin-core/src/view/admin_uci/apply.htm @@ -1,6 +1,6 @@ <%+header%>

<%:config Konfiguration%>

-

<%:uci_applied Die folgenden Änderungen wurden übernommen:%>

+

<%:uci_applied Die folgenden Änderungen wurden übernommen%>:

<%=(changes or "-")%> <%=output%> <%+footer%> \ No newline at end of file diff --git a/module/admin-core/src/view/admin_uci/revert.htm b/module/admin-core/src/view/admin_uci/revert.htm index f5eabc71b..39aaabcd8 100644 --- a/module/admin-core/src/view/admin_uci/revert.htm +++ b/module/admin-core/src/view/admin_uci/revert.htm @@ -1,5 +1,5 @@ <%+header%>

<%:config Konfiguration%>

-

<%:uci_reverted Die folgenden Änderungen wurden verworfen:%>

+

<%:uci_reverted Die folgenden Änderungen wurden verworfen%>:

<%=(changes or "-")%> <%+footer%> \ No newline at end of file