summaryrefslogtreecommitdiffhomepage
path: root/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-27 08:14:24 +0000
committerSteven Barth <steven@midlink.org>2008-05-27 08:14:24 +0000
commitb8124f18f88fe11158eb122a1e362cfbd512cf4f (patch)
tree2d7e9044ddb656c83de73415240c4ded59622389 /i18n
parentd4399bf6189977336a94795f25986fb89a22a5e7 (diff)
* Separated the MVC-Webframework from core
* Separated i18n from core to prepare translations
Diffstat (limited to 'i18n')
-rw-r--r--i18n/english/Makefile2
-rw-r--r--i18n/english/src/i18n/cbi.en4
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/english/Makefile b/i18n/english/Makefile
new file mode 100644
index 000000000..81a96f6a8
--- /dev/null
+++ b/i18n/english/Makefile
@@ -0,0 +1,2 @@
+include ../../build/config.mk
+include ../../build/module.mk \ No newline at end of file
diff --git a/i18n/english/src/i18n/cbi.en b/i18n/english/src/i18n/cbi.en
new file mode 100644
index 000000000..6069cec45
--- /dev/null
+++ b/i18n/english/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