mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-14 18:22:15 +02:00
Merge branch 'master' into v0.9.x
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
FROM node:0.10-onbuild
|
||||
# The base image is the latest 4.x node (LTS) on jessie (debian)
|
||||
# -onbuild will install the node dependencies found in the project package.json
|
||||
# and copy its content in /usr/src/app, its WORKDIR
|
||||
FROM node:4-onbuild
|
||||
|
||||
ENV NODE_ENV=production \
|
||||
daemon=false \
|
||||
silent=false
|
||||
|
||||
# nodebb setup will ask you for connection information to a redis (default), mongodb then run the forum
|
||||
# nodebb upgrade is not included and might be desired
|
||||
CMD node app --setup && npm start
|
||||
|
||||
# the default port for NodeBB is exposed outside the container
|
||||
EXPOSE 4567
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"maximumSignatureLength": 255,
|
||||
"maximumAboutMeLength": 1000,
|
||||
"maximumProfileImageSize": 256,
|
||||
"maximumCoverImageSize": 2048,
|
||||
"profileImageDimension": 128,
|
||||
"requireEmailConfirmation": 0,
|
||||
"profile:allowProfileImageUploads": 1,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"widget": "html",
|
||||
"data" : {
|
||||
"html": "<footer id=\"footer\" class=\"container footer\">\r\n\t<div class=\"copyright\">\r\n\t\tCopyright © 2014 <a target=\"_blank\" href=\"https://nodebb.org\">NodeBB Forums</a> | <a target=\"_blank\" href=\"//github.com/NodeBB/NodeBB/graphs/contributors\">Contributors</a>\r\n\t</div>\r\n</footer>",
|
||||
"html": "<footer id=\"footer\" class=\"container footer\">\r\n\t<div class=\"copyright\">\r\n\t\tCopyright © 2015 <a target=\"_blank\" href=\"https://nodebb.org\">NodeBB Forums</a> | <a target=\"_blank\" href=\"//github.com/NodeBB/NodeBB/graphs/contributors\">Contributors</a>\r\n\t</div>\r\n</footer>",
|
||||
"title":"",
|
||||
"container":""
|
||||
}
|
||||
|
||||
39
package.json
39
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"homepage": "http://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,7 +14,7 @@
|
||||
"test": "mocha ./tests -t 10000"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~1.4.2",
|
||||
"async": "~1.5.0",
|
||||
"bcryptjs": "~2.3.0",
|
||||
"body-parser": "^1.9.0",
|
||||
"colors": "^1.1.0",
|
||||
@@ -28,30 +28,29 @@
|
||||
"daemon": "~1.1.0",
|
||||
"express": "^4.9.5",
|
||||
"express-session": "^1.8.2",
|
||||
"gravatar": "^1.1.0",
|
||||
"heapdump": "^0.3.0",
|
||||
"jimp": "^0.2.5",
|
||||
"html-to-text": "1.3.2",
|
||||
"jimp": "0.2.19",
|
||||
"less": "^2.0.0",
|
||||
"logrotate-stream": "^0.2.3",
|
||||
"lru-cache": "^2.6.1",
|
||||
"mime": "^1.3.4",
|
||||
"minimist": "^1.1.1",
|
||||
"mkdirp": "~0.5.0",
|
||||
"mmmagic": "^0.4.0",
|
||||
"morgan": "^1.3.2",
|
||||
"nconf": "~0.8.2",
|
||||
"nodebb-plugin-composer-default": "1.0.20",
|
||||
"nodebb-plugin-dbsearch": "0.2.17",
|
||||
"nodebb-plugin-emoji-extended": "0.4.15",
|
||||
"nodebb-plugin-markdown": "4.0.7",
|
||||
"nodebb-plugin-mentions": "1.0.9",
|
||||
"nodebb-plugin-soundpack-default": "0.1.4",
|
||||
"nodebb-plugin-spam-be-gone": "0.4.2",
|
||||
"nodebb-rewards-essentials": "0.0.5",
|
||||
"nodebb-theme-lavender": "2.0.13",
|
||||
"nodebb-theme-persona": "4.0.31",
|
||||
"nodebb-theme-vanilla": "5.0.13",
|
||||
"nodebb-widget-essentials": "2.0.4",
|
||||
"nodebb-plugin-composer-default": "1.0.24",
|
||||
"nodebb-plugin-dbsearch": "0.2.18",
|
||||
"nodebb-plugin-emoji-extended": "0.4.16",
|
||||
"nodebb-plugin-markdown": "4.0.8",
|
||||
"nodebb-plugin-mentions": "1.0.10",
|
||||
"nodebb-plugin-soundpack-default": "0.1.5",
|
||||
"nodebb-plugin-spam-be-gone": "0.4.5",
|
||||
"nodebb-rewards-essentials": "0.0.6",
|
||||
"nodebb-theme-lavender": "3.0.0",
|
||||
"nodebb-theme-persona": "4.0.37",
|
||||
"nodebb-theme-vanilla": "5.0.14",
|
||||
"nodebb-widget-essentials": "2.0.5",
|
||||
"nodemailer": "0.7.1",
|
||||
"npm": "^2.1.4",
|
||||
"passport": "^0.3.0",
|
||||
@@ -68,13 +67,13 @@
|
||||
"socket.io-redis": "^0.1.3",
|
||||
"socketio-wildcard": "~0.1.1",
|
||||
"string": "^3.0.0",
|
||||
"templates.js": "0.3.0",
|
||||
"templates.js": "0.3.1",
|
||||
"toobusy-js": "^0.4.2",
|
||||
"uglify-js": "^2.4.24",
|
||||
"uglify-js": "^2.6.0",
|
||||
"underscore": "~1.8.3",
|
||||
"underscore.deep": "^0.5.1",
|
||||
"validator": "^4.0.5",
|
||||
"winston": "^1.0.1",
|
||||
"winston": "^2.1.0",
|
||||
"xregexp": "~3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "لايمكنك التصويت لردك",
|
||||
"already-favourited": "لقد سبق وأضفت هذا الرد إلى المفضلة",
|
||||
"already-unfavourited": "لقد سبق وحذفت هذا الرد من المفضلة",
|
||||
"cant-ban-other-admins": "لايمكن حظر مدبر نظام آخر.",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "إلغاء",
|
||||
"bootbox.confirm": "تأكيد"
|
||||
"bootbox.confirm": "تأكيد",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "من الأحدث إلى الأقدم",
|
||||
"most_votes": "الأكثر تصويتًا",
|
||||
"most_posts": "اﻷكثر رداً",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "ارفع الصورة",
|
||||
"upload_a_picture": "رفع صورة",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "لايمكنك رفع إلا الصور ذات الصيغ PNG أو JPG أو GIF.",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "خيارات",
|
||||
"show_email": "أظهر بريدي الإلكتروني",
|
||||
"show_fullname": "أظهر اسمي الكامل",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Недостатъчно етикети. Темите трябва да имат поне %1 етикет(а)",
|
||||
"too-many-tags": "Твърде много етикети. Темите не могат да имат повече от %1 етикет(а)",
|
||||
"file-too-big": "Максималният разрешен размер на файл е %1 КБ – моля, качете по-малък файл",
|
||||
"cant-vote-self-post": "Не можете да гласувате за собствената си публикация",
|
||||
"already-favourited": "Вече сте отбелязали тази публикация като любима",
|
||||
"already-unfavourited": "Вече сте премахнали тази публикация от любимите си",
|
||||
"cant-ban-other-admins": "Не можете да блокирате другите администратори!",
|
||||
@@ -59,8 +58,8 @@
|
||||
"group-name-too-short": "Името на групата е твърде кратко",
|
||||
"group-already-exists": "Вече съществува такава група",
|
||||
"group-name-change-not-allowed": "Промяната на името на групата не е разрешено",
|
||||
"group-already-member": "Already part of this group",
|
||||
"group-not-member": "Not a member of this group",
|
||||
"group-already-member": "Вече членувате в тази група",
|
||||
"group-not-member": "Не членувате в тази група",
|
||||
"group-needs-owner": "Тази група се нуждае от поне един собственик",
|
||||
"group-already-invited": "Този потребител вече е бил поканен",
|
||||
"group-already-requested": "Вашата заявка за членство вече е била изпратена",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Качване на %1",
|
||||
"bootbox.ok": "Добре",
|
||||
"bootbox.cancel": "Отказ",
|
||||
"bootbox.confirm": "Потвърждаване"
|
||||
"bootbox.confirm": "Потвърждаване",
|
||||
"cover.dragging_title": "Наместване на снимката",
|
||||
"cover.dragging_message": "Преместете снимката на желаното положение и натиснете „Запазване“",
|
||||
"cover.saved": "Снимката и мястото ѝ бяха запазени"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Първо най-новите",
|
||||
"most_votes": "Най-много гласове",
|
||||
"most_posts": "Най-много публикации",
|
||||
"stale_topic_warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?",
|
||||
"stale.title": "Създаване на нова тема вместо това?",
|
||||
"stale.warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?",
|
||||
"stale.create": "Създаване на нова тема",
|
||||
"stale.reply_anyway": "Отговаряне в тази тема въпреки това",
|
||||
"stale.link_back": "Отговор: [%1](%2)",
|
||||
"spam": "Спам",
|
||||
"offensive": "Обидно",
|
||||
"custom-flag-reason": "Изберете причина за докладване"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Качване на снимка",
|
||||
"upload_a_picture": "Качване на снимка",
|
||||
"remove_uploaded_picture": "Премахване на качената снимка",
|
||||
"image_spec": "Можете да качвате само PNG, JPG, или GIF файлове",
|
||||
"image_spec": "Можете да качвате само файлове във форматите PNG, JPG или BMP",
|
||||
"settings": "Настройки",
|
||||
"show_email": "Да се показва е-пощата ми",
|
||||
"show_fullname": "Да се показва цялото ми име",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"category": "Category",
|
||||
"subcategories": "Subcategories",
|
||||
"category": "বিভাগ",
|
||||
"subcategories": "উপবিভাগ",
|
||||
"new_topic_button": "নতুন টপিক",
|
||||
"guest-login-post": "Log in to post",
|
||||
"no_topics": "<strong>এই বিভাগে কোন টপিক নেই! </strong><br /> আপনি চাইলে একটি পোষ্ট করতে পারেন।",
|
||||
"guest-login-post": "উত্তর দিতে লগিন করুন",
|
||||
"no_topics": "<strong>এই বিভাগে কোন আলোচনা নেই! </strong><br /> আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।",
|
||||
"browsing": "ব্রাউজিং",
|
||||
"no_replies": "কোন রিপ্লাই নেই",
|
||||
"no_new_posts": "No new posts.",
|
||||
"no_new_posts": "নতুন কোন পোস্ট নাই",
|
||||
"share_this_category": "এই বিভাগটি অন্যের সাথে ভাগাভাগি করুন",
|
||||
"watch": "Watch",
|
||||
"watch": "নজর রাখুন",
|
||||
"ignore": "উপেক্ষা করুন",
|
||||
"watch.message": "You are now watching updates from this category",
|
||||
"ignore.message": "You are now ignoring updates from this category",
|
||||
"watched-categories": "Watched categories"
|
||||
"watch.message": "আপনি এই বিভাগটিতে নজর রাখছেন",
|
||||
"ignore.message": "আপনি এই বিভাগটির উপেক্ষা করছেন ",
|
||||
"watched-categories": "প্রেক্ষিত বিভাগসমূহ"
|
||||
}
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"password-reset-requested": "পাসওয়ার্ড রিসেটের জন্য অনুরোধ করা হয়েছে - %1!",
|
||||
"welcome-to": "%1 এ স্বাগতম",
|
||||
"invite": "Invitation from %1",
|
||||
"invite": "%1 থেকে আমন্ত্রণ",
|
||||
"greeting_no_name": "স্বাগতম",
|
||||
"greeting_with_name": "স্বাগতম %1",
|
||||
"welcome.text1": "%1 এ নিবন্ধন করার জন্য আপনাকে ধন্যবাদ!",
|
||||
"welcome.text2": "আপনার একাউন্ট এ্যাক্টিভেট করার জন্য, আপনি যে ইমেইল এড্রেস ব্যাবহার করে নিবন্ধন করেছেন তা যাচাই করতে হবে",
|
||||
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
|
||||
"welcome.cta": "আপনার ইমেইল এড্রেস নিশ্চিত করার জন্য এখানে ক্লিক করুন",
|
||||
"invitation.text1": "%1 has invited you to join %2",
|
||||
"invitation.ctr": "Click here to create your account.",
|
||||
"invitation.text1": "%1 আপনাকে %2 তে যোগ দিতে আমন্ত্রণ জানিয়েছেন ",
|
||||
"invitation.ctr": "আপনার একাউন্ট খুলতে এখানে ক্লিক করুন",
|
||||
"reset.text1": "আমরা আপনার পাসওয়ার্ড রিসেট করার অনুরোধ পেয়েছি, সম্ভবত আপনি আপনার পাসওয়ার্ড ভুলে গিয়েছেন বলেই। তবে যদি তা না হয়ে থাকে, তাহলে এই মেইলকে উপেক্ষা করতে পারেন।",
|
||||
"reset.text2": "পাসওয়ার্ড রিসেট করতে নিচের লিংকে ক্লিক করুন",
|
||||
"reset.cta": "পাসওয়ার্ড রিসেট করতে এখানে ক্লিক করুন",
|
||||
"reset.notify.subject": "Password successfully changed",
|
||||
"reset.notify.text1": "We are notifying you that on %1, your password was changed successfully.",
|
||||
"reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.",
|
||||
"reset.notify.subject": "পাসওয়ার্ড পরিবর্তন সফল হয়েছে",
|
||||
"reset.notify.text1": "আপনাকে জানাচ্ছি যে %1 এ আপনার পাসওয়ার্ড পরিবর্তন হয়েছে",
|
||||
"reset.notify.text2": "এটা আপনার অজান্তে হলে এখনই প্রশাসককে আবহিত করুন",
|
||||
"digest.notifications": "%1 থেকে আনরিড নোটিফিকেশন আছে।",
|
||||
"digest.latest_topics": "%1 এর সর্বশেষ টপিকসমূহ",
|
||||
"digest.cta": "%1 ভিজিট করতে এখানে ক্লিক করুন",
|
||||
@@ -24,8 +24,8 @@
|
||||
"notif.chat.subject": "%1 এর থেকে নতুন মেসেজ এসেছে।",
|
||||
"notif.chat.cta": "কথপোকথন চালিয়ে যেতে এখানে ক্লিক করুন",
|
||||
"notif.chat.unsub.info": "আপনার সাবস্ক্রীপশন সেটিংসের কারনে আপনার এই নোটিফিকেশন পাঠানো হয়েছে",
|
||||
"notif.post.cta": "Click here to read the full topic",
|
||||
"notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.",
|
||||
"notif.post.cta": "পুরো বিষয়টি পড়তে এখানে ক্লিক করুন",
|
||||
"notif.post.unsub.info": "আপনার সাবস্ক্রিপশন সেটিংসের কারনে আপনার এই বার্তাটি পাঠানো হয়েছে",
|
||||
"test.text1": "আপনি সঠিকভাবে নোডবিবির জন্য মেইলার সেটাপ করেছেন কিনা নিশ্চিত করার জন্য এই টেষ্ট ইমেইল পাঠানো হয়েছে",
|
||||
"unsub.cta": "সেটিংসগুলো পরিবর্তন করতে এখানে ক্লিক করুন",
|
||||
"closing": "ধন্যবাদ!"
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "আপনি নিজের পোস্টে ভোট দিতে পারবেন না।",
|
||||
"already-favourited": "আপনি ইতিমধ্যে এই পোষ্টটি পছন্দের তালিকায় যোগ করেছেন",
|
||||
"already-unfavourited": "আপনি ইতিমধ্যে এই পোষ্টটি আপনার পছন্দের তালিকা থেকে সরিয়ে ফেলেছেন",
|
||||
"cant-ban-other-admins": "আপনি অন্য এ্যাডমিনদের নিষিদ্ধ করতে পারেন না!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -29,7 +29,7 @@
|
||||
"number-of-views": "Number of views",
|
||||
"topic-start-date": "Topic start date",
|
||||
"username": "Username",
|
||||
"category": "Category",
|
||||
"category": "বিভাগ",
|
||||
"descending": "In descending order",
|
||||
"ascending": "In ascending order",
|
||||
"save-preferences": "Save preferences",
|
||||
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "নতুন থেকে পুরাতন",
|
||||
"most_votes": "সর্বোচ্চ ভোট",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "ছবি আপলোড করুন",
|
||||
"upload_a_picture": "ছবি (একটি) আপলোড করুন",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "আপনি কেবলমাত্র PNG, JPG অথবা GIF ফাইল আপলোড করতে পারবেন",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "সেটিংস",
|
||||
"show_email": "আমার ইমেইল দেখাও",
|
||||
"show_fullname": "আমার সম্পূর্ণ নাম দেখাও",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "Nemůžete hlasovat pro svůj vlastní příspěvek",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Nemůžete zakazovat ostatní administrátory!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Nahrát obrázek",
|
||||
"upload_a_picture": "Nahrát obrázek",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "Nahrávat lze pouze soubory PNG, JPG a GIF",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Nastavení",
|
||||
"show_email": "Zobrazovat můj email v profilu",
|
||||
"show_fullname": "Zobrazovat celé jméno",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Ikke nok tags. Tråde skal have mindst %1 tag(s)",
|
||||
"too-many-tags": "For mange tags. Tråde kan ikke have mere end %1 tag(s)",
|
||||
"file-too-big": "Maksimum filstørrelse er %1 kB - venligst overfør en mindre fil",
|
||||
"cant-vote-self-post": "Du kan ikke stemme på dit eget indlæg",
|
||||
"already-favourited": "Du har allerede føjet dette indlæg til dine favoritter",
|
||||
"already-unfavourited": "Du har allerede fjernet dette indlæg fra dine favoritter",
|
||||
"cant-ban-other-admins": "Du kan ikke udlukke andre administatrorer!",
|
||||
@@ -59,8 +58,8 @@
|
||||
"group-name-too-short": "Gruppe navn for kort",
|
||||
"group-already-exists": "Gruppen eksisterer allerede",
|
||||
"group-name-change-not-allowed": "Ændring af gruppe navn er ikke tilladt",
|
||||
"group-already-member": "Already part of this group",
|
||||
"group-not-member": "Not a member of this group",
|
||||
"group-already-member": "Allerede medlem af denne gruppe",
|
||||
"group-not-member": "Ikke medlem af denne gruppe",
|
||||
"group-needs-owner": "Denne grupper kræver mindst én ejer",
|
||||
"group-already-invited": "Denne bruger er allerede blevet inviteret",
|
||||
"group-already-requested": "Din medlemskabs anmodning er allerede blevet afsendt",
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
"posted_ago_by_guest": "indsendt %1 af gæst",
|
||||
"posted_ago_by": "indsendt %1 siden af %2",
|
||||
"posted_ago": "Indsendt %1 siden",
|
||||
"posted_in": "posted in %1",
|
||||
"posted_in_by": "posted in %1 by %2",
|
||||
"posted_in": "skrevet i %1",
|
||||
"posted_in_by": "skrevet i %1 af %2",
|
||||
"posted_in_ago": "skrivet i %1 %2",
|
||||
"posted_in_ago_by": "skrevet i %1 %2 af %3",
|
||||
"posted_in_ago_by_guest": "insendt i %1 %2 siden af gæst",
|
||||
|
||||
@@ -23,8 +23,11 @@
|
||||
"composer.discard": "Er du sikker på at du vil kassere dette indlæg?",
|
||||
"composer.submit_and_lock": "Send og lås",
|
||||
"composer.toggle_dropdown": "Skift mellem dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.uploading": "Uploader %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annuller",
|
||||
"bootbox.confirm": "Bekræft"
|
||||
"bootbox.confirm": "Bekræft",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -12,8 +12,8 @@
|
||||
"you_have_unread_notifications": "Du har ulæste notifikationer.",
|
||||
"new_message_from": "Ny besked fra <strong>%1</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong> har upvotet dit indlæg i <strong>%2</strong>.",
|
||||
"moved_your_post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"moved_your_post": "<strong>%1</strong> har flyttet dit indlæg til <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> har flyttet <strong>%2</strong>",
|
||||
"favourited_your_post_in": "<strong>%1</strong> har favoriseret dit indlæg i <strong>%2</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> har anmeldt et indlæg i <strong>%2</strong>",
|
||||
"user_posted_to": "<strong>%1</strong> har skrevet et svar til: <strong>%2</strong>",
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
"chats": "Chats",
|
||||
"chat": "Chatter med %1",
|
||||
"account/edit": "Redigere \"%1\"",
|
||||
"account/edit/password": "Editing password of \"%1\"",
|
||||
"account/edit/username": "Editing username of \"%1\"",
|
||||
"account/edit/email": "Editing email of \"%1\"",
|
||||
"account/edit/password": "Redigerer adgangskode for \"%1\"",
|
||||
"account/edit/username": "Redigerer brugernavn for \"%1\"",
|
||||
"account/edit/email": "Redigerer email for \"%1\"",
|
||||
"account/following": "Personer som %1 følger",
|
||||
"account/followers": "Personer som følger %1",
|
||||
"account/posts": "Indlæg oprettet af %1",
|
||||
@@ -37,5 +37,5 @@
|
||||
"account/watched": "Tråde fulgt af %1",
|
||||
"maintenance.text": "%1 er under vedligeholdelse. Kom venligst tilbage senere.",
|
||||
"maintenance.messageIntro": "Administratoren har yderligere vedlagt denne besked:",
|
||||
"throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
|
||||
"throttled.text": "%1 er ikke tilgængelig på grund af overbelastning. Venligst kom tilbage senere."
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
"tools": "Værktøjer",
|
||||
"flag": "Marker",
|
||||
"locked": "Låst",
|
||||
"bookmark_instructions": "Click here to return to the last unread post in this thread.",
|
||||
"bookmark_instructions": "Klik her for at returnere til det seneste ulæste indlæg i denne tråd.",
|
||||
"flag_title": "Meld dette indlæg til moderation",
|
||||
"flag_success": "Dette indlæg er blevet meldt til moderation.",
|
||||
"deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.",
|
||||
@@ -96,8 +96,12 @@
|
||||
"newest_to_oldest": "Nyeste til ældste",
|
||||
"most_votes": "Flest stemmer",
|
||||
"most_posts": "Flest indlæg",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"offensive": "Stødende",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
}
|
||||
@@ -30,16 +30,16 @@
|
||||
"signature": "Signatur",
|
||||
"birthday": "Fødselsdag",
|
||||
"chat": "Chat",
|
||||
"chat_with": "Chat with %1",
|
||||
"chat_with": "Chat med %1",
|
||||
"follow": "Følg",
|
||||
"unfollow": "Følg ikke",
|
||||
"more": "Mere",
|
||||
"profile_update_success": "Din profil blev opdateret",
|
||||
"change_picture": "Skift billede",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"change_username": "Ændre brugernavn",
|
||||
"change_email": "Ændre email",
|
||||
"edit": "Rediger",
|
||||
"default_picture": "Default Icon",
|
||||
"default_picture": "Standard ikon",
|
||||
"uploaded_picture": "Upload billede",
|
||||
"upload_new_picture": "Upload nyt billede",
|
||||
"upload_new_picture_from_url": "Upload nyt billede fra URL",
|
||||
@@ -54,11 +54,11 @@
|
||||
"confirm_password": "Bekræft kodeord",
|
||||
"password": "Kodeord",
|
||||
"username_taken_workaround": "Det valgte brugernavn er allerede taget, så vi har ændret det en smule. Du hedder nu <strong>%1</strong>",
|
||||
"password_same_as_username": "Your password is the same as your username, please select another password.",
|
||||
"password_same_as_username": "Din adgangskode er det samme som dit brugernavn, vælg venligst en anden adgangskode.",
|
||||
"upload_picture": "Upload billede",
|
||||
"upload_a_picture": "Upload et billede",
|
||||
"remove_uploaded_picture": "Fjern uploaded billede",
|
||||
"image_spec": "Du kan kun uploade PNG, JPG eller GIF billeder",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Indstillinger",
|
||||
"show_email": "Vis min emailaddresse",
|
||||
"show_fullname": "Vis mit fulde navn",
|
||||
@@ -92,9 +92,9 @@
|
||||
"grouptitle": "Vælg gruppe titlen du gerne vil fremvise",
|
||||
"no-group-title": "Ingen gruppe titel",
|
||||
"select-skin": "Vælg et skin",
|
||||
"select-homepage": "Select a Homepage",
|
||||
"homepage": "Homepage",
|
||||
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"select-homepage": "Vælg en hjemmeside",
|
||||
"homepage": "Hjemmeside",
|
||||
"homepage_description": "Vælg en side som forummets hjemmeside, eller 'Ingen' for at bruge standard hjemmesiden.",
|
||||
"custom_route": "Custom Homepage Route",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
|
||||
"sso.title": "Single Sign-on Services",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Nicht genügend Tags. Themen müssen mindestens %1 Tag(s) enthalten",
|
||||
"too-many-tags": "Zu viele Tags. Themen dürfen nicht mehr als %1 Tag(s) enthalten",
|
||||
"file-too-big": "Die maximale Dateigröße ist %1 kB, bitte laden Sie eine kleinere Datei hoch.",
|
||||
"cant-vote-self-post": "Du kannst deinen eigenen Beitrag nicht bewerten",
|
||||
"already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten",
|
||||
"already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt",
|
||||
"cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!",
|
||||
@@ -59,8 +58,8 @@
|
||||
"group-name-too-short": "Gruppenname zu kurz",
|
||||
"group-already-exists": "Gruppe existiert bereits",
|
||||
"group-name-change-not-allowed": "Du kannst den Namen der Gruppe nicht ändern",
|
||||
"group-already-member": "Already part of this group",
|
||||
"group-not-member": "Not a member of this group",
|
||||
"group-already-member": "Du bist bereits Teil dieser Gruppe",
|
||||
"group-not-member": "Du bist kein Mitglied dieser Gruppe",
|
||||
"group-needs-owner": "Diese Gruppe muss mindestens einen Besitzer vorweisen",
|
||||
"group-already-invited": "Dieser Benutzer wurde bereits eingeladen",
|
||||
"group-already-requested": "Deine Mitgliedsanfrage wurde bereits eingereicht",
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
"posted_ago_by_guest": "%1 von einem Gast geschrieben",
|
||||
"posted_ago_by": "%1 von %2 geschrieben",
|
||||
"posted_ago": "%1 geschrieben",
|
||||
"posted_in": "posted in %1",
|
||||
"posted_in_by": "posted in %1 by %2",
|
||||
"posted_in": "Verfasst in %1",
|
||||
"posted_in_by": "verfasst in %1 von %2",
|
||||
"posted_in_ago": "Verfasst in %1 %2",
|
||||
"posted_in_ago_by": "Verfasst in %1 %2 von %3",
|
||||
"posted_in_ago_by_guest": "verfasst in %1 %2 von einem Gast",
|
||||
|
||||
@@ -23,8 +23,11 @@
|
||||
"composer.discard": "Bist du sicher, dass du diesen Beitrag verwerfen möchtest?",
|
||||
"composer.submit_and_lock": "Einreichen und Sperren",
|
||||
"composer.toggle_dropdown": "Menu aus-/einblenden",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.uploading": "Lade %1 hoch",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Abbrechen",
|
||||
"bootbox.confirm": "Bestätigen"
|
||||
"bootbox.confirm": "Bestätigen",
|
||||
"cover.dragging_title": "Titelbildpositionierung",
|
||||
"cover.dragging_message": "Ziehe das Titelbild an die gewünschte Position und klicke auf \"Speichern\"",
|
||||
"cover.saved": "Titelbild und -position gespeichert"
|
||||
}
|
||||
@@ -12,8 +12,8 @@
|
||||
"you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.",
|
||||
"new_message_from": "Neue Nachricht von <strong>%1</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong> hat deinen Beitrag in <strong>%2</strong> positiv bewertet.",
|
||||
"moved_your_post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"moved_your_post": "<strong>%1</strong> hat deinen Beitrag nach <strong>%2</strong> verschoben.",
|
||||
"moved_your_topic": "<strong>%1</strong> hat <strong>%2</strong> verschoben.",
|
||||
"favourited_your_post_in": "<strong>%1</strong> hat deinen Beitrag in <strong>%2</strong> favorisiert.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> hat einen Beitrag in </strong>%2</strong> gemeldet",
|
||||
"user_posted_to": "<strong>%1</strong> hat auf <strong>%2</strong> geantwortet.",
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
"chats": "Chats",
|
||||
"chat": "Chatte mit %1",
|
||||
"account/edit": "Bearbeite %1",
|
||||
"account/edit/password": "Editing password of \"%1\"",
|
||||
"account/edit/username": "Editing username of \"%1\"",
|
||||
"account/edit/email": "Editing email of \"%1\"",
|
||||
"account/edit/password": "Bearbeite Passwort von \"%1\"",
|
||||
"account/edit/username": "Bearbeite Benutzernamen von \"%1\"",
|
||||
"account/edit/email": "Bearbeite E-Mail von \"%1\"",
|
||||
"account/following": "Nutzer, die %1 folgt",
|
||||
"account/followers": "Nutzer, die %1 folgen",
|
||||
"account/posts": "Beiträge von %1",
|
||||
@@ -37,5 +37,5 @@
|
||||
"account/watched": "Themen angeschaut von %1",
|
||||
"maintenance.text": "%1 befindet sich derzeit in der Wartung. Bitte komm später wieder.",
|
||||
"maintenance.messageIntro": "Zusätzlich hat der Administrator diese Nachricht hinterlassen:",
|
||||
"throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
|
||||
"throttled.text": "%1 ist momentan aufgrund von Überlastung nicht verfügbar. Bitte komm später wieder."
|
||||
}
|
||||
@@ -96,8 +96,12 @@
|
||||
"newest_to_oldest": "Neuste zuerst",
|
||||
"most_votes": "Die meisten Stimmen",
|
||||
"most_posts": "Die meisten Beiträge",
|
||||
"stale_topic_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.title": "Stattdessen ein neues Thema erstellen?",
|
||||
"stale.warning": "Das Thema auf das du antworten möchtest ist ziemlich alt. Möchtest du stattdessen ein neues Thema erstellen und auf dieses in deiner Antwort hinweisen?",
|
||||
"stale.create": "Ein neues Thema erstellen",
|
||||
"stale.reply_anyway": "Auf dieses Thema trotzdem antworten",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
"offensive": "Beleidigend",
|
||||
"custom-flag-reason": "Gib einen Grund für die Markierung ein"
|
||||
}
|
||||
@@ -30,16 +30,16 @@
|
||||
"signature": "Signatur",
|
||||
"birthday": "Geburtstag",
|
||||
"chat": "Chat",
|
||||
"chat_with": "Chat with %1",
|
||||
"chat_with": "Chat mit %1",
|
||||
"follow": "Folgen",
|
||||
"unfollow": "Nicht mehr folgen",
|
||||
"more": "Mehr",
|
||||
"profile_update_success": "Profil erfolgreich aktualisiert!",
|
||||
"change_picture": "Profilbild ändern",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"change_username": "Benutzernamen ändern",
|
||||
"change_email": "E-Mail ändern",
|
||||
"edit": "Ändern",
|
||||
"default_picture": "Default Icon",
|
||||
"default_picture": "Standardsymbol",
|
||||
"uploaded_picture": "Hochgeladene Bilder",
|
||||
"upload_new_picture": "Neues Bild hochladen",
|
||||
"upload_new_picture_from_url": "Neues Bild von URL hochladen",
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Bild hochladen",
|
||||
"upload_a_picture": "Ein Bild hochladen",
|
||||
"remove_uploaded_picture": "Hochgeladenes Bild entfernen",
|
||||
"image_spec": "Sie dürfen nur Dateien vom Typ PNG, JPG oder GIF hochladen",
|
||||
"image_spec": "Du solltest nur PNG-, JPG- oder BMP-Dateien hochladen",
|
||||
"settings": "Einstellungen",
|
||||
"show_email": "Zeige meine E-Mail Adresse an.",
|
||||
"show_fullname": "Zeige meinen kompletten Namen an",
|
||||
@@ -92,11 +92,11 @@
|
||||
"grouptitle": "Wähle den anzuzeigenden Gruppen Titel aus",
|
||||
"no-group-title": "Kein Gruppentitel",
|
||||
"select-skin": "Einen Skin auswählen",
|
||||
"select-homepage": "Select a Homepage",
|
||||
"homepage": "Homepage",
|
||||
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"custom_route": "Custom Homepage Route",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
|
||||
"select-homepage": "Eine Startseite auswählen",
|
||||
"homepage": "Startseite",
|
||||
"homepage_description": "Wähle eine Seite die als Forumstartseite benutzt werden soll aus oder 'Keine' um die Standardstartseite zu verwenden.",
|
||||
"custom_route": "Eigener Startseitenpfad",
|
||||
"custom_route_help": "Gib hier einen Pfadnamen ohne vorangehenden Slash ein (z.B. \"recent\" oder \"popular\")",
|
||||
"sso.title": "Einmalanmeldungsdienste",
|
||||
"sso.associated": "Verbunden mit",
|
||||
"sso.not-associated": "Hier klicken um Dich mit %1 zu verbinden"
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "Δεν μπορείς να ψηφίσεις την δημοσίευσή σου",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "Δεν μπορείς να αποκλείσεις άλλους διαχειριστές!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Νεότερο προς Παλαιότερο",
|
||||
"most_votes": "Περισσότερες ψήφοι",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Ανέβασμα φωτογραφίας",
|
||||
"upload_a_picture": "Ανέβασε μια φωτογραφία",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "Μπορείς να ανεβάσεις αρχεία τύπου PNG, JPG ή GIF μόνο",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Επιλογές",
|
||||
"show_email": "Εμφάνιση του email μου",
|
||||
"show_fullname": "Show My Full Name",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Upload picture",
|
||||
"upload_a_picture": "Upload a picture",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Settings",
|
||||
"show_email": "Show My Email",
|
||||
"show_fullname": "Show My Full Name",
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
|
||||
|
||||
@@ -28,5 +28,9 @@
|
||||
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -116,7 +116,11 @@
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)\n\n",
|
||||
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"upload_picture": "Upload picture",
|
||||
"upload_a_picture": "Upload a picture",
|
||||
"remove_uploaded_picture" : "Remove Uploaded Picture",
|
||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
|
||||
"settings": "Settings",
|
||||
"show_email": "Show My Email",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "You cannot vote for your own post",
|
||||
"already-favourited": "You have already favorited this post",
|
||||
"already-unfavourited": "You have already unfavorited this post",
|
||||
"cant-ban-other-admins": "You can't ban other admins!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Upload picture",
|
||||
"upload_a_picture": "Upload a picture",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "You may only upload PNG, JPG, or GIF files",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Settings",
|
||||
"show_email": "Show My Email",
|
||||
"show_fullname": "Show My Full Name",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Etiquetas insuficientes. El tema debe tener al menos %1 etiqueta(s).",
|
||||
"too-many-tags": "Demasiadas etiquetas. El tema no puede tener mas de %1 etiqueta(s)",
|
||||
"file-too-big": "El tamaño de fichero máximo es de %1 kB - por favor, suba un fichero más pequeño",
|
||||
"cant-vote-self-post": "No puedes votar tus propios posts",
|
||||
"already-favourited": "Ya ha marcado esta publicación como favorita",
|
||||
"already-unfavourited": "Ya ha desmarcado esta publicación como favorita",
|
||||
"cant-ban-other-admins": "¡No puedes expulsar a otros administradores!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Subiendo %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancelar",
|
||||
"bootbox.confirm": "Confirmar"
|
||||
"bootbox.confirm": "Confirmar",
|
||||
"cover.dragging_title": "Colocar la foto de portada",
|
||||
"cover.dragging_message": "Arrastra la foto de portada al lugar que quieras y haz click en \"Guardar\"",
|
||||
"cover.saved": "Imagen y posición de la foto de portada guardadas."
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"advanced-search": "Búsqueda Avanzada",
|
||||
"in": "En",
|
||||
"titles": "Títulos",
|
||||
"titles-posts": "Títulos y publicaciones",
|
||||
"titles-posts": "Títulos y posts",
|
||||
"posted-by": "Publicado por",
|
||||
"in-categories": "En categorías",
|
||||
"search-child-categories": "Buscar categorías hijas",
|
||||
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Más nuevo a más antiguo",
|
||||
"most_votes": "Mayor número de votos",
|
||||
"most_posts": "Mayor número de mensajes",
|
||||
"stale_topic_warning": "El tema no ha sido respondido desde hace bastante tiempo. ¿Quieres crear un nuevo tema en su lugar, y crear una referencia de éste en su respuesta?",
|
||||
"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",
|
||||
"stale.reply_anyway": "Publicar este hilo de todos modos.",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "SPAM",
|
||||
"offensive": "Ofensivo",
|
||||
"custom-flag-reason": "Introduzca una razón indicatoria."
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Subir foto",
|
||||
"upload_a_picture": "Subir una foto",
|
||||
"remove_uploaded_picture": "Borrar Imagen subida",
|
||||
"image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o GIF.",
|
||||
"image_spec": "Sólo puedes subir imágenes en formato PNG, JPG o BMP",
|
||||
"settings": "Opciones",
|
||||
"show_email": "Mostrar mi correo electrónico",
|
||||
"show_fullname": "Mostrar mi nombre completo",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Liiga vähe märksõnu. Teemadel peab olemalt vähemalt %1 märksõna",
|
||||
"too-many-tags": "Liiga palju märksõnu. Teemadel ei tohi olla rohkem kui %1 märksõna",
|
||||
"file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kB - valige väiksema mahuga fail.",
|
||||
"cant-vote-self-post": "Sa ei saa hääletada enda postituse poolt",
|
||||
"already-favourited": "Sa juba märkisid selle postituse lemmikuks",
|
||||
"already-unfavourited": "Sa juba eemaldasid selle postituse lemmikute hulgast",
|
||||
"cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "Olgu",
|
||||
"bootbox.cancel": "Katkesta",
|
||||
"bootbox.confirm": "Kinnita"
|
||||
"bootbox.confirm": "Kinnita",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Uuematest vanemateni",
|
||||
"most_votes": "Kõige rohkem hääli",
|
||||
"most_posts": "Kõige rohkem postitusi",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Laadi pilt",
|
||||
"upload_a_picture": "Lae pilt üles",
|
||||
"remove_uploaded_picture": "Eemalda üleslaetud pilt",
|
||||
"image_spec": "Failid peavad olema PNG, JPG või GIF vormingus.",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Seaded",
|
||||
"show_email": "Näita minu emaili",
|
||||
"show_fullname": "Näita minu täisnime",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "شما نمیتوانید به دیدگاه خود رای بدهید.",
|
||||
"already-favourited": "شما قبلا این دیدگاه را محبوب کرده اید",
|
||||
"already-unfavourited": "شما قبلا این دیدگاه را نامحبوب کرده اید",
|
||||
"cant-ban-other-admins": "شما نمیتوانید دیگر مدیران را محروم کنید!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "جدیدترین به قدیمیترین",
|
||||
"most_votes": "بیشترین رایها",
|
||||
"most_posts": "بیشتر دیدگاه ها",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "بارگذاری تصویر",
|
||||
"upload_a_picture": "یک تصویر بارگذاری کنید",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "شما تنها میتوانید پروندههای PNG، JPG و GIF بار بگذارید.",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "تنظیمات",
|
||||
"show_email": "نمایش رایانامهام",
|
||||
"show_fullname": "نام کامل من را نشان بده",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "Et voi antaa ääntä omalle viestillesi",
|
||||
"already-favourited": "Tämä viesti on jo suosikeissasi",
|
||||
"already-unfavourited": "Olet jo poistanut tämän viestin suosikeistasi",
|
||||
"cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Lataa kuva",
|
||||
"upload_a_picture": "Lataa kuva",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "Voit ladata vain PNG-, JPG- tai GIF-tiedostoja",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Asetukset",
|
||||
"show_email": "Näytä sähköpostiosoitteeni",
|
||||
"show_fullname": "Näytä koko nimeni",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Pas assez de mots-clés. Les sujets doivent avoir au moins %1 mots-clé(s).",
|
||||
"too-many-tags": "Trop de mots-clés. Les sujets ne peuvent avoir au plus que %1 mots-clé(s).",
|
||||
"file-too-big": "La taille maximale autorisée pour un fichier est de %1 kb. Veuillez envoyer un fichier plus petit.",
|
||||
"cant-vote-self-post": "Vous ne pouvez pas voter pour vos propres messages",
|
||||
"already-favourited": "Vous avez déjà mis ce message en favoris",
|
||||
"already-unfavourited": "Vous avez déjà retiré ce message des favoris",
|
||||
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Envoi en cours %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annuler",
|
||||
"bootbox.confirm": "Confirmer"
|
||||
"bootbox.confirm": "Confirmer",
|
||||
"cover.dragging_title": "Positionnement de la photo de couverture",
|
||||
"cover.dragging_message": "Déplacez la photo de couverture à la position désiré et cliquez sur \"Enregistrer\"",
|
||||
"cover.saved": "Photo de couverture et position sauvegardé. "
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Du plus récent au plus ancien",
|
||||
"most_votes": "Les mieux notés",
|
||||
"most_posts": "Nombre de messages",
|
||||
"stale_topic_warning": "Le sujet auquel vous répondez est assez ancien. Ne préféreriez-vous pas créer un nouveau sujet à la place, et référencer celui-ci dans votre réponse ?",
|
||||
"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",
|
||||
"stale.reply_anyway": "Répondre à ce sujet quand même",
|
||||
"stale.link_back": "Re : [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensif",
|
||||
"custom-flag-reason": "Entrez une raison pour laquelle vous signalez ce message"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Envoyer l'image",
|
||||
"upload_a_picture": "Envoyer une image",
|
||||
"remove_uploaded_picture": "Supprimer l'image envoyée",
|
||||
"image_spec": "Vous ne pouvez envoyer que des fichiers PNG, JPG ou GIF",
|
||||
"image_spec": "Vous ne pouvez envoyer que des fichiers PNG, JPG ou BMP",
|
||||
"settings": "Paramètres",
|
||||
"show_email": "Afficher mon email",
|
||||
"show_fullname": "Afficher mon nom complet",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Non hai etiquetas dabondas. Os temas deben ter %1 etiqueta(s) como mínimo.",
|
||||
"too-many-tags": "Moitas etiquetas. Os temas non poden ter máis de %1 etiqueta(s).",
|
||||
"file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno",
|
||||
"cant-vote-self-post": "Non podes votar pola túa publicación",
|
||||
"already-favourited": "Marcache como favorita esta publicación",
|
||||
"already-unfavourited": "Desmarcache como favorita esta publicación",
|
||||
"cant-ban-other-admins": "Non podes botar outros administradores!",
|
||||
@@ -73,7 +72,7 @@
|
||||
"invalid-file": "Arquivo Inválido",
|
||||
"uploads-are-disabled": "As subidas están deshabilitadas",
|
||||
"signature-too-long": "Desculpa, a firma non pode ser maior de %1 carácter(es).",
|
||||
"about-me-too-long": "Desculpa, o teu \"sobre min\" non pode superar-los %1 caracter(es),",
|
||||
"about-me-too-long": "Desculpa, o teu \"sobre min\" non pode supera-los %1 caracteres,",
|
||||
"cant-chat-with-yourself": "Non podes falar contigo mesmo!",
|
||||
"chat-restricted": "Este usuario restrinxiu as charlas. Debedes seguirvos antes de que poidas falar con el. ",
|
||||
"too-many-messages": "Estás a enviar moitas mensaxes, por favor, agarda un anaco. ",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Subindo %1",
|
||||
"bootbox.ok": "De acordo",
|
||||
"bootbox.cancel": "Cancelar",
|
||||
"bootbox.confirm": "Confirmar"
|
||||
"bootbox.confirm": "Confirmar",
|
||||
"cover.dragging_title": "Colocar foto de portada",
|
||||
"cover.dragging_message": "Arrastra a foto d portada ó lugar que desexes e fai clic en \"Gardar\"",
|
||||
"cover.saved": "Imaxe e posición da foto de portada gardadas."
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Máis novo a máis antigo",
|
||||
"most_votes": "Maior número de votos",
|
||||
"most_posts": "Maior número de respostas",
|
||||
"stale_topic_warning": "O tema non ten respostas dende hai bastante tempo. Queres crear un novo tema no seu canto e crear unha referencia deste na publicación?",
|
||||
"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",
|
||||
"stale.reply_anyway": "Publicar neste tema de tódolos xeitos",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Ofensivo",
|
||||
"custom-flag-reason": "Describe o motivo do reporte"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Subir foto",
|
||||
"upload_a_picture": "Subir unha foto",
|
||||
"remove_uploaded_picture": "Borrar unha foto subida",
|
||||
"image_spec": "Só podes subir archivos en formato PNG, JPG ou GIF.",
|
||||
"image_spec": "Só podes subir imaxes en formato PNG, JPG ou BMP",
|
||||
"settings": "Opcións",
|
||||
"show_email": "Amosa-lo meu Email",
|
||||
"show_fullname": "Amosa-lo meu Nome Completo",
|
||||
@@ -96,7 +96,7 @@
|
||||
"homepage": "Páxina de inicio",
|
||||
"homepage_description": "Escolla unha páxina para o seu uso habitual como a páxina principal do foro ou \"Ningún\" para empregar a páxina de inicio",
|
||||
"custom_route": "Modificar páxina de ruta",
|
||||
"custom_route_help": "Introduza o nome de ruta aquí, sen ningunha barra anterior (por exemplo, \"recente\", ou \"popular\")",
|
||||
"custom_route_help": "Introduza o nome de ruta aquí, sen ningunha barra (por exemplo, \"recente\", ou \"popular\")",
|
||||
"sso.title": "Servizos de Inicio de Sesión Único",
|
||||
"sso.associated": "Asociado con",
|
||||
"sso.not-associated": "Pica aquí para asociarte con"
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "לא ניתן להצביע לפוסט שלך",
|
||||
"already-favourited": "כבר הוספת פוסט זה למועדפים",
|
||||
"already-unfavourited": "כבר הסרת פוסט זה מהמועדפים",
|
||||
"cant-ban-other-admins": "אינך יכול לחסום מנהלים אחרים!",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"pending.reject_all": "דחה הכל",
|
||||
"pending.none": "There are no pending members at this time",
|
||||
"invited.none": "There are no invited members at this time",
|
||||
"invited.uninvite": "Rescind Invitation",
|
||||
"invited.uninvite": "בטל הזמנה",
|
||||
"invited.search": "Search for a user to invite to this group",
|
||||
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
|
||||
@@ -20,10 +20,10 @@
|
||||
"details.title": "פרטי הקבוצה",
|
||||
"details.members": "רשימת חברי הקבוצה",
|
||||
"details.pending": "חברי קבוצה הממתינים לאישור",
|
||||
"details.invited": "Invited Members",
|
||||
"details.invited": "חברים מוזמנים",
|
||||
"details.has_no_posts": "חברי הקבוצה הזו לא העלו אף פוסט.",
|
||||
"details.latest_posts": "פוסטים אחרונים",
|
||||
"details.private": "Private",
|
||||
"details.private": "פרטי",
|
||||
"details.grant": "Grant/Rescind Ownership",
|
||||
"details.kick": "Kick",
|
||||
"details.owner_options": "ניהול הקבוצה",
|
||||
@@ -37,15 +37,15 @@
|
||||
"details.badge_text": "Badge Text",
|
||||
"details.userTitleEnabled": "Show Badge",
|
||||
"details.private_help": "If enabled, joining of groups requires approval from a group owner",
|
||||
"details.hidden": "Hidden",
|
||||
"details.hidden": "מוסתר",
|
||||
"details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||
"details.delete_group": "Delete Group",
|
||||
"details.delete_group": "מחק קבוצה",
|
||||
"event.updated": "פרטי הקבוצה עודכנו",
|
||||
"event.deleted": "קבוצת \"%1\" נמחקה",
|
||||
"membership.accept-invitation": "Accept Invitation",
|
||||
"membership.invitation-pending": "Invitation Pending",
|
||||
"membership.join-group": "Join Group",
|
||||
"membership.leave-group": "Leave Group",
|
||||
"membership.join-group": "הצטרף לקבוצה",
|
||||
"membership.leave-group": "עזוב קבוצה",
|
||||
"membership.reject": "דחה",
|
||||
"new-group.group_name": "Group Name:"
|
||||
"new-group.group_name": "שם קבוצה"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"username-email": "Username / Email",
|
||||
"username": "Username",
|
||||
"email": "Email",
|
||||
"username-email": "שם משתמש/אימייל",
|
||||
"username": "שם משתמש",
|
||||
"email": "אימייל",
|
||||
"remember_me": "זכור אותי?",
|
||||
"forgot_password": "שכחת סיסמתך?",
|
||||
"alternative_logins": "התחבר באמצעות...",
|
||||
|
||||
@@ -16,15 +16,18 @@
|
||||
"chat.thirty_days": "30 ימים",
|
||||
"chat.three_months": "3 חודשים",
|
||||
"composer.compose": "Compose",
|
||||
"composer.show_preview": "Show Preview",
|
||||
"composer.hide_preview": "Hide Preview",
|
||||
"composer.show_preview": "הצג תצוגה מקדימה",
|
||||
"composer.hide_preview": "הסתר תצוגה מקדימה",
|
||||
"composer.user_said_in": "%1 אמר ב%2:",
|
||||
"composer.user_said": "%1 אמר:",
|
||||
"composer.discard": "האם למחוק פוסט זה?",
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"composer.uploading": "העלאה %1",
|
||||
"bootbox.ok": "בסדר",
|
||||
"bootbox.cancel": "בטל",
|
||||
"bootbox.confirm": "אשר",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"year": "שנה",
|
||||
"alltime": "כל הזמן",
|
||||
"no_recent_topics": "אין נושאים חדשים",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"no_popular_topics": "אין נושאים פופולריים.",
|
||||
"there-is-a-new-topic": "יש נושא חדש.",
|
||||
"there-is-a-new-topic-and-a-new-post": "יש נושא ופוסט חדש.",
|
||||
"there-is-a-new-topic-and-new-posts": "יש נושא ו%1 פוסטים חדשים.",
|
||||
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "מהחדש לישן",
|
||||
"most_votes": "הכי הרבה הצבעות",
|
||||
"most_posts": "הכי הרבה פוסטים",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "העלה תמונה",
|
||||
"upload_a_picture": "העלה תמונה",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "ניתן להעלות תמונות בפורמט PNG, JPG או GIF בלבד",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "הגדרות",
|
||||
"show_email": "פרסם את כתובת האימייל שלי",
|
||||
"show_fullname": "הצג את שמי המלא",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "Nem szavazhatsz a saját hozzászólásodra",
|
||||
"already-favourited": "Már bejelölted Kedvencnek ezt a hozzászólást",
|
||||
"already-unfavourited": "Már kivetted a Kedvenceid közül ezt a hozzászólást",
|
||||
"cant-ban-other-admins": "Nem tilthatsz ki másik adminisztrátort!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"most_posts": "Most posts",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Kép feltöltése",
|
||||
"upload_a_picture": "Egy kép feltöltése",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "Csak PNG, JPG vagy GIF kiterjesztésű fájlokat tölthetsz fel",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Beállítások",
|
||||
"show_email": "E-mail címem mutatása",
|
||||
"show_fullname": "A teljes nevem mutatása",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "Kamu tidak dapat vote postingan sendiri",
|
||||
"already-favourited": "Post ini sudah kamu favorit",
|
||||
"already-unfavourited": "Postingan ini sudah kamu unfavorit",
|
||||
"cant-ban-other-admins": "Kamu tidak dapat ban admin lainnya!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"register": "Daftar",
|
||||
"help.email": "Secara default, emailmu akan disembunyikan dari publik.",
|
||||
"help.username_restrictions": "Nama Pengguna yang unik antara %1 dan %2 karakter. Pengguna lain dapat menyebutmu dengan menggunakan @<span id='Nama Pengguna mu'>nama pengguna</span>.",
|
||||
"help.minimum_password_length": "Panjang passwordmu harus memuat setidaknya %1 karakter.",
|
||||
"help.minimum_password_length": "Panjang password harus setidaknya %1 karakter.",
|
||||
"email_address": "Alamat Email",
|
||||
"email_address_placeholder": "Masukkan Alamat Email",
|
||||
"username": "Nama Pengguna",
|
||||
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Terbaru ke Terlama",
|
||||
"most_votes": "Vote terbanyak",
|
||||
"most_posts": "Postingan terbanyak",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Unggah gambar/foto",
|
||||
"upload_a_picture": "Unggah sebuah gambar/foto",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"image_spec": "Kamu hanya diijinkan mengunggah berkas dengan format PNG, JPG, atau GIF",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Pengaturan",
|
||||
"show_email": "Tampilkan Email Saya",
|
||||
"show_fullname": "Tampilkan Nama Lengkap Saya",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Tag non sufficienti. Gli argomenti devono avere almeno %1 Tag",
|
||||
"too-many-tags": "Troppi Tag. Gli argomenti non possono avere più di %1 Tag",
|
||||
"file-too-big": "La dimensione massima consentita è di %1 kB - si prega di caricare un file più piccolo",
|
||||
"cant-vote-self-post": "Non puoi votare il tuo stesso post",
|
||||
"already-favourited": "Hai già inserito tra i preferiti questo post",
|
||||
"already-unfavourited": "Hai già inserito tra i Non Preferiti questo post",
|
||||
"cant-ban-other-admins": "Non puoi bannare altri amministratori!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annulla",
|
||||
"bootbox.confirm": "Conferma"
|
||||
"bootbox.confirm": "Conferma",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
@@ -96,7 +96,11 @@
|
||||
"newest_to_oldest": "Da Nuovi a Vecchi",
|
||||
"most_votes": "Più votati",
|
||||
"most_posts": "Ulteriori post",
|
||||
"stale_topic_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.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",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"stale.link_back": "Re: [%1](%2)",
|
||||
"spam": "Spam",
|
||||
"offensive": "Offensive",
|
||||
"custom-flag-reason": "Enter a flagging reason"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"upload_picture": "Carica foto",
|
||||
"upload_a_picture": "Carica una foto",
|
||||
"remove_uploaded_picture": "Elimina foto caricata",
|
||||
"image_spec": "Puoi caricare solo file PNG, JPG o GIF",
|
||||
"image_spec": "You may only upload PNG, JPG, or BMP files",
|
||||
"settings": "Impostazioni",
|
||||
"show_email": "Mostra la mia Email",
|
||||
"show_fullname": "Vedi il Mio Nome Completo",
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)",
|
||||
"too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)",
|
||||
"file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file",
|
||||
"cant-vote-self-post": "自分のポストに評価することはできません。",
|
||||
"already-favourited": "You have already favourited this post",
|
||||
"already-unfavourited": "You have already unfavourited this post",
|
||||
"cant-ban-other-admins": "ほかの管理者を停止することはできません!",
|
||||
|
||||
@@ -26,5 +26,8 @@
|
||||
"composer.uploading": "Uploading %1",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm"
|
||||
"bootbox.confirm": "Confirm",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user