# HG changeset patch
# User bsw
# Date 1289225516 -3600
# Node ID 86931dcee1fd37db715c240b7147ce4fe12c4ea1
# Parent d8ce1feb6f37b0e47457b963eea6e20d740c0734
Added translations to admin menu
diff -r d8ce1feb6f37 -r 86931dcee1fd app/main/admin/index.lua
--- a/app/main/admin/index.lua Mon Nov 08 15:10:50 2010 +0100
+++ b/app/main/admin/index.lua Mon Nov 08 15:11:56 2010 +0100
@@ -1,24 +1,24 @@
slot.put_into("title", _"Admin menu")
ui.link{
- text = "Members",
+ text = _"Members",
module = "admin",
view = "member_list",
}
-slot.put("
")
+slot.put("
")
ui.link{
- text = "Areas",
+ text = _"Areas",
module = "admin",
view = "area_list",
}
-slot.put("
")
+slot.put("
")
ui.link{
- text = "Policies",
+ text = _"Policies",
module = "admin",
view = "policy_list",
}