Merge commit 'f4e62fb1cdbeade062ef3172dbdfaaedacb14925' into v1.18.x

v1.18.x
Misty (Bot) 4 years ago
commit 1d401329ee

@ -1,3 +1,78 @@
#### v1.18.3 (2021-09-22)
##### Chores
* **deps:** update docker/build-push-action action to v2.7.0 (ee027719)
* incrementing version number - v1.18.2 (0a56158b)
* update changelog for v1.18.2 (27e9282a)
##### New Features
* move filter:topic.post hook to top of method (f194809f)
* add client-side static hook to fire immediately before any topic action (hint: delete `action` to stop default behaviour) (66eaae44)
* allow removing multiple items from list (397835a0)
* add uid to filter:user.saveSettings (7f48edc0)
* headers for global privs #9717 (#9762) (84ff1152)
* add ACP option to require email address on new registration (006fc700)
##### Bug Fixes
* **deps:**
* update dependency nodebb-plugin-composer-default to v7.0.7 (98554294)
* update dependency postcss to v8.3.7 (6ebe707c)
* update dependency autoprefixer to v10.3.5 (25687441)
* update dependency nodebb-plugin-composer-default to v7.0.6 (#9815) (c18678ce)
* update dependency nodebb-theme-persona to v11.2.8 (#9816) (39d73d0c)
* update dependency connect-mongo to v4.6.0 (8e886c85)
* update dependency nodebb-plugin-composer-default to v7.0.4 (8af54255)
* update dependency mongodb to v3.7.1 (9049dcd7)
* update dependency nodebb-theme-persona to v11.2.6 (506035b5)
* update dependency nodebb-theme-slick to v1.4.13 (787306a6)
* update dependency nodebb-plugin-composer-default to v7.0.3 (732b59c2)
* fixed element shifting in ACP menu that's been bothering me for 5-ish years (31975a62)
* #9822, use correct username/pwd (30f38771)
* remove unused translator (2add84a5)
* ban info test (07859f7e)
* #9819, show same time info for ban (9f0e55ad)
* show local time for ban (7a2f0ae1)
* crash (c437b336)
* remove caller from payload after hooks is done (15f9aaa6)
* bad uid reference (ce8ea6ea)
* update Topics.post and Topics.reply so that plugins can modify uid (or redirect a reply to a different topic) (7777812e)
* #9818, fix totalTime calculation (c4fc7bf9)
* missing microdata in category data (1ed62aa8)
* #9812, add topics:schedule (c0a52924)
* for subfolders (31a6d4b3)
* req.path doesn't have full url (0236ea86)
* escape moderation note before adding to dom (75ebe786)
* #9811, send bodyClass on 403 (40c9fca9)
* also launch docker workflow on release branches (944a7985)
* xss on flags page via ban reason (ba3582b8)
* up timeout for psql tests (896ff215)
* redis batch (0c4b875e)
* redis processing batch+1 items every iteration (3261edcc)
* #9560, don't save post diffs if content didn't change (8b576a37)
* #9790, get baseIndex on update for infinitescroll (6a55c027)
* #9790, fix sorting of more than one page of pinned topics (2657804c)
* privileges added by plugins (#9802) (3ecbb624)
* #9800, don't send all welcome test emails to test@example.org @julianlam (71ed50b9)
* docker - remove sha tag (b06e8dba)
* Return QEMU back, remove platforms definition (52eace4b)
* Docker workflow tweaks (#9792) (e7f4cde4)
* browsers autocompleting smtp fields when they should not (34afb747)
##### Refactors
* no regex (18252fb9)
* remove async.waterfall (58ac55c1)
* remove async.waterfall (222dccaf)
* remove async.waterfall (f35a0f43)
* allow plugins to replace og:image, or specify additional og:image (819917da)
##### Code Style Changes
* give me an A! :100: (0b4d7d1f)
#### v1.18.2 (2021-09-08)
##### Chores

@ -15,6 +15,7 @@ Additional functionality is enabled through the use of third-party plugins.
* [Help translate NodeBB](https://www.transifex.com/projects/p/nodebb/)
* [NodeBB Blog](http://blog.nodebb.org)
* [Premium Hosting for NodeBB](http://www.nodebb.org/ "NodeBB")
* Unofficial IRC community – channel `#nodebb` on Libera.chat
* [Follow us on Twitter](http://www.twitter.com/NodeBB/ "NodeBB Twitter")
* [Like us on Facebook](http://www.facebook.com/NodeBB/ "NodeBB Facebook")

@ -14,6 +14,7 @@
"newbiePostEditDuration": 3600,
"postDeleteDuration": 0,
"enablePostHistory": 1,
"topicBacklinks": 1,
"postCacheSize": 10485760,
"disableChat": 0,
"chatEditDuration": 0,

@ -32,7 +32,7 @@
"ace-builds": "^1.4.12",
"archiver": "^5.2.0",
"async": "^3.2.0",
"autoprefixer": "10.3.5",
"autoprefixer": "10.3.7",
"bcryptjs": "2.4.3",
"benchpressjs": "2.4.3",
"body-parser": "^1.19.0",
@ -48,7 +48,7 @@
"connect-flash": "^0.1.1",
"connect-mongo": "4.6.0",
"connect-multiparty": "^2.2.0",
"connect-pg-simple": "^6.2.1",
"connect-pg-simple": "^7.0.0",
"connect-redis": "6.0.0",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
@ -78,14 +78,14 @@
"material-design-lite": "^1.3.0",
"mime": "^2.5.2",
"mkdirp": "^1.0.4",
"mongodb": "3.7.1",
"mongodb": "4.1.3",
"morgan": "^1.10.0",
"mousetrap": "^1.6.5",
"multiparty": "4.2.2",
"@nodebb/bootswatch": "3.4.2",
"nconf": "^0.11.2",
"nodebb-plugin-composer-default": "7.0.7",
"nodebb-plugin-dbsearch": "5.0.3",
"nodebb-plugin-composer-default": "7.0.8",
"nodebb-plugin-dbsearch": "5.0.5",
"nodebb-plugin-emoji": "^3.5.0",
"nodebb-plugin-emoji-android": "2.0.5",
"nodebb-plugin-markdown": "8.14.3",
@ -93,21 +93,21 @@
"nodebb-plugin-spam-be-gone": "0.7.9",
"nodebb-rewards-essentials": "0.1.5",
"nodebb-theme-lavender": "5.2.1",
"nodebb-theme-persona": "11.2.8",
"nodebb-theme-persona": "11.2.10",
"nodebb-theme-slick": "1.4.13",
"nodebb-theme-vanilla": "12.1.3",
"nodebb-widget-essentials": "5.0.4",
"nodemailer": "^6.5.0",
"nprogress": "0.2.0",
"passport": "^0.4.1",
"passport": "^0.5.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "1.0.0",
"pg": "^8.7.1",
"pg-cursor": "^2.7.1",
"postcss": "8.3.7",
"postcss": "8.3.9",
"postcss-clean": "1.2.0",
"prompt": "^1.1.0",
"ioredis": "4.27.9",
"ioredis": "4.27.10",
"request": "2.88.2",
"request-promise-native": "^1.0.9",
"requirejs": "2.3.6",
@ -137,13 +137,13 @@
"winston": "3.3.3",
"xml": "^1.0.1",
"xregexp": "^5.0.1",
"yargs": "17.1.1",
"yargs": "17.2.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@commitlint/cli": "13.1.0",
"@commitlint/config-angular": "13.1.0",
"@commitlint/cli": "13.2.0",
"@commitlint/config-angular": "13.2.0",
"coveralls": "3.1.1",
"eslint": "7.32.0",
"eslint-config-nodebb": "0.0.2",
@ -152,8 +152,8 @@
"grunt-contrib-watch": "1.1.0",
"husky": "7.0.2",
"jsdom": "17.0.0",
"lint-staged": "11.1.2",
"mocha": "9.1.1",
"lint-staged": "11.2.0",
"mocha": "9.1.2",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "15.1.0",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "من الأحدث إلى الأقدم",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "موضوع جديد",

@ -2,5 +2,6 @@
"notifications": "Известия",
"welcome-notification": "Приветствено известие",
"welcome-notification-link": "Връзка за приветственото известие",
"welcome-notification-uid": "Потр. ид. за приветственото известие"
"welcome-notification-uid": "Потр. ид. за приветственото известие",
"post-queue-notification-uid": "Потр. ид. за опашката с публикации"
}

@ -56,6 +56,9 @@
"composer.show-help": "Показване на раздела „Помощ“",
"composer.enable-plugin-help": "Позволяване на добавките да добавят съдържание в раздела за помощ",
"composer.custom-help": "Персонализиран текст за помощ",
"backlinks": "Обратни връзки",
"backlinks.enabled": "Включване на обратните връзки в темите",
"backlinks.help": "Ако в публикацията има препратка към друга тема, там ще бъде поставена връзка към публикацията, с конкретното време.",
"ip-tracking": "Записване на IP адреса",
"ip-tracking.each-post": "Записване на IP адреса за всяка публикация",
"enable-post-history": "Включване на историята на публикациите"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Зачертан",
"composer.formatting.code": "Код",
"composer.formatting.link": "Връзка",
"composer.formatting.picture": "Снимка",
"composer.formatting.picture": "Връзка към изображение",
"composer.upload-picture": "Качване на изображение",
"composer.upload-file": "Качване на файл",
"composer.zen_mode": "Режим Дзен",

@ -47,6 +47,7 @@
"restored-by": "Възстановена от",
"moved-from-by": "Преместена от %1 от",
"queued-by": "Публикацията е добавена в опашката за одобрение →",
"backlink": "Спомената от",
"bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
"flag-post": "Докладване на тази публикация",
"flag-user": "Докладване на този потребител",
@ -158,6 +159,7 @@
"newest_to_oldest": "Първо най-новите",
"most_votes": "Първо тези с най-много гласове",
"most_posts": "Първо тези с най-много публикации",
"most_views": "Първо тези с най-много преглеждания",
"stale.title": "Създаване на нова тема вместо това?",
"stale.warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?",
"stale.create": "Създаване на нова тема",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "নতুন থেকে পুরাতন",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",

@ -2,5 +2,6 @@
"notifications": "Oznámení",
"welcome-notification": "Uvítání",
"welcome-notification-link": "Odkaz na uvítání",
"welcome-notification-uid": "Uvítání uživatele (UID)"
"welcome-notification-uid": "Uvítání uživatele (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Zobrazit záložku „Nápověda”",
"composer.enable-plugin-help": "Povolit rozšíření přidat obsah do záložky nápovědy",
"composer.custom-help": "Uživatelský text nápovědy",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "Sledování IP",
"ip-tracking.each-post": "Sledovat adresu IP u každého příspěvku",
"enable-post-history": "Povolit historii příspěvku"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Přeškrtnutí",
"composer.formatting.code": "Kód",
"composer.formatting.link": "Odkaz",
"composer.formatting.picture": "Obrázek",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Nahrát obrázek",
"composer.upload-file": "Nahrát soubor",
"composer.zen_mode": "Režim Zem",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Od nejnovějších po nejstarší",
"most_votes": "S nejvíce hlasy",
"most_posts": "S nejvíce příspěvky",
"most_views": "Most Views",
"stale.title": "Raději vytvořit nové téma?",
"stale.warning": "Reagujete na starší téma. Nechcete raději vytvořit nové téma a na původní v něm odkázat?",
"stale.create": "Vytvořit nové téma",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Nyeste til ældste",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Opret nyt emne istedet?",
"stale.warning": "Emnet du svarer på er ret gammelt. Vil du oprette et nyt emne istedet og referere dette indlæg i dit svar?",
"stale.create": "Opret nyt emne",

@ -2,5 +2,6 @@
"notifications": "Benachrichtigungen",
"welcome-notification": "Wilkommensnachricht",
"welcome-notification-link": "Wilkommensnachricht-Link",
"welcome-notification-uid": "Wilkommensbenachrichtigung Benutzer (UID)"
"welcome-notification-uid": "Wilkommensbenachrichtigung Benutzer (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "\"Hilfe\"-Tab anzeigen",
"composer.enable-plugin-help": "Plugins erlauben Inhalte dem \"Help\"-Tab hinzuzufügen",
"composer.custom-help": "Benutzerdefinierter Hilfe-Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP-Verfolgung",
"ip-tracking.each-post": "IP-Adresse für jeden Beitrag speichern",
"enable-post-history": "Aktiviere Beitrags-Änderungsgeschichte"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Durchstreichen",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Bild",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Bild hochladen",
"composer.upload-file": "Datei hochladen",
"composer.zen_mode": "Zen Modus",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.",
"flag-post": "Diesen Post melden",
"flag-user": "Diesen Benutzer melden",
@ -158,6 +159,7 @@
"newest_to_oldest": "Neuste zuerst",
"most_votes": "Meiste Stimmen",
"most_posts": "Meiste Beiträge",
"most_views": "Most Views",
"stale.title": "Stattdessen ein neues Thema erstellen?",
"stale.warning": "Das Thema auf das du antworten willst ist ziemlich alt. Möchtest du stattdessen ein neues Thema erstellen und auf dieses in deiner Antwort hinweisen?",
"stale.create": "Ein neues Thema erstellen",

@ -2,5 +2,6 @@
"notifications": "Ειδοποιήσεις",
"welcome-notification": "Ειδοποίηση καλωσορίσματος",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Νεότερο προς Παλαιότερο",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -56,7 +56,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -51,6 +51,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions" : "Click here to return to the last read post in this thread.",
@ -180,6 +181,7 @@
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Click here to return to the last read post in this thread.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Newest to Oldest",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",

@ -2,5 +2,6 @@
"notifications": "Notificaciones",
"welcome-notification": "Notificación de Bienvenida",
"welcome-notification-link": "Enlace de Notificación de Bienvenida",
"welcome-notification-uid": "Usuario de Notificación de Bienvenida (UID)"
"welcome-notification-uid": "Usuario de Notificación de Bienvenida (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Mostrar pestaña \"Ayuda\"",
"composer.enable-plugin-help": "Permitir a plugins añadir contenido a la pestaña de ayuda",
"composer.custom-help": "Texto de Ayuda Personalizado",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "Seguimiento de IP",
"ip-tracking.each-post": "Seguir la IP para cada entrada/respuesta",
"enable-post-history": "Activar historial de respuestas"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Tachado",
"composer.formatting.code": "Código",
"composer.formatting.link": "Enlace",
"composer.formatting.picture": "Foto",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Subir foto",
"composer.upload-file": "Subir archivo",
"composer.zen_mode": "Modo Zen",

@ -47,6 +47,7 @@
"restored-by": "Restaurado por",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Más nuevo a más antiguo",
"most_votes": "Mayor número de Votos",
"most_posts": "Mayor número de Posts",
"most_views": "Most Views",
"stale.title": "¿Crear un nuevo hilo en su lugar?",
"stale.warning": "El hilo al que estás respondiendo es muy antiguo. ¿Quieres crear un nuevo hilo en su lugar y añadir una referencia a este en tu mensaje?",
"stale.create": "Crear un nuevo hilo",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Läbitõmmatud",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Pilt",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Lae pilt üles",
"composer.upload-file": "Lae fail üles",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Uuematest vanemateni",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Loo uus teema selle asemel?",
"stale.warning": "Teema, millele vastad on küllaltki vana. Kas sooviksid hoopiski uue teema luua ning viidata sellele sinu vastuses?",
"stale.create": "Loo uus teema/alapealkiri",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "خط خورده",
"composer.formatting.code": "کد",
"composer.formatting.link": "پیوند",
"composer.formatting.picture": "عکس",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "بارگذاری عکس",
"composer.upload-file": "بارگذاری فایل",
"composer.zen_mode": "حالت ذن",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.",
"flag-post": "گزارش این پست",
"flag-user": "گزارش این کاربر",
@ -158,6 +159,7 @@
"newest_to_oldest": "جدید‌ترین به قدیمی‌ترین",
"most_votes": "بیشترین رای ها",
"most_posts": "بیشترین پست",
"most_views": "Most Views",
"stale.title": "آیا مایلید به جای آن یک موضوع جدید ایجاد کنید؟",
"stale.warning": "موضوعی که شما در حال پاسخگویی به آن هستید قدیمی می باشد. آیا میلید به جای آن یک موضوع جدید ایجاد کنید و در آن به این موضوع ارجاع دهید؟",
"stale.create": "ایجاد یک موضوع جدید",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval →",
"backlink": "Referenced by",
"bookmark_instructions": "Klikkaa tästä palataksesi viimeisimpään luettuun viestiin tässä aiheessa",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Uusimmasta vanhimpaan",
"most_votes": "Eniten ääniä",
"most_posts": "Eniten viestejä",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "Aihe johon olet vastaamassa on melko vanha. Haluaisitko luoda mieluummin uuden aiheen ja viitata siitä tähän viestissäsi?",
"stale.create": "Luo uusi aihe",

@ -51,13 +51,13 @@
"alert.saved": "Changements de privilèges enregistrés et appliqués",
"alert.confirm-discard": "Êtes-vous sûr de vouloir annuler vos modifications de privilèges ?",
"alert.discarded": "Modifications de privilèges annulés",
"alert.confirm-copyToAll": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all categories</strong>?",
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all categories</strong>?",
"alert.confirm-copyToChildren": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
"alert.confirm-copyToAll": "Voulez-vous vraiment appliquer cet ensemble de <strong>%1</strong> à <strong>toutes les catégories</strong>?",
"alert.confirm-copyToAllGroup": "Voulez-vous vraiment appliquer l'ensemble de <strong>%1</strong> de ce groupe à <strong>toutes les catégories</strong>?",
"alert.confirm-copyToChildren": "Voulez-vous vraiment appliquer cet ensemble de <strong>%1</strong> à <strong>toutes les catégories incluses (enfants)</strong>?",
"alert.confirm-copyToChildrenGroup": "Voulez-vous vraiment appliquer l'ensemble de <strong>%1</strong> de ce groupe à <strong>toutes les catégories incluses (enfants)</strong>?",
"alert.no-undo": "<em>Cette action ne peut pas être annulée.</em>",
"alert.admin-warning": "Les administrateurs obtiennent implicitement tous les privilèges",
"alert.copyPrivilegesFrom-title": "Select a category to copy from",
"alert.copyPrivilegesFrom-warning": "This will copy <strong>%1</strong> from the selected category.",
"alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of <strong>%1</strong> from the selected category."
"alert.copyPrivilegesFrom-title": "Sélectionnez une catégorie à copier",
"alert.copyPrivilegesFrom-warning": "Cela copiera <strong>%1</strong> de la catégorie sélectionnée.",
"alert.copyPrivilegesFromGroup-warning": "Cela copiera l'ensemble de <strong>%1</strong> de ce groupe à partir de la catégorie sélectionnée."
}

@ -37,8 +37,8 @@
"subscriptions.hour": "Heure d'envoi",
"subscriptions.hour-help": "Veuillez entrer un nombre représentant l'heure à laquelle envoyer les lettres d'activités (c'est à dire <code>0</code> pour minuit, <code>17</code> pour 5:00 pm). Gardez à l'esprit qu'il s'agit de l'heure du serveur, et peut ne pas correspondre à votre heure locale.<br /> L'heure du serveur est : <span id=\"serverTime\"></span><br /> La prochaine lettre d'activités sera envoyée à <span id=\"nextDigestTime\"></span>",
"notifications.remove-images": "Supprimer les images des notifications par e-mail",
"require-email-address": "Require new users to specify an email address",
"require-email-address-warning": "By default, users can opt-out of entering an email address. Enabling this option means they have to enter an email address in order to proceed with registration. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
"require-email-address": "Exiger une adresse e-mail aux nouveaux utilisateurs ",
"require-email-address-warning": "Par défaut, les utilisateurs peuvent refuser de saisir une adresse e-mail. L'activation de cette option oblige de renseigner une une adresse e-mail lors de l'inscription. <strong>Ne garantit pas que l'utilisateur entrera adresse e-mail valide, ni même une adresse qu'il possède.</strong>",
"include-unverified-emails": "Envoyer des mails aux destinataires qui n'ont pas explicitement confirmé leurs mails",
"include-unverified-warning": "Par défaut, les utilisateurs dont les mails sont associés à leur compte ont déjà été vérifiés, mais il existe des situations où ce n'est pas le cas (par exemple, les connexions SSO, les utilisateurs bénéficiant de droits acquis, etc.). <strong>Activez ce paramètre à vos risques et périls </strong>&ndash; l'envoi de mails à des adresses non vérifiées peut constituer une violation des lois anti-spam régionales."
}

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Notification de bienvenue",
"welcome-notification-link": "Lien de notification de bienvenue",
"welcome-notification-uid": "Notification de bienvenue de l'utilisateur (UID)"
"welcome-notification-uid": "Notification de bienvenue de l'utilisateur (UID)",
"post-queue-notification-uid": "File d'attente d l'Utilisateur (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Afficher l'onglet \"Aide\"",
"composer.enable-plugin-help": "Autoriser les plugins à modifier l'onglet d'aide",
"composer.custom-help": "Message d'aide personnalisé",
"backlinks": "Backlinks",
"backlinks.enabled": "Activer les backlinks de sujet",
"backlinks.help": "Si un message fait référence à un autre sujet, un lien vers le message sera inséré dans le sujet référencé.",
"ip-tracking": "Suivi d'IP",
"ip-tracking.each-post": "Suivre l'adresse IP pour chaque message",
"enable-post-history": "Activer l'historique des publications"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Barré",
"composer.formatting.code": "Code",
"composer.formatting.link": "Lien",
"composer.formatting.picture": "Image",
"composer.formatting.picture": "Lien d'image",
"composer.upload-picture": "Envoyer une image",
"composer.upload-file": "Envoyer un fichier",
"composer.zen_mode": "Mode Zen",

@ -47,6 +47,7 @@
"restored-by": "Restauré par",
"moved-from-by": "Déplacé de %1 par",
"queued-by": "Message en attente d'approbation &rarr;",
"backlink": "Référencé par",
"bookmark_instructions": "Cliquez ici pour retourner au dernier message lu de ce fil.",
"flag-post": "Signaler ce message",
"flag-user": "Signaler cet utilisateur",
@ -158,6 +159,7 @@
"newest_to_oldest": "Du plus récent au plus ancien",
"most_votes": "Les plus votés",
"most_posts": "Meilleurs messages",
"most_views": "Les plus vues",
"stale.title": "Créer un nouveau sujet à la place ?",
"stale.warning": "Le sujet auquel vous répondez est assez ancien. Ne voudriez-vous pas créer un nouveau sujet à la place et placer une référence vers celui-ci dans votre réponse ?",
"stale.create": "Créer un nouveau sujet",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Tachado",
"composer.formatting.code": "Code",
"composer.formatting.link": "Ligazón",
"composer.formatting.picture": "Foto",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Subir foto",
"composer.upload-file": "Subir arquivo",
"composer.zen_mode": "Modo Zen",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Máis novo a máis antigo",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Crear un novo tema no seu lugar?",
"stale.warning": "O tema no que queres publicar é bastante vello. Queres crear un novo tema no seu lugar e incluir unha referencia a este na túa mensaxe?",
"stale.create": "Crear un novo tema",

@ -2,5 +2,6 @@
"notifications": "התראות",
"welcome-notification": "הודעת ברוכים הבאים",
"welcome-notification-link": "קישור הודעת ברוכים הבאים",
"welcome-notification-uid": "הודעת ברוכים הבאים למשתמש (UID)"
"welcome-notification-uid": "הודעת ברוכים הבאים למשתמש (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "הצג כרטיסיית \"עזרה\"",
"composer.enable-plugin-help": "אפשר לתוסיפים להוסיף תוכן ללשונית עזרה",
"composer.custom-help": "טקסט עזרה מותאם אישית",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP מעקב",
"ip-tracking.each-post": "מעקב אחר כתובת IP על כל הודעה",
"enable-post-history": "הפוך היסטוריית פוסטים לזמינה"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "קו פוסל",
"composer.formatting.code": "קוד",
"composer.formatting.link": "לינק",
"composer.formatting.picture": "תמונה מהרשת",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "העלה תמונה",
"composer.upload-file": "העלה קובץ",
"composer.zen_mode": "מסך מלא",

@ -47,6 +47,7 @@
"restored-by": "שוחזר על ידי",
"moved-from-by": "Moved from %1 by",
"queued-by": "הפוסט ממתין לאישור &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "לחץ כאן בכדי לחזור לפוסט האחרון שקראת בנושא הזה.",
"flag-post": "דווח על פוסט זה",
"flag-user": "דווח על משתמש זה",
@ -158,6 +159,7 @@
"newest_to_oldest": "מהחדש לישן",
"most_votes": "הכי הרבה הצבעות",
"most_posts": "הכי הרבה פוסטים",
"most_views": "Most Views",
"stale.title": "ליצור נושא חדש במקום זאת?",
"stale.warning": "הנושא בו אתה מגיב הוא די ישן. האם ברצונך לפתוח נושא חדש, ולהזכיר נושא זה בתגובתך?",
"stale.create": "צור נושא חדש",

@ -2,5 +2,6 @@
"notifications": "Obavijesti",
"welcome-notification": "Obavijest dobrodošlice",
"welcome-notification-link": "Poveznica objave dobrodošlice",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Prikaži \"Pomoć\"",
"composer.enable-plugin-help": "Dozvoli dodatcima da dodaju sadržaj u \"Pomoć\"",
"composer.custom-help": "Tekst \"Pomoć\"",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP praćenje",
"ip-tracking.each-post": "Prati IP adresu za svaku objavu",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Precrtano",
"composer.formatting.code": "Code",
"composer.formatting.link": "Poveznica",
"composer.formatting.picture": "Slika",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Učitaj sliku",
"composer.upload-file": "Učitaj datoteku",
"composer.zen_mode": "Zen",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "Klikni ovdje za povratak na zadnji pročitani post.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Novije prema Starom",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Otvori novu temu?",
"stale.warning": "Tema na koju odgovarate je stara. Želite li otvoriti novu temu i postaviti referencu u vašem odgovoru?",
"stale.create": "Otvori novu temu",

@ -2,5 +2,6 @@
"notifications": "Értesítések",
"welcome-notification": "Üdvözlő értesítés",
"welcome-notification-link": "Üdvözlő értesítés linkje",
"welcome-notification-uid": "Felhasználói üdvözlő értesítés (UID)"
"welcome-notification-uid": "Felhasználói üdvözlő értesítés (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "\"Segítség\" panel megjelenítése",
"composer.enable-plugin-help": "Beépülők hozzáadhassanak saját tartalmaz a segítség panelhoz",
"composer.custom-help": "Egyedi szöveg a segítségnél",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP nyomonkövetés",
"ip-tracking.each-post": "IP cím követése minden hozzászólásnál",
"enable-post-history": "Hozzászólás történetiség engedélyezése"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Áthúzás",
"composer.formatting.code": "Code",
"composer.formatting.link": "Hivatkozás",
"composer.formatting.picture": "Kép",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Kép feltöltése",
"composer.upload-file": "Fájl feltöltése",
"composer.zen_mode": "Zen mód",

@ -47,6 +47,7 @@
"restored-by": "Visszaállította",
"moved-from-by": "Moved from %1 by",
"queued-by": "Hozzászólás jóváhagyásra bejegyezve &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "Kattints ide a beszélgetés utolsó hozzászólására ugráshoz.",
"flag-post": "Jelöld meg ezt a bejegyzést",
"flag-user": "Jelöld meg ezt a felhasználót",
@ -158,6 +159,7 @@
"newest_to_oldest": "Újabbak elől",
"most_votes": "Legtöbb szavazat",
"most_posts": "Legtöbb bejegyzés",
"most_views": "Most Views",
"stale.title": "Inkább új témakör létrehozása?",
"stale.warning": "A témakör, melyre válaszolsz, elég régi. Szeretnél helyette inkább új témakört létrehozni, és erre hivatkozni a válaszodban?",
"stale.create": "Új témakör létrehozása",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Strikethrough",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Picture",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Upload Image",
"composer.upload-file": "Upload File",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "Klik di sini untuk kembali ke posting yang terakhir kali dibaca pada topik ini.",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "Terbaru ke Terlama",
"most_votes": "Most Votes",
"most_posts": "Most Posts",
"most_views": "Most Views",
"stale.title": "Create new topic instead?",
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
"stale.create": "Create a new topic",

@ -2,5 +2,6 @@
"notifications": "Notifiche",
"welcome-notification": "Notifica di benvenuto",
"welcome-notification-link": "Collegamento a Notifica di benvenuto",
"welcome-notification-uid": "Notifica di benvenuto utente (UID)"
"welcome-notification-uid": "Notifica di benvenuto utente (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Mostra la scheda \"Aiuto\"",
"composer.enable-plugin-help": "Consenti ai plug-in di aggiungere contenuti alla scheda Guida",
"composer.custom-help": "Testo di aiuto personalizzato",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "Monitoraggio IP",
"ip-tracking.each-post": "Traccia l'indirizzo IP per ogni post",
"enable-post-history": "Abilita Cronologia post"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "Barrato",
"composer.formatting.code": "Codice",
"composer.formatting.link": "Collegamento",
"composer.formatting.picture": "Immagine",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "Carica immagine",
"composer.upload-file": "Carica file",
"composer.zen_mode": "Zen Mode",

@ -47,6 +47,7 @@
"restored-by": "Ripristinato da",
"moved-from-by": "Spostato da %1 da",
"queued-by": "Post in coda per l'approvazione &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.",
"flag-post": "Segnala questo post",
"flag-user": "Segnala questo utente",
@ -158,6 +159,7 @@
"newest_to_oldest": "Da Nuovi a Vecchi",
"most_votes": "Più Voti",
"most_posts": "Più Post",
"most_views": "Most Views",
"stale.title": "Preferisci creare una nuova discussione?",
"stale.warning": "Il topic al quale stai rispondendo è abbastanza vecchio. Vorresti piuttosto creare un nuovo topic in riferimento a questo nella tua risposta?",
"stale.create": "Crea una nuova discussione",

@ -2,5 +2,6 @@
"notifications": "通知",
"welcome-notification": "ウェルカム通知",
"welcome-notification-link": "ウェルカム通知のリンク",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "「ヘルプ」タグを表示",
"composer.enable-plugin-help": "プラグインがヘルプタブにコンテンツを追加できるようにする",
"composer.custom-help": "カスタムヘルプテキスト",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IPトラッキング",
"ip-tracking.each-post": "各投稿のトラックIPアドレス",
"enable-post-history": "Enable Post History"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "取り消し線",
"composer.formatting.code": "コード",
"composer.formatting.link": "リンク",
"composer.formatting.picture": "画像",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "画像をアップロード",
"composer.upload-file": "ファイルをアップロード",
"composer.zen_mode": "Zen モード",

@ -47,6 +47,7 @@
"restored-by": "Restored by",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。",
"flag-post": "Flag this post",
"flag-user": "Flag this user",
@ -158,6 +159,7 @@
"newest_to_oldest": "新しいものから古い順",
"most_votes": "最高評価",
"most_posts": "最大投稿",
"most_views": "Most Views",
"stale.title": "新しいスレッドを作りますか?",
"stale.warning": "あなたが返信しようとしてるスレッドが古いスレッドです。新しいスレッドを作って、そしてこのスレッドが参考として入れた方を勧めます。そうしますか?",
"stale.create": "新しいスレッドを作ります。",

@ -2,5 +2,6 @@
"notifications": "알림",
"welcome-notification": "환영 알림",
"welcome-notification-link": "환영 알림 링크",
"welcome-notification-uid": "환영 알림 사용자 (UID)"
"welcome-notification-uid": "환영 알림 사용자 (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "\"도움말\" 탭 표시",
"composer.enable-plugin-help": "플러그인의 도움말 탭 내용 추가 허용",
"composer.custom-help": "사용자 정의 \"도움말\" 텍스트",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP 추적",
"ip-tracking.each-post": "모든 포스트 IP 추적",
"enable-post-history": "게시글 편집 기록 활성화"

@ -54,7 +54,7 @@
"composer.formatting.strikethrough": "취소선",
"composer.formatting.code": "코드",
"composer.formatting.link": "링크",
"composer.formatting.picture": "사진",
"composer.formatting.picture": "Image Link",
"composer.upload-picture": "이미지 업로드",
"composer.upload-file": "파일 업로드",
"composer.zen_mode": "전체화면",

@ -47,6 +47,7 @@
"restored-by": "복원한 사용자:",
"moved-from-by": "Moved from %1 by",
"queued-by": "게시 승인 대기 중 &rarr;",
"backlink": "Referenced by",
"bookmark_instructions": "이 쓰레드에서 읽은 마지막 포스트로 이동하려면 여기를 클릭 하세요.",
"flag-post": "해당 포스트 신고",
"flag-user": "해당 유저 신고",
@ -158,6 +159,7 @@
"newest_to_oldest": "최신순",
"most_votes": "투표순",
"most_posts": "포스트순",
"most_views": "Most Views",
"stale.title": "새로운 화제를 생성하시겠습니까?",
"stale.warning": "현재 답글을 작성 중인 화제는 오래전에 작성 되었습니다. 새로 화제를 생성하고 이 게시물을 인용하시겠습니까?",
"stale.create": "새로운 화제 작성",

@ -2,5 +2,6 @@
"notifications": "Notifications",
"welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)"
"welcome-notification-uid": "Welcome Notification User (UID)",
"post-queue-notification-uid": "Post Queue User (UID)"
}

@ -56,6 +56,9 @@
"composer.show-help": "Show \"Help\" tab",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
"composer.custom-help": "Custom Help Text",
"backlinks": "Backlinks",
"backlinks.enabled": "Enable topic backlinks",
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
"ip-tracking": "IP Tracking",
"ip-tracking.each-post": "Track IP Address for each post",
"enable-post-history": "Enable Post History"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save