Commit 4498d7c3 authored by Sven Franck's avatar Sven Franck

update to erp5 storage

parent 2ea8b22d
......@@ -18,6 +18,15 @@
"text": "Created Networks",
"text_i18n": "portal_type_dict.network_dict.text_dict.created_networks"
},
"pagination": {
"slot": 4,
"option_list": [
{"value": "8", "text": "8", "text_i18n":"portal_type_dict.network_dict.text_dict.8"},
{"value": "16", "text": "16", "text_i18n":"portal_type_dict.network_dict.text_dict.16"},
{"value": "32", "text": "32", "text_i18n":"portal_type_dict.network_dict.text_dict.32"},
{"value": "64", "text": "64", "text_i18n":"portal_type_dict.network_dict.text_dict.64"}
]
},
"no_items": {
"message": "No networks found.",
"message_i18n": "portal_type_dict.network_dict.text_dict.nonet"
......
......@@ -8,7 +8,7 @@
"view": "web_view",
"property_dict": {
"link": true,
"link_identifier": "_relative_url",
"link_identifier": "_id",
"dynamic_children": [0]
},
"scheme": [
......
This diff is collapsed.
......@@ -73,7 +73,8 @@
"stopping": "Shutting Down...",
"success": "Ok",
"created": "Created",
"destroying": "Destroying"
"destroying": "Destroying",
"internal_error": "Internal Error"
},
"validation_dict": {
"general": "Please correct the highlighted fields.",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment