Files
NodeBB/public/language/da/admin/settings/pagination.json

10 lines
359 B
JSON
Raw Normal View History

2016-12-19 15:51:36 -05:00
{
"pagination": "Pagination Settings",
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
2017-11-02 09:25:12 +00:00
"max-posts-per-page": "Maximum posts per page",
2016-12-19 15:51:36 -05:00
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
2018-08-25 09:31:07 +00:00
"max-topics-per-page": "Maximum topics per page"
2016-12-19 15:51:36 -05:00
}