diff --git a/public/language/ar/admin/manage/categories.json b/public/language/ar/admin/manage/categories.json index ef0edfd82c..4671588bc4 100644 --- a/public/language/ar/admin/manage/categories.json +++ b/public/language/ar/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/ar/admin/settings/pagination.json b/public/language/ar/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/ar/admin/settings/pagination.json +++ b/public/language/ar/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ar/category.json b/public/language/ar/category.json index 864056a505..412a7ea191 100644 --- a/public/language/ar/category.json +++ b/public/language/ar/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "الأقسام المُتابعة" + "watched-categories": "الأقسام المُتابعة", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/categories.json b/public/language/bg/admin/manage/categories.json index 92a8a83fcd..13b9f66189 100644 --- a/public/language/bg/admin/manage/categories.json +++ b/public/language/bg/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Персонализиран клас", "num-recent-replies": "Брой на скорошните отговори", "ext-link": "Външна връзка", + "subcategories-per-page": "Subcategories per page", "is-section": "Използване на тази категория като раздел", "post-queue": "Опашка за публикации", "tag-whitelist": "Списък от разрешени етикети", diff --git a/public/language/bg/admin/settings/pagination.json b/public/language/bg/admin/settings/pagination.json index 8a89f189bc..abf10889de 100644 --- a/public/language/bg/admin/settings/pagination.json +++ b/public/language/bg/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Настройки за страницирането", "enable": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно.", + "posts": "Post Pagination", "topics": "Странициране в темите", "posts-per-page": "Публикации на страница", "max-posts-per-page": "Максимален брой публикации на страница", "categories": "Странициране на категориите", "topics-per-page": "Теми на страница", - "max-topics-per-page": "Максимален брой теми на страница" + "max-topics-per-page": "Максимален брой теми на страница", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/bg/category.json b/public/language/bg/category.json index b18ac6fd53..b79cd996ed 100644 --- a/public/language/bg/category.json +++ b/public/language/bg/category.json @@ -18,5 +18,6 @@ "watching.message": "Вече следите новите неща в категорията и подкатегориите ѝ", "notwatching.message": "Вече не следите новите неща в категорията и подкатегориите ѝ", "ignoring.message": "Вече пренебрегвате новите неща в тази категория и всички нейни подкатегории", - "watched-categories": "Следени категории" + "watched-categories": "Следени категории", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/bn/admin/manage/categories.json b/public/language/bn/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/bn/admin/manage/categories.json +++ b/public/language/bn/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/bn/admin/settings/pagination.json b/public/language/bn/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/bn/admin/settings/pagination.json +++ b/public/language/bn/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/bn/category.json b/public/language/bn/category.json index c7c2da799a..6902d44b10 100644 --- a/public/language/bn/category.json +++ b/public/language/bn/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "প্রেক্ষিত বিভাগসমূহ" + "watched-categories": "প্রেক্ষিত বিভাগসমূহ", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/cs/admin/manage/categories.json b/public/language/cs/admin/manage/categories.json index d0425cd087..6883274ff2 100644 --- a/public/language/cs/admin/manage/categories.json +++ b/public/language/cs/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Upravit třídu", "num-recent-replies": "# posledních odpovědí", "ext-link": "Externí odkaz", + "subcategories-per-page": "Subcategories per page", "is-section": "Zacházet s kategorii jako se sekcí", "post-queue": "Post queue", "tag-whitelist": "Seznam povolených značek", diff --git a/public/language/cs/admin/settings/pagination.json b/public/language/cs/admin/settings/pagination.json index 08871bc7ec..49c2da46f0 100644 --- a/public/language/cs/admin/settings/pagination.json +++ b/public/language/cs/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Nastavení stránkování", "enable": "Stránkovat témata a příspěvky namísto nekonečného posouvání", + "posts": "Post Pagination", "topics": "Stránkování témat", "posts-per-page": "Příspěvků na stránku", "max-posts-per-page": "Maximální množství příspěvků na stránku", "categories": "Stránkování kategorii", "topics-per-page": "Témat na stránku", - "max-topics-per-page": "Maximální množství témat na stránku" + "max-topics-per-page": "Maximální množství témat na stránku", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/cs/category.json b/public/language/cs/category.json index 8441056b22..bb53e67664 100644 --- a/public/language/cs/category.json +++ b/public/language/cs/category.json @@ -18,5 +18,6 @@ "watching.message": "Nyní sledujete aktualizace pro tuto kategorii a všech podkategorii", "notwatching.message": "Nyní nesledujete aktualizace z této kategorie a všech podkategorií", "ignoring.message": "Nyní ignorujete aktualizace této kategorie a všech jejich kategorii", - "watched-categories": "Sledované kategorie" + "watched-categories": "Sledované kategorie", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/da/admin/manage/categories.json b/public/language/da/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/da/admin/manage/categories.json +++ b/public/language/da/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/da/admin/settings/pagination.json b/public/language/da/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/da/admin/settings/pagination.json +++ b/public/language/da/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/da/category.json b/public/language/da/category.json index d78a91909e..2e8c100ec9 100644 --- a/public/language/da/category.json +++ b/public/language/da/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Fulgte kategorier" + "watched-categories": "Fulgte kategorier", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/de/admin/manage/categories.json b/public/language/de/admin/manage/categories.json index e450fdbd10..48a33b10d0 100644 --- a/public/language/de/admin/manage/categories.json +++ b/public/language/de/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Benutzderdefinierte Klasse", "num-recent-replies": "Anzahl neuer Antworten", "ext-link": "Externer Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Behandle diese Kategorie als Abschnitt", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/de/admin/settings/pagination.json b/public/language/de/admin/settings/pagination.json index 5a764e6c4d..81438feac2 100644 --- a/public/language/de/admin/settings/pagination.json +++ b/public/language/de/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Seitennummerierungs Einstellungen", "enable": "Themen in Seiten einteilen anstatt endlos zu scrollen", + "posts": "Post Pagination", "topics": "Themen Seitennummerierung", "posts-per-page": "Beiträge pro Seite", "max-posts-per-page": "Maximale Anzahl von Beiträgen pro Seite", "categories": "Kategorie Seitennummerierung", "topics-per-page": "Themen pro Seite", - "max-topics-per-page": "Maximale Anzahl von Themen pro Seite" + "max-topics-per-page": "Maximale Anzahl von Themen pro Seite", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/de/category.json b/public/language/de/category.json index 80bbdf284a..27b675f9cb 100644 --- a/public/language/de/category.json +++ b/public/language/de/category.json @@ -18,5 +18,6 @@ "watching.message": "Du beobachtest jetzt Aktualisierungen aus dieser Kategorie und allen Unterkategorien", "notwatching.message": "Du beobachtest jetzt keine Aktualisierungen aus dieser Kategorie und allen Unterkategorien", "ignoring.message": "Du ignorierst jetzt Aktualisierungen aus dieser Kategorie und allen Unterkategorien", - "watched-categories": "Beobachtete Kategorien" + "watched-categories": "Beobachtete Kategorien", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/el/admin/manage/categories.json b/public/language/el/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/el/admin/manage/categories.json +++ b/public/language/el/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/el/admin/settings/pagination.json b/public/language/el/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/el/admin/settings/pagination.json +++ b/public/language/el/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/el/category.json b/public/language/el/category.json index 1a5fe12629..fd58099f47 100644 --- a/public/language/el/category.json +++ b/public/language/el/category.json @@ -18,5 +18,6 @@ "watching.message": "Παρακολουθείτε τώρα ενημερώσεις από αυτήν την κατηγορία και όλες τις υποκατηγορίες", "notwatching.message": "Δεν παρακολουθείτε ενημερώσεις από αυτήν την κατηγορία και όλες τις υποκατηγορίες", "ignoring.message": "Τώρα αγνοείτε ενημερώσεις από αυτήν την κατηγορία και όλες τις υποκατηγορίες", - "watched-categories": "Κατηγορίες υπό παρακολούθηση" + "watched-categories": "Κατηγορίες υπό παρακολούθηση", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/en-US/admin/manage/categories.json b/public/language/en-US/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/en-US/admin/manage/categories.json +++ b/public/language/en-US/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/en-US/admin/settings/pagination.json b/public/language/en-US/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/en-US/admin/settings/pagination.json +++ b/public/language/en-US/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/en-US/category.json b/public/language/en-US/category.json index 4cf2cb8f11..2f9aed9cee 100644 --- a/public/language/en-US/category.json +++ b/public/language/en-US/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Watched categories" + "watched-categories": "Watched categories", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/manage/categories.json b/public/language/en-x-pirate/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/en-x-pirate/admin/manage/categories.json +++ b/public/language/en-x-pirate/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/en-x-pirate/admin/settings/pagination.json b/public/language/en-x-pirate/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/en-x-pirate/admin/settings/pagination.json +++ b/public/language/en-x-pirate/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/en-x-pirate/category.json b/public/language/en-x-pirate/category.json index ffbc0870a9..6691e3e56f 100644 --- a/public/language/en-x-pirate/category.json +++ b/public/language/en-x-pirate/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Categories ye be watchin'" + "watched-categories": "Categories ye be watchin'", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/es/admin/manage/categories.json b/public/language/es/admin/manage/categories.json index add7026d1f..91de912eab 100644 --- a/public/language/es/admin/manage/categories.json +++ b/public/language/es/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Clase Personalizada", "num-recent-replies": "# de Respuestas Recientes", "ext-link": "Enlace Externo", + "subcategories-per-page": "Subcategories per page", "is-section": "Tratar esta categoría como una sección", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/es/admin/settings/pagination.json b/public/language/es/admin/settings/pagination.json index 08ccc7e16f..0a739c4e47 100644 --- a/public/language/es/admin/settings/pagination.json +++ b/public/language/es/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Configuración de Paginación", "enable": "Paginar temas y mensajes en vez de usar scroll infinito", + "posts": "Post Pagination", "topics": "Paginación de Temas", "posts-per-page": "Mensajes por página", "max-posts-per-page": "Mensajes máximos por página", "categories": "Paginación de Categorías", "topics-per-page": "Temas por Página", - "max-topics-per-page": "Máximo de temas por página" + "max-topics-per-page": "Máximo de temas por página", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/es/category.json b/public/language/es/category.json index da00bbf6bf..2990332fbd 100644 --- a/public/language/es/category.json +++ b/public/language/es/category.json @@ -18,5 +18,6 @@ "watching.message": "Ahora estás viendo las actualizaciones de esta categoría y todas las subcategorías", "notwatching.message": "No estás viendo las actualizaciones de esta categoría y todas las subcategorías.", "ignoring.message": "Ahora estás ignorando las actualizaciones de esta categoría y todas las subcategorías", - "watched-categories": "Categorías seguidas" + "watched-categories": "Categorías seguidas", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/et/admin/manage/categories.json b/public/language/et/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/et/admin/manage/categories.json +++ b/public/language/et/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/et/admin/settings/pagination.json b/public/language/et/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/et/admin/settings/pagination.json +++ b/public/language/et/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/et/category.json b/public/language/et/category.json index 479061ae84..dfbc02431f 100644 --- a/public/language/et/category.json +++ b/public/language/et/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Jälgitavad kategooriad" + "watched-categories": "Jälgitavad kategooriad", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/manage/categories.json b/public/language/fa-IR/admin/manage/categories.json index 65912bf16d..b9307b2853 100644 --- a/public/language/fa-IR/admin/manage/categories.json +++ b/public/language/fa-IR/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/fa-IR/admin/settings/pagination.json b/public/language/fa-IR/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/fa-IR/admin/settings/pagination.json +++ b/public/language/fa-IR/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/fa-IR/category.json b/public/language/fa-IR/category.json index 4d324e5adf..c7dabcd267 100644 --- a/public/language/fa-IR/category.json +++ b/public/language/fa-IR/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "دسته بندی های پیگیری شده" + "watched-categories": "دسته بندی های پیگیری شده", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/fi/admin/manage/categories.json b/public/language/fi/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/fi/admin/manage/categories.json +++ b/public/language/fi/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/fi/admin/settings/pagination.json b/public/language/fi/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/fi/admin/settings/pagination.json +++ b/public/language/fi/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/fi/category.json b/public/language/fi/category.json index f5d7c41eb9..7c46d01b8e 100644 --- a/public/language/fi/category.json +++ b/public/language/fi/category.json @@ -18,5 +18,6 @@ "watching.message": "Seuraat nyt päivityksiä tästä kategoriasta ja kaikista alikategorioista", "notwatching.message": "Et seuraa päivityksiää tästä kategoriasta tai alikategorioista", "ignoring.message": "Ohitat kaikki päivitykset tästä kategoriasta ja kaikista alikategorioista", - "watched-categories": "Seuratut kategoriat" + "watched-categories": "Seuratut kategoriat", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/fr/admin/manage/categories.json b/public/language/fr/admin/manage/categories.json index a302be6fc6..44237df185 100644 --- a/public/language/fr/admin/manage/categories.json +++ b/public/language/fr/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Classe personnalisée", "num-recent-replies": "# de réponses récentes", "ext-link": "Lien externe", + "subcategories-per-page": "Subcategories per page", "is-section": "Traiter cette catégorie comme une section", "post-queue": "File d'attente", "tag-whitelist": "Liste blanche de mots clés", diff --git a/public/language/fr/admin/settings/pagination.json b/public/language/fr/admin/settings/pagination.json index 9e2ee932c1..d6cab639d5 100644 --- a/public/language/fr/admin/settings/pagination.json +++ b/public/language/fr/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Paramètres de pagination", "enable": "Utiliser la pagination des sujets et messages au lieu du défilement infini", + "posts": "Post Pagination", "topics": "Pagination des sujets", "posts-per-page": "Messages par page", "max-posts-per-page": "Messages maximum par page", "categories": "Pagination des categories", "topics-per-page": "Sujets par page", - "max-topics-per-page": "Sujets maximum par page" + "max-topics-per-page": "Sujets maximum par page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/fr/category.json b/public/language/fr/category.json index d860e0b6a4..7d2a2bb772 100644 --- a/public/language/fr/category.json +++ b/public/language/fr/category.json @@ -18,5 +18,6 @@ "watching.message": "Vous suivez les mises à jour de cette catégorie et de ses sous-catégories. ", "notwatching.message": "Vous ne suivez aucunes mises à jour de cette catégorie et de ses sous-catégories.", "ignoring.message": "Vous ignorez maintenant les mises à jour de cette catégorie et de toutes les sous-catégories.", - "watched-categories": "Catégories surveillées" + "watched-categories": "Catégories surveillées", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/gl/admin/manage/categories.json b/public/language/gl/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/gl/admin/manage/categories.json +++ b/public/language/gl/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/gl/admin/settings/pagination.json b/public/language/gl/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/gl/admin/settings/pagination.json +++ b/public/language/gl/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/gl/category.json b/public/language/gl/category.json index 7c941fce02..0318f2cab3 100644 --- a/public/language/gl/category.json +++ b/public/language/gl/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Categorías vixiadas" + "watched-categories": "Categorías vixiadas", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/he/admin/manage/categories.json b/public/language/he/admin/manage/categories.json index 491450f7ba..b31a5a5a29 100644 --- a/public/language/he/admin/manage/categories.json +++ b/public/language/he/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "מחלקה מותאמת אישית", "num-recent-replies": "מספר תגובות אחרונות להצגה", "ext-link": "הפנה לקישור חיצוני", + "subcategories-per-page": "Subcategories per page", "is-section": "הגדר קטגוריה זו כמקטע ללא אפשרות כניסה, רק לתתי קטגוריות.", "post-queue": "תור פוסטים", "tag-whitelist": "רשימה לבנה של תגיות", diff --git a/public/language/he/admin/settings/pagination.json b/public/language/he/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/he/admin/settings/pagination.json +++ b/public/language/he/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/he/category.json b/public/language/he/category.json index 9cbca38f84..55834b49de 100644 --- a/public/language/he/category.json +++ b/public/language/he/category.json @@ -18,5 +18,6 @@ "watching.message": "בחרת לעקוב אחר עדכונים בקטגוריה זו וכל תת-הקטגוריות", "notwatching.message": "בחרת לא לעקוב אחר עדכונים בקטגוריה זו וכל תת-הקטגוריות", "ignoring.message": "בחרת להתעלם מעדכונים בקטגוריה זו וכל תת-הקטגוריות", - "watched-categories": "קטגוריות במעקב" + "watched-categories": "קטגוריות במעקב", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/hr/admin/manage/categories.json b/public/language/hr/admin/manage/categories.json index d2f9918b88..e2b4758acb 100644 --- a/public/language/hr/admin/manage/categories.json +++ b/public/language/hr/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Obična klasa", "num-recent-replies": "# nedavnih objava", "ext-link": "Vanjska poveznica", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/hr/admin/settings/pagination.json b/public/language/hr/admin/settings/pagination.json index 4b09a7b67e..01a73cb93d 100644 --- a/public/language/hr/admin/settings/pagination.json +++ b/public/language/hr/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Postavke numeriranja", "enable": "Numeriraj teme i objave umjesto beskrajnog skrolanja.", + "posts": "Post Pagination", "topics": "Numeriranje tema", "posts-per-page": "Objava po stranici ", "max-posts-per-page": "Maximum posts per page", "categories": "Numeriranje kategorija", "topics-per-page": "Tema po stranici", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/hr/category.json b/public/language/hr/category.json index 598e22486c..c87d3e2507 100644 --- a/public/language/hr/category.json +++ b/public/language/hr/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Praćene Kategorije" + "watched-categories": "Praćene Kategorije", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/hu/admin/manage/categories.json b/public/language/hu/admin/manage/categories.json index 1cc2bde549..b50f837464 100644 --- a/public/language/hu/admin/manage/categories.json +++ b/public/language/hu/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Egyéni osztály", "num-recent-replies": "Utóbbi válaszok száma", "ext-link": "Külső link", + "subcategories-per-page": "Subcategories per page", "is-section": "Ez a kategória legyen szakaszként kezelve", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/hu/admin/settings/pagination.json b/public/language/hu/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/hu/admin/settings/pagination.json +++ b/public/language/hu/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/hu/category.json b/public/language/hu/category.json index e9f3ac3325..eb8476268c 100644 --- a/public/language/hu/category.json +++ b/public/language/hu/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Figyelt kategóriák" + "watched-categories": "Figyelt kategóriák", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/id/admin/manage/categories.json b/public/language/id/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/id/admin/manage/categories.json +++ b/public/language/id/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/id/admin/settings/pagination.json b/public/language/id/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/id/admin/settings/pagination.json +++ b/public/language/id/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/id/category.json b/public/language/id/category.json index 8b4eb093bb..b7587d8ef6 100644 --- a/public/language/id/category.json +++ b/public/language/id/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Kategori yang diamati" + "watched-categories": "Kategori yang diamati", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/it/admin/manage/categories.json b/public/language/it/admin/manage/categories.json index a73e6a707d..7ef9f173c3 100644 --- a/public/language/it/admin/manage/categories.json +++ b/public/language/it/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Classe personalizzata", "num-recent-replies": "# di Repliche Recenti", "ext-link": "Link esterni", + "subcategories-per-page": "Subcategories per page", "is-section": "Tratta questa categoria come una sezione", "post-queue": "Post in attesa", "tag-whitelist": "Whitelist tag", diff --git a/public/language/it/admin/settings/pagination.json b/public/language/it/admin/settings/pagination.json index 9a8cf1cbb0..a640e3894a 100644 --- a/public/language/it/admin/settings/pagination.json +++ b/public/language/it/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Impostazioni di impaginazione", "enable": "Impaginare discussioni e post al posto di usare lo scorrimento infinito", + "posts": "Post Pagination", "topics": "Impaginazione Discussione", "posts-per-page": "Post per pagina", "max-posts-per-page": "Numero massimo di post per pagina", "categories": "Categoria Impaginazione", "topics-per-page": "Discussioni per pagina", - "max-topics-per-page": "Numero massimo di discussioni per pagina" + "max-topics-per-page": "Numero massimo di discussioni per pagina", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/it/category.json b/public/language/it/category.json index cd098034aa..ec6c9b6adb 100644 --- a/public/language/it/category.json +++ b/public/language/it/category.json @@ -18,5 +18,6 @@ "watching.message": "Ora stai seguendo gli aggiornamenti di questa categoria e di tutte le sottocategorie", "notwatching.message": "Ora non stai seguendo gli aggiornamenti di questa categoria e di tutte le sottocategorie", "ignoring.message": "Ora stai ignorando gli aggiornamenti di questa categoria e di tutte le sottocategorie", - "watched-categories": "Categorie seguite" + "watched-categories": "Categorie seguite", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/ja/admin/manage/categories.json b/public/language/ja/admin/manage/categories.json index c1cf6cefcb..9eaec1d405 100644 --- a/public/language/ja/admin/manage/categories.json +++ b/public/language/ja/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "カスタムClass", "num-recent-replies": "# 最近の返信数", "ext-link": "外部リンク", + "subcategories-per-page": "Subcategories per page", "is-section": "このカテゴリをセクションとして扱う", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/ja/admin/settings/pagination.json b/public/language/ja/admin/settings/pagination.json index c92725b985..61daab49e5 100644 --- a/public/language/ja/admin/settings/pagination.json +++ b/public/language/ja/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "ページ設定", "enable": "スクロールでのページ自動ロードはしない", + "posts": "Post Pagination", "topics": "スレッドページ", "posts-per-page": "ページごとの投稿数", "max-posts-per-page": "Maximum posts per page", "categories": "カテゴリページ", "topics-per-page": "ページごとのスレッド数", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ja/category.json b/public/language/ja/category.json index 1a18ffaa44..cb3853e77f 100644 --- a/public/language/ja/category.json +++ b/public/language/ja/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "ウォッチ中のカテゴリ" + "watched-categories": "ウォッチ中のカテゴリ", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/ko/admin/manage/categories.json b/public/language/ko/admin/manage/categories.json index 1a7ceadfa3..e2df789c1d 100644 --- a/public/language/ko/admin/manage/categories.json +++ b/public/language/ko/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "사용자 정의 클래스", "num-recent-replies": "최근 답장 갯수", "ext-link": "외부 링크", + "subcategories-per-page": "Subcategories per page", "is-section": "이 게시판을 섹션으로 취급", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/ko/admin/settings/pagination.json b/public/language/ko/admin/settings/pagination.json index 8fc68241b4..c7c1cd3353 100644 --- a/public/language/ko/admin/settings/pagination.json +++ b/public/language/ko/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "페이지 설정", "enable": "무한 스크롤 대신 페이지로 주제와 포스트 보여주기", + "posts": "Post Pagination", "topics": "주제 페이지", "posts-per-page": "페이지 당 포스트", "max-posts-per-page": "페이지당 최대 포스트수", "categories": "카테고리 페이지", "topics-per-page": "페이지 당 주제 수", - "max-topics-per-page": "페이지당 최대 게시물 수" + "max-topics-per-page": "페이지당 최대 게시물 수", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ko/category.json b/public/language/ko/category.json index b085e16432..e3062bdc53 100644 --- a/public/language/ko/category.json +++ b/public/language/ko/category.json @@ -18,5 +18,6 @@ "watching.message": "이 카테고리 및 모든 하위 카테고리의 업데이트를 주시중입니다", "notwatching.message": "이 카테고리 및 모든 하위 카테고리의 업데이트를 주시하고 있지 않습니다", "ignoring.message": "이 카테고리 및 모든 하위 카테고리의 업데이트를 무시하고 있습니다", - "watched-categories": "관심 카테고리" + "watched-categories": "관심 카테고리", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/lt/admin/manage/categories.json b/public/language/lt/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/lt/admin/manage/categories.json +++ b/public/language/lt/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/lt/admin/settings/pagination.json b/public/language/lt/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/lt/admin/settings/pagination.json +++ b/public/language/lt/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/lt/category.json b/public/language/lt/category.json index 9bd1154adf..fa2255f0b1 100644 --- a/public/language/lt/category.json +++ b/public/language/lt/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Stebimos kategorijos" + "watched-categories": "Stebimos kategorijos", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/lv/admin/manage/categories.json b/public/language/lv/admin/manage/categories.json index cc26e49fbc..19837cf330 100644 --- a/public/language/lv/admin/manage/categories.json +++ b/public/language/lv/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Pielāgotā klase", "num-recent-replies": "Neseno atbilžu skaits", "ext-link": "Ārējā saite", + "subcategories-per-page": "Subcategories per page", "is-section": "Izmantot kategoriju kā sadaļu", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/lv/admin/settings/pagination.json b/public/language/lv/admin/settings/pagination.json index ba837f12f3..644b827fd4 100644 --- a/public/language/lv/admin/settings/pagination.json +++ b/public/language/lv/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Dalīšana pa lapām", "enable": "Tematus un rakstus dalīt pa vairākām lapām un nelikt visus vienā.", + "posts": "Post Pagination", "topics": "Tematu dalīšana pa lapām", "posts-per-page": "Rakstu skaits lapā", "max-posts-per-page": "Maksimālais rakstu skaits lapā", "categories": "Kategoriju dalīšana pa lapām", "topics-per-page": "Tematu skaits lapā", - "max-topics-per-page": "Maksimālais tematu skaits lapā" + "max-topics-per-page": "Maksimālais tematu skaits lapā", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/lv/category.json b/public/language/lv/category.json index df91317f9a..2f7e110c2b 100644 --- a/public/language/lv/category.json +++ b/public/language/lv/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Novērotās kategorijas" + "watched-categories": "Novērotās kategorijas", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/ms/admin/manage/categories.json b/public/language/ms/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/ms/admin/manage/categories.json +++ b/public/language/ms/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/ms/admin/settings/pagination.json b/public/language/ms/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/ms/admin/settings/pagination.json +++ b/public/language/ms/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ms/category.json b/public/language/ms/category.json index 9246c58458..aaad47b31a 100644 --- a/public/language/ms/category.json +++ b/public/language/ms/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Kategori Dilihat" + "watched-categories": "Kategori Dilihat", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/nb/admin/manage/categories.json b/public/language/nb/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/nb/admin/manage/categories.json +++ b/public/language/nb/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/nb/admin/settings/pagination.json b/public/language/nb/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/nb/admin/settings/pagination.json +++ b/public/language/nb/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/nb/category.json b/public/language/nb/category.json index 1cda65c591..61b9df06b0 100644 --- a/public/language/nb/category.json +++ b/public/language/nb/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Overvåkede kategorier" + "watched-categories": "Overvåkede kategorier", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/nl/admin/manage/categories.json b/public/language/nl/admin/manage/categories.json index 2101f8586a..fa7f02c5fc 100644 --- a/public/language/nl/admin/manage/categories.json +++ b/public/language/nl/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/nl/admin/settings/pagination.json b/public/language/nl/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/nl/admin/settings/pagination.json +++ b/public/language/nl/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/nl/category.json b/public/language/nl/category.json index c330b224f0..3b4066aa56 100644 --- a/public/language/nl/category.json +++ b/public/language/nl/category.json @@ -18,5 +18,6 @@ "watching.message": "Van deze categorie en alle sub-categorieën worden nu meldingen ontvangen ", "notwatching.message": "Deze categorie en alle sub-categorieën worden niet gevolgd", "ignoring.message": " Er worden geen meldingen van deze categorie en alle sub-categorieën ontvangen ", - "watched-categories": "Categorieën die bekeken zijn." + "watched-categories": "Categorieën die bekeken zijn.", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/pl/admin/manage/categories.json b/public/language/pl/admin/manage/categories.json index 20a942fc2b..2212b9e4ba 100644 --- a/public/language/pl/admin/manage/categories.json +++ b/public/language/pl/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Niestandardowa klasa", "num-recent-replies": "# z ostatnich odpowiedzi", "ext-link": "Zewnętrzny odnośnik", + "subcategories-per-page": "Subcategories per page", "is-section": "Traktuj tę kategorię jako sekcję", "post-queue": "Post queue", "tag-whitelist": "Otaguj białą listę", diff --git a/public/language/pl/admin/settings/pagination.json b/public/language/pl/admin/settings/pagination.json index be6359c62d..7a7b914125 100644 --- a/public/language/pl/admin/settings/pagination.json +++ b/public/language/pl/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Ustawienia paginacji", "enable": "Paginuj tematy oraz posty zamiast używać nieskończonego przewijania", + "posts": "Post Pagination", "topics": "Paginacja tematów", "posts-per-page": "Postów na stronie", "max-posts-per-page": "Maksymalna liczba postów na stronie", "categories": "Paginacja kategorii", "topics-per-page": "Tematów na stronę", - "max-topics-per-page": "Maksymalna liczba tematów na stronie" + "max-topics-per-page": "Maksymalna liczba tematów na stronie", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/pl/category.json b/public/language/pl/category.json index 14d23dca3a..1888752931 100644 --- a/public/language/pl/category.json +++ b/public/language/pl/category.json @@ -18,5 +18,6 @@ "watching.message": "Obserwujesz teraz aktualizacje tej kategorii i wszystkie podkategorie", "notwatching.message": "Obserwujesz teraz aktualizacje tej kategorii i wszystkie podkategorie", "ignoring.message": "Obserwujesz teraz aktualizacje tej kategorii i wszystkie podkategorie", - "watched-categories": "Obserwowane kategorie" + "watched-categories": "Obserwowane kategorie", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/categories.json b/public/language/pt-BR/admin/manage/categories.json index 567aec5264..b73dd127cc 100644 --- a/public/language/pt-BR/admin/manage/categories.json +++ b/public/language/pt-BR/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Classe Personalizada", "num-recent-replies": "# de Respostas Recentes", "ext-link": "Link Externo", + "subcategories-per-page": "Subcategories per page", "is-section": "Trate esta categoria como uma seção", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/pt-BR/admin/settings/pagination.json b/public/language/pt-BR/admin/settings/pagination.json index b57add8f33..ede7316379 100644 --- a/public/language/pt-BR/admin/settings/pagination.json +++ b/public/language/pt-BR/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Configurações de Paginação", "enable": "Paginar posts e tópicos ao invés de usar rolagem infinita.", + "posts": "Post Pagination", "topics": "Paginação de Tópico", "posts-per-page": "Posts por Página", "max-posts-per-page": "Máximo de posts por página", "categories": "Paginação de Categorias", "topics-per-page": "Tópicos por Página", - "max-topics-per-page": "Máximo de tópicos por página" + "max-topics-per-page": "Máximo de tópicos por página", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/pt-BR/category.json b/public/language/pt-BR/category.json index fbfb4bdf37..48e7596dbc 100644 --- a/public/language/pt-BR/category.json +++ b/public/language/pt-BR/category.json @@ -18,5 +18,6 @@ "watching.message": "Agora, você está acompanhando as novidades desta categoria e todas as suas subcategorias", "notwatching.message": "Agora, você não está acompanhando as novidades nem desta categoria e nem de suas subcategorias", "ignoring.message": "Agora, você está ignorando as novidades desta categorias e de todas as suas subcategorias", - "watched-categories": "Categorias acompanhadas" + "watched-categories": "Categorias acompanhadas", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/manage/categories.json b/public/language/pt-PT/admin/manage/categories.json index 17d0cd887f..4dbabd9e23 100644 --- a/public/language/pt-PT/admin/manage/categories.json +++ b/public/language/pt-PT/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Classe personalizada", "num-recent-replies": "# de Respostas Recentes", "ext-link": "Link Externo", + "subcategories-per-page": "Subcategories per page", "is-section": "Tratar esta categoria como uma secção", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/pt-PT/admin/settings/pagination.json b/public/language/pt-PT/admin/settings/pagination.json index cadb02041f..1d28c8b68d 100644 --- a/public/language/pt-PT/admin/settings/pagination.json +++ b/public/language/pt-PT/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Definições de Paginação", "enable": "Paginar tópicos e publicações em vez de usar scroll infinito.", + "posts": "Post Pagination", "topics": "Paginação de Tópicos", "posts-per-page": "Publicações por página", "max-posts-per-page": "Máximo de publicações por página", "categories": "Paginação de Categorias", "topics-per-page": "Tópicos por Página", - "max-topics-per-page": "Máximo de tópicos por página" + "max-topics-per-page": "Máximo de tópicos por página", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/pt-PT/category.json b/public/language/pt-PT/category.json index 384149dfac..b1b955f79c 100644 --- a/public/language/pt-PT/category.json +++ b/public/language/pt-PT/category.json @@ -18,5 +18,6 @@ "watching.message": "Estás agora a seguir todas as atualizações desta categoria e de todas as suas subcategorias", "notwatching.message": "Não estás a seguir atualizações desta categoria e de todas as suas subcategorias", "ignoring.message": "Estás agora a ignorar todas as atualizações desta categoria e de todas as suas subcategorias", - "watched-categories": "Categorias subscritas" + "watched-categories": "Categorias subscritas", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/ro/admin/manage/categories.json b/public/language/ro/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/ro/admin/manage/categories.json +++ b/public/language/ro/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/ro/admin/settings/pagination.json b/public/language/ro/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/ro/admin/settings/pagination.json +++ b/public/language/ro/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ro/category.json b/public/language/ro/category.json index e96906a4a9..1e5659f5e8 100644 --- a/public/language/ro/category.json +++ b/public/language/ro/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Categorii urmărite" + "watched-categories": "Categorii urmărite", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/ru/admin/manage/categories.json b/public/language/ru/admin/manage/categories.json index 6b545eb25f..8ef823a511 100644 --- a/public/language/ru/admin/manage/categories.json +++ b/public/language/ru/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Свой класс", "num-recent-replies": "# последних ответов", "ext-link": "Внешняя ссылка", + "subcategories-per-page": "Subcategories per page", "is-section": "Рассматривать эту категорию как секцию", "post-queue": "Post queue", "tag-whitelist": "Разрешенный список меток", diff --git a/public/language/ru/admin/settings/pagination.json b/public/language/ru/admin/settings/pagination.json index 5baec059e0..de1ebe756d 100644 --- a/public/language/ru/admin/settings/pagination.json +++ b/public/language/ru/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Настройка разбивки на страницы", "enable": "Разбивать темы и сообщения на страницы вместо бесконечной прокрутки.", + "posts": "Post Pagination", "topics": "Разбивка темы на страницы", "posts-per-page": "Сообщений на страницу", "max-posts-per-page": "Максимальное кол-во сообщений на странице", "categories": "Разбивка категорий на страницы", "topics-per-page": "Тем на странице", - "max-topics-per-page": "Максимальное количество тем на странице" + "max-topics-per-page": "Максимальное количество тем на странице", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/ru/category.json b/public/language/ru/category.json index 9efe7d1454..7712474685 100644 --- a/public/language/ru/category.json +++ b/public/language/ru/category.json @@ -18,5 +18,6 @@ "watching.message": "Вы отслеживаете обновления этой категории, включая все подкатегории", "notwatching.message": "Вы более не отслеживаете обновления этой категории, включая все подкатегории", "ignoring.message": "Вы игнорируете обновления этой категории, включая все подкатегории", - "watched-categories": "Отслеживаемые категории" + "watched-categories": "Отслеживаемые категории", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/rw/admin/manage/categories.json b/public/language/rw/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/rw/admin/manage/categories.json +++ b/public/language/rw/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/rw/admin/settings/pagination.json b/public/language/rw/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/rw/admin/settings/pagination.json +++ b/public/language/rw/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/rw/category.json b/public/language/rw/category.json index 069195dbb9..f275dc7356 100644 --- a/public/language/rw/category.json +++ b/public/language/rw/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Ibyiciro Bikurikirwa" + "watched-categories": "Ibyiciro Bikurikirwa", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/sc/admin/manage/categories.json b/public/language/sc/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/sc/admin/manage/categories.json +++ b/public/language/sc/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/sc/admin/settings/pagination.json b/public/language/sc/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/sc/admin/settings/pagination.json +++ b/public/language/sc/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/sc/category.json b/public/language/sc/category.json index b15dfea64c..f535d5d85a 100644 --- a/public/language/sc/category.json +++ b/public/language/sc/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Watched categories" + "watched-categories": "Watched categories", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/sk/admin/manage/categories.json b/public/language/sk/admin/manage/categories.json index 24016900c1..3378f5e7cb 100644 --- a/public/language/sk/admin/manage/categories.json +++ b/public/language/sk/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Upraviť triedu", "num-recent-replies": "# posledných odpovedí", "ext-link": "Externý odkaz", + "subcategories-per-page": "Subcategories per page", "is-section": "Zaobchádzať s kategóriou ako so sekciou", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/sk/admin/settings/pagination.json b/public/language/sk/admin/settings/pagination.json index 747eb3df2f..2acf61b1d7 100644 --- a/public/language/sk/admin/settings/pagination.json +++ b/public/language/sk/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Nastavenia stránkovania", "enable": "Stránkovať témy a príspevky namiesto použitia nekonečného posúvania.", + "posts": "Post Pagination", "topics": "Stránkovanie tém", "posts-per-page": "Príspevkov na stránku", "max-posts-per-page": "Maximálne množstvo príspevkov na stránku", "categories": "Stránkovanie kategórií", "topics-per-page": "Tém na stránku", - "max-topics-per-page": "Maximálne množstvo tém na stránku" + "max-topics-per-page": "Maximálne množstvo tém na stránku", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/sk/category.json b/public/language/sk/category.json index f32b7ee376..c04b887d0c 100644 --- a/public/language/sk/category.json +++ b/public/language/sk/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Sledované kategórie" + "watched-categories": "Sledované kategórie", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/sl/admin/manage/categories.json b/public/language/sl/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/sl/admin/manage/categories.json +++ b/public/language/sl/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/sl/admin/settings/pagination.json b/public/language/sl/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/sl/admin/settings/pagination.json +++ b/public/language/sl/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/sl/category.json b/public/language/sl/category.json index 3377b262a9..6a7fda2a16 100644 --- a/public/language/sl/category.json +++ b/public/language/sl/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "Spremljane kategorije" + "watched-categories": "Spremljane kategorije", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/sr/admin/manage/categories.json b/public/language/sr/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/sr/admin/manage/categories.json +++ b/public/language/sr/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/sr/admin/settings/pagination.json b/public/language/sr/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/sr/admin/settings/pagination.json +++ b/public/language/sr/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/sr/category.json b/public/language/sr/category.json index 8d50f2e04e..876f02912a 100644 --- a/public/language/sr/category.json +++ b/public/language/sr/category.json @@ -18,5 +18,6 @@ "watching.message": "Сада надгледате ажурирања из ове категорије и свих поткатегорија", "notwatching.message": "Не надгледате ажурирања из ове категорије и свих поткатегорија", "ignoring.message": "Сада игноришете ажурирања из ове категорије и свих поткатегорија", - "watched-categories": "Надгледане категорије" + "watched-categories": "Надгледане категорије", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/sv/admin/manage/categories.json b/public/language/sv/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/sv/admin/manage/categories.json +++ b/public/language/sv/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/sv/admin/settings/pagination.json b/public/language/sv/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/sv/admin/settings/pagination.json +++ b/public/language/sv/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/sv/category.json b/public/language/sv/category.json index c237e52bc9..789b67dc0e 100644 --- a/public/language/sv/category.json +++ b/public/language/sv/category.json @@ -18,5 +18,6 @@ "watching.message": "Nu får du uppdateringar från den här kategorin och alla underkategorier", "notwatching.message": "Du får inga uppdateringar från den här kategorin eller alla underkategorier", "ignoring.message": "Nu ignorerar du alla uppdateringar från den här kategorin och alla underkategorier.", - "watched-categories": "Bevakade kategorier" + "watched-categories": "Bevakade kategorier", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/th/admin/manage/categories.json b/public/language/th/admin/manage/categories.json index 1144e16433..eef2e00529 100644 --- a/public/language/th/admin/manage/categories.json +++ b/public/language/th/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Custom Class", "num-recent-replies": "# of Recent Replies", "ext-link": "External Link", + "subcategories-per-page": "Subcategories per page", "is-section": "Treat this category as a section", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/th/admin/settings/pagination.json b/public/language/th/admin/settings/pagination.json index 3eb210243e..3bf306b2f9 100644 --- a/public/language/th/admin/settings/pagination.json +++ b/public/language/th/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Pagination Settings", "enable": "Paginate topics and posts instead of using infinite scroll.", + "posts": "Post Pagination", "topics": "Topic Pagination", "posts-per-page": "Posts per Page", "max-posts-per-page": "Maximum posts per page", "categories": "Category Pagination", "topics-per-page": "Topics per Page", - "max-topics-per-page": "Maximum topics per page" + "max-topics-per-page": "Maximum topics per page", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/th/category.json b/public/language/th/category.json index 0b1c096fef..523faf142b 100644 --- a/public/language/th/category.json +++ b/public/language/th/category.json @@ -18,5 +18,6 @@ "watching.message": "You are now watching updates from this category and all subcategories", "notwatching.message": "You are not watching updates from this category and all subcategories", "ignoring.message": "You are now ignoring updates from this category and all subcategories", - "watched-categories": "หมวดหมู่ที่ดูแล้ว" + "watched-categories": "หมวดหมู่ที่ดูแล้ว", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/tr/admin/manage/categories.json b/public/language/tr/admin/manage/categories.json index 2db53ca3c0..13be00cf10 100644 --- a/public/language/tr/admin/manage/categories.json +++ b/public/language/tr/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Özel Sınıf", "num-recent-replies": "Son Yanıtların # Tanesi", "ext-link": "Harici Bağlantı", + "subcategories-per-page": "Subcategories per page", "is-section": "Bu kategoriyi bir bölüm olarak değerlendir", "post-queue": "Post queue", "tag-whitelist": "İzin Verilen Etiketler", diff --git a/public/language/tr/admin/settings/pagination.json b/public/language/tr/admin/settings/pagination.json index 7c03d3e3f3..a7f7d7f243 100644 --- a/public/language/tr/admin/settings/pagination.json +++ b/public/language/tr/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Sayfalama Ayarları", "enable": "Sonsuz kaydırma yerine konu ve gönderileri sayfalandır.", + "posts": "Post Pagination", "topics": "Başlık Sayfalama", "posts-per-page": "Sayfa başına İletiler", "max-posts-per-page": "Sayfa başına azami gönderi sayısı", "categories": "Kategori Sayfalama", "topics-per-page": "Sayfa başına Konular", - "max-topics-per-page": "Sayfa başına azami konu" + "max-topics-per-page": "Sayfa başına azami konu", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/tr/category.json b/public/language/tr/category.json index fb33594c97..8b33dea6c5 100644 --- a/public/language/tr/category.json +++ b/public/language/tr/category.json @@ -18,5 +18,6 @@ "watching.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık takip ediyorsunuz", "notwatching.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık takip etmiyorsunuz", "ignoring.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık yok sayıyorsunuz", - "watched-categories": "Takip edilen kategoriler" + "watched-categories": "Takip edilen kategoriler", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/uk/admin/manage/categories.json b/public/language/uk/admin/manage/categories.json index 20f1f19a2c..bb5bfb8776 100644 --- a/public/language/uk/admin/manage/categories.json +++ b/public/language/uk/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Користувацький клас", "num-recent-replies": "Кількість свіжих відповідей", "ext-link": "Зовнішнє посилання", + "subcategories-per-page": "Subcategories per page", "is-section": "Вважати цю категорію розділом", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/uk/admin/settings/pagination.json b/public/language/uk/admin/settings/pagination.json index 77d8eef143..559ae24986 100644 --- a/public/language/uk/admin/settings/pagination.json +++ b/public/language/uk/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Налаштування пагінації", "enable": "Розбивати список тем та постів на сторінки замість нескінченної прокрутки", + "posts": "Post Pagination", "topics": "Пагінація тем", "posts-per-page": "Постів на сторінку", "max-posts-per-page": "Максимум постів на сторінку", "categories": "Пагінація категорій", "topics-per-page": "Тем на сторінку", - "max-topics-per-page": "Максимум тем на сторінку" + "max-topics-per-page": "Максимум тем на сторінку", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/uk/category.json b/public/language/uk/category.json index 63be07c88a..5cdbe18dd1 100644 --- a/public/language/uk/category.json +++ b/public/language/uk/category.json @@ -18,5 +18,6 @@ "watching.message": "Ви зараз спостерігаєте за оновленнями з цієї категорії та всіх її підкатегорій", "notwatching.message": "Зараз ви не спостерігаєте за оновленнями з цієї категорії та всіх її підкатегорій", "ignoring.message": "Зараз ви ігноруєте оновлення з цієї категорії та всіх її підкатегорій", - "watched-categories": "Переглянуті категорії" + "watched-categories": "Переглянуті категорії", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/vi/admin/manage/categories.json b/public/language/vi/admin/manage/categories.json index 9204b7db39..302b6f18ca 100644 --- a/public/language/vi/admin/manage/categories.json +++ b/public/language/vi/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "Lớp Tùy Chỉnh", "num-recent-replies": "# của Trả Lời Gần Đây", "ext-link": "Liên Kết Bên Ngoài", + "subcategories-per-page": "Danh mục phụ trên mỗi trang", "is-section": "Coi danh mục này như một phần", "post-queue": "Hàng đợi bài đăng", "tag-whitelist": "Danh Sách Trắng Gắn Thẻ ", diff --git a/public/language/vi/admin/settings/pagination.json b/public/language/vi/admin/settings/pagination.json index 6943583b2d..64b821f480 100644 --- a/public/language/vi/admin/settings/pagination.json +++ b/public/language/vi/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "Cài Đặt Phân Trang", "enable": "Phân trang chủ đề và bài đăng thay vì sử dụng cuộn vô hạn.", + "posts": "Phân Trang Bài Đăng", "topics": "Phân Trang Chủ Đề", "posts-per-page": "Số Bài Viết Mỗi Trang", "max-posts-per-page": "Số Bài Viết Tối Đa Mỗi Trang", "categories": "Phân Trang Chuyên Mục", "topics-per-page": "Số Chủ Đề Mỗi Trang", - "max-topics-per-page": "Số Chủ Đề Tối Đa Mỗi Trang" + "max-topics-per-page": "Số Chủ Đề Tối Đa Mỗi Trang", + "categories-per-page": "Chuyên mục mỗi trang" } \ No newline at end of file diff --git a/public/language/vi/category.json b/public/language/vi/category.json index 4dce15e364..5e1326fc4b 100644 --- a/public/language/vi/category.json +++ b/public/language/vi/category.json @@ -18,5 +18,6 @@ "watching.message": "Bây giờ bạn đang xem cập nhật từ danh mục này và tất cả các danh mục phụ", "notwatching.message": "Bạn không xem cập nhật từ danh mục này và tất cả các danh mục phụ", "ignoring.message": "Bây giờ bạn đang bỏ qua các cập nhật từ danh mục này và tất cả các danh mục phụ", - "watched-categories": "Chuyên mục đã xem" + "watched-categories": "Chuyên mục đã xem", + "x-more-categories": "%1 chuyên mục khác" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/manage/categories.json b/public/language/zh-CN/admin/manage/categories.json index 7feeeb3f33..e51a38a29d 100644 --- a/public/language/zh-CN/admin/manage/categories.json +++ b/public/language/zh-CN/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "自定义 Class", "num-recent-replies": "最近回复数", "ext-link": "外部链接", + "subcategories-per-page": "Subcategories per page", "is-section": "将此版块作为段落", "post-queue": "Post queue", "tag-whitelist": "话题白名单", diff --git a/public/language/zh-CN/admin/settings/pagination.json b/public/language/zh-CN/admin/settings/pagination.json index 87ab24c045..41d5c3453b 100644 --- a/public/language/zh-CN/admin/settings/pagination.json +++ b/public/language/zh-CN/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "分页设置", "enable": "在主题和帖子使用分页替代无限滚动浏览。", + "posts": "Post Pagination", "topics": "话题分页", "posts-per-page": "每页帖子数", "max-posts-per-page": "每页最多帖子数", "categories": "版块分页", "topics-per-page": "每页主题数", - "max-topics-per-page": "每页最多主题数" + "max-topics-per-page": "每页最多主题数", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/zh-CN/category.json b/public/language/zh-CN/category.json index 92032a39c2..e9c577f68c 100644 --- a/public/language/zh-CN/category.json +++ b/public/language/zh-CN/category.json @@ -18,5 +18,6 @@ "watching.message": "您关注了此版块和全部子版块的动态。", "notwatching.message": "您未关注了此版块和全部子版块的动态。", "ignoring.message": "您未关注此版块和全部子版块的动态。", - "watched-categories": "已关注的版块" + "watched-categories": "已关注的版块", + "x-more-categories": "%1 more categories" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/manage/categories.json b/public/language/zh-TW/admin/manage/categories.json index 917847b625..3b2eda6f4a 100644 --- a/public/language/zh-TW/admin/manage/categories.json +++ b/public/language/zh-TW/admin/manage/categories.json @@ -10,6 +10,7 @@ "custom-class": "自訂 Class", "num-recent-replies": "最近回覆數", "ext-link": "外部連結", + "subcategories-per-page": "Subcategories per page", "is-section": "將該版面作為分段", "post-queue": "Post queue", "tag-whitelist": "Tag Whitelist", diff --git a/public/language/zh-TW/admin/settings/pagination.json b/public/language/zh-TW/admin/settings/pagination.json index 359db9345b..ffe8b6a4ee 100644 --- a/public/language/zh-TW/admin/settings/pagination.json +++ b/public/language/zh-TW/admin/settings/pagination.json @@ -1,10 +1,12 @@ { "pagination": "分頁設定", "enable": "在主題和文章使用分頁替代無限滾動瀏覽。", + "posts": "Post Pagination", "topics": "主題分頁", "posts-per-page": "每頁文章數", "max-posts-per-page": "每頁最多文章數", "categories": "版面分頁", "topics-per-page": "每頁主題數", - "max-topics-per-page": "每頁最多主題數" + "max-topics-per-page": "每頁最多主題數", + "categories-per-page": "Categories per page" } \ No newline at end of file diff --git a/public/language/zh-TW/category.json b/public/language/zh-TW/category.json index 65df514c23..66cdd37f8c 100644 --- a/public/language/zh-TW/category.json +++ b/public/language/zh-TW/category.json @@ -18,5 +18,6 @@ "watching.message": "您關注了此版面和全部子版面的動態。", "notwatching.message": "您未關注了此版面和全部子版面的動態。", "ignoring.message": "您忽略了此版面和全部子版面的動態。", - "watched-categories": "已關注的版面" + "watched-categories": "已關注的版面", + "x-more-categories": "%1 more categories" } \ No newline at end of file