page list instead of hoc withloadmore
This commit is contained in:
parent
889e458fb1
commit
c1f1e1acd4
9 changed files with 328 additions and 71 deletions
|
|
@ -379,6 +379,9 @@
|
|||
"selectable_list": {
|
||||
"select_all": "Select all"
|
||||
},
|
||||
"page_list": {
|
||||
"load_more": "Load more"
|
||||
},
|
||||
"settings": {
|
||||
"add_language": "Add fallback language",
|
||||
"remove_language": "Remove",
|
||||
|
|
@ -1144,7 +1147,10 @@
|
|||
"local_only": "local only",
|
||||
"external_only": "external only"
|
||||
},
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"deactivate": "deactivate",
|
||||
"activate": "activate",
|
||||
"delete": "delete"
|
||||
},
|
||||
"limits": {
|
||||
"arbitrary_limits": "Arbitrary limits",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue