summaryrefslogtreecommitdiffhomepage
path: root/core/src/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-08 15:37:41 +0000
committerSteven Barth <steven@midlink.org>2008-05-08 15:37:41 +0000
commitaa9ccf77c6648515ba58c37b9345cdbd561028db (patch)
treeb0270202d47b6c5e179f8475302bb3ef0d1c9402 /core/src/i18n
parenta3a51464fd8cffa6d18fa3f18be9c699901abd0d (diff)
* Mördercommit ;-)
* Major Repository Reorganisation * API 0.4 Softfreeze to come
Diffstat (limited to 'core/src/i18n')
-rw-r--r--core/src/i18n/cbi.en4
-rw-r--r--core/src/i18n/default.en22
2 files changed, 26 insertions, 0 deletions
diff --git a/core/src/i18n/cbi.en b/core/src/i18n/cbi.en
new file mode 100644
index 000000000..6069cec45
--- /dev/null
+++ b/core/src/i18n/cbi.en
@@ -0,0 +1,4 @@
+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/i18n/default.en b/core/src/i18n/default.en
new file mode 100644
index 000000000..726095ae7
--- /dev/null
+++ b/core/src/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