summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore1
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/conf/forum_data_rules.py41
-rw-r--r--askbot/conf/license.py2
-rw-r--r--askbot/conf/login_providers.py2
-rw-r--r--askbot/conf/settings_wrapper.py5
-rw-r--r--askbot/conf/skin_general_settings.py8
-rw-r--r--askbot/conf/user_settings.py38
-rw-r--r--askbot/context.py2
-rw-r--r--askbot/deployment/path_utils.py19
-rw-r--r--askbot/deps/django_authopenid/util.py64
-rw-r--r--askbot/deps/django_authopenid/views.py7
-rw-r--r--askbot/deps/livesettings/values.py28
-rw-r--r--askbot/doc/source/changelog.rst74
-rw-r--r--askbot/doc/source/contributors.rst4
-rw-r--r--askbot/doc/source/initial-configuration.rst11
-rw-r--r--askbot/doc/source/optional-modules.rst28
-rw-r--r--askbot/forms.py58
-rw-r--r--askbot/locale/ca/LC_MESSAGES/django.mobin36035 -> 88690 bytes
-rw-r--r--askbot/locale/ca/LC_MESSAGES/django.po3329
-rw-r--r--askbot/locale/de/LC_MESSAGES/django.mobin18495 -> 48744 bytes
-rw-r--r--askbot/locale/de/LC_MESSAGES/django.po4638
-rw-r--r--askbot/locale/en/LC_MESSAGES/django.mobin23773 -> 22303 bytes
-rw-r--r--askbot/locale/en/LC_MESSAGES/django.po3489
-rw-r--r--askbot/locale/es/LC_MESSAGES/django.mobin15267 -> 31915 bytes
-rw-r--r--askbot/locale/es/LC_MESSAGES/django.po5148
-rw-r--r--askbot/locale/fi/LC_MESSAGES/django.mobin20416 -> 50192 bytes
-rw-r--r--askbot/locale/fi/LC_MESSAGES/django.po4469
-rw-r--r--askbot/locale/fr/LC_MESSAGES/django.mobin48025 -> 85330 bytes
-rw-r--r--askbot/locale/fr/LC_MESSAGES/django.po4704
-rw-r--r--askbot/locale/fr/LC_MESSAGES/djangojs.po175
-rw-r--r--askbot/locale/it/LC_MESSAGES/django.mobin71456 -> 108649 bytes
-rw-r--r--askbot/locale/it/LC_MESSAGES/django.po4744
-rw-r--r--askbot/locale/ja/LC_MESSAGES/django.mobin12366 -> 36537 bytes
-rw-r--r--askbot/locale/ja/LC_MESSAGES/django.po4373
-rw-r--r--askbot/locale/ko/LC_MESSAGES/django.mobin4238 -> 19869 bytes
-rw-r--r--askbot/locale/ko/LC_MESSAGES/django.po4046
-rw-r--r--askbot/locale/pt_BR/LC_MESSAGES/django.mobin8655 -> 8292 bytes
-rw-r--r--askbot/locale/pt_BR/LC_MESSAGES/django.po3552
-rw-r--r--askbot/locale/ro/LC_MESSAGES/django.mobin45766 -> 81317 bytes
-rw-r--r--askbot/locale/ro/LC_MESSAGES/django.po4545
-rw-r--r--askbot/locale/ru/LC_MESSAGES/django.mobin75862 -> 125092 bytes
-rw-r--r--askbot/locale/ru/LC_MESSAGES/django.po4641
-rw-r--r--askbot/locale/sr/LC_MESSAGES/django.mobin14731 -> 36561 bytes
-rw-r--r--askbot/locale/sr/LC_MESSAGES/django.po4416
-rw-r--r--askbot/locale/tr/LC_MESSAGES/django.mobin29767 -> 51799 bytes
-rw-r--r--askbot/locale/tr/LC_MESSAGES/django.po4601
-rw-r--r--askbot/locale/tr/LC_MESSAGES/djangojs.po104
-rw-r--r--askbot/locale/vi/LC_MESSAGES/django.mobin1929 -> 17095 bytes
-rw-r--r--askbot/locale/vi/LC_MESSAGES/django.po4114
-rw-r--r--askbot/locale/zh-tw/LC_MESSAGES/django.mobin13003 -> 32303 bytes
-rw-r--r--askbot/locale/zh-tw/LC_MESSAGES/django.po4206
-rw-r--r--askbot/locale/zh_CN/LC_MESSAGES/django.mobin48231 -> 82475 bytes
-rw-r--r--askbot/locale/zh_CN/LC_MESSAGES/django.po4373
-rw-r--r--askbot/management/commands/askbot_add_test_content.py7
-rw-r--r--askbot/management/commands/send_email_alerts.py6
-rw-r--r--askbot/middleware/forum_mode.py69
-rw-r--r--askbot/middleware/view_log.py3
-rw-r--r--askbot/models/__init__.py56
-rw-r--r--askbot/models/content.py2
-rw-r--r--askbot/setup_templates/settings.py36
-rw-r--r--askbot/setup_templates/settings.py.mustache22
-rw-r--r--askbot/setup_templates/urls.py5
-rw-r--r--askbot/shims/__init__.py0
-rw-r--r--askbot/shims/django_shims.py22
-rw-r--r--askbot/skins/common/media/images/sprites.pngbin13173 -> 12545 bytes
-rw-r--r--askbot/skins/common/media/jquery-openid/openid.css3
-rw-r--r--askbot/skins/common/media/js/editor.js7
-rw-r--r--askbot/skins/common/media/js/i18n.js469
-rw-r--r--askbot/skins/common/media/js/post.js131
-rw-r--r--askbot/skins/common/templates/authopenid/signin.html4
-rw-r--r--askbot/skins/common/templates/question/answer_controls.html19
-rw-r--r--askbot/skins/common/templates/question/question_controls.html21
-rw-r--r--askbot/skins/default/media/images/sprites.pngbin13173 -> 12705 bytes
-rw-r--r--askbot/skins/default/media/images/sprites_source/graphics.svg1291
-rw-r--r--askbot/skins/default/media/images/sprites_source/sprites.svg727
-rw-r--r--askbot/skins/default/media/style/lib_style.less12
-rw-r--r--askbot/skins/default/media/style/style.css98
-rw-r--r--askbot/skins/default/media/style/style.less195
-rw-r--r--askbot/skins/default/templates/about.html10
-rw-r--r--askbot/skins/default/templates/answer_edit.html6
-rw-r--r--askbot/skins/default/templates/base.html5
-rw-r--r--askbot/skins/default/templates/close.html2
-rw-r--r--askbot/skins/default/templates/faq.html10
-rw-r--r--askbot/skins/default/templates/macros.html7
-rw-r--r--askbot/skins/default/templates/main_page/headline.html2
-rw-r--r--askbot/skins/default/templates/main_page/javascript.html10
-rw-r--r--askbot/skins/default/templates/meta/bottom_scripts.html6
-rw-r--r--askbot/skins/default/templates/meta/editor_data.html3
-rw-r--r--askbot/skins/default/templates/privacy.html8
-rw-r--r--askbot/skins/default/templates/question.html2
-rw-r--r--askbot/skins/default/templates/question/javascript.html10
-rw-r--r--askbot/skins/default/templates/question/question_card.html4
-rw-r--r--askbot/skins/default/templates/question/sidebar.html2
-rw-r--r--askbot/skins/default/templates/question_retag.html2
-rw-r--r--askbot/skins/default/templates/question_widget.html2
-rw-r--r--askbot/skins/default/templates/reopen.html2
-rw-r--r--askbot/skins/default/templates/revisions.html2
-rw-r--r--askbot/skins/default/templates/static_page.html10
-rw-r--r--askbot/skins/default/templates/user_profile/user_edit.html45
-rw-r--r--askbot/skins/default/templates/user_profile/user_info.html2
-rw-r--r--askbot/skins/default/templates/user_profile/user_moderate.html1
-rw-r--r--askbot/skins/default/templates/user_profile/user_recent.html2
-rw-r--r--askbot/skins/default/templates/user_profile/user_stats.html6
-rw-r--r--askbot/skins/default/templates/user_profile/user_tabs.html2
-rw-r--r--askbot/skins/default/templates/widgets/ask_form.html2
-rw-r--r--askbot/skins/default/templates/widgets/header.html1
-rw-r--r--askbot/skins/default/templates/widgets/scope_nav.html6
-rw-r--r--askbot/skins/default/templates/widgets/user_navigation.html6
-rw-r--r--askbot/skins/utils.py11
-rw-r--r--askbot/startup_procedures.py161
-rw-r--r--askbot/templatetags/extra_filters_jinja.py6
-rw-r--r--askbot/tests/badge_tests.py3
-rw-r--r--askbot/tests/db_api_tests.py9
-rw-r--r--askbot/tests/form_tests.py25
-rw-r--r--askbot/tests/misc_tests.py14
-rw-r--r--askbot/tests/page_load_tests.py4
-rw-r--r--askbot/tests/post_model_tests.py77
-rw-r--r--askbot/tests/skin_tests.py6
-rw-r--r--askbot/tests/test_data.json10290
-rw-r--r--askbot/tests/utils.py16
-rw-r--r--askbot/urls.py11
-rw-r--r--askbot/utils/forms.py48
-rw-r--r--askbot/utils/functions.py8
-rw-r--r--askbot/utils/markup.py15
-rw-r--r--askbot/utils/slug.py9
-rw-r--r--askbot/views/commands.py26
-rw-r--r--askbot/views/meta.py52
-rw-r--r--askbot/views/readers.py2
-rw-r--r--askbot/views/users.py4
-rw-r--r--askbot/views/writers.py24
-rw-r--r--askbot_requirements_dev.txt20
132 files changed, 55539 insertions, 32746 deletions
diff --git a/.gitignore b/.gitignore
index d6a06e66..3c81c608 100755
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
db
rebuild-locales.pl
/src
+/static
cache/??
run
*.wsgi
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 99c3f596..2989d660 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 33)
+VERSION = (0, 7, 39)
#keys are module names used by python imports,
#values - the package qualifier to use for pip
diff --git a/askbot/conf/forum_data_rules.py b/askbot/conf/forum_data_rules.py
index 80af2f5b..d6d2efd3 100644
--- a/askbot/conf/forum_data_rules.py
+++ b/askbot/conf/forum_data_rules.py
@@ -89,6 +89,37 @@ settings.register(
)
settings.register(
+ livesettings.IntegerValue(
+ FORUM_DATA_RULES,
+ 'MIN_TITLE_LENGTH',
+ default=10,
+ description=_('Minimum length of title (number of characters)')
+ )
+)
+
+settings.register(
+ livesettings.IntegerValue(
+ FORUM_DATA_RULES,
+ 'MIN_QUESTION_BODY_LENGTH',
+ default=10,
+ description=_(
+ 'Minimum length of question body (number of characters)'
+ )
+ )
+)
+
+settings.register(
+ livesettings.IntegerValue(
+ FORUM_DATA_RULES,
+ 'MIN_ANSWER_BODY_LENGTH',
+ default=10,
+ description=_(
+ 'Minimum length of answer body (number of characters)'
+ )
+ )
+)
+
+settings.register(
livesettings.StringValue(
FORUM_DATA_RULES,
'MANDATORY_TAGS',
@@ -109,11 +140,11 @@ settings.register(
default = False,
description = _('Force lowercase the tags'),
help_text = _(
- 'Attention: after checking this, please back up the database, '
- 'and run a management command: '
- '<code>python manage.py fix_question_tags</code> to globally '
- 'rename the tags'
- )
+ 'Attention: after checking this, please back up the database, '
+ 'and run a management command: '
+ '<code>python manage.py fix_question_tags</code> to globally '
+ 'rename the tags'
+ )
)
)
diff --git a/askbot/conf/license.py b/askbot/conf/license.py
index 20a2743f..faf50697 100644
--- a/askbot/conf/license.py
+++ b/askbot/conf/license.py
@@ -76,8 +76,6 @@ settings.register(
LICENSE_SETTINGS,
'LICENSE_LOGO_URL',
description = _('License logo image'),
- upload_directory = django_settings.ASKBOT_FILE_UPLOAD_DIR,
- upload_url = '/' + django_settings.ASKBOT_UPLOADED_FILES_URL,
default = '/images/cc-by-sa.png',
url_resolver = skin_utils.get_media_url
)
diff --git a/askbot/conf/login_providers.py b/askbot/conf/login_providers.py
index b6073eea..3fab7d6a 100644
--- a/askbot/conf/login_providers.py
+++ b/askbot/conf/login_providers.py
@@ -56,8 +56,6 @@ settings.register(
livesettings.ImageValue(
LOGIN_PROVIDERS,
'WORDPRESS_SITE_ICON',
- upload_directory=django_settings.ASKBOT_FILE_UPLOAD_DIR,
- upload_url='/' + django_settings.ASKBOT_UPLOADED_FILES_URL,
default='/images/logo.gif',
description=_('Upload your icon'),
url_resolver=skin_utils.get_media_url
diff --git a/askbot/conf/settings_wrapper.py b/askbot/conf/settings_wrapper.py
index 2e0d8db2..78d16397 100644
--- a/askbot/conf/settings_wrapper.py
+++ b/askbot/conf/settings_wrapper.py
@@ -60,6 +60,7 @@ class ConfigSettings(object):
def update(self, key, value):
setting = config_get(self.__group_map[key], key)
setting.update(value)
+ #self.prime_cache()
def register(self, value):
"""registers the setting
@@ -77,9 +78,7 @@ class ConfigSettings(object):
value.ordering = ordering
self.__ordering_index[group_key] = ordering
- if key in self.__instance:
- raise Exception('setting %s is already registered' % key)
- else:
+ if key not in self.__instance:
self.__instance[key] = config_register(value)
self.__group_map[key] = group_key
diff --git a/askbot/conf/skin_general_settings.py b/askbot/conf/skin_general_settings.py
index ad439060..ccecdaba 100644
--- a/askbot/conf/skin_general_settings.py
+++ b/askbot/conf/skin_general_settings.py
@@ -25,8 +25,6 @@ settings.register(
'To change the logo, select new file, '
'then submit this whole form.'
),
- upload_directory = django_settings.ASKBOT_FILE_UPLOAD_DIR,
- upload_url = '/' + django_settings.ASKBOT_UPLOADED_FILES_URL,
default = '/images/logo.gif',
url_resolver = skin_utils.get_media_url
)
@@ -42,7 +40,7 @@ settings.register(
'or uncheck in the case you do not want the logo to '
'appear in the default location'
),
- default = True
+ default = False
)
)
@@ -58,9 +56,7 @@ settings.register(
'about favicon '
'at <a href="%(favicon_info_url)s">this page</a>.'
) % {'favicon_info_url': const.DEPENDENCY_URLS['favicon']},
- upload_directory = django_settings.ASKBOT_FILE_UPLOAD_DIR,
allowed_file_extensions = ('ico',),#only allow .ico files
- upload_url = '/' + django_settings.ASKBOT_UPLOADED_FILES_URL,
default = '/images/favicon.gif',
url_resolver = skin_utils.get_media_url
)
@@ -75,8 +71,6 @@ settings.register(
'An 88x38 pixel image that is used on the login screen '
'for the password login button.'
),
- upload_directory = django_settings.ASKBOT_FILE_UPLOAD_DIR,
- upload_url = '/' + django_settings.ASKBOT_UPLOADED_FILES_URL,
default = '/images/pw-login.gif',
url_resolver = skin_utils.get_media_url
)
diff --git a/askbot/conf/user_settings.py b/askbot/conf/user_settings.py
index 1fdfb42f..321d38f9 100644
--- a/askbot/conf/user_settings.py
+++ b/askbot/conf/user_settings.py
@@ -4,6 +4,8 @@ User policy settings
from askbot.conf.settings_wrapper import settings
from askbot.conf.super_groups import LOGIN_USERS_COMMUNICATION
from askbot.deps import livesettings
+from django.conf import settings as django_settings
+from askbot.skins import utils as skin_utils
from django.utils.translation import ugettext as _
from askbot import const
@@ -25,6 +27,15 @@ settings.register(
settings.register(
livesettings.BooleanValue(
USER_SETTINGS,
+ 'EDITABLE_EMAIL',
+ default = True,
+ description = _('Allow users change own email addresses')
+ )
+)
+
+settings.register(
+ livesettings.BooleanValue(
+ USER_SETTINGS,
'ALLOW_ACCOUNT_RECOVERY_BY_EMAIL',
default = True,
description = _('Allow account recovery by email')
@@ -51,6 +62,33 @@ settings.register(
)
settings.register(
+ livesettings.ImageValue(
+ USER_SETTINGS,
+ 'DEFAULT_AVATAR_URL',
+ description = _('Default avatar for users'),
+ help_text = _(
+ 'To change the avatar image, select new file, '
+ 'then submit this whole form.'
+ ),
+ default = '/images/nophoto.png',
+ url_resolver = skin_utils.get_media_url
+ )
+)
+
+settings.register(
+ livesettings.BooleanValue(
+ USER_SETTINGS,
+ 'ENABLE_GRAVATAR',
+ default = True,
+ description = _('Use automatic avatars from gravatar.com'),
+ help_text=_(
+ 'Check this option if you want to allow the use of gravatar.com for avatars. Please, note that this feature might take about 10 minutes to become 100% effective. You will have to enable uploaded avatars as well. For more information, please visit <a href="http://askbot.org/doc/optional-modules.html#uploaded-avatars">this page</a>.'
+ )
+ )
+)
+
+
+settings.register(
livesettings.StringValue(
USER_SETTINGS,
'GRAVATAR_TYPE',
diff --git a/askbot/context.py b/askbot/context.py
index f3819481..c967931e 100644
--- a/askbot/context.py
+++ b/askbot/context.py
@@ -22,6 +22,8 @@ def application_settings(request):
my_settings['LOGIN_URL'] = url_utils.get_login_url()
my_settings['LOGOUT_URL'] = url_utils.get_logout_url()
my_settings['LOGOUT_REDIRECT_URL'] = url_utils.get_logout_redirect_url()
+ my_settings['USE_ASKBOT_LOGIN_SYSTEM'] = 'askbot.deps.django_authopenid' \
+ in settings.INSTALLED_APPS
return {
'settings': my_settings,
'skin': get_skin(request),
diff --git a/askbot/deployment/path_utils.py b/askbot/deployment/path_utils.py
index e0704a96..ef260f86 100644
--- a/askbot/deployment/path_utils.py
+++ b/askbot/deployment/path_utils.py
@@ -230,14 +230,20 @@ def deploy_into(directory, new_project = False, verbosity = 1, context = None):
if verbosity >= 1:
print ''
-def dir_name_acceptable(directory):
+def dir_name_unacceptable_for_django_project(directory):
+ dir_name = os.path.basename(directory)
+ if re.match(r'[_a-zA-Z][\w-]*$', dir_name):
+ return False
+ return True
+
+def dir_taken_by_python_module(directory):
"""True if directory is not taken by another python module"""
dir_name = os.path.basename(directory)
try:
imp.find_module(dir_name)
- return False
- except ImportError:
return True
+ except ImportError:
+ return False
def get_install_directory(force = False):
"""returns a directory where a new django app/project
@@ -277,8 +283,13 @@ def get_install_directory(force = False):
if should_create_new == 'no':
return None
- if not dir_name_acceptable(directory):
+ if dir_taken_by_python_module(directory):
print messages.format_msg_bad_dir_name(directory)
return None
+ if dir_name_unacceptable_for_django_project(directory):
+ print """\nDirectory %s is not acceptable for a Django project.
+Please use lower case characters, numbers and underscore.
+The first character cannot be a number.\n""" % os.path.basename(directory)
+ return None
return directory
diff --git a/askbot/deps/django_authopenid/util.py b/askbot/deps/django_authopenid/util.py
index 4468a6d2..28f6b2dd 100644
--- a/askbot/deps/django_authopenid/util.py
+++ b/askbot/deps/django_authopenid/util.py
@@ -29,7 +29,7 @@ try:
except:
from yadis import xri
-import time, base64, hashlib, operator, logging
+import time, base64, hmac, hashlib, operator, logging
from models import Association, Nonce
__all__ = ['OpenID', 'DjangoOpenIDStore', 'from_openid_response', 'clean_next']
@@ -787,30 +787,54 @@ class FacebookError(Exception):
"""
pass
-def get_facebook_user_id(request):
- try:
- key = askbot_settings.FACEBOOK_KEY
- secret = askbot_settings.FACEBOOK_SECRET
+def urlsafe_b64decode(input):
+ length = len(input)
+ return base64.urlsafe_b64decode(
+ input.ljust(length + length % 4, '=')
+ )
- fb_cookie = request.COOKIES['fbs_%s' % key]
- fb_response = dict(cgi.parse_qsl(fb_cookie))
+def parse_signed_facebook_request(signed_request, secret):
+ """
+ Parse signed_request given by Facebook (usually via POST),
+ decrypt with app secret.
- signature = None
- payload = ''
- for key in sorted(fb_response.keys()):
- if key != 'sig':
- payload += '%s=%s' % (key, fb_response[key])
+ Arguments:
+ signed_request -- Facebook's signed request given through POST
+ secret -- Application's app_secret required to decrpyt signed_request
- if 'sig' in fb_response:
- if md5(payload + secret).hexdigest() != fb_response['sig']:
- raise ValueError('signature does not match')
- else:
- raise ValueError('no signature in facebook response')
+ slightly edited copy from https://gist.github.com/1190267
+ """
+
+ if "." in signed_request:
+ esig, payload = signed_request.split(".")
+ else:
+ return {}
- if 'uid' not in fb_response:
- raise ValueError('no user id in facebook response')
+ sig = urlsafe_b64decode(str(esig))
+ data = simplejson.loads(urlsafe_b64decode(str(payload)))
- return fb_response['uid']
+ if not isinstance(data, dict):
+ raise ValueError("Pyload is not a json string!")
+ return {}
+
+ if data["algorithm"].upper() == "HMAC-SHA256":
+ if hmac.new(str(secret), str(payload), hashlib.sha256).digest() == sig:
+ return data
+ else:
+ raise ValueError("Not HMAC-SHA256 encrypted!")
+
+ return {}
+
+def get_facebook_user_id(request):
+ try:
+ key = askbot_settings.FACEBOOK_KEY
+ fb_cookie = request.COOKIES['fbsr_%s' % key]
+ if not fb_cookie:
+ raise ValueError('cannot access facebook cookie')
+
+ secret = askbot_settings.FACEBOOK_SECRET
+ response = parse_signed_facebook_request(fb_cookie, secret)
+ return response['user_id']
except Exception, e:
raise FacebookError(e)
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index ac406f1d..5f332a1a 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -48,6 +48,7 @@ from django.utils.safestring import mark_safe
from django.core.mail import send_mail
from recaptcha_works.decorators import fix_recaptcha_remote_ip
from askbot.skins.loaders import render_into_skin, get_template
+from urlparse import urlparse
from openid.consumer.consumer import Consumer, \
SUCCESS, CANCEL, FAILURE, SETUP_NEEDED
@@ -554,8 +555,6 @@ def show_signin_view(
#annotate objects with extra data
providers = util.get_enabled_login_providers()
for login_method in existing_login_methods:
- if login_method.provider_name == 'facebook':
- continue#it is disabled
try:
provider_data = providers[login_method.provider_name]
if provider_data['type'] == 'password':
@@ -1096,8 +1095,10 @@ def _send_email_key(user):
to user's email address
"""
subject = _("Recover your %(site)s account") % {'site': askbot_settings.APP_SHORT_NAME}
+
+ url = urlparse(askbot_settings.APP_URL)
data = {
- 'validation_link': askbot_settings.APP_URL + \
+ 'validation_link': url.scheme + '://' + url.netloc + \
reverse(
'user_account_recover',
kwargs={'key':user.email_key}
diff --git a/askbot/deps/livesettings/values.py b/askbot/deps/livesettings/values.py
index 9587a16d..e5516d8b 100644
--- a/askbot/deps/livesettings/values.py
+++ b/askbot/deps/livesettings/values.py
@@ -4,6 +4,7 @@ http://code.google.com/p/django-values/
"""
from decimal import Decimal
from django import forms
+from django.conf import settings as django_settings
from django.core.exceptions import ImproperlyConfigured
from django.utils import simplejson
from django.utils.datastructures import SortedDict
@@ -600,8 +601,14 @@ class ImageValue(StringValue):
'allowed_file_extensions',
('jpg', 'gif', 'png')
)
- self.upload_directory = kwargs.pop('upload_directory')
- self.upload_url = kwargs.pop('upload_url')
+ self.upload_directory = kwargs.pop(
+ 'upload_directory',
+ django_settings.MEDIA_ROOT
+ )
+ self.upload_url = kwargs.pop(
+ 'upload_url',
+ django_settings.MEDIA_URL
+ )
self.url_resolver = kwargs.pop('url_resolver', None)
super(ImageValue, self).__init__(*args, **kwargs)
@@ -632,13 +639,20 @@ class ImageValue(StringValue):
"""uploaded_file is an instance of
django UploadedFile object
"""
- #1) come up with a file name
+ #0) initialize file storage
+ file_storage_class = storage.get_storage_class()
- file_storage = storage.FileSystemStorage(
- location = self.upload_directory,
- base_url = self.upload_url
- )
+ storage_settings = {}
+ if django_settings.DEFAULT_FILE_STORAGE == \
+ 'django.core.files.storage.FileSystemStorage':
+ storage_settings = {
+ 'location': self.upload_directory,
+ 'base_url': self.upload_url
+ }
+
+ file_storage = file_storage_class(**storage_settings)
+ #1) come up with a file name
#todo: need better function here to calc name
file_name = file_storage.get_available_name(uploaded_file.name)
file_storage.save(file_name, uploaded_file)
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 2617b096..a4058203 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,54 @@
Changes in Askbot
=================
-0.7.33 (Current Version)
-------------------------
+Development version (not released yet)
+--------------------------------------
+* Made email recovery link work when askbot is deployed on subdirectory (Evgeny)
+* Askbot now respects django's staticfiles app (Radim Řehůřek, Evgeny)
+
+0.7.39 (Jan 11, 2012)
+---------------------
+* restored facebook login after FB changed the procedure (Evgeny)
+
+0.7.38 (Jan 11, 2012)
+---------------------
+* xss vulnerability fix, issue found by Radim Řehůřek (Evgeny)
+
+0.7.37 (Jan 8, 2012)
+--------------------
+* added basic slugification treatment to question titles with
+ ``ALLOW_UNICODE_SLUGS = True`` (Evgeny)
+* added verification of the project directory name to
+ make sure it does not contain a `.` (dot) symbol (Evgeny)
+* made askbot compatible with django's `CSRFViewMiddleware`
+ that may be used for other projects (Evgeny)
+* added more rigorous test for the user name to make it slug safe (Evgeny)
+* made setting `ASKBOT_FILE_UPLOAD_DIR` work (Radim Řehůřek)
+* added minimal length of question title ond body
+ text to live settings and allowed body-less questions (Radim Řehůřek, Evgeny)
+* allowed disabling use of gravatar site-wide (Rosandra Cuello Suñol)
+* when internal login app is disabled - links to login/logout/add-remove-login-methods are gone (Evgeny)
+* replaced setting `ASKBOT_FILE_UPLOAD_DIR` with django's `MEDIA_ROOT` (Evgeny)
+* replaced setting `ASKBOT_UPLOADED_FILES_URL` with django's `MEDIA_URL` (Evgeny)
+* allowed changing file storage backend for file uploads by configuration (Evgeny)
+* file uploads to amazon S3 now work with proper configuration (Evgeny)
+
+0.7.36 (Dec 20, 2011)
+---------------------
+* bugfix and made the logo not used by default
+
+0.7.35 (Dec 15, 2011)
+---------------------
+* Removal of offensive flags (`Dejan Noveski <http://www.atomidata.com/>`_)
+* Fixes in CSS (`Byron Corrales <http://byroncorrales.blogspot.com/>`_)
+* Update of Catalan locale (Jordi Bofill)
+
+0.7.34 (Dec 10, 2011)
+---------------------
+* Returned support of Django 1.2
+
+0.7.33 (Dec 6, 2011)
+--------------------
* Made on log in redirect to the forum index page by default
and to the question page, if user was reading the question
it is still possible to override the ``next`` url parameter
@@ -10,18 +56,18 @@ Changes in Askbot
* Implemented retraction of offensive flags (Dejan Noveski)
* Made automatic dependency checking more complete (Evgeny)
-0.7.32
-------
+0.7.32 (Nov 30, 2011)
+---------------------
* Bugfixes in English locale (Evgeny)
-0.7.31
-------
+0.7.31 (Nov 29, 2011)
+---------------------
* Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
* Integrated new test fixture into the page load test cases (Dejan Noveski)
* Added an embeddable widget for the questions list matching tags (Daniel Mican, Evgeny Fadeev, Dejan Noveski)
-0.7.30
-------
+0.7.30 (Nov 28, 2011)
+---------------------
Note: some of these features were added in one of the three previous versions.
* Context-sensitive RSS url (`Dejan Noveski <http://www.atomidata.com/>`_)
@@ -45,19 +91,19 @@ Note: some of these features were added in one of the three previous versions.
* Added management command ``askbot_add_test_content`` (Dejan Noveski)
* Continued work on refactoring the database schema (Tomasz Zielinski)
-0.7.27 - 0.7.29
----------------
+0.7.27 - 0.7.29 (Nov 8-28, 2011)
+--------------------------------
For these versions we did not keep consistent record of features.
-0.7.26
-------
+0.7.26 (Oct 12, 2011)
+---------------------
* Added settings for email subscription defaults (Adolfo)
* Resolved `bug #102<http://bugs.askbot.org/issues/102>`_ - duplicate notifications on posts with mentions (Evegeny)
* Added color-animated transitions when urls with hash tags are visited (Adolfo)
* Repository tags will be `automatically added <http://askbot.org/en/question/345/can-git-tags-be-created-for-each-of-the-releases>`_ to new releases (Evgeny, suggsted by ajmirsky)
-0.7.25
-------
+0.7.25 (Oct 5 2011)
+-------------------
* RSS feed for individual question (Sayan Chowdhury)
* Allow pre-population of tags via ask a questions link (Adolfo)
* Make answering own question one click harder (Adolfo)
diff --git a/askbot/doc/source/contributors.rst b/askbot/doc/source/contributors.rst
index 30656c60..30e31175 100644
--- a/askbot/doc/source/contributors.rst
+++ b/askbot/doc/source/contributors.rst
@@ -33,11 +33,13 @@ Programming and documentation
* `Alexander Werner <https://twitter.com/#!/bundeswerner>`_
* Rosandra Cuello Suñol
* `hjwp <https://github.com/hjwp>`_
+* `Jacob Oscarson <http://www.aspektratio.net>`_
+* `Radim Řehůřek <https://github.com/piskvorky>`_
Translations
------------
* Mike Chen, Sailing Cai, suyu8776 - Chinese
-* Bruno Sarlo, Adolfo Fitoria - Spanish
+* Bruno Sarlo, Adolfo Fitoria, Francisco Espinoza - Spanish
* Evgeny Kalinin - Russian
* Evgeny Fadeev - English
* Oktay Yildiz, Onur Mat, Cemre - Turkish
diff --git a/askbot/doc/source/initial-configuration.rst b/askbot/doc/source/initial-configuration.rst
index 340324a1..7905aa1d 100644
--- a/askbot/doc/source/initial-configuration.rst
+++ b/askbot/doc/source/initial-configuration.rst
@@ -10,7 +10,16 @@ While most configuration settings for askbot can be done at any time :ref:`throu
Installing Askbot as a new Django project (standalone app)
==========================================================
-When installing Askbot for the first time, you will need to initialize the site setup files by typing::
+.. note::
+ Firstly - if you are preparing the project directory manually,
+ make sure that the directory name does not
+ have the `.` - dot - symbol, because it is illegal for Python modules.
+ For example::
+
+ mkdir mydjangosite
+ cd mydjangosite
+
+When installing Askbot for the first time, you will need to initialize the project setup files by typing::
askbot-setup
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index 164f2f8c..93f7129a 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -136,3 +136,31 @@ To enable authentication for self hosted wordpress sites(wordpress.com blogs wil
* Upload an icon for display in the login area.
After doing this steps you should be able to login with your self hosted wordpress site user/password combination.
+
+
+Celery for background jobs
+==========================
+
+Askbot supports `celery <http://celeryproject.org/>`_ distributed task queue for some task, to enable it follow the following steps:
+
+* Install the following packages: `celery <http://pypi.python.org/pypi/django-celery>`_, `django-celery <http://pypi.python.org/pypi/django-celery>`_, `django-kombu <http://pypi.python.org/pypi/django-kombu>`_
+* Set **CELERY_ALWAYS_EAGER** setting value to **False**
+* Run the celery daemon: for this you can use generic init scripts or supervisor, `celery documentation have more information <http://docs.celeryproject.org/en/latest/cookbook/daemonizing.html>`_
+
+For `supervisor <http://supervisord.org/>`_: add this sample config file named askbot.conf into /etc/supervisor/conf.d/ directory::
+
+ [program:askbot_celery]
+ command=celeryd --loglevel=INFO
+
+ environment=PYTHONPATH=/path/to/project
+ directory=/path/to/project
+
+ user=nobody
+ numprocs=1
+ stdout_logfile=/var/log/askbot_celery.log
+ stderr_logfile=/var/log/askbot_celery.err
+ autostart=true
+ autorestart=true
+ startsecs=10
+
+Then run **supervisorctl update** and it will be started. For more information about job handling with supervisor please visit `this link <http://supervisord.org/>`_.
diff --git a/askbot/forms.py b/askbot/forms.py
index 241a52f9..019e5f83 100644
--- a/askbot/forms.py
+++ b/askbot/forms.py
@@ -106,12 +106,24 @@ class TitleField(forms.CharField):
self.initial = ''
def clean(self, value):
- if len(value) < 10:
- raise forms.ValidationError(_('title must be > 10 characters'))
+ if len(value) < askbot_settings.MIN_TITLE_LENGTH:
+ msg = ungettext_lazy(
+ 'title must be > %d character',
+ 'title must be > %d characters',
+ askbot_settings.MIN_TITLE_LENGTH
+ ) % askbot_settings.MIN_TITLE_LENGTH
+ raise forms.ValidationError(msg)
return value
class EditorField(forms.CharField):
+ """EditorField is subclassed by the
+ :class:`QuestionEditorField` and :class:`AnswerEditorField`
+ """
+ length_error_template_singular = 'post content must be > %d character',
+ length_error_template_plural = 'post content must be > %d characters',
+ min_length = 10#sentinel default value
+
def __init__(self, *args, **kwargs):
super(EditorField, self).__init__(*args, **kwargs)
self.required = True
@@ -121,10 +133,29 @@ class EditorField(forms.CharField):
self.initial = ''
def clean(self, value):
- if len(value) < 10:
- raise forms.ValidationError(_('question content must be > 10 characters'))
+ if len(value) < self.min_length:
+ msg = ungettext_lazy(
+ self.length_error_template_singular,
+ self.length_error_template_plural,
+ self.min_length
+ ) % self.min_length
+ raise forms.ValidationError(msg)
return value
+class QuestionEditorField(EditorField):
+ def __init__(self, *args, **kwargs):
+ super(QuestionEditorField, self).__init__(*args, **kwargs)
+ self.length_error_template_singular = 'question body must be > %d character'
+ self.length_error_template_plural = 'question body must be > %d characters'
+ self.min_length = askbot_settings.MIN_QUESTION_BODY_LENGTH
+
+class AnswerEditorField(EditorField):
+ def __init__(self, *args, **kwargs):
+ super(AnswerEditorField, self).__init__(*args, **kwargs)
+ self.length_error_template_singular = 'answer must be > %d character'
+ self.length_error_template_plural = 'answer must be > %d characters'
+ self.min_length = askbot_settings.MIN_ANSWER_BODY_LENGTH
+
class TagNamesField(forms.CharField):
def __init__(self, *args, **kwargs):
super(TagNamesField, self).__init__(*args, **kwargs)
@@ -133,7 +164,13 @@ class TagNamesField(forms.CharField):
self.max_length = 255
self.label = _('tags')
#self.help_text = _('please use space to separate tags (this enables autocomplete feature)')
- self.help_text = _('Tags are short keywords, with no spaces within. Up to five tags can be used.')
+ self.help_text = ungettext_lazy(
+ 'Tags are short keywords, with no spaces within. '
+ 'Up to %(max_tags)d tag can be used.',
+ 'Tags are short keywords, with no spaces within. '
+ 'Up to %(max_tags)d tags can be used.',
+ askbot_settings.MAX_TAGS_PER_POST
+ ) % {'max_tags': askbot_settings.MAX_TAGS_PER_POST}
self.initial = ''
def need_mandatory_tags(self):
@@ -604,7 +641,7 @@ class AskForm(forms.Form, FormWithHideableFields):
settings forbids anonymous asking
"""
title = TitleField()
- text = EditorField()
+ text = QuestionEditorField()
tags = TagNamesField()
wiki = WikiField()
ask_anonymously = forms.BooleanField(
@@ -655,7 +692,7 @@ class AskByEmailForm(forms.Form):
"""
sender = forms.CharField(max_length = 255)
subject = forms.CharField(max_length = 255)
- body_text = EditorField()
+ body_text = QuestionEditorField()
def clean_sender(self):
"""Cleans the :attr:`~askbot.forms.AskByEmail.sender` attribute
@@ -700,7 +737,7 @@ class AskByEmailForm(forms.Form):
return self.cleaned_data['subject']
class AnswerForm(forms.Form):
- text = EditorField()
+ text = AnswerEditorField()
wiki = WikiField()
openid = forms.CharField(required=False, max_length=255, widget=forms.TextInput(attrs={'size' : 40, 'class':'openid-input'}))
user = forms.CharField(required=False, max_length=255, widget=forms.TextInput(attrs={'size' : 35}))
@@ -764,7 +801,7 @@ class RevisionForm(forms.Form):
class EditQuestionForm(forms.Form, FormWithHideableFields):
title = TitleField()
- text = EditorField()
+ text = QuestionEditorField()
tags = TagNamesField()
summary = SummaryField()
wiki = WikiField()
@@ -871,7 +908,7 @@ class EditQuestionForm(forms.Form, FormWithHideableFields):
return self.cleaned_data
class EditAnswerForm(forms.Form):
- text = EditorField()
+ text = AnswerEditorField()
summary = SummaryField()
wiki = WikiField()
@@ -883,7 +920,6 @@ class EditAnswerForm(forms.Form):
class EditUserForm(forms.Form):
email = forms.EmailField(
label=u'Email',
- help_text=_('this email will be linked to gravatar'),
required=True,
max_length=255,
widget=forms.TextInput(attrs={'size' : 35})
diff --git a/askbot/locale/ca/LC_MESSAGES/django.mo b/askbot/locale/ca/LC_MESSAGES/django.mo
index 47aaeeda..7904842d 100644
--- a/askbot/locale/ca/LC_MESSAGES/django.mo
+++ b/askbot/locale/ca/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/ca/LC_MESSAGES/django.po b/askbot/locale/ca/LC_MESSAGES/django.po
index 449a50ce..7f01961f 100644
--- a/askbot/locale/ca/LC_MESSAGES/django.po
+++ b/askbot/locale/ca/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-28 12:07-0600\n"
+"POT-Creation-Date: 2012-01-02 11:19-0600\n"
"PO-Revision-Date: 2011-11-28 19:26+0200\n"
"Last-Translator: Jordi Bofill <jordi.bofill@upc.edu>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,7 +36,7 @@ msgstr "preguntes recents"
#: forms.py:74
msgid "select country"
-msgstr "escollir país"
+msgstr "seleccionar país"
#: forms.py:83
msgid "Country"
@@ -50,79 +50,79 @@ msgstr "Els país és necessari"
#: skins/default/templates/widgets/answer_edit_tips.html:49
#: skins/default/templates/widgets/question_edit_tips.html:40
#: skins/default/templates/widgets/question_edit_tips.html:45
-#: skins/old/templates/blocks/answer_edit_tips.html:43
-#: skins/old/templates/blocks/answer_edit_tips.html:47
-#: skins/old/templates/blocks/question_edit_tips.html:38
-#: skins/old/templates/blocks/question_edit_tips.html:43
msgid "title"
msgstr "títol"
#: forms.py:105
msgid "please enter a descriptive title for your question"
-msgstr "Introduir un títol descriptiu de la pregunta"
+msgstr "Escriviu un títol descriptiu de la pregunta"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "el títol ha de tenir més de 10 caràcters"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "el títol ha de tenir més de 10 caràcters"
+msgstr[1] "el títol ha de tenir més de 10 caràcters"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "contingut"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "la pregunta ha de tenir més de 10 caràcters"
-
-#: forms.py:134 skins/common/templates/widgets/edit_post.html:20
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
#: skins/common/templates/widgets/edit_post.html:32
#: skins/default/templates/widgets/meta_nav.html:5
-#: skins/old/templates/macros.html:660 skins/old/templates/macros.html:672
-#: skins/old/templates/blocks/header.html:25
msgid "tags"
msgstr "etiquetes"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Les etiquetes són paraules clau curtes, sense espais. Es poden usar fins a 5 "
+"etiquetes."
+msgstr[1] ""
"Les etiquetes són paraules clau curtes, sense espais. Es poden usar fins a 5 "
"etiquetes."
-#: forms.py:164 skins/default/templates/question_retag.html:58
-#: skins/old/templates/question_retag.html:58
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "es requereixen etiquetes"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "usar %(tag_count)d etiqueta o menys"
msgstr[1] "usar %(tag_count)d etiquetes o menys"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr "Es requereixen com a mínim una de les etiquetes següents: %(tags)s"
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "les etiquetes han de tenir menys de %(max_chars)d caràcter"
msgstr[1] "les etiquetes han de tenir menys de %(max_chars)d caràcters"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-"wiki comunitari (no es concedeix karma; altres usuaris poden editar "
+"wiki comunitari (no es concedeix reputació; altres usuaris poden editar "
"l'entrada)"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -130,11 +130,11 @@ msgstr ""
"Amb l'opció de wiki comunitari la pregunta i la resposta no generen punts "
"per l'autor i no es mostra el nom de l'autor."
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "resum actualitzat:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -142,59 +142,59 @@ msgstr ""
"breu resum de la revisió (p.e. correcció ortogràfica, gramàtica, millora "
"d'estil, aquest camp és opcional)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Introduir el nombre de punts a sumar o restar"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "aprovat"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "vist"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
-msgstr "suspès"
+msgstr "deshabilitat"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "bloquejat"
-#: forms.py:346
+#: forms.py:383
msgid "administrator"
msgstr "administrador"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "moderador"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Canviar estat a"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "quin?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "No es pot canviar el pròpi estat"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "No es pot canviar l'altre usuari a moderador"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "No es pot canviar l'estat d'un altre moderador"
-#: forms.py:434
+#: forms.py:471
msgid "Cannot change status to admin"
msgstr "No es pot canviar a l'estat d'administrador "
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
@@ -202,43 +202,43 @@ msgid ""
msgstr ""
"Si es vol canviar l'estat de %(username)s, feu una selecció amb significat"
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Línia d'assumpte"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "Text del missatge"
-#: forms.py:542
+#: forms.py:579
msgid "Your name (optional):"
msgstr "El vostre nom (opcional):"
-#: forms.py:543
+#: forms.py:580
msgid "Email:"
msgstr "Correu electrònic:"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "El vostre missatge:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr "No donar el meu correu electrònic or rebre respostes:"
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr "Marcar l'opció \"No donar el meu correu electrònic\"."
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr "preguntar anònimament"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr "Marcar si no voleu mostrar el vostre nom al fer aquesta pregunta"
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
@@ -246,11 +246,11 @@ msgstr ""
"Heu fet aquesta pregunta anònimament, si voleu mostrar la vostra identitat "
"marqueu aquesta opció."
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr "mostrar identitat"
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
@@ -258,7 +258,7 @@ msgstr ""
"Només l'autor de la pregunta anònima pot mostrar la seva identitat. "
"Desmarqueu l'opció"
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
@@ -268,149 +268,152 @@ msgstr ""
"Si us plau, marqueu «mostrar identitat» o tornareu a carregar aquesta pàgina "
"i editeu de nou la pregunta"
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr "aquest correu electrònic s'enllaçarà al Gravatar"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nom real"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Lloc web"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr "Ciutat"
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr "Mostrar país"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Data de naixament"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "no es mostrarà, s'usa per calcular l'edat, format: AAAA-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Perfil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Nom a mostrar"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "aquesta adreça de correu ja està registrada, useu una altra"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
-msgstr "Escollir etiqueta filtre per el correu electrònic"
+msgstr "Seleccionar etiqueta filtre per el correu electrònic"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Preguntat per mi"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Respost per mi"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Seleccionat individualment"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Forum senser (filtrar per etiqueta)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Comentaris i entrades us mencionen"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "d'acord, provem-ho!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
-msgstr "no correus electrònics de la comunitat"
+msgstr "no, no rebre correus electrònics de la comunitat"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
-msgstr "escollir una de les opcions anteriors"
+msgstr "Seleccionar una de les opcions anteriors"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "sobre/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
-msgstr "privacitat"
+msgstr "privacitat/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
-msgstr "respostes"
+msgstr "respostes/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
-msgstr "editar"
+msgstr "editar/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisions/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
#: skins/default/templates/question/javascript.html:16
-#: skins/old/templates/question.html:494
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "preguntes/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "preguntar/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "reetiquetar/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "tancar/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "reobrir/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "resposta/"
-#: urls.py:112 skins/default/templates/question/javascript.html:16
-#: skins/old/templates/question.html:494
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "vot/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "etiquetes/"
#: urls.py:196
msgid "subscribe-for-tags/"
-msgstr "subscriure-per-etiquetes"
+msgstr "subscriure-per-etiquetes/"
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
#: skins/default/templates/main_page/javascript.html:39
-#: skins/old/templates/main_page/javascript.html:23
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "usuaris/"
@@ -443,15 +446,14 @@ msgid "feedback/"
msgstr "comentaris/"
#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
#: skins/default/templates/question/javascript.html:15
-#: skins/old/templates/question.html:492
-#: skins/old/templates/main_page/javascript.html:22
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "pregunta/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
#: skins/common/templates/authopenid/providers_javascript.html:7
-#: skins/old/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "compte/"
@@ -461,7 +463,7 @@ msgstr "Configuració control d'accés"
#: conf/access_control.py:17
msgid "Allow only registered user to access the forum"
-msgstr ""
+msgstr "Permetre accedir al fòrum únicament als usuaris registrats"
#: conf/badges.py:13
msgid "Badge settings"
@@ -615,7 +617,7 @@ msgid ""
"user."
msgstr ""
"Opció per definir la freqüència de les actualitzacions per correu de: "
-"Respostes fetes per l'usuari"
+"Respostes fetes per l'usuari."
#: conf/email.py:90
msgid ""
@@ -938,103 +940,115 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr ""
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
msgid "Use wildcard tags"
msgstr "Usar etiquetes comodí"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr ""
@@ -1927,6 +1941,35 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+msgid "Number of questions to show"
+msgstr "Nombre de preguntes a mostrar"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+msgid "CSS for the questions widget"
+msgstr "CSS per giny de preguntes"
+
+#: conf/widgets.py:81
+msgid "Header for the questions widget"
+msgstr "Capacelera pel giny de preguntes"
+
+#: conf/widgets.py:90
+msgid "Footer for the questions widget"
+msgstr "Peu del giny de preguntes"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "pregunta repetida"
@@ -1949,7 +1992,7 @@ msgstr "s'ha respost la pregunta, es va acceptar la resposta correcta"
#: const/__init__.py:15
msgid "question is not relevant or outdated"
-msgstr ""
+msgstr "la pregunta no és rellevant o està desfasada"
#: const/__init__.py:16
msgid "question contains offensive or malicious remarks"
@@ -1968,7 +2011,6 @@ msgid "newest"
msgstr "més recent"
#: const/__init__.py:42 skins/default/templates/users.html:27
-#: skins/old/templates/users.html:25 skins/old/templates/users.html.py:26
msgid "oldest"
msgstr "més antic"
@@ -2002,12 +2044,10 @@ msgstr ""
#: const/__init__.py:57
#: skins/default/templates/user_profile/user_inbox.html:50
-#: skins/old/templates/main_page/tab_bar.html:10
-#: skins/old/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "tot"
-#: const/__init__.py:58 skins/old/templates/main_page/tab_bar.html:15
+#: const/__init__.py:58
msgid "unanswered"
msgstr "sense resposta"
@@ -2139,7 +2179,7 @@ msgstr "[tancat]"
msgid "[deleted]"
msgstr "[esborrat]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "versió inicial"
@@ -2153,11 +2193,11 @@ msgstr "no"
#: const/__init__.py:218
msgid "exclude ignored"
-msgstr "excloure ignorades"
+msgstr "ignorades"
#: const/__init__.py:219
msgid "only selected"
-msgstr "només seleccionades"
+msgstr "seleccionades"
#: const/__init__.py:223
msgid "instantly"
@@ -2196,17 +2236,14 @@ msgid "retro"
msgstr ""
#: const/__init__.py:284 skins/default/templates/badges.html:37
-#: skins/old/templates/badges.html:37
msgid "gold"
msgstr "or"
#: const/__init__.py:285 skins/default/templates/badges.html:46
-#: skins/old/templates/badges.html:46
msgid "silver"
msgstr "plata"
#: const/__init__.py:286 skins/default/templates/badges.html:53
-#: skins/old/templates/badges.html:53
msgid "bronze"
msgstr "bronze"
@@ -2224,7 +2261,7 @@ msgstr "Avatar penjat"
#: const/message_keys.py:15
msgid "most relevant questions"
-msgstr ""
+msgstr "preguntes més rellevants"
#: const/message_keys.py:16
msgid "click to see most relevant questions"
@@ -2287,66 +2324,78 @@ msgid ""
"Welcome! Please set email address (important!) in your profile and adjust "
"screen name, if necessary."
msgstr ""
-"Us donem la benvinguda. Indiqueu la vostra adreça de correu electrònic "
-"(important) i el nom a mostrar, si ho creieu necessari."
+"Us donem la benvinguda. Introduïu en el vostre perfil l'adreça de correu "
+"electrònic (important) i el nom a mostrar, si ho creieu necessari."
#: deps/django_authopenid/forms.py:110 deps/django_authopenid/views.py:151
msgid "i-names are not supported"
msgstr ""
+# msgstr "no es permet l'us de i-names"
#: deps/django_authopenid/forms.py:233
#, python-format
msgid "Please enter your %(username_token)s"
-msgstr "Introduïu el vostre %(username_token)s"
+msgstr ""
+# msgstr "Introduïu el vostre %(username_token)s"
#: deps/django_authopenid/forms.py:259
msgid "Please, enter your user name"
-msgstr "Introduïu el vostre nom d'usuari"
+msgstr ""
+# msgstr "Introduïu el vostre nom d'usuari"
#: deps/django_authopenid/forms.py:263
msgid "Please, enter your password"
-msgstr "Introduïu la vostra contrasenya"
+msgstr ""
+# msgstr "Introduïu la vostra contrasenya"
#: deps/django_authopenid/forms.py:270 deps/django_authopenid/forms.py:274
msgid "Please, enter your new password"
-msgstr "Introduïu la vostra contrasenya nova"
+msgstr ""
+# msgstr "Introduïu la vostra contrasenya nova"
#: deps/django_authopenid/forms.py:285
msgid "Passwords did not match"
-msgstr "Les contrasenyes no coincideixen"
+msgstr ""
+# msgstr "Les contrasenyes no coincideixen"
#: deps/django_authopenid/forms.py:297
#, python-format
msgid "Please choose password > %(len)s characters"
-msgstr "Escollir una contrasenya de més de %(len)s caràcters"
+msgstr ""
+# msgstr "Seleccionar una contrasenya de més de %(len)s caràcters"
#: deps/django_authopenid/forms.py:335
msgid "Current password"
-msgstr "Contrasenya actual"
+msgstr ""
+# msgstr "Contrasenya actual"
#: deps/django_authopenid/forms.py:346
msgid ""
"Old password is incorrect. Please enter the correct "
"password."
msgstr ""
-"La contrasenya antiga és incorrecta. Introduïu la contrasenya correcta."
+# msgstr ""
+# "La contrasenya antiga és incorrecta. Introduïu la contrasenya correcta."
#: deps/django_authopenid/forms.py:399
msgid "Sorry, we don't have this email address in the database"
-msgstr "Adreça de correu electrònic inexistent a la base de dades"
+msgstr ""
+# msgstr "Adreça de correu electrònic inexistent a la base de dades"
#: deps/django_authopenid/forms.py:435
msgid "Your user name (<i>required</i>)"
-msgstr "El vostre nom d'usuari (<i>requerit</i>)"
+msgstr ""
+# msgstr "El vostre nom d'usuari (<i>requerit</i>)"
#: deps/django_authopenid/forms.py:450
msgid "Incorrect username."
-msgstr "Nom d'usuari inexistent"
+msgstr ""
+# msgstr "Nom d'usuari inexistent"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
-msgstr "entrar/"
+msgstr ""
#: deps/django_authopenid/urls.py:10
msgid "signout/"
@@ -2354,15 +2403,15 @@ msgstr "sortir/"
#: deps/django_authopenid/urls.py:12
msgid "complete/"
-msgstr ""
+msgstr "complet/"
#: deps/django_authopenid/urls.py:15
msgid "complete-oauth/"
-msgstr ""
+msgstr "complet-oauth/"
#: deps/django_authopenid/urls.py:19
msgid "register/"
-msgstr ""
+msgstr "registrar/"
#: deps/django_authopenid/urls.py:21
msgid "signup/"
@@ -2379,11 +2428,10 @@ msgstr "recuperar/"
#: deps/django_authopenid/util.py:378
#, python-format
msgid "%(site)s user name and password"
-msgstr "nom d'usuari i contrasenya %(site)s"
+msgstr "nom usuari i contrasenya %(site)s"
#: deps/django_authopenid/util.py:384
#: skins/common/templates/authopenid/signin.html:108
-#: skins/old/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr "Crear un compte amb contrasenya"
@@ -2397,78 +2445,80 @@ msgstr "Registrar-se mitjançant Yahoo"
#: deps/django_authopenid/util.py:480
msgid "AOL screen name"
-msgstr ""
+msgstr "nom a mostrar AOL"
#: deps/django_authopenid/util.py:488
msgid "OpenID url"
-msgstr ""
+msgstr "url OpenID"
#: deps/django_authopenid/util.py:517
msgid "Flickr user name"
-msgstr ""
+msgstr "nom usuari Flickr"
#: deps/django_authopenid/util.py:525
msgid "Technorati user name"
-msgstr ""
+msgstr "nom usuari Technorati"
#: deps/django_authopenid/util.py:533
msgid "WordPress blog name"
-msgstr ""
+msgstr "nom del blog WordPress"
#: deps/django_authopenid/util.py:541
msgid "Blogger blog name"
-msgstr ""
+msgstr "nom del blog Blogger"
#: deps/django_authopenid/util.py:549
msgid "LiveJournal blog name"
-msgstr ""
+msgstr "nom del blog LiveJournal"
#: deps/django_authopenid/util.py:557
msgid "ClaimID user name"
-msgstr ""
+msgstr "nom usuari ClaimID"
#: deps/django_authopenid/util.py:565
msgid "Vidoop user name"
-msgstr ""
+msgstr "nom usuari Vidoop"
#: deps/django_authopenid/util.py:573
msgid "Verisign user name"
-msgstr ""
+msgstr "nom usuari Verisign"
#: deps/django_authopenid/util.py:608
#, python-format
msgid "Change your %(provider)s password"
-msgstr ""
+msgstr "Canviar la vostre contrasenya de %(provider)s"
#: deps/django_authopenid/util.py:612
#, python-format
msgid "Click to see if your %(provider)s signin still works for %(site_name)s"
msgstr ""
+"Clicar per comprovar que funciona el vostre registre %(provider)s per "
+"%(site_name)s"
#: deps/django_authopenid/util.py:621
#, python-format
msgid "Create password for %(provider)s"
-msgstr ""
+msgstr "Crear contrasenya per %(provider)s"
#: deps/django_authopenid/util.py:625
#, python-format
msgid "Connect your %(provider)s account to %(site_name)s"
-msgstr ""
+msgstr "Connectar el vostre compte de %(provider)s amb %(site_name)s"
#: deps/django_authopenid/util.py:634
#, python-format
msgid "Signin with %(provider)s user name and password"
-msgstr ""
+msgstr "Registrar-se amb nom usuari i contrasenya de %(provider)s"
#: deps/django_authopenid/util.py:641
#, python-format
msgid "Sign in with your %(provider)s account"
-msgstr ""
+msgstr "Registrar-se amb el vostre compte de %(provider)s"
#: deps/django_authopenid/views.py:158
#, python-format
msgid "OpenID %(openid_url)s is invalid"
-msgstr ""
+msgstr "OpenID de %(openid_url)s és invalid"
#: deps/django_authopenid/views.py:270 deps/django_authopenid/views.py:421
#: deps/django_authopenid/views.py:449
@@ -2477,102 +2527,102 @@ msgid ""
"Unfortunately, there was some problem when connecting to %(provider)s, "
"please try again or use another provider"
msgstr ""
+"hi ha problemes connectant amb %(provider)s,torneu a provar-ho i useu un "
+"altre proveïdor"
#: deps/django_authopenid/views.py:371
msgid "Your new password saved"
-msgstr ""
+msgstr "S'ha desat la nova contrasenya"
#: deps/django_authopenid/views.py:475
msgid "The login password combination was not correct"
-msgstr ""
+msgstr "La combinació usuari/contrasenya no és correcte"
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
-msgstr ""
+msgstr "Clicar una de les icones per registrar-se"
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
-msgstr ""
+msgstr "S'han enviat el missatge de correu per recuperar el compte"
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
-msgstr ""
+msgstr "Afegir un o més mètodes de registre."
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
-msgstr ""
+msgstr "Afegir, treure o revalidar els seus mètodes d'entrada"
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
-msgstr ""
+msgstr "S'ha recuperat el seu compte, però ..."
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
-msgstr ""
+msgstr "La clau de recuperació d'aquest compte ha expirat o és invàlida"
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
-msgstr ""
+msgstr "El mètode de registre %(provider_name)s no existeix"
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
-msgstr ""
+msgstr "S'ha produït un error - torneu-ho a provar"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
-msgstr ""
+msgstr "La vostra entrada amb %(provider)s funciona bé"
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
-msgstr ""
-"Your email needs to be validated. Please see details <a "
-"id='validate_email_alert' href='%(details_url)s'>here</a>."
+msgstr "s'ha de validar el vostre correu electrònic, consulteu %(details_url)s"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
-msgstr ""
+msgstr "Recuperar el vostre compte %(site)s"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
-msgstr ""
+msgstr "Comproveu el vostre correu electrònic i visiteu l'enllaç inclòs."
#: deps/livesettings/models.py:101 deps/livesettings/models.py:140
msgid "Site"
-msgstr ""
+msgstr "Lloc"
#: deps/livesettings/values.py:68
msgid "Main"
-msgstr ""
+msgstr "Principal"
#: deps/livesettings/values.py:127
msgid "Base Settings"
-msgstr ""
+msgstr "Configuració base"
#: deps/livesettings/values.py:234
msgid "Default value: \"\""
-msgstr ""
+msgstr "Valor per defecte: \"\""
#: deps/livesettings/values.py:241
msgid "Default value: "
-msgstr ""
+msgstr "Valor per defecte: "
#: deps/livesettings/values.py:244
#, python-format
msgid "Default value: %s"
-msgstr ""
+msgstr "Valor per defecte: %s"
#: deps/livesettings/values.py:622
#, python-format
msgid "Allowed image file types are %(types)s"
-msgstr ""
+msgstr "Tipus de fitxers d'imatges admesos %(types)s"
#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
msgid "Sites"
-msgstr ""
+msgstr "Llocs"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
@@ -2582,19 +2632,18 @@ msgstr "Documentació"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
#: skins/common/templates/authopenid/signin.html:132
-#: skins/old/templates/authopenid/signin.html:132
msgid "Change password"
msgstr "Canviar contrasenya"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
msgid "Log out"
-msgstr ""
+msgstr "Sortir"
#: deps/livesettings/templates/livesettings/group_settings.html:14
#: deps/livesettings/templates/livesettings/site_settings.html:26
msgid "Home"
-msgstr ""
+msgstr "Inici"
#: deps/livesettings/templates/livesettings/group_settings.html:15
msgid "Edit Group Settings"
@@ -2604,18 +2653,18 @@ msgstr "Editar paràmetres del grup"
#: deps/livesettings/templates/livesettings/site_settings.html:50
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "corregir l'error següent"
+msgstr[1] "corregir els errors següents"
#: deps/livesettings/templates/livesettings/group_settings.html:28
#, python-format
msgid "Settings included in %(name)s."
-msgstr ""
+msgstr "Configuracions incloses a %(name)s."
#: deps/livesettings/templates/livesettings/group_settings.html:62
#: deps/livesettings/templates/livesettings/site_settings.html:97
msgid "You don't have permission to edit values."
-msgstr ""
+msgstr "No té permís per editar valors"
#: deps/livesettings/templates/livesettings/site_settings.html:27
msgid "Edit Site Settings"
@@ -2623,24 +2672,26 @@ msgstr "Editar paràmetres del lloc"
#: deps/livesettings/templates/livesettings/site_settings.html:43
msgid "Livesettings are disabled for this site."
-msgstr ""
+msgstr "Livesettings estan deshabilitats per aquest lloc"
#: deps/livesettings/templates/livesettings/site_settings.html:44
msgid "All configuration options must be edited in the site settings.py file"
msgstr ""
+"Totes les opcions de configuració s'han d'editar en el fitxer settings.py "
+"del lloc. "
#: deps/livesettings/templates/livesettings/site_settings.html:66
#, python-format
msgid "Group settings: %(name)s"
-msgstr ""
+msgstr "Configuracions del grup: %(name)s"
#: deps/livesettings/templates/livesettings/site_settings.html:93
msgid "Uncollapse all"
-msgstr ""
+msgstr "Desplegar tot"
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
-msgstr ""
+msgstr "Ara ja ets Administrador"
#: management/commands/initialize_ldap_logins.py:51
msgid ""
@@ -2661,6 +2712,15 @@ msgid ""
"<p>Note that tags may consist of more than one word, and tags\n"
"may be separated by a semicolon or a comma</p>\n"
msgstr ""
+"<p>Per preguntar per correu electrònic:</p>\n"
+"<ul>\n"
+" <li>Escriviu l'assumpte com: [Etiqueta1; Etiqueta12] Títol de la "
+"pregunta</li>\n"
+" <li>En el cos del missatge escriviu els detalls de la vostre pregunta</"
+"li>\n"
+"</ul>\n"
+"<p>Les etiquetes poden esta formades per més d'una paraula. Les etiquetes "
+"estan separades per una coma o un punt i coma</p>\n"
#: management/commands/post_emailed_questions.py:55
#, python-format
@@ -2668,6 +2728,8 @@ msgid ""
"<p>Sorry, there was an error posting your question please contact the "
"%(site)s administrator</p>"
msgstr ""
+"<p>S'ha produït un error publicant la vostre pregunta; contacteu amb "
+"l'administrador de %(site)s</p> "
#: management/commands/post_emailed_questions.py:61
#, python-format
@@ -2675,12 +2737,16 @@ msgid ""
"<p>Sorry, in order to post questions on %(site)s by email, please <a href="
"\"%(url)s\">register first</a></p>"
msgstr ""
+"<p>Cal estar <a href=\"%(url)s\">registrat</a> per publicar preguntes s "
+"%(site)s a través del correu electrònic</p>"
#: management/commands/post_emailed_questions.py:69
msgid ""
"<p>Sorry, your question could not be posted due to insufficient privileges "
"of your user account</p>"
msgstr ""
+"<p>La seva pregunta no s'ha publicat ja que el vostre compte d'usuari no té "
+"suficients privilegis</p>"
#: management/commands/send_accept_answer_reminders.py:57
#, python-format
@@ -2693,29 +2759,26 @@ msgstr "Acceptar la millor resposta d'aquesta pregunta:"
#: management/commands/send_accept_answer_reminders.py:64
msgid "Please accept the best answer for these questions:"
-msgstr "Acceptar la millor resposta d'aquestes preguntes:"
+msgstr "Acceptar la millor resposta per aquestes preguntes:"
#: management/commands/send_email_alerts.py:411
#, python-format
msgid "%(question_count)d updated question about %(topics)s"
msgid_plural "%(question_count)d updated questions about %(topics)s"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(question_count)d pregunta actualitzada de %(topics)s"
+msgstr[1] "%(question_count)d preguntes actualitzades de %(topics)s"
#: management/commands/send_email_alerts.py:421
#, python-format
msgid "%(name)s, this is an update message header for %(num)d question"
msgid_plural "%(name)s, this is an update message header for %(num)d questions"
-msgstr[0] ""
-"<p>Dear %(name)s,</p></p>The following question has been updated on the Q&A "
-"forum:</p>"
+msgstr[0] "%(name)s, aquest és un missatge d'actualització de %(num)d pregunta"
msgstr[1] ""
-"<p>Dear %(name)s,</p><p>The following %(num)d questions have been updated on "
-"the Q&A forum:</p>"
+"%(name)s, aquest és un missatge d'actualització de %(num)d preguntes"
#: management/commands/send_email_alerts.py:438
msgid "new question"
-msgstr ""
+msgstr "pregunta nova"
#: management/commands/send_email_alerts.py:455
msgid ""
@@ -2723,6 +2786,9 @@ msgid ""
"it - can somebody you know help answering those questions or benefit from "
"posting one?"
msgstr ""
+"Visita el fòrum i mira les noves preguntes i respostes. Potser algú que "
+"coneixes pot ajudar responen alguna de les preguntes o pot estar interessat "
+"en publicar algunapregunta."
#: management/commands/send_email_alerts.py:465
msgid ""
@@ -2730,6 +2796,9 @@ msgid ""
"you are receiving more than one email per dayplease tell about this issue to "
"the askbot administrator."
msgstr ""
+"La subscripció més freqüent que té és la 'diària' de preguntes "
+"seleccionades. Si rep més d'un missatge al dia, informi aquest fet a "
+"l'administrador del lloc."
#: management/commands/send_email_alerts.py:471
msgid ""
@@ -2737,12 +2806,16 @@ msgid ""
"this email more than once a week please report this issue to the askbot "
"administrator."
msgstr ""
+"La subscripció més freqüent que té és 'setmanal'. Si rep aquest missatge més "
+"d'un cop per setmana, informi aquest fet a l'administrador del lloc."
#: management/commands/send_email_alerts.py:477
msgid ""
"There is a chance that you may be receiving links seen before - due to a "
"technicality that will eventually go away. "
msgstr ""
+"És possible que rebi enllaços ja consultats abans, es tracte d'una qüestió "
+"tècnica que es resoldrà."
#: management/commands/send_email_alerts.py:490
#, python-format
@@ -2750,20 +2823,17 @@ msgid ""
"go to %(email_settings_link)s to change frequency of email updates or "
"%(admin_email)s administrator"
msgstr ""
-"<p>Please remember that you can always <a "
-"href='%(email_settings_link)s'>adjust</a> frequency of the email updates or "
-"turn them off entirely.<br/>If you believe that this message was sent in an "
-"error, please email about it the forum administrator at %(admin_email)s.</"
-"p><p>Sincerely,</p><p>Your friendly Q&A forum server.</p>"
+"per canviar la freqüencia de recepció de missatges anar a "
+"%(email_settings_link)s o %(admin_email)s administrador"
#: management/commands/send_unanswered_question_reminders.py:56
#, python-format
msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(question_count)d pregunta sense contestar de %(topics)s"
+msgstr[1] "%(question_count)d preguntes sense contestar de %(topics)s"
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, python-format
msgid "Please log in to use %s"
msgstr "Entrar per usar %s"
@@ -2773,12 +2843,16 @@ msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"blocked"
msgstr ""
+"No pot acceptar o rebutjar les millors respostes ja que el seu compte està "
+"bloquejat"
#: models/__init__.py:321
msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"suspended"
msgstr ""
+"No pot acceptar o rebutjar les millors respostes ja que el seu compte està "
+"deshabilitat"
#: models/__init__.py:334
#, python-format
@@ -2786,71 +2860,71 @@ msgid ""
">%(points)s points required to accept or unaccept your own answer to your "
"own question"
msgstr ""
+"S'ha de tenir més de %(points)s per acceptar o rebutjar la pròpia resposta a "
+"la vostre pròpia pregunta"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
-msgstr ""
+msgstr "Podrà acceptar aquesta resposta a partir de %(will_be_able_at)s"
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
+"Només els moderadors o l'autor original de la pregunta -%(username)s- poden "
+"acceptar i rebutjar la millor resposta"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
-msgstr "Sorry, you cannot vote for your own posts"
+msgstr "no es pot votar una entrada pròpia"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
-msgstr ""
+msgstr "El seu compte sembla que està bloquejat"
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
-msgstr ""
+msgstr "El seu compte sembla que està deshabilitat"
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
-msgstr ">%(points)s points required to upvote "
+msgstr "s'han de tenir més de %(points)s per votar positivament"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
-msgstr ">%(points)s points required to downvote "
+msgstr "s'han de tenir més de %(points)s per votar negativament"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
-msgstr ""
+msgstr "Els usuaris bloquejats no poden penjar fitxers"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
-msgstr ""
+msgstr "Els usuaris deshabilitats no poden penjar fitxers"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
-msgstr "sorry, file uploading requires karma >%(min_rep)s"
+msgstr ""
+"només els usuaris amb més de %(min_rep)s punts de reputació poden penjar "
+"imatges"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
-msgstr ""
-"Sorry, your account appears to be blocked and you cannot make new posts "
-"until this issue is resolved. Please contact the forum administrator to "
-"reach a resolution."
+msgstr "els usuaris bloquejats no poden publicar"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "els usuaris deshabilitats no poden publicar"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2859,58 +2933,73 @@ msgid_plural ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
"minutes from posting"
msgstr[0] ""
+"Els comentaris (excepte el darrer) es poden editar durant %(minutes)s minut "
+"des de que es publiquen"
msgstr[1] ""
+"Els comentaris (excepte el darrer) es poden editar durant %(minutes)s minuts "
+"des de que es publiquen"
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
+"Només els propietaris de l'entrada o els moderadors poden editar comentaris"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
+"El seu compte està deshabilitat, només pot comentar les entrades pròpies"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
+"Per comentar una entrada es cal tenir una reputació de %(min_rep)s puntsSí "
+"podeu comentar les entrades i les respostes a les vostres preguntes"
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
+"Aquesta entrada s'ha esborrat. Només els seus propietaris, l'administrador "
+"del lloc i els moderadors la poden veure."
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
+"Una entrada esborrada només la poden editar els moderadors, els "
+"administradors del lloc o els propietaris de l'entrada."
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
-msgstr ""
+msgstr "El seu compte està bloquejat, no podeu editar entrades"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
-msgstr ""
+msgstr "El seu compte està deshabilitat, només pot editar entrades pròpies"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
+"Per editar entrades wiki s'ha de tenir una reputació mínima de %(min_rep)s"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
+"Per editar entrades d'altres persones s'ha de tenir una reputació mínima de "
+"%(min_rep)s"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2918,258 +3007,292 @@ msgid_plural ""
"Sorry, cannot delete your question since it has some upvoted answers posted "
"by other users"
msgstr[0] ""
+"No es pot eliminar la pregunta ja que hi ha una resposta amb vots positius "
+"d'un altre usuari"
msgstr[1] ""
+"No es pot eliminar la pregunta ja que hi ha respostes d'altres usuaris amb "
+"vots positius"
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
-msgstr ""
+msgstr "El seu compte està bloquejat, no pot eliminar entrades"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
-msgstr ""
+msgstr "El seu compte està deshabilitat, només pot eliminar entrades pròpies"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
+"per eliminar entrades d'altres persones cal una reputació mínima de "
+"%(min_rep)s"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
-msgstr ""
+msgstr "El seu compte està bloquejat, no pot tancar preguntes"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
-msgstr ""
+msgstr "Des de que el seu compte està deshabilitat no pot tancar preguntes"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
+"Per tancar entrades d'altres persones cal tenir una reputació mínima de "
+"%(min_rep)s"
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
+"Per tancar una pregunta pròpia cal tenir una reputació mínima de %(min_rep)s"
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
+"Només els moderadors, els administradors del lloc o els propietaris de les "
+"entrades amb reputació mínim de %(min_rep)s poden reobrir preguntes."
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
+"Per reobrir una pregunta pròpia cal tenir una reputació mínima de %(min_rep)s"
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
-msgstr "You have flagged this question before and cannot do it more than once"
+msgstr "no es pot senyalar un missatge com ofensiu dues vegades"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
-msgstr ""
-"Sorry, since your account is blocked you cannot flag posts as offensive"
+msgstr "els usuaris bloquejats no poden senyalar entrades"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "els usuaris deshabilitats no poden senyalar entrades"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
-msgstr ""
-"Sorry, to flag posts as offensive a minimum reputation of %(min_rep)s is "
-"required"
+msgstr "s'han de tenir més de %(min_rep)s punts per senyalar spam"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
+msgstr "excedit %(max_flags_per_day)s"
+
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
msgstr ""
-"Sorry, you have exhausted the maximum number of %(max_flags_per_day)s "
-"offensive flags per day."
-#: models/__init__.py:799
+#: models/__init__.py:803
+msgid "blocked users cannot remove flags"
+msgstr "els usuaris bloquejats no poden treure senyals"
+
+#: models/__init__.py:805
+msgid "suspended users cannot remove flags"
+msgstr "els usuaris deshabilitats no poden treure senyals"
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] "s'han de tenir més de %(min_rep)s punts per poder treure senyals"
+msgstr[1] "s'han de tenir més de %(min_rep)s punts per poder treure senyals"
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr "No té permís per treure totes les senyals"
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
+"Només els propietaris de de la pregunta, els moderadors i els administradors "
+"podenreetiquetar una pregunta esborrada"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
-msgstr ""
+msgstr "El seu compte està bloquejat, no pot reetiquetar preguntes"
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
+"El seu compte està deshabilitat, només pot reetiquetar les preguntes pròpies"
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
+"Per reetiquetar una pregunta ha de tenir una reputació mínima de %(min_rep)s "
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
-msgstr ""
+msgstr "El seu compte està bloquejat, no pot eliminar un comentari"
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
+"El seu compte està deshabilitat, només pot eliminar els comentaris pròpies"
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
+"Per eliminar comentaris ha de tenir una reputació mínima de %(min_rep)s"
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
-msgstr "sorry, but older votes cannot be revoked"
+msgstr "no es pot revocar un vot antic"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
-msgstr ""
+msgstr "a %(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
-msgstr ""
+msgstr "en dos dies"
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
-msgstr ""
+msgstr "demà"
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "en %(hr)d hora"
+msgstr[1] "en %(hr)d hores"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "en %(min)d minut"
+msgstr[1] "en %(min)d minuts"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(days)d dia"
+msgstr[1] "%(days)d dies"
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
+"Els usuaris nous han d'esperar %(days)s per respondre la seva pròpia "
+"pregunta. Podeu publicar una resposta %(left)s"
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
-msgstr ""
+msgstr "Anònim"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
-msgstr ""
+msgstr "Administrador del Lloc"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
-msgstr ""
+msgstr "Moderador del Fòrum"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
-msgstr ""
+msgstr "Usuari Deshabilitat"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
-msgstr ""
+msgstr "Usuari Bloquejat"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
-msgstr ""
+msgstr "Usuari Registrat"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
-msgstr ""
+msgstr "Usuari Observat"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
-msgstr ""
+msgstr "Usuari Habilitat"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
-msgstr ""
+msgstr "%(username)s té una reputació de %(reputation)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "una insígnia d'or"
+msgstr[1] "%(count)d insígnies d'or"
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "una insígnia de plata"
+msgstr[1] "%(count)d insígnies de plata"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "una insígnia de bronze"
+msgstr[1] "%(count)d insígnies de bronze"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
-msgstr ""
+msgstr "%(item1)s i %(item2)s"
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
-msgstr ""
+msgstr "%(user)s té %(badges)s"
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
+#: models/__init__.py:2305
#, python-format
-msgid "Re: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr ""
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
+"Ha rebut una insígnia '%(badge_name)s'. Vegeu la <a href=\"%(user_profile)s"
+"\">perfil d'usuari</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
-msgstr ""
+msgstr "S'ha desat la seva subscripció d'etiquetes"
#: models/badges.py:129
#, python-format
@@ -3435,68 +3558,73 @@ msgstr ""
#: models/content.py:549
msgid "Sorry, this question has been deleted and is no longer accessible"
-msgstr ""
+msgstr "Aquesta pregunta s'ha esborrat i no es pot accedir"
#: models/content.py:565
msgid ""
"Sorry, the answer you are looking for is no longer available, because the "
"parent question has been removed"
msgstr ""
+"La resposat que cerca ja no es vàlida, ja què s'ha tret la pregunta original "
#: models/content.py:572
msgid "Sorry, this answer has been removed and is no longer accessible"
-msgstr ""
+msgstr "Aquesta pregunta s'ha tret i no es pot accedir"
#: models/meta.py:116
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent question has been removed"
msgstr ""
+"El comentari que cerca ja no es pot accedir ja què s'ha tret la pregunta "
+"original"
#: models/meta.py:123
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent answer has been removed"
msgstr ""
+"El comentari que cerca ja no es pot accedir ja què s'ha tret la resposta "
+"original"
#: models/question.py:63
#, python-format
msgid "\" and \"%s\""
-msgstr ""
+msgstr "\" i \"%s\""
#: models/question.py:66
msgid "\" and more"
-msgstr ""
+msgstr "\" i més"
#: models/question.py:806
#, python-format
msgid "%(author)s modified the question"
-msgstr ""
+msgstr "%(author)s ha modificat la pregunta"
#: models/question.py:810
#, python-format
msgid "%(people)s posted %(new_answer_count)s new answers"
-msgstr ""
+msgstr "%(people)s han publicat %(new_answer_count)s noves respostes"
#: models/question.py:815
#, python-format
msgid "%(people)s commented the question"
-msgstr ""
+msgstr "%(people)s han comentat la pregunta"
#: models/question.py:820
#, python-format
msgid "%(people)s commented answers"
-msgstr ""
+msgstr "%(people)s han comentat respostes"
#: models/question.py:822
#, python-format
msgid "%(people)s commented an answer"
-msgstr ""
+msgstr "%(people)s han comentat una resposta"
#: models/repute.py:142
#, python-format
msgid "<em>Changed by moderator. Reason:</em> %(reason)s"
-msgstr ""
+msgstr "<em>Canviar pel moderador. Raó:</em> %(reason)s"
#: models/repute.py:153
#, python-format
@@ -3504,6 +3632,8 @@ msgid ""
"%(points)s points were added for %(username)s's contribution to question "
"%(question_title)s"
msgstr ""
+"S'han afegit %(points)s punts a %(username)s per la seva contribució a la "
+"pregunta %(question_title)s"
#: models/repute.py:158
#, python-format
@@ -3511,117 +3641,97 @@ msgid ""
"%(points)s points were subtracted for %(username)s's contribution to "
"question %(question_title)s"
msgstr ""
+"S'han tret %(points)s punts a %(username)s per la seva contribució a la "
+"pregunta %(question_title)s"
#: models/tag.py:151
msgid "interesting"
-msgstr ""
+msgstr "interessant"
#: models/tag.py:151
msgid "ignored"
-msgstr ""
+msgstr "ignorada"
#: models/user.py:264
msgid "Entire forum"
-msgstr ""
+msgstr "Tot el fòrum"
#: models/user.py:265
msgid "Questions that I asked"
-msgstr ""
+msgstr "Preguntes que jo he preguntat"
#: models/user.py:266
msgid "Questions that I answered"
-msgstr ""
+msgstr "Preguntes que jo he respos"
#: models/user.py:267
msgid "Individually selected questions"
-msgstr ""
+msgstr "Preguntes seleccionades individualment"
#: models/user.py:268
msgid "Mentions and comment responses"
-msgstr ""
+msgstr "Cites i comentaris a respostes"
#: models/user.py:271
msgid "Instantly"
-msgstr ""
+msgstr "Instantàniament"
#: models/user.py:272
msgid "Daily"
-msgstr ""
+msgstr "Diàriament"
#: models/user.py:273
msgid "Weekly"
-msgstr ""
+msgstr "Setmanalment"
#: models/user.py:274
msgid "No email"
-msgstr ""
+msgstr "Cap correu electrònic"
#: skins/common/templates/authopenid/authopenid_macros.html:53
-#: skins/old/templates/authopenid/macros.html:53
+#, fuzzy
msgid "Please enter your <span>user name</span>, then sign in"
-msgstr "Introduïu el vostre <span>nom d'usuari</span> i inicieu la sessió"
+msgstr "Introduïu el vostre <span>nom d'usuari i contrasenya</span> per entrar"
+# msgstr "Introduïu el vostre <span>nom d'usuari</span> i inicieu la sessió"
#: skins/common/templates/authopenid/authopenid_macros.html:54
#: skins/common/templates/authopenid/signin.html:90
-#: skins/old/templates/authopenid/macros.html:54
-#: skins/old/templates/authopenid/signin.html:90
msgid "(or select another login method above)"
-msgstr "(o escolliu un dels altres mètodes d'entrada)"
+msgstr "(o seleccioneu un dels altres mètodes d'entrada)"
#: skins/common/templates/authopenid/authopenid_macros.html:56
-#: skins/old/templates/authopenid/macros.html:56
msgid "Sign in"
msgstr "Entrar"
#: skins/common/templates/authopenid/changeemail.html:2
#: skins/common/templates/authopenid/changeemail.html:8
#: skins/common/templates/authopenid/changeemail.html:36
-#: skins/old/templates/authopenid/changeemail.html:2
-#: skins/old/templates/authopenid/changeemail.html:8
-#: skins/old/templates/authopenid/changeemail.html:36
msgid "Change email"
msgstr "Canviar correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:10
-#: skins/old/templates/authopenid/changeemail.html:10
msgid "Save your email address"
msgstr "Canviar la vostra adreça de correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:15
-#: skins/old/templates/authopenid/changeemail.html:15
#, python-format
msgid "change %(email)s info"
msgstr "canviar informació %(email)s"
-
#: skins/common/templates/authopenid/changeemail.html:17
-#: skins/old/templates/authopenid/changeemail.html:17
#, python-format
msgid "here is why email is required, see %(gravatar_faq_url)s"
-msgstr ""
-"<span class='strong big'>Please enter your email address in the box below.</"
-"span> Valid email address is required on this Q&amp;A forum. If you like, "
-"you can <strong>receive updates</strong> on interesting questions or entire "
-"forum via email. Also, your email is used to create a unique <a "
-"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-"account. Email addresses are never shown or otherwise shared with anybody "
-"else."
+msgstr "el correu electrònic és necessari, consulteu %(gravatar_faq_url)s"
#: skins/common/templates/authopenid/changeemail.html:29
-#: skins/old/templates/authopenid/changeemail.html:29
msgid "Your new Email"
-msgstr ""
-"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-"anyone, must be valid)"
+msgstr "El seu nou correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:29
-#: skins/old/templates/authopenid/changeemail.html:29
msgid "Your Email"
-msgstr ""
-"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+msgstr "El seu correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:36
-#: skins/old/templates/authopenid/changeemail.html:36
msgid "Save Email"
msgstr "Canviar correu electrònic"
@@ -3633,229 +3743,164 @@ msgstr "Canviar correu electrònic"
#: skins/default/templates/question_retag.html:22
#: skins/default/templates/reopen.html:27
#: skins/default/templates/subscribe_for_tags.html:16
-#: skins/default/templates/user_profile/user_edit.html:84
-#: skins/old/templates/answer_edit.html:22 skins/old/templates/close.html:16
-#: skins/old/templates/feedback.html:42
-#: skins/old/templates/question_edit.html:28
-#: skins/old/templates/question_retag.html:22
-#: skins/old/templates/reopen.html:27
-#: skins/old/templates/subscribe_for_tags.html:16
-#: skins/old/templates/authopenid/changeemail.html:38
-#: skins/old/templates/user_profile/user_edit.html:84
+#: skins/default/templates/user_profile/user_edit.html:96
msgid "Cancel"
-msgstr ""
+msgstr "Cancel·lar"
#: skins/common/templates/authopenid/changeemail.html:45
-#: skins/old/templates/authopenid/changeemail.html:45
msgid "Validate email"
msgstr "Validar correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:48
-#: skins/old/templates/authopenid/changeemail.html:48
#, python-format
msgid "validate %(email)s info or go to %(change_email_url)s"
-msgstr ""
-"<span class=\"strong big\">An email with a validation link has been sent to "
-"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
-"web browser. Email validation is necessary to help insure the proper use of "
-"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
-"<strong>another email</strong>, please <a "
-"href='%(change_email_url)s'><strong>change it again</strong></a>."
+msgstr "validar la informació %(email)s o anar a %(change_email_url)s"
#: skins/common/templates/authopenid/changeemail.html:52
-#: skins/old/templates/authopenid/changeemail.html:52
msgid "Email not changed"
-msgstr ""
+msgstr "No s'ha canviat el correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:55
-#: skins/old/templates/authopenid/changeemail.html:55
#, python-format
msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-msgstr ""
-"<span class=\"strong big\">Your email address %(email)s has not been changed."
-"</span> If you decide to change it later - you can always do it by editing "
-"it in your user profile or by using the <a "
-"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+msgstr "es manté l'antic %(email)s, si vol pot anar a %(change_email_url)s"
#: skins/common/templates/authopenid/changeemail.html:59
-#: skins/old/templates/authopenid/changeemail.html:59
msgid "Email changed"
-msgstr ""
+msgstr "Correu electrònic canviat"
#: skins/common/templates/authopenid/changeemail.html:62
-#: skins/old/templates/authopenid/changeemail.html:62
#, python-format
msgid "your current %(email)s can be used for this"
-msgstr ""
-"<span class='big strong'>Your email address is now set to %(email)s.</span> "
-"Updates on the questions that you like most will be sent to this address. "
-"Email notifications are sent once a day or less frequently - only when there "
-"are any news."
+msgstr "per això es pot usar el %(email)s actual"
#: skins/common/templates/authopenid/changeemail.html:66
-#: skins/old/templates/authopenid/changeemail.html:66
msgid "Email verified"
-msgstr ""
+msgstr "Correu electrònic verificat"
#: skins/common/templates/authopenid/changeemail.html:69
-#: skins/old/templates/authopenid/changeemail.html:69
msgid "thanks for verifying email"
-msgstr ""
-"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
-"you find a very interesting question you can <strong>subscribe for the "
-"updates</strong> - then will be notified about changes <strong>once a day</"
-"strong> or less frequently."
+msgstr "gràcies per verificar el correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:73
-#: skins/old/templates/authopenid/changeemail.html:73
msgid "email key not sent"
-msgstr "Validation email not sent"
+msgstr "no s'ha enviat la clau de verificació de correu electrònic"
#: skins/common/templates/authopenid/changeemail.html:76
-#: skins/old/templates/authopenid/changeemail.html:76
#, python-format
msgid "email key not sent %(email)s change email here %(change_link)s"
msgstr ""
-"<span class='big strong'>Your current email address %(email)s has been "
-"validated before</span> so the new key was not sent. You can <a "
-"href='%(change_link)s'>change</a> email used for update subscriptions if "
-"necessary."
+"no s'ha enviat la clau de correu electrònic %(email)s, canviar el correu a "
+"%(change_link)s"
#: skins/common/templates/authopenid/complete.html:21
#: skins/common/templates/authopenid/complete.html:23
-#: skins/old/templates/authopenid/complete.html:21
-#: skins/old/templates/authopenid/complete.html:23
msgid "Registration"
msgstr "Registre"
#: skins/common/templates/authopenid/complete.html:27
-#: skins/old/templates/authopenid/complete.html:27
#, python-format
msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
msgstr "registrar-se a través de %(provider)s; consulteu %(gravatar_faq_url)s"
#: skins/common/templates/authopenid/complete.html:30
-#: skins/old/templates/authopenid/complete.html:30
#, python-format
msgid ""
"%(username)s already exists, choose another name for \n"
" %(provider)s. Email is required too, see "
"%(gravatar_faq_url)s\n"
" "
-msgstr "%(username)s ja existeix, escolliu un altre nom per \n"
-" %(provider)s. També és necessari el correu electrònic: consulteu"
-"%(gravatar_faq_url)s\n"
-""
+msgstr ""
+"%(username)s ja existeix, seleccioneu un altre nom per \n"
+" %(provider)s. També és necessari el correu "
+"electrònic: consulteu%(gravatar_faq_url)s\n"
+" "
#: skins/common/templates/authopenid/complete.html:34
-#: skins/old/templates/authopenid/complete.html:34
#, python-format
msgid ""
"register new external %(provider)s account info, see %(gravatar_faq_url)s"
-msgstr "informació del nou compte de registre extern %(provider)s; consulteu %(gravatar_faq_url)s"
-
+msgstr ""
+"informació del nou compte de registre extern %(provider)s; consulteu "
+"%(gravatar_faq_url)s"
#: skins/common/templates/authopenid/complete.html:37
-#: skins/old/templates/authopenid/complete.html:37
#, python-format
msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
msgstr "registrar nova connexió Facebook; consulteu %(gravatar_faq_url)s"
#: skins/common/templates/authopenid/complete.html:40
-#: skins/old/templates/authopenid/complete.html:40
msgid "This account already exists, please use another."
msgstr "Aquest compte ja existeix, useu un altre."
#: skins/common/templates/authopenid/complete.html:59
-#: skins/old/templates/authopenid/complete.html:59
msgid "Screen name label"
msgstr "Nom d'usuari"
#: skins/common/templates/authopenid/complete.html:66
-#: skins/old/templates/authopenid/complete.html:66
msgid "Email address label"
msgstr "Adreça de correu electrònic"
#: skins/common/templates/authopenid/complete.html:72
#: skins/common/templates/authopenid/signup_with_password.html:36
-#: skins/old/templates/authopenid/complete.html:72
-#: skins/old/templates/authopenid/signup_with_password.html:36
msgid "receive updates motivational blurb"
-msgstr ""
-"<strong>Receive forum updates by email</strong> - this will help our "
-"community grow and become more useful.<br/>By default <span "
-"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
-"week</strong> - only when there is anything new.<br/>If you like, please "
-"adjust this now or any time later from your user account."
+msgstr "rebre actualitzacions"
#: skins/common/templates/authopenid/complete.html:76
#: skins/common/templates/authopenid/signup_with_password.html:40
-#: skins/old/templates/authopenid/complete.html:76
-#: skins/old/templates/authopenid/signup_with_password.html:40
msgid "please select one of the options above"
-msgstr "escollir una de les opcions anteriors"
+msgstr "seleccioneu una de les opcions anteriors"
#: skins/common/templates/authopenid/complete.html:79
-#: skins/old/templates/authopenid/complete.html:79
msgid "Tag filter tool will be your right panel, once you log in."
-msgstr ""
+msgstr "Al entrar, el requadre dret serà l'eina de filtre d'etiquetes"
#: skins/common/templates/authopenid/complete.html:80
-#: skins/old/templates/authopenid/complete.html:80
msgid "create account"
-msgstr "Signup"
+msgstr "crear compte"
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
-msgstr ""
+msgstr "Gràcies per registrar-vos al fòrum!"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
-msgstr ""
+msgstr "Els detalls del compte:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Nom d'usuari:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Contrasenya:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Registrar-se aquí:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr ""
"Salutacions,\n"
-"Administrador del fòrum de preguntes i respostes"
+"Administrador del fòrum"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
-msgstr ""
+msgstr "Salutacions del fòrum de preguntes i respostes"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
-msgstr ""
+msgstr "Per usar el fòrum seguir els enllaços següents:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
+"Seguiu l'enllaç anterior per poder verificar la seva adreça de correu "
+"electrònic"
#: skins/common/templates/authopenid/email_validation.txt:9
msgid ""
@@ -3863,31 +3908,30 @@ msgid ""
"no further action is needed. Just ingore this email, we apologize\n"
"for any inconvenience"
msgstr ""
+"Si creu que aquest missatge s'ha enviat incorrectament, no ha de fer res. "
+"Ignori'l. Disculpeu les molèsties."
#: skins/common/templates/authopenid/logout.html:3
-#: skins/old/templates/authopenid/logout.html:3
msgid "Logout"
-msgstr "Sign out"
+msgstr "Sortir"
#: skins/common/templates/authopenid/logout.html:5
-#: skins/old/templates/authopenid/logout.html:5
msgid "You have successfully logged out"
-msgstr ""
+msgstr "Ha entrar correctament"
#: skins/common/templates/authopenid/logout.html:7
-#: skins/old/templates/authopenid/logout.html:7
msgid ""
"However, you still may be logged in to your OpenID provider. Please logout "
"of your provider if you wish to do so."
msgstr ""
+"Potser encara està registrar amb el seu proveïdor OpenID. Podeu sortir del "
+"proveïdor si voleu."
#: skins/common/templates/authopenid/signin.html:4
-#: skins/old/templates/authopenid/signin.html:4
msgid "User login"
-msgstr "User login"
+msgstr "Entrada"
#: skins/common/templates/authopenid/signin.html:14
-#: skins/old/templates/authopenid/signin.html:14
#, python-format
msgid ""
"\n"
@@ -3895,377 +3939,338 @@ msgid ""
" "
msgstr ""
"\n"
-"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
-"posted once you log in.</span>"
+" la seva resposta a %(title)s %(summary)s es publicar quan inicieu la "
+"sessió\n"
+" "
#: skins/common/templates/authopenid/signin.html:21
-#: skins/old/templates/authopenid/signin.html:21
#, python-format
msgid ""
"Your question \n"
" %(title)s %(summary)s will be posted once you log in\n"
" "
msgstr ""
-"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
-"posted once you log in.</span>"
+"La seva pregunta \n"
+" %(title)s %(summary)s es publicarà quan inicieu la sessió\n"
+" "
#: skins/common/templates/authopenid/signin.html:28
-#: skins/old/templates/authopenid/signin.html:28
msgid ""
"Take a pick of your favorite service below to sign in using secure OpenID or "
"similar technology. Your external service password always stays confidential "
"and you don't have to rememeber or create another one."
msgstr ""
+"Seleccioneu un dels serveis per entrar usant OpenID segur o tecnologies "
+"similars. La contrasenya del servei extern es manté sempre confidencial, no "
+"ha de crear o recordar una contrasenya nova."
#: skins/common/templates/authopenid/signin.html:31
-#: skins/old/templates/authopenid/signin.html:31
msgid ""
"It's a good idea to make sure that your existing login methods still work, "
"or add a new one. Please click any of the icons below to check/change or add "
"new login methods."
msgstr ""
+"Per comprovar, canviar o afegir nous mètodes d'entrada, feu clic en "
+"qualsevol dels icones següents."
#: skins/common/templates/authopenid/signin.html:33
-#: skins/old/templates/authopenid/signin.html:33
msgid ""
"Please add a more permanent login method by clicking one of the icons below, "
"to avoid logging in via email each time."
msgstr ""
+"Eviteu entrar cada vegada via correu electrònic. Per afegir un mètode "
+"d'entrada més permanent feu clic en un dels icones següents"
#: skins/common/templates/authopenid/signin.html:37
-#: skins/old/templates/authopenid/signin.html:37
msgid ""
"Click on one of the icons below to add a new login method or re-validate an "
"existing one."
msgstr ""
+"Per afegir un nou mètode d'entrada o revalidar un d'existent feu clic en un "
+"dels icones següents"
#: skins/common/templates/authopenid/signin.html:39
-#: skins/old/templates/authopenid/signin.html:39
msgid ""
"You don't have a method to log in right now, please add one or more by "
"clicking any of the icons below."
msgstr ""
+"No teniu cap mètode d'entrada, per afegir-ne un o més feu clic en qualsevol "
+"dels icones següents"
#: skins/common/templates/authopenid/signin.html:42
-#: skins/old/templates/authopenid/signin.html:42
msgid ""
"Please check your email and visit the enclosed link to re-connect to your "
"account"
msgstr ""
+"Comproveu el vostre correu electrònic i seguiu l'enllaç adjunt per re-"
+"connectar al vostre compte"
#: skins/common/templates/authopenid/signin.html:87
-#: skins/old/templates/authopenid/signin.html:87
msgid "Please enter your <span>user name and password</span>, then sign in"
-msgstr ""
+msgstr "Introduïu el vostre <span>nom d'usuari i contrasenya</span> per entrar"
#: skins/common/templates/authopenid/signin.html:93
-#: skins/old/templates/authopenid/signin.html:93
msgid "Login failed, please try again"
-msgstr ""
+msgstr "No s'ha pogut entrar, torneu a provar"
#: skins/common/templates/authopenid/signin.html:97
-#: skins/old/templates/authopenid/signin.html:97
msgid "Login or email"
msgstr "Usuari o correu electrònic"
#: skins/common/templates/authopenid/signin.html:101
-#: skins/old/templates/authopenid/signin.html:101
msgid "Password"
msgstr "Contrasenya"
#: skins/common/templates/authopenid/signin.html:106
-#: skins/old/templates/authopenid/signin.html:106
msgid "Login"
msgstr "Entrar"
#: skins/common/templates/authopenid/signin.html:113
-#: skins/old/templates/authopenid/signin.html:113
msgid "To change your password - please enter the new one twice, then submit"
-msgstr ""
+msgstr "Per canviar la vostre contrasenya, introduïu la nova dues vegades"
#: skins/common/templates/authopenid/signin.html:117
-#: skins/old/templates/authopenid/signin.html:117
msgid "New password"
msgstr "Contrasenya nova"
#: skins/common/templates/authopenid/signin.html:124
-#: skins/old/templates/authopenid/signin.html:124
msgid "Please, retype"
-msgstr ""
+msgstr "torni a escriure"
#: skins/common/templates/authopenid/signin.html:146
-#: skins/old/templates/authopenid/signin.html:146
msgid "Here are your current login methods"
-msgstr ""
+msgstr "Aquests són els seus mètodes d'entrada actuals"
#: skins/common/templates/authopenid/signin.html:150
-#: skins/old/templates/authopenid/signin.html:150
msgid "provider"
-msgstr ""
+msgstr "proveïdor"
#: skins/common/templates/authopenid/signin.html:151
-#: skins/old/templates/authopenid/signin.html:151
-#, fuzzy
msgid "last used"
-msgstr "Last updated"
+msgstr "recentment usat"
#: skins/common/templates/authopenid/signin.html:152
-#: skins/old/templates/authopenid/signin.html:152
msgid "delete, if you like"
-msgstr ""
+msgstr "esborra, si voleu"
#: skins/common/templates/authopenid/signin.html:166
-#: skins/common/templates/question/answer_controls.html:25
-#: skins/common/templates/question/question_controls.html:30
-#: skins/old/templates/question.html:106 skins/old/templates/question.html:250
-#: skins/old/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
msgid "delete"
msgstr "esborra"
#: skins/common/templates/authopenid/signin.html:168
-#: skins/old/templates/authopenid/signin.html:168
msgid "cannot be deleted"
-msgstr "no es pot esborrar"
+msgstr "no es pot eliminar"
#: skins/common/templates/authopenid/signin.html:181
-#: skins/old/templates/authopenid/signin.html:181
msgid "Still have trouble signing in?"
-msgstr ""
+msgstr "Problemes al registrar-se?"
#: skins/common/templates/authopenid/signin.html:186
-#: skins/old/templates/authopenid/signin.html:186
msgid "Please, enter your email address below and obtain a new key"
-msgstr ""
+msgstr "Entreu la vostra adreça de correu electrònic per tenir una nova clau"
#: skins/common/templates/authopenid/signin.html:188
-#: skins/old/templates/authopenid/signin.html:188
msgid "Please, enter your email address below to recover your account"
msgstr ""
+"Per recuperar el vostre compte entrar la vostra adreça de correu electrònic"
#: skins/common/templates/authopenid/signin.html:191
-#: skins/old/templates/authopenid/signin.html:191
msgid "recover your account via email"
-msgstr ""
+msgstr "recuperar el vostre compte via correu electrònic"
#: skins/common/templates/authopenid/signin.html:202
-#: skins/old/templates/authopenid/signin.html:202
msgid "Send a new recovery key"
-msgstr ""
+msgstr "Enviar una nova clau de recuperació"
#: skins/common/templates/authopenid/signin.html:204
-#: skins/old/templates/authopenid/signin.html:204
msgid "Recover your account via email"
-msgstr ""
+msgstr "Recuperar el vostre compte via correu electrònic"
#: skins/common/templates/authopenid/signin.html:216
-#: skins/old/templates/authopenid/signin.html:216
msgid "Why use OpenID?"
-msgstr ""
+msgstr "Perquè usar OpenID?"
#: skins/common/templates/authopenid/signin.html:219
-#: skins/old/templates/authopenid/signin.html:219
msgid "with openid it is easier"
-msgstr "With the OpenID you don't need to create new username and password."
+msgstr "amb openid és més fàcil"
#: skins/common/templates/authopenid/signin.html:222
-#: skins/old/templates/authopenid/signin.html:222
msgid "reuse openid"
-msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+msgstr "reusar openid"
#: skins/common/templates/authopenid/signin.html:225
-#: skins/old/templates/authopenid/signin.html:225
msgid "openid is widely adopted"
-msgstr ""
-"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
-"enabled."
+msgstr "openid està àmpliament adoptat"
#: skins/common/templates/authopenid/signin.html:228
-#: skins/old/templates/authopenid/signin.html:228
msgid "openid is supported open standard"
-msgstr "OpenID is based on an open standard, supported by many organizations."
+msgstr "openid és un estàndard obert compatible"
#: skins/common/templates/authopenid/signin.html:232
-#: skins/old/templates/authopenid/signin.html:232
msgid "Find out more"
-msgstr ""
+msgstr "Cercar més"
#: skins/common/templates/authopenid/signin.html:233
-#: skins/old/templates/authopenid/signin.html:233
msgid "Get OpenID"
-msgstr ""
+msgstr "Obtenir OpenID"
#: skins/common/templates/authopenid/signup_with_password.html:4
-#: skins/old/templates/authopenid/signup_with_password.html:4
msgid "Signup"
msgstr "Registrar-se"
#: skins/common/templates/authopenid/signup_with_password.html:10
-#: skins/old/templates/authopenid/signup_with_password.html:10
msgid "Please register by clicking on any of the icons below"
msgstr "Registrar-se clicant una de les icones "
#: skins/common/templates/authopenid/signup_with_password.html:23
-#: skins/old/templates/authopenid/signup_with_password.html:23
msgid "or create a new user name and password here"
-msgstr "o crear un nou nom d'usuari i contrasenya aquí"
+msgstr "o crear un nou compte d'usuari:"
#: skins/common/templates/authopenid/signup_with_password.html:25
-#: skins/old/templates/authopenid/signup_with_password.html:25
msgid "Create login name and password"
msgstr "nom d'usuari i contrasenya %(site)s"
#: skins/common/templates/authopenid/signup_with_password.html:26
-#: skins/old/templates/authopenid/signup_with_password.html:26
msgid "Traditional signup info"
-msgstr ""
-
+msgstr "Informació de registre tradicional"
#: skins/common/templates/authopenid/signup_with_password.html:44
-#: skins/old/templates/authopenid/signup_with_password.html:44
msgid ""
"Please read and type in the two words below to help us prevent automated "
"account creation."
msgstr ""
+"Per evitar la creació automatitzada de comptes, llegiu i introduïu les dues "
+"paraules següents"
#: skins/common/templates/authopenid/signup_with_password.html:47
-#: skins/old/templates/authopenid/signup_with_password.html:47
msgid "Create Account"
msgstr "Crear un compte"
#: skins/common/templates/authopenid/signup_with_password.html:49
-#: skins/old/templates/authopenid/signup_with_password.html:49
msgid "or"
-msgstr ""
+msgstr "o"
#: skins/common/templates/authopenid/signup_with_password.html:50
-#: skins/old/templates/authopenid/signup_with_password.html:50
msgid "return to OpenID login"
-msgstr ""
+msgstr "tornar a l'entrada OpenID"
#: skins/common/templates/avatar/add.html:3
-#: skins/old/templates/avatar/add.html:3
msgid "add avatar"
msgstr "afegir avatar"
#: skins/common/templates/avatar/add.html:5
-#: skins/old/templates/avatar/add.html:5
msgid "Change avatar"
msgstr "Canviar avatar"
#: skins/common/templates/avatar/add.html:6
#: skins/common/templates/avatar/change.html:7
-#: skins/old/templates/avatar/add.html:6
-#: skins/old/templates/avatar/change.html:7
msgid "Your current avatar: "
-msgstr ""
+msgstr "El seu avatar actual:"
#: skins/common/templates/avatar/add.html:9
#: skins/common/templates/avatar/change.html:11
-#: skins/old/templates/avatar/add.html:9
-#: skins/old/templates/avatar/change.html:11
msgid "You haven't uploaded an avatar yet. Please upload one now."
-msgstr ""
+msgstr "No heu penjat encara un avatar. Podeu penjar-ne un ara."
#: skins/common/templates/avatar/add.html:13
-#: skins/old/templates/avatar/add.html:13
msgid "Upload New Image"
-msgstr ""
+msgstr "Penjar una Nova Imatge"
#: skins/common/templates/avatar/change.html:4
-#: skins/old/templates/avatar/change.html:4
msgid "change avatar"
msgstr "canviar avatar"
#: skins/common/templates/avatar/change.html:17
-#: skins/old/templates/avatar/change.html:17
msgid "Choose new Default"
-msgstr ""
+msgstr "Trieu Defecte nou"
#: skins/common/templates/avatar/change.html:22
-#: skins/old/templates/avatar/change.html:22
msgid "Upload"
msgstr "Penjar"
#: skins/common/templates/avatar/confirm_delete.html:2
-#: skins/old/templates/avatar/confirm_delete.html:3
-
msgid "delete avatar"
-msgstr "esborrar avatar"
+msgstr "eliminar avatar"
#: skins/common/templates/avatar/confirm_delete.html:4
-#: skins/old/templates/avatar/confirm_delete.html:5
msgid "Please select the avatars that you would like to delete."
-msgstr ""
+msgstr "Seleccioneu els avatars que voleu eliminar."
#: skins/common/templates/avatar/confirm_delete.html:6
-#: skins/old/templates/avatar/confirm_delete.html:7
#, python-format
msgid ""
"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
"\">upload one</a> now."
msgstr ""
+"No teniu cap avatar per eliminar. Podeu <a href=\"%(avatar_change_url)s"
+"\">pujar-ne un</a> ara."
#: skins/common/templates/avatar/confirm_delete.html:12
-#: skins/old/templates/avatar/confirm_delete.html:13
msgid "Delete These"
msgstr "Esborrar Aquests"
#: skins/common/templates/question/answer_controls.html:5
-#: skins/old/templates/question.html:230
msgid "answer permanent link"
-msgstr ""
+msgstr "enllaç permanent a la resposta"
#: skins/common/templates/question/answer_controls.html:6
-#: skins/old/templates/question.html:231
msgid "permanent link"
-msgstr ""
+msgstr "enllaç permanent"
#: skins/common/templates/question/answer_controls.html:10
#: skins/common/templates/question/question_controls.html:3
#: skins/default/templates/macros.html:289
#: skins/default/templates/revisions.html:37
-#: skins/old/templates/macros.html:502 skins/old/templates/question.html:79
-#: skins/old/templates/question.html:235 skins/old/templates/revisions.html:37
msgid "edit"
msgstr "editar"
-#: skins/common/templates/question/answer_controls.html:14
-#: skins/common/templates/question/question_controls.html:22
-#: skins/old/templates/question.html:98 skins/old/templates/question.html:239
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "treure senyal"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
msgid ""
"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
-msgstr ""
+msgstr "informar com ofensiu (conte spam, publicitat, text maliciós, etc.)"
-#: skins/common/templates/question/answer_controls.html:15
-#: skins/common/templates/question/question_controls.html:23
-#: skins/old/templates/question.html:99 skins/old/templates/question.html:240
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
msgid "flag offensive"
msgstr "marcat com ofensiu"
-#: skins/common/templates/question/answer_controls.html:25
-#: skins/common/templates/question/question_controls.html:30
-#: skins/old/templates/question.html:106 skins/old/templates/question.html:250
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+msgid "remove flag"
+msgstr "treure senyal"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
msgid "undelete"
msgstr "recuperar"
-#: skins/common/templates/question/answer_controls.html:31
-#: skins/old/templates/question.html:256
+#: skins/common/templates/question/answer_controls.html:50
msgid "swap with question"
msgstr "intercanviar amb la pregunta"
#: skins/common/templates/question/answer_vote_buttons.html:13
#: skins/common/templates/question/answer_vote_buttons.html:14
msgid "mark this answer as correct (click again to undo)"
-msgstr ""
+msgstr "marcar aquesta resposta com a correcte (fer clic de nou per desfer)"
#: skins/common/templates/question/answer_vote_buttons.html:23
#: skins/common/templates/question/answer_vote_buttons.html:24
-#: skins/old/templates/question.html:214 skins/old/templates/question.html:215
#, python-format
msgid "%(question_author)s has selected this answer as correct"
-msgstr ""
+msgstr "%(question_author)s ha seleccionat aquesta resposta com a correcta"
#: skins/common/templates/question/closed_question_info.html:2
#, python-format
@@ -4273,42 +4278,37 @@ msgid ""
"The question has been closed for the following reason <b>\"%(close_reason)s"
"\"</b> <i>by"
msgstr ""
+"La pregunta s'ha tancat per les raons següents <b>\"%(close_reason)s\"</b> "
+"<i>per"
#: skins/common/templates/question/closed_question_info.html:4
-#: skins/old/templates/question.html:145
#, python-format
msgid "close date %(closed_at)s"
-msgstr ""
+msgstr "data tancament %(closed_at)s"
#: skins/common/templates/question/question_controls.html:6
-#: skins/old/templates/question.html:82
msgid "retag"
msgstr "reetiquetar"
#: skins/common/templates/question/question_controls.html:13
-#: skins/old/templates/question.html:89
msgid "reopen"
msgstr "reobrir"
#: skins/common/templates/question/question_controls.html:17
-#: skins/old/templates/question.html:93
msgid "close"
msgstr "tancar"
#: skins/common/templates/widgets/edit_post.html:21
-#: skins/old/templates/macros.html:661
msgid "one of these is required"
msgstr "és necessari un d'aquestes"
#: skins/common/templates/widgets/edit_post.html:33
-#: skins/old/templates/macros.html:673
msgid "(required)"
-msgstr ""
+msgstr "(requerit)"
#: skins/common/templates/widgets/edit_post.html:56
-#: skins/old/templates/macros.html:696
msgid "Toggle the real time Markdown editor preview"
-msgstr ""
+msgstr "Commutar el previsualitzador de l'editor Markdown"
#: skins/common/templates/widgets/edit_post.html:58
#: skins/default/templates/answer_edit.html:61
@@ -4318,146 +4318,114 @@ msgstr ""
#: skins/default/templates/question_edit.html:76
#: skins/default/templates/question/javascript.html:89
#: skins/default/templates/question/javascript.html:92
-#: skins/old/templates/answer_edit.html:60
-#: skins/old/templates/answer_edit.html:63 skins/old/templates/ask.html:46
-#: skins/old/templates/ask.html.py:49 skins/old/templates/macros.html:698
-#: skins/old/templates/question.html:541 skins/old/templates/question.html:544
-#: skins/old/templates/question_edit.html:72
-#: skins/old/templates/question_edit.html:75
msgid "hide preview"
-msgstr ""
+msgstr "ocultar previsualització"
#: skins/common/templates/widgets/related_tags.html:3
-#: skins/old/templates/main_page/sidebar.html:25
msgid "Related tags"
-msgstr "Tags"
+msgstr "Etiquetes relacionades"
#: skins/common/templates/widgets/tag_selector.html:4
-#: skins/old/templates/blocks/tag_selector.html:4
msgid "Interesting tags"
-msgstr "Etiquetes interessants"
+msgstr "Etiquetes seleccionades"
+# posem un signe + per què 'afegir' es talla i queda 'afegi'
#: skins/common/templates/widgets/tag_selector.html:18
#: skins/common/templates/widgets/tag_selector.html:34
msgid "add"
-msgstr "afegir"
+msgstr "+"
#: skins/common/templates/widgets/tag_selector.html:20
-#: skins/old/templates/blocks/tag_selector.html:20
msgid "Ignored tags"
msgstr "Etiquetes ignorades"
#: skins/common/templates/widgets/tag_selector.html:36
-#: skins/old/templates/blocks/tag_selector.html:36
msgid "Display tag filter"
-msgstr "Filtre per etiquetes"
+msgstr "Aplicar el filtre d'etiquetes"
#: skins/default/templates/404.jinja.html:3
#: skins/default/templates/404.jinja.html:10
-#: skins/old/templates/404.jinja.html:3 skins/old/templates/404.jinja.html:10
msgid "Page not found"
-msgstr ""
+msgstr "Pàgina no trobada"
#: skins/default/templates/404.jinja.html:13
-#: skins/old/templates/404.jinja.html:13
msgid "Sorry, could not find the page you requested."
-msgstr ""
+msgstr "No s'ha trobat la pàgina sol·licitada"
#: skins/default/templates/404.jinja.html:15
-#: skins/old/templates/404.jinja.html:15
msgid "This might have happened for the following reasons:"
-msgstr ""
+msgstr "Això podria haver passat per les raons següents:"
#: skins/default/templates/404.jinja.html:17
-#: skins/old/templates/404.jinja.html:17
msgid "this question or answer has been deleted;"
msgstr "aquesta pregunta o resposta ha estat esborrada;"
#: skins/default/templates/404.jinja.html:18
-#: skins/old/templates/404.jinja.html:18
msgid "url has error - please check it;"
-msgstr ""
+msgstr "la url té un error, si us plau, comproveu-la;"
#: skins/default/templates/404.jinja.html:19
-#: skins/old/templates/404.jinja.html:19
msgid ""
"the page you tried to visit is protected or you don't have sufficient "
"points, see"
msgstr ""
+"la pàgina que voleu visitar està protegida o no teniu suficients punts, veure"
#: skins/default/templates/404.jinja.html:19
#: skins/default/templates/widgets/footer.html:39
-#: skins/old/templates/404.jinja.html:19
-#: skins/old/templates/blocks/footer.html:5
-#: skins/old/templates/blocks/header_meta_links.html:13
-#: skins/old/templates/blocks/question_edit_tips.html:15
msgid "faq"
msgstr ""
#: skins/default/templates/404.jinja.html:20
-#: skins/old/templates/404.jinja.html:20
msgid "if you believe this error 404 should not have occured, please"
-msgstr ""
+msgstr "si creu que aquest error 404 no hauria d'haver passat "
#: skins/default/templates/404.jinja.html:21
-#: skins/old/templates/404.jinja.html:21
msgid "report this problem"
-msgstr ""
+msgstr "informeu del problema"
#: skins/default/templates/404.jinja.html:30
#: skins/default/templates/500.jinja.html:11
-#: skins/old/templates/404.jinja.html:30 skins/old/templates/500.jinja.html:11
msgid "back to previous page"
-msgstr ""
+msgstr "tornar a la pàgina anterior"
#: skins/default/templates/404.jinja.html:31
#: skins/default/templates/widgets/scope_nav.html:3
-#: skins/old/templates/404.jinja.html:31
-#: skins/old/templates/main_page/tab_bar.html:9
msgid "see all questions"
msgstr "veure totes les preguntes"
#: skins/default/templates/404.jinja.html:32
-#: skins/old/templates/404.jinja.html:32
msgid "see all tags"
msgstr "veure totes les etiquetes"
#: skins/default/templates/500.jinja.html:3
#: skins/default/templates/500.jinja.html:5
-#: skins/old/templates/500.jinja.html:3 skins/old/templates/500.jinja.html:5
msgid "Internal server error"
msgstr ""
#: skins/default/templates/500.jinja.html:8
-#: skins/old/templates/500.jinja.html:8
msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
#: skins/default/templates/500.jinja.html:9
-#: skins/old/templates/500.jinja.html:9
msgid "please report the error to the site administrators if you wish"
msgstr ""
#: skins/default/templates/500.jinja.html:12
-#: skins/old/templates/500.jinja.html:12
msgid "see latest questions"
msgstr "veure preguntes recentes"
#: skins/default/templates/500.jinja.html:13
-#: skins/old/templates/500.jinja.html:13
msgid "see tags"
msgstr "veure etiquetes"
#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
-#: skins/old/templates/about.html:3 skins/old/templates/about.html.py:5
#, python-format
msgid "About %(site_name)s"
msgstr ""
#: skins/default/templates/answer_edit.html:4
#: skins/default/templates/answer_edit.html:10
-#: skins/old/templates/answer_edit.html:4
-#: skins/old/templates/answer_edit.html:10
msgid "Edit answer"
msgstr "Editar resposta"
@@ -4465,29 +4433,20 @@ msgstr "Editar resposta"
#: skins/default/templates/question_edit.html:9
#: skins/default/templates/question_retag.html:5
#: skins/default/templates/revisions.html:7
-#: skins/old/templates/answer_edit.html:10
-#: skins/old/templates/question_edit.html:9
-#: skins/old/templates/question_retag.html:5
-#: skins/old/templates/revisions.html:7
msgid "back"
msgstr "enrere"
#: skins/default/templates/answer_edit.html:14
-#: skins/old/templates/answer_edit.html:14
msgid "revision"
msgstr "revisió"
#: skins/default/templates/answer_edit.html:17
#: skins/default/templates/question_edit.html:16
-#: skins/old/templates/answer_edit.html:17
-#: skins/old/templates/question_edit.html:16
msgid "select revision"
msgstr "seleccionar revisió"
#: skins/default/templates/answer_edit.html:24
#: skins/default/templates/question_edit.html:35
-#: skins/old/templates/answer_edit.html:21
-#: skins/old/templates/question_edit.html:27
msgid "Save edit"
msgstr "Guardar edició"
@@ -4495,240 +4454,201 @@ msgstr "Guardar edició"
#: skins/default/templates/ask.html:52
#: skins/default/templates/question_edit.html:76
#: skins/default/templates/question/javascript.html:92
-#: skins/old/templates/answer_edit.html:63 skins/old/templates/ask.html:49
-#: skins/old/templates/question.html:544
-#: skins/old/templates/question_edit.html:75
+#, fuzzy
msgid "show preview"
-msgstr ""
+msgstr "ocultar previsualització"
-#: skins/default/templates/ask.html:4 skins/old/templates/ask.html:4
+#: skins/default/templates/ask.html:4
msgid "Ask a question"
msgstr "Feu una pregunta"
#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
#: skins/default/templates/user_profile/user_recent.html:16
#: skins/default/templates/user_profile/user_stats.html:110
-#: skins/old/templates/badge.html:4 skins/old/templates/badge.html.py:8
-#: skins/old/templates/user_profile/user_recent.html:16
-#: skins/old/templates/user_profile/user_stats.html:110
-#, python-format
+#, fuzzy, python-format
msgid "%(name)s"
-msgstr ""
+msgstr "Insígnia \"%(name)s\""
-#: skins/default/templates/badge.html:5 skins/old/templates/badge.html:4
-#, fuzzy
+#: skins/default/templates/badge.html:5
msgid "Badge"
-msgstr "Badges"
+msgstr "Insígnia"
-#: skins/default/templates/badge.html:7 skins/old/templates/badge.html:6
+#: skins/default/templates/badge.html:7
#, python-format
msgid "Badge \"%(name)s\""
-msgstr ""
+msgstr "Insígnia \"%(name)s\""
#: skins/default/templates/badge.html:9
#: skins/default/templates/user_profile/user_recent.html:16
#: skins/default/templates/user_profile/user_stats.html:108
-#: skins/old/templates/badge.html:8
-#: skins/old/templates/user_profile/user_recent.html:16
-#: skins/old/templates/user_profile/user_stats.html:108
#, fuzzy, python-format
msgid "%(description)s"
-msgstr "subscripcions/"
+msgstr "subscripcions"
-#: skins/default/templates/badge.html:14 skins/old/templates/badge.html:13
+#: skins/default/templates/badge.html:14
msgid "user received this badge:"
msgid_plural "users received this badge:"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "usuari ha rebut aquesta insígnia:"
+msgstr[1] "usuaris han rebut aquesta insígnia:"
-#: skins/default/templates/badges.html:3 skins/old/templates/badges.html:3
+#: skins/default/templates/badges.html:3
msgid "Badges summary"
-msgstr "Badges"
+msgstr "Resum insígnies"
-#: skins/default/templates/badges.html:5 skins/old/templates/badges.html:5
-#, fuzzy
+#: skins/default/templates/badges.html:5
msgid "Badges"
-msgstr "Badges"
+msgstr "Insígnies"
-#: skins/default/templates/badges.html:7 skins/old/templates/badges.html:7
+#: skins/default/templates/badges.html:7
msgid "Community gives you awards for your questions, answers and votes."
-msgstr ""
+msgstr "La comunitat atorga premis a les seves preguntes, respostes i vots"
-#: skins/default/templates/badges.html:8 skins/old/templates/badges.html:8
+#: skins/default/templates/badges.html:8
#, python-format
msgid ""
"Below is the list of available badges and number \n"
"of times each type of badge has been awarded. Give us feedback at "
"%(feedback_faq_url)s.\n"
msgstr ""
-"Below is the list of available badges and number \n"
-" of times each type of badge has been awarded. Have ideas about fun "
-"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>\n"
+"A continuació hi ha la llista de insígnies disponibles i el nombre de "
+"vegades que cada insígnia s'ha atorgat. Doneu la vostra opinió a "
+"%(feedback_faq_url)s.\n"
-#: skins/default/templates/badges.html:35 skins/old/templates/badges.html:35
+#: skins/default/templates/badges.html:35
msgid "Community badges"
-msgstr "Badge levels"
+msgstr "Insígnies de la comunitat"
-#: skins/default/templates/badges.html:37 skins/old/templates/badges.html:37
+#: skins/default/templates/badges.html:37
msgid "gold badge: the highest honor and is very rare"
-msgstr ""
+msgstr "insígnia d'or: l'honor més alt i és molt rara"
-#: skins/default/templates/badges.html:40 skins/old/templates/badges.html:40
+#: skins/default/templates/badges.html:40
msgid "gold badge description"
-msgstr ""
-"Gold badge is the highest award in this community. To obtain it have to show "
-"profound knowledge and ability in addition to your active participation."
+msgstr "descripció de la insígnia d'or"
-#: skins/default/templates/badges.html:45 skins/old/templates/badges.html:45
+#: skins/default/templates/badges.html:45
msgid ""
"silver badge: occasionally awarded for the very high quality contributions"
msgstr ""
+"insígnia de plata: atorgada ocasionalment per contribucions de molta alta "
+"qualitat"
-#: skins/default/templates/badges.html:49 skins/old/templates/badges.html:49
+#: skins/default/templates/badges.html:49
msgid "silver badge description"
-msgstr ""
-"silver badge: occasionally awarded for the very high quality contributions"
+msgstr "descripció de la insígnia de plata"
-#: skins/default/templates/badges.html:52 skins/old/templates/badges.html:52
+#: skins/default/templates/badges.html:52
msgid "bronze badge: often given as a special honor"
-msgstr ""
+msgstr "insígnia de bronze: atorgada sovint com un honor especial"
-#: skins/default/templates/badges.html:56 skins/old/templates/badges.html:56
+#: skins/default/templates/badges.html:56
msgid "bronze badge description"
-msgstr "bronze badge: often given as a special honor"
+msgstr "descripció de la insígnia de bronze"
#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
-#: skins/old/templates/close.html:3 skins/old/templates/close.html.py:5
-#, fuzzy
msgid "Close question"
-msgstr "Post Your Answer"
+msgstr "Tancar pregunta"
-#: skins/default/templates/close.html:6 skins/old/templates/close.html:6
-#, fuzzy
+#: skins/default/templates/close.html:6
msgid "Close the question"
-msgstr "Post Your Answer"
+msgstr "Tancar la pregunta"
-#: skins/default/templates/close.html:11 skins/old/templates/close.html:11
+#: skins/default/templates/close.html:11
msgid "Reasons"
-msgstr ""
+msgstr "Raons"
-#: skins/default/templates/close.html:15 skins/old/templates/close.html:15
+#: skins/default/templates/close.html:15
msgid "OK to close"
-msgstr ""
+msgstr "D'acord amb tancar"
#: skins/default/templates/faq.html:3
#: skins/default/templates/faq_static.html:3
#: skins/default/templates/faq_static.html:5
#: skins/default/templates/widgets/answer_edit_tips.html:20
#: skins/default/templates/widgets/question_edit_tips.html:16
-#: skins/old/templates/faq.html:3 skins/old/templates/faq_static.html:3
-#: skins/old/templates/faq_static.html:5
msgid "FAQ"
msgstr ""
#: skins/default/templates/faq_static.html:5
-#: skins/old/templates/faq_static.html:5
-#, fuzzy
msgid "Frequently Asked Questions "
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "Preguntes més freqüents"
#: skins/default/templates/faq_static.html:6
-#: skins/old/templates/faq_static.html:6
msgid "What kinds of questions can I ask here?"
-msgstr ""
+msgstr "Quin tipus de preguntes puc fer aquí?"
#: skins/default/templates/faq_static.html:7
-#: skins/old/templates/faq_static.html:7
msgid ""
"Most importanly - questions should be <strong>relevant</strong> to this "
"community."
msgstr ""
+"Imporant, les preguntes haurien de ser <strong>pertinents</strong> per a "
+"aquesta comunitat"
#: skins/default/templates/faq_static.html:8
-#: skins/old/templates/faq_static.html:8
msgid ""
"Before asking the question - please make sure to use search to see whether "
"your question has alredy been answered."
msgstr ""
-"Before you ask - please make sure to search for a similar question. You can "
-"search questions by their title or tags."
+"Previ a fer una pregunta, useu la cerca per veure si la vostra pregunta ja "
+"s'ha contestat abans."
#: skins/default/templates/faq_static.html:10
-#: skins/old/templates/faq_static.html:10
+#, fuzzy
msgid "What questions should I avoid asking?"
-msgstr "What kinds of questions should be avoided?"
+msgstr "Que he d'evitar en les meves respostes?"
#: skins/default/templates/faq_static.html:11
-#: skins/old/templates/faq_static.html:11
msgid ""
"Please avoid asking questions that are not relevant to this community, too "
"subjective and argumentative."
msgstr ""
+"Eviteu fer preguntes massa subjectives, argumentatives o no rellevants per a "
+"aquesta comunitat."
#: skins/default/templates/faq_static.html:13
-#: skins/old/templates/faq_static.html:13
-#, fuzzy
msgid "What should I avoid in my answers?"
-msgstr "What kinds of questions should be avoided?"
+msgstr "Que he d'evitar en les meves respostes?"
#: skins/default/templates/faq_static.html:14
-#: skins/old/templates/faq_static.html:14
msgid ""
"is a Q&A site, not a discussion group. Therefore - please avoid having "
"discussions in your answers, comment facility allows some space for brief "
"discussions."
msgstr ""
-"is a <strong>question and answer</strong> site - <strong>it is not a "
-"discussion group</strong>. Please avoid holding debates in your answers as "
-"they tend to dilute the essense of questions and answers. For the brief "
-"discussions please use commenting facility."
+"aquest és un lloc de Preguntes i Respostes, no un grup de discussió. Per "
+"tant eviteu tenir discussions en la vostre resposta. L'opció de fer "
+"comentaris permet, fins cert punt, breus discussions."
#: skins/default/templates/faq_static.html:15
-#: skins/old/templates/faq_static.html:15
-#, fuzzy
msgid "Who moderates this community?"
-msgstr "post a comment"
+msgstr "Qui modera aquesta comunitat?"
#: skins/default/templates/faq_static.html:16
-#: skins/old/templates/faq_static.html:16
msgid "The short answer is: <strong>you</strong>."
-msgstr ""
+msgstr "La resposta breu és: <strong>tu</strong>."
#: skins/default/templates/faq_static.html:17
-#: skins/old/templates/faq_static.html:17
msgid "This website is moderated by the users."
-msgstr ""
+msgstr "Aquesta lloc web és moderat pels usuaris."
#: skins/default/templates/faq_static.html:18
-#: skins/old/templates/faq_static.html:18
msgid ""
"The reputation system allows users earn the authorization to perform a "
"variety of moderation tasks."
msgstr ""
-"Karma system allows users to earn rights to perform a variety of moderation "
-"tasks"
+"El sistema de reputació permet als usuaris guanyar autorització per a fer "
+"diverses tasques de moderació."
#: skins/default/templates/faq_static.html:20
-#: skins/old/templates/faq_static.html:20
msgid "How does reputation system work?"
-msgstr "How does karma system work?"
+msgstr "Com funciona el sistema de reputació?"
#: skins/default/templates/faq_static.html:21
-#: skins/old/templates/faq_static.html:21
msgid "Rep system summary"
-msgstr ""
-"When a question or answer is upvoted, the user who posted them will gain "
-"some points, which are called \"karma points\". These points serve as a "
-"rough measure of the community trust to him/her. Various moderation tasks "
-"are gradually assigned to the users based on those points."
+msgstr "Resum del sistema de reputació"
#: skins/default/templates/faq_static.html:22
-#: skins/old/templates/faq_static.html:22
#, python-format
msgid ""
"For example, if you ask an interesting question or give a helpful answer, "
@@ -4740,168 +4660,128 @@ msgid ""
"can be accumulated for a question or answer per day. The table below "
"explains reputation point requirements for each type of moderation task."
msgstr ""
+"Per exemple, si fa una pregunta interessant o dòna una resposta útil, la "
+"seva entrada serà votada positivament. Per contra, si la resposta és "
+"enganyosa serà votada negativament. Cada vot a favor genera <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> punts, cada vot en contra restarà "
+"<strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> punts. Una pregunta o "
+"una resposta poden acumular fins a <strong>"
+"%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> punts per dia. La següent taula "
+"es pot veure el nombre de punts de reputació necessaris per cada tipus de "
+"tasca de moderació."
#: skins/default/templates/faq_static.html:32
#: skins/default/templates/user_profile/user_votes.html:13
-#: skins/old/templates/faq_static.html:32
-#: skins/old/templates/user_profile/user_votes.html:13
-#, fuzzy
msgid "upvote"
-msgstr "votat positivament"
+msgstr "votar positivament"
#: skins/default/templates/faq_static.html:37
-#: skins/old/templates/faq_static.html:37
-#, fuzzy
msgid "use tags"
-msgstr "Tags"
+msgstr "usar etiquetes"
#: skins/default/templates/faq_static.html:42
-#: skins/old/templates/faq_static.html:42
-#, fuzzy
msgid "add comments"
-msgstr "post a comment"
+msgstr "afegir comentaris"
#: skins/default/templates/faq_static.html:46
#: skins/default/templates/user_profile/user_votes.html:15
-#: skins/old/templates/faq_static.html:46
-#: skins/old/templates/user_profile/user_votes.html:15
-#, fuzzy
msgid "downvote"
-msgstr "votat negativament"
+msgstr "votar negativament"
#: skins/default/templates/faq_static.html:49
-#: skins/old/templates/faq_static.html:49
-#, fuzzy
msgid " accept own answer to own questions"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "acceptar la pròpia resposta a les preguntes pròpies"
#: skins/default/templates/faq_static.html:53
-#: skins/old/templates/faq_static.html:53
-#, fuzzy
msgid "open and close own questions"
-msgstr "Post Your Answer"
+msgstr "obrir i tancar preguntes pròpies"
#: skins/default/templates/faq_static.html:57
-#: skins/old/templates/faq_static.html:57
-#, fuzzy
msgid "retag other's questions"
-msgstr "Post Your Answer"
+msgstr "reetiquetar preguntes d'altres"
#: skins/default/templates/faq_static.html:62
-#: skins/old/templates/faq_static.html:62
-#, fuzzy
msgid "edit community wiki questions"
-msgstr "ha comentat una pregunta"
+msgstr "editar preguntes wiki de la comunitat"
#: skins/default/templates/faq_static.html:67
-#: skins/old/templates/faq_static.html:67
-#, fuzzy
msgid "\"edit any answer"
-msgstr "answers"
+msgstr "editar qualsevol resposta"
#: skins/default/templates/faq_static.html:71
-#: skins/old/templates/faq_static.html:71
-#, fuzzy
msgid "\"delete any comment"
-msgstr "post a comment"
+msgstr "eliminar qualsevol comentari"
#: skins/default/templates/faq_static.html:74
-#: skins/old/templates/faq_static.html:74
msgid "what is gravatar"
-msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgstr "què és gravatar"
#: skins/default/templates/faq_static.html:75
-#: skins/old/templates/faq_static.html:75
msgid "gravatar faq info"
msgstr ""
-"<p>The picture that appears on the users profiles is called "
-"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
-"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
-"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
-"your email address. You upload your picture (or your favorite alter ego "
-"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
-"strong></a> from where we later retreive your image using the key.</"
-"p><p>This way all the websites you trust can show your image next to your "
-"posts and your email address remains private.</p><p>Please "
-"<strong>personalize your account</strong> with an image - just register at "
-"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
-"be sure to use the same email address that you used to register with us). "
-"Default image that looks like a kitchen tile is generated automatically.</p>"
#: skins/default/templates/faq_static.html:76
-#: skins/old/templates/faq_static.html:76
msgid "To register, do I need to create new password?"
-msgstr ""
+msgstr "Per registar-me, he de crear una contrasenya nova?"
#: skins/default/templates/faq_static.html:77
-#: skins/old/templates/faq_static.html:77
msgid ""
"No, you don't have to. You can login through any service that supports "
"OpenID, e.g. Google, Yahoo, AOL, etc.\""
msgstr ""
+"No, no cal. Podeu entrar a través de qualsevol servei que suporti OpenID, "
+"per exemple, Google, Yahoo, AOL, etc."
#: skins/default/templates/faq_static.html:78
-#: skins/old/templates/faq_static.html:78
-#, fuzzy
msgid "\"Login now!\""
-msgstr "Logout Now"
+msgstr "\"Registrar-se\""
#: skins/default/templates/faq_static.html:80
-#: skins/old/templates/faq_static.html:80
msgid "Why other people can edit my questions/answers?"
-msgstr ""
+msgstr "Per què altres persones poden editar les meves preguntes/respostes?"
#: skins/default/templates/faq_static.html:81
-#: skins/old/templates/faq_static.html:81
msgid "Goal of this site is..."
msgstr ""
+"L'objectiu d'aquest lloc es que la comunitat d'usuaris conegui les millors "
+"respostes a les seves preguntes."
#: skins/default/templates/faq_static.html:81
-#: skins/old/templates/faq_static.html:81
msgid ""
"So questions and answers can be edited like wiki pages by experienced users "
"of this site and this improves the overall quality of the knowledge base "
"content."
msgstr ""
+"Les preguntes i les respostes poden ser editades com pàgines wiki per "
+"usuaris experimentats del lloc, en funció de la seva reputació; això millora "
+"la qualitat general del contingut de base de coneixement."
#: skins/default/templates/faq_static.html:82
-#: skins/old/templates/faq_static.html:82
msgid "If this approach is not for you, we respect your choice."
-msgstr ""
+msgstr "Si aquest enfocament no el convens, respectem la seva decisió."
#: skins/default/templates/faq_static.html:84
-#: skins/old/templates/faq_static.html:84
-#, fuzzy
msgid "Still have questions?"
-msgstr "Post Your Answer"
+msgstr "Encara té dubtes?"
#: skins/default/templates/faq_static.html:85
-#: skins/old/templates/faq_static.html:85
#, python-format
msgid ""
"Please ask your question at %(ask_question_url)s, help make our community "
"better!"
msgstr ""
-"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
-"community better!"
+"Si us plau, faci la seva %(ask_question_url)s, ajudi a que la nostre "
+"comunitat sigui millor!"
-#: skins/default/templates/feedback.html:3 skins/old/templates/feedback.html:3
-#, fuzzy
+#: skins/default/templates/feedback.html:3
msgid "Feedback"
-msgstr "comentaris/"
+msgstr "Comentaris"
-#: skins/default/templates/feedback.html:5 skins/old/templates/feedback.html:5
+#: skins/default/templates/feedback.html:5
msgid "Give us your feedback!"
-msgstr ""
+msgstr "Doneu la vostra opinió!"
#: skins/default/templates/feedback.html:14
-#: skins/old/templates/feedback.html:9
#, python-format
msgid ""
"\n"
@@ -4910,9 +4790,13 @@ msgid ""
" Please type and send us your message below.\n"
" "
msgstr ""
+"\n"
+" <span class='big strong'>%(user_name)s</span>, la seva opinió ens "
+"interessa. \n"
+" Introduiu i envieu el vostre missatge a continuació.\n"
+" "
#: skins/default/templates/feedback.html:21
-#: skins/old/templates/feedback.html:16
msgid ""
"\n"
" <span class='big strong'>Dear visitor</span>, we look forward to "
@@ -4920,52 +4804,52 @@ msgid ""
" Please type and send us your message below.\n"
" "
msgstr ""
+"\n"
+" <span class='big strong'>Visitant</span>, la seva opinió ens "
+"interessa. \n"
+" Introduiu i envieu el vostre missatge a continuació.\n"
+" "
#: skins/default/templates/feedback.html:30
msgid "(to hear from us please enter a valid email or check the box below)"
msgstr ""
+"(per saber de nosaltres entar un correu electrònic vàlid o clicar la casella "
+"inferior"
#: skins/default/templates/feedback.html:37
#: skins/default/templates/feedback.html:46
-#: skins/old/templates/feedback.html:33
-#, fuzzy
msgid "(this field is required)"
-msgstr "Els país és necessari"
+msgstr "(aquest camp és necessari)"
#: skins/default/templates/feedback.html:55
msgid "(Please solve the captcha)"
-msgstr ""
+msgstr "(Entrar el captcha)"
#: skins/default/templates/feedback.html:63
-#: skins/old/templates/feedback.html:41
-#, fuzzy
msgid "Send Feedback"
-msgstr "comentaris/"
+msgstr "Enviar Comentaris"
#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
#, python-format
msgid ""
"\n"
"Hello, this is a %(site_title)s forum feedback message.\n"
msgstr ""
+"\n"
+"Hola, aquest és un missatge d'opinió sobre el fòrum %(site_title)s. \n"
#: skins/default/templates/import_data.html:2
#: skins/default/templates/import_data.html:4
-#: skins/old/templates/import_data.html:2
-#: skins/old/templates/import_data.html:4
msgid "Import StackExchange data"
msgstr ""
#: skins/default/templates/import_data.html:13
-#: skins/old/templates/import_data.html:13
msgid ""
"<em>Warning:</em> if your database is not empty, please back it up\n"
" before attempting this operation."
msgstr ""
#: skins/default/templates/import_data.html:16
-#: skins/old/templates/import_data.html:16
msgid ""
"Upload your stackexchange dump .zip file, then wait until\n"
" the data import completes. This process may take several minutes.\n"
@@ -4974,12 +4858,10 @@ msgid ""
msgstr ""
#: skins/default/templates/import_data.html:25
-#: skins/old/templates/import_data.html:25
msgid "Import data"
msgstr ""
#: skins/default/templates/import_data.html:27
-#: skins/old/templates/import_data.html:27
msgid ""
"In the case you experience any difficulties in using this import tool,\n"
" please try importing your data via command line: <code>python manage."
@@ -4987,67 +4869,77 @@ msgid ""
msgstr ""
#: skins/default/templates/instant_notification.html:1
-#: skins/old/templates/instant_notification.html:1
#, python-format
msgid "<p>Dear %(receiving_user_name)s,</p>"
-msgstr ""
+msgstr "<p>%(receiving_user_name)s,</p>"
#: skins/default/templates/instant_notification.html:3
-#: skins/old/templates/instant_notification.html:3
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
"p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s ha deixat <a href=\"%(post_url)s\">un nou "
+"comentari nou</a>:</p>\n"
#: skins/default/templates/instant_notification.html:8
-#: skins/old/templates/instant_notification.html:8
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
"p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s ha deixat <a href=\"%(post_url)s\">un comentari "
+"nou</a></p>\n"
#: skins/default/templates/instant_notification.html:13
-#: skins/old/templates/instant_notification.html:13
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s answered a question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s a respòs una pregunta \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:19
-#: skins/old/templates/instant_notification.html:19
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s posted a new question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s ha publicat una pregunta nova \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:25
-#: skins/old/templates/instant_notification.html:25
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s updated an answer to the question\n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s ha actualitzat una resposta a la pregunta\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:31
-#: skins/old/templates/instant_notification.html:31
#, python-format
msgid ""
"\n"
"<p>%(update_author_name)s updated a question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s ha actualitzat una pregunta \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:37
-#: skins/old/templates/instant_notification.html:37
#, python-format
msgid ""
"\n"
@@ -5057,595 +4949,503 @@ msgid ""
"how often you receive these notifications or unsubscribe. Thank you for your "
"interest in our forum!</p>\n"
msgstr ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Tingeu en compte que fàcilment podeu <a href=\"%(user_subscriptions_url)s"
+"\">canviar</a>\n"
+"la freqüència en que rebeu aquestes notificacions o cancel·lar la "
+"subscripció. Gràcies pel seu interès en el fòrum!</p>\n"
#: skins/default/templates/instant_notification.html:42
-#: skins/old/templates/instant_notification.html:42
-#, fuzzy
msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-msgstr ""
-"Sincerely,\n"
-"Q&A Forum Administrator"
+msgstr "<p>Salutacions,<br/>Administrador del Fòrum</p>"
-#: skins/default/templates/macros.html:3 skins/old/templates/macros.html:25
+#: skins/default/templates/macros.html:3
#, python-format
msgid "Share this question on %(site)s"
-msgstr ""
+msgstr "Compartir aquesta pregunta a %(site)s"
#: skins/default/templates/macros.html:14
-#: skins/default/templates/macros.html:470 skins/old/templates/macros.html:36
+#: skins/default/templates/macros.html:471
#, python-format
msgid "follow %(alias)s"
-msgstr ""
+msgstr "seguir a %(alias)s"
#: skins/default/templates/macros.html:17
-#: skins/default/templates/macros.html:473 skins/old/templates/macros.html:39
+#: skins/default/templates/macros.html:474
#, python-format
msgid "unfollow %(alias)s"
-msgstr ""
+msgstr "no seguir a %(alias)s"
#: skins/default/templates/macros.html:18
-#: skins/default/templates/macros.html:474 skins/old/templates/macros.html:40
+#: skins/default/templates/macros.html:475
#, python-format
msgid "following %(alias)s"
-msgstr ""
+msgstr "seguint a %(alias)s"
#: skins/default/templates/macros.html:29
msgid "i like this question (click again to cancel)"
-msgstr ""
+msgstr "m'agrada aquesta pregunta (feu clic de nou per cancel·lar)"
#: skins/default/templates/macros.html:31
-#: skins/old/templates/question.html:184 skins/old/templates/question.html:185
msgid "i like this answer (click again to cancel)"
-msgstr ""
+msgstr "m'agrada aquesta resposta (feu clic de nou per cancel·lar)"
-#: skins/default/templates/macros.html:37 skins/old/templates/question.html:29
-#: skins/old/templates/question.html:46 skins/old/templates/question.html:186
+#: skins/default/templates/macros.html:37
msgid "current number of votes"
-msgstr ""
+msgstr "nombre actual de vots"
#: skins/default/templates/macros.html:43
msgid "i dont like this question (click again to cancel)"
-msgstr ""
+msgstr "no m'agrada aquesta pregunta (feu clic de nou per cancel·lar)"
#: skins/default/templates/macros.html:45
-#: skins/old/templates/question.html:195 skins/old/templates/question.html:196
msgid "i dont like this answer (click again to cancel)"
-msgstr ""
+msgstr "no m'agrada aquesta resposta (feu clic de nou per cancel·lar)"
-#: skins/default/templates/macros.html:52 skins/old/templates/macros.html:232
-#, fuzzy
+#: skins/default/templates/macros.html:52
msgid "anonymous user"
-msgstr "Sorry, anonymous users cannot vote"
+msgstr "usuari anònim"
-#: skins/default/templates/macros.html:80 skins/old/templates/macros.html:260
+#: skins/default/templates/macros.html:80
msgid "this post is marked as community wiki"
-msgstr ""
+msgstr "aquesta entrada està marcaa com a wiki comunitari"
-#: skins/default/templates/macros.html:83 skins/old/templates/macros.html:263
+#: skins/default/templates/macros.html:83
#, python-format
msgid ""
"This post is a wiki.\n"
" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
msgstr ""
+"Aquesta entrada és un wiki.\n"
+" Qualsevol amb una reputació de més de %(wiki_min_rep)s pot contribuir"
-#: skins/default/templates/macros.html:89 skins/old/templates/macros.html:269
+#: skins/default/templates/macros.html:89
msgid "asked"
-msgstr ""
+msgstr "preguntat"
-#: skins/default/templates/macros.html:91 skins/old/templates/macros.html:271
-#, fuzzy
+#: skins/default/templates/macros.html:91
msgid "answered"
-msgstr "answers"
+msgstr "respost"
-#: skins/default/templates/macros.html:93 skins/old/templates/macros.html:273
+#: skins/default/templates/macros.html:93
msgid "posted"
-msgstr ""
+msgstr "publicat"
-#: skins/default/templates/macros.html:123 skins/old/templates/macros.html:303
-#, fuzzy
+#: skins/default/templates/macros.html:123
msgid "updated"
-msgstr "Last updated"
+msgstr "actualitzat"
-#: skins/default/templates/macros.html:221 skins/old/templates/macros.html:379
-#, fuzzy, python-format
+#: skins/default/templates/macros.html:221
+#, python-format
msgid "see questions tagged '%(tag)s'"
-msgstr "Asked"
+msgstr "veure preguntes etiquetades '%(tag)s'"
-#: skins/default/templates/macros.html:278 skins/old/templates/macros.html:491
-#, fuzzy
+#: skins/default/templates/macros.html:278
msgid "delete this comment"
-msgstr "post a comment"
+msgstr "eliminar aquest comentari"
#: skins/default/templates/macros.html:307
#: skins/default/templates/macros.html:315
#: skins/default/templates/question/javascript.html:24
-#: skins/old/templates/macros.html:520 skins/old/templates/macros.html:528
-#: skins/old/templates/question.html:497
msgid "add comment"
-msgstr "post a comment"
+msgstr "afegir un comentari"
-#: skins/default/templates/macros.html:308 skins/old/templates/macros.html:521
+#: skins/default/templates/macros.html:308
#, python-format
msgid "see <strong>%(counter)s</strong> more"
msgid_plural "see <strong>%(counter)s</strong> more"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "veure més <strong>%(counter)s</strong>"
+msgstr[1] "veure més <strong>%(counter)s</strong>"
-#: skins/default/templates/macros.html:310 skins/old/templates/macros.html:523
+#: skins/default/templates/macros.html:310
#, python-format
msgid "see <strong>%(counter)s</strong> more comment"
msgid_plural ""
"see <strong>%(counter)s</strong> more comments\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "veure <strong>%(counter)s</strong> comentar més"
+msgstr[1] "veure <strong>%(counter)s</strong> comentaris més"
-#: skins/default/templates/macros.html:541 skins/old/templates/macros.html:211
-#: templatetags/extra_tags.py:43
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
#, python-format
msgid "%(username)s gravatar image"
-msgstr ""
+msgstr "imatge gravatar de %(username)s"
-#: skins/default/templates/macros.html:550 skins/old/templates/macros.html:220
+#: skins/default/templates/macros.html:551
#, python-format
msgid "%(username)s's website is %(url)s"
-msgstr ""
+msgstr "el lloc web de %(username)s és %(url)s"
-#: skins/default/templates/macros.html:565
-#: skins/default/templates/macros.html:566 skins/old/templates/macros.html:143
-#: skins/old/templates/macros.html:144
-#, fuzzy
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
msgid "previous"
-msgstr "revisions/"
+msgstr "anterior"
-#: skins/default/templates/macros.html:577 skins/old/templates/macros.html:155
-#, fuzzy
+#: skins/default/templates/macros.html:578
msgid "current page"
-msgstr "Contrasenya actual"
+msgstr "pàgina actual"
-#: skins/default/templates/macros.html:579
-#: skins/default/templates/macros.html:586 skins/old/templates/macros.html:157
-#: skins/old/templates/macros.html:164
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
#, python-format
msgid "page number %(num)s"
-msgstr "page %(num)s"
+msgstr "número de pàgina %(num)s"
-#: skins/default/templates/macros.html:590 skins/old/templates/macros.html:168
+#: skins/default/templates/macros.html:591
msgid "next page"
-msgstr ""
+msgstr "pàgina següent"
-#: skins/default/templates/macros.html:601 skins/old/templates/macros.html:179
+#: skins/default/templates/macros.html:602
msgid "posts per page"
-msgstr ""
+msgstr "entrades per pàgina"
-#: skins/default/templates/macros.html:628 skins/old/templates/macros.html:708
-#, fuzzy, python-format
+#: skins/default/templates/macros.html:629
+#, python-format
msgid "responses for %(username)s"
-msgstr "Choose screen name"
+msgstr "respostes per a %(username)s"
-#: skins/default/templates/macros.html:631 skins/old/templates/macros.html:711
+#: skins/default/templates/macros.html:632
#, python-format
msgid "you have a new response"
msgid_plural "you have %(response_count)s new responses"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "teniu una nova resposta"
+msgstr[1] "teniu %(response_count)s noves respostes"
-#: skins/default/templates/macros.html:634 skins/old/templates/macros.html:714
+#: skins/default/templates/macros.html:635
+#, fuzzy
msgid "no new responses yet"
-msgstr ""
+msgstr "teniu una nova resposta"
-#: skins/default/templates/macros.html:649
-#: skins/default/templates/macros.html:650 skins/old/templates/macros.html:729
-#: skins/old/templates/macros.html:730
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
#, python-format
msgid "%(new)s new flagged posts and %(seen)s previous"
-msgstr ""
+msgstr "%(new)s entrades senyalades noves i %(seen)s anteriors"
-#: skins/default/templates/macros.html:652
-#: skins/default/templates/macros.html:653 skins/old/templates/macros.html:732
-#: skins/old/templates/macros.html:733
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
#, python-format
msgid "%(new)s new flagged posts"
-msgstr ""
+msgstr "%(new)s noves entrades senyalades"
-#: skins/default/templates/macros.html:658
-#: skins/default/templates/macros.html:659 skins/old/templates/macros.html:738
-#: skins/old/templates/macros.html:739
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
#, python-format
msgid "%(seen)s flagged posts"
-msgstr ""
+msgstr "%(seen)s entrades senyalades"
#: skins/default/templates/main_page.html:11
-#: skins/old/templates/main_page.html:11
-#, fuzzy
msgid "Questions"
-msgstr "Tags"
+msgstr "Preguntes"
#: skins/default/templates/privacy.html:3
-#: skins/default/templates/privacy.html:5 skins/old/templates/privacy.html:3
-#: skins/old/templates/privacy.html.py:5
+#: skins/default/templates/privacy.html:5
msgid "Privacy policy"
-msgstr ""
+msgstr "Política de privacitat"
#: skins/default/templates/question_edit.html:4
#: skins/default/templates/question_edit.html:9
-#: skins/old/templates/question_edit.html:4
-#: skins/old/templates/question_edit.html:9
-#, fuzzy
msgid "Edit question"
-msgstr "Post Your Answer"
+msgstr "Editar pregunta"
#: skins/default/templates/question_retag.html:3
#: skins/default/templates/question_retag.html:5
-#: skins/old/templates/question_retag.html:3
-#: skins/old/templates/question_retag.html:5
msgid "Change tags"
-msgstr "Retag question"
+msgstr "Canviar etiquetes"
#: skins/default/templates/question_retag.html:21
-#: skins/old/templates/question_retag.html:21
-#, fuzzy
msgid "Retag"
-msgstr "reetiquetar/"
+msgstr "Reetiquetar"
#: skins/default/templates/question_retag.html:28
-#: skins/old/templates/question_retag.html:28
msgid "Why use and modify tags?"
-msgstr ""
+msgstr "Perquè usar i modificar etiquetes"
#: skins/default/templates/question_retag.html:30
-#: skins/old/templates/question_retag.html:30
msgid "Tags help to keep the content better organized and searchable"
msgstr ""
+"Les etiquetes ajuden a mantenir el contingut més organitzat i faciliten la "
+"cerca"
#: skins/default/templates/question_retag.html:32
-#: skins/old/templates/question_retag.html:32
msgid "tag editors receive special awards from the community"
-msgstr ""
+msgstr "els editors d'etiquetes reben premis especials de la comunitat"
#: skins/default/templates/question_retag.html:59
-#: skins/old/templates/question_retag.html:59
msgid "up to 5 tags, less than 20 characters each"
-msgstr ""
+msgstr "fina a 5 etiquetes, amb menys de 20 caràcters cadascun"
#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
-#: skins/old/templates/reopen.html:3 skins/old/templates/reopen.html.py:5
-#, fuzzy
msgid "Reopen question"
-msgstr "Post Your Answer"
+msgstr "Reobrir pregunta"
-#: skins/default/templates/reopen.html:6 skins/old/templates/reopen.html:6
-#, fuzzy
+#: skins/default/templates/reopen.html:6
msgid "Title"
-msgstr "títol"
+msgstr "Títol"
-#: skins/default/templates/reopen.html:11 skins/old/templates/reopen.html:11
+#: skins/default/templates/reopen.html:11
#, python-format
msgid ""
"This question has been closed by \n"
" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
msgstr ""
+"Aquesta pregunta l'ha tancat \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#: skins/default/templates/reopen.html:16 skins/old/templates/reopen.html:16
-#, fuzzy
+#: skins/default/templates/reopen.html:16
msgid "Close reason:"
-msgstr "Post Your Answer"
+msgstr "Motiu tancament:"
-#: skins/default/templates/reopen.html:19 skins/old/templates/reopen.html:19
+#: skins/default/templates/reopen.html:19
msgid "When:"
-msgstr ""
+msgstr "Quan:"
-#: skins/default/templates/reopen.html:22 skins/old/templates/reopen.html:22
-#, fuzzy
+#: skins/default/templates/reopen.html:22
msgid "Reopen this question?"
-msgstr "Post Your Answer"
+msgstr "Reobrir aquesta pregunta?"
-#: skins/default/templates/reopen.html:26 skins/old/templates/reopen.html:26
-#, fuzzy
+#: skins/default/templates/reopen.html:26
msgid "Reopen this question"
-msgstr "Post Your Answer"
+msgstr "Reobrir aquesta pregunta"
#: skins/default/templates/revisions.html:4
#: skins/default/templates/revisions.html:7
-#: skins/old/templates/revisions.html:4 skins/old/templates/revisions.html:7
-#, fuzzy
msgid "Revision history"
-msgstr "karma"
+msgstr "Històric revisions"
#: skins/default/templates/revisions.html:23
-#: skins/old/templates/revisions.html:23
-#, fuzzy
msgid "click to hide/show revision"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "clicar per ocultar/mostrar revisions"
#: skins/default/templates/revisions.html:29
-#: skins/old/templates/revisions.html:29
-#, fuzzy, python-format
+#, python-format
msgid "revision %(number)s"
-msgstr "revisions/"
+msgstr "revisió %(number)s"
#: skins/default/templates/subscribe_for_tags.html:3
#: skins/default/templates/subscribe_for_tags.html:5
-#: skins/old/templates/subscribe_for_tags.html:3
-#: skins/old/templates/subscribe_for_tags.html:5
-#, fuzzy
msgid "Subscribe for tags"
-msgstr "subscriure-per-etiquetes"
+msgstr "Subscriure per etiquetes"
#: skins/default/templates/subscribe_for_tags.html:6
-#: skins/old/templates/subscribe_for_tags.html:6
msgid "Please, subscribe for the following tags:"
-msgstr ""
+msgstr "Subscriure les etiquetes següents:"
#: skins/default/templates/subscribe_for_tags.html:15
-#: skins/old/templates/subscribe_for_tags.html:15
msgid "Subscribe"
-msgstr ""
+msgstr "Subscriure"
#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
-#: skins/old/templates/tags.html:4 skins/old/templates/tags.html.py:11
msgid "Tag list"
-msgstr "Tags"
+msgstr "Llista d'etiquetes"
-#: skins/default/templates/tags.html:8 skins/old/templates/tags.html:9
+#: skins/default/templates/tags.html:8
#, python-format
msgid "Tags, matching \"%(stag)s\""
-msgstr ""
+msgstr "Etiquetes que coincideixen \"%(stag)s\""
#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
#: skins/default/templates/main_page/tab_bar.html:14
msgid "Sort by &raquo;"
-msgstr ""
+msgstr "Ordenar per &raquo;"
-#: skins/default/templates/tags.html:19 skins/old/templates/tags.html:19
+#: skins/default/templates/tags.html:19
msgid "sorted alphabetically"
-msgstr ""
+msgstr "per ordre alfabètic"
-#: skins/default/templates/tags.html:20 skins/old/templates/tags.html:20
-#, fuzzy
+#: skins/default/templates/tags.html:20
msgid "by name"
-msgstr "date"
+msgstr "per nom"
-#: skins/default/templates/tags.html:25 skins/old/templates/tags.html:25
+#: skins/default/templates/tags.html:25
msgid "sorted by frequency of tag use"
-msgstr ""
+msgstr "ordenat per freqüència d'ús de l'etiqueta"
-#: skins/default/templates/tags.html:26 skins/old/templates/tags.html:26
-#, fuzzy
+#: skins/default/templates/tags.html:26
msgid "by popularity"
-msgstr "most voted"
+msgstr "per popularitat"
#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
-#: skins/old/templates/tags.html:31 skins/old/templates/tags.html.py:56
msgid "Nothing found"
-msgstr ""
+msgstr "No s'ha trobat"
#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
-#: skins/old/templates/users.html:4 skins/old/templates/users.html.py:7
msgid "Users"
-msgstr "People"
+msgstr "Usuaris"
#: skins/default/templates/users.html:14
msgid "see people with the highest reputation"
-msgstr ""
+msgstr "veure les persones amb la reputació més alta"
#: skins/default/templates/users.html:15
#: skins/default/templates/user_profile/user_info.html:25
-#: skins/old/templates/users.html:13 skins/old/templates/users.html.py:14
-#: skins/old/templates/user_profile/user_info.html:25
msgid "reputation"
-msgstr "karma"
+msgstr "reputació"
#: skins/default/templates/users.html:20
msgid "see people who joined most recently"
-msgstr ""
+msgstr "veure les persones que s'han afegit recentment"
-#: skins/default/templates/users.html:21 skins/old/templates/users.html:19
-#: skins/old/templates/users.html.py:20
+#: skins/default/templates/users.html:21
msgid "recent"
-msgstr ""
+msgstr "recent"
#: skins/default/templates/users.html:26
msgid "see people who joined the site first"
-msgstr ""
+msgstr "veure les primeres persones que es van afegir al lloc"
#: skins/default/templates/users.html:32
msgid "see people sorted by name"
-msgstr ""
+msgstr "veure la gent ordenada per nom"
-#: skins/default/templates/users.html:33 skins/old/templates/users.html:31
-#: skins/old/templates/users.html.py:32
-#, fuzzy
+#: skins/default/templates/users.html:33
msgid "by username"
-msgstr "Choose screen name"
+msgstr "per nom d'usuari"
-#: skins/default/templates/users.html:39 skins/old/templates/users.html:37
+#: skins/default/templates/users.html:39
#, python-format
msgid "users matching query %(suser)s:"
-msgstr ""
+msgstr "usuaris que coincideixen amb %(suser)s:"
-#: skins/default/templates/users.html:42 skins/old/templates/users.html:40
+#: skins/default/templates/users.html:42
msgid "Nothing found."
-msgstr ""
+msgstr "No s'ha trobat."
-#: skins/default/templates/main_page/headline.html:4
-#: skins/old/templates/main_page/headline.html:18 views/readers.py:159
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
#, python-format
msgid "%(q_num)s question"
msgid_plural "%(q_num)s questions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(q_num)s pregunta"
+msgstr[1] "%(q_num)s preguntes"
#: skins/default/templates/main_page/headline.html:6
-#: skins/old/templates/main_page/headline.html:21
#, python-format
msgid "with %(author_name)s's contributions"
-msgstr ""
+msgstr "amb contribució de %(author_name)s"
-#: skins/default/templates/main_page/headline.html:23
-#: skins/old/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
+msgid "Tagged"
+msgstr "reetiquetat"
+
+#: skins/default/templates/main_page/headline.html:23
msgid "Search tips:"
-msgstr "Tips"
+msgstr "Cerca:"
#: skins/default/templates/main_page/headline.html:26
-#: skins/old/templates/main_page/headline.html:35
-#, fuzzy
msgid "reset author"
-msgstr "Tags"
+msgstr "reinicialitzar autor"
#: skins/default/templates/main_page/headline.html:28
#: skins/default/templates/main_page/headline.html:31
#: skins/default/templates/main_page/nothing_found.html:18
#: skins/default/templates/main_page/nothing_found.html:21
-#: skins/old/templates/main_page/headline.html:37
-#: skins/old/templates/main_page/headline.html:40
-#: skins/old/templates/main_page/nothing_found.html:18
-#: skins/old/templates/main_page/nothing_found.html:21
msgid " or "
-msgstr ""
+msgstr "o"
#: skins/default/templates/main_page/headline.html:29
-#: skins/old/templates/main_page/headline.html:38
-#, fuzzy
msgid "reset tags"
-msgstr "Tags"
+msgstr "reinicialitzar etiquetes"
#: skins/default/templates/main_page/headline.html:32
#: skins/default/templates/main_page/headline.html:35
-#: skins/old/templates/main_page/headline.html:41
-#: skins/old/templates/main_page/headline.html:44
msgid "start over"
-msgstr ""
+msgstr "començar de nou"
#: skins/default/templates/main_page/headline.html:37
-#: skins/old/templates/main_page/headline.html:46
msgid " - to expand, or dig in by adding more tags and revising the query."
-msgstr ""
+msgstr " - o podeu afegir més etiquetes i/o revisar la consulta."
#: skins/default/templates/main_page/headline.html:40
-#: skins/old/templates/main_page/headline.html:49
-#, fuzzy
msgid "Search tip:"
-msgstr "Tips"
+msgstr "Cerca:"
#: skins/default/templates/main_page/headline.html:40
-#: skins/old/templates/main_page/headline.html:49
msgid "add tags and a query to focus your search"
-msgstr ""
+msgstr "per acotar les preguntes afegiu etiquetes i/o feu una consulta"
#: skins/default/templates/main_page/nothing_found.html:4
-#: skins/old/templates/main_page/nothing_found.html:4
-#, fuzzy
msgid "There are no unanswered questions here"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "Aquí no hi ha preguntes sense resposta"
#: skins/default/templates/main_page/nothing_found.html:7
-#: skins/old/templates/main_page/nothing_found.html:7
-#, fuzzy
msgid "No questions here. "
-msgstr "answered question"
+msgstr "Cap pregunta aquí. "
#: skins/default/templates/main_page/nothing_found.html:8
msgid "Please follow some questions or follow some users."
-msgstr ""
+msgstr "Seguiu algunes preguntes o seguiu alguns usuaris"
#: skins/default/templates/main_page/nothing_found.html:13
-#: skins/old/templates/main_page/nothing_found.html:13
msgid "You can expand your search by "
-msgstr ""
+msgstr "Pot amplicar la cerca "
#: skins/default/templates/main_page/nothing_found.html:16
-#: skins/old/templates/main_page/nothing_found.html:16
-#, fuzzy
msgid "resetting author"
-msgstr "Tags"
+msgstr "reinicialitzant autor"
#: skins/default/templates/main_page/nothing_found.html:19
-#: skins/old/templates/main_page/nothing_found.html:19
-#, fuzzy
msgid "resetting tags"
-msgstr "Tags"
+msgstr "reinicialitzant etiquetes"
#: skins/default/templates/main_page/nothing_found.html:22
#: skins/default/templates/main_page/nothing_found.html:25
-#: skins/old/templates/main_page/nothing_found.html:22
-#: skins/old/templates/main_page/nothing_found.html:25
msgid "starting over"
-msgstr ""
+msgstr "començant de nou"
#: skins/default/templates/main_page/nothing_found.html:30
-#: skins/old/templates/main_page/nothing_found.html:30
-#, fuzzy
msgid "Please always feel free to ask your question!"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "Feu la vostra pregunta!"
#: skins/default/templates/main_page/questions_loop.html:12
-#: skins/old/templates/main_page/content.html:13
msgid "Did not find what you were looking for?"
-msgstr ""
+msgstr "No has trobat el que buscaves?"
#: skins/default/templates/main_page/questions_loop.html:13
-#: skins/old/templates/main_page/content.html:14
msgid "Please, post your question!"
msgstr "Fes la teva pregunta"
#: skins/default/templates/main_page/tab_bar.html:9
-#: skins/old/templates/main_page/headline.html:11
msgid "subscribe to the questions feed"
-msgstr "Post Your Answer"
+msgstr "subscriure al feed preguntes"
#: skins/default/templates/main_page/tab_bar.html:10
msgid "RSS"
msgstr ""
#: skins/default/templates/meta/bottom_scripts.html:7
-#: skins/old/templates/blocks/bottom_scripts.html:7
#, python-format
msgid ""
"Please note: %(app_name)s requires javascript to work properly, please "
"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
"a>"
msgstr ""
+"Si us plau, tingui en compte que %(app_name)s necessita javascript per "
+"funcionar, habiliti el javascript del seu navegador (<a href="
+"\"%(noscript_url)s\">com?</a>)"
#: skins/default/templates/meta/editor_data.html:5
-#: skins/old/templates/blocks/editor_data.html:5
-#, fuzzy, python-format
+#, python-format
msgid "each tag must be shorter that %(max_chars)s character"
msgid_plural "each tag must be shorter than %(max_chars)s characters"
-msgstr[0] "les etiquetes han de tenir menys de %(max_chars)d caràcter"
-msgstr[1] "les etiquetes han de tenir menys de %(max_chars)d caràcters"
+msgstr[0] "les etiquetes han de tenir menys de %(max_chars)s caràcter"
+msgstr[1] "les etiquetes han de tenir menys de %(max_chars)s caràcters"
#: skins/default/templates/meta/editor_data.html:7
-#: skins/old/templates/blocks/editor_data.html:7
-#, fuzzy, python-format
+#, python-format
msgid "please use %(tag_count)s tag"
msgid_plural "please use %(tag_count)s tags or less"
-msgstr[0] "usar %(tag_count)d etiqueta o menys"
-msgstr[1] "usar %(tag_count)d etiquetes o menys"
+msgstr[0] "usar %(tag_count)s etiqueta"
+msgstr[1] "usar %(tag_count)s etiquetes o menys"
#: skins/default/templates/meta/editor_data.html:8
-#: skins/old/templates/blocks/editor_data.html:8
-#, fuzzy, python-format
+#, python-format
msgid ""
"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
-msgstr "les etiquetes han de tenir menys de %(max_chars)d caràcter"
+msgstr ""
+"usar fins a %(tag_count)s etiquetes, de menys de %(max_chars)s caràcters "
+"cada una"
#: skins/default/templates/question/answer_tab_bar.html:3
#, python-format
@@ -5658,1307 +5458,928 @@ msgid_plural ""
" %(counter)s Answers\n"
" "
msgstr[0] ""
+"\n"
+" %(counter)s Resposta:\n"
+" "
msgstr[1] ""
+"\n"
+" %(counter)s Respostes:\n"
+" "
#: skins/default/templates/question/answer_tab_bar.html:14
-#: skins/old/templates/question.html:159
msgid "oldest answers will be shown first"
-msgstr ""
+msgstr "es mostraran primer les respostes antigues"
#: skins/default/templates/question/answer_tab_bar.html:15
-#: skins/old/templates/question.html:160
msgid "oldest answers"
-msgstr "oldest"
+msgstr "respostes més antigues"
#: skins/default/templates/question/answer_tab_bar.html:17
-#: skins/old/templates/question.html:162
msgid "newest answers will be shown first"
-msgstr ""
+msgstr "es mostraran primer les respostes recents"
#: skins/default/templates/question/answer_tab_bar.html:18
-#: skins/old/templates/question.html:163
msgid "newest answers"
-msgstr "newest"
+msgstr "respostes recents"
#: skins/default/templates/question/answer_tab_bar.html:20
-#: skins/old/templates/question.html:165
msgid "most voted answers will be shown first"
-msgstr ""
+msgstr "es mostraran primer les respostes més votades"
#: skins/default/templates/question/answer_tab_bar.html:21
-#: skins/old/templates/question.html:166
msgid "popular answers"
-msgstr "most voted"
+msgstr "respostes populars"
-#: skins/default/templates/question/content.html:18
+#: skins/default/templates/question/content.html:20
#: skins/default/templates/question/new_answer_form.html:46
-#: skins/old/templates/question.html:371
-#, fuzzy
msgid "Answer Your Own Question"
-msgstr "Post Your Answer"
+msgstr "Respon la teva pròpia pregunta"
#: skins/default/templates/question/new_answer_form.html:14
-#: skins/old/templates/question.html:339
-#, fuzzy
msgid "Login/Signup to Answer"
-msgstr "Login/Signup to Post"
+msgstr "Entrar/Registrar-se per Respondre"
#: skins/default/templates/question/new_answer_form.html:22
-#: skins/old/templates/question.html:347
-#, fuzzy
msgid "Your answer"
-msgstr "oldest"
+msgstr "La seva resposta"
#: skins/default/templates/question/new_answer_form.html:24
-#: skins/old/templates/question.html:349
-#, fuzzy
msgid "Be the first one to answer this question!"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "Sigues el primer en respondre aquesta pregunta!"
#: skins/default/templates/question/new_answer_form.html:30
-#: skins/old/templates/question.html:355
msgid "you can answer anonymously and then login"
-msgstr ""
-"<span class='strong big'>Please start posting your answer anonymously</span> "
-"- your answer will be saved within the current session and published after "
-"you log in or create a new account. Please try to give a <strong>substantial "
-"answer</strong>, for discussions, <strong>please use comments</strong> and "
-"<strong>please do remember to vote</strong> (after you log in)!"
+msgstr "podeu respondre anònimament i després registrar-vos"
#: skins/default/templates/question/new_answer_form.html:34
-#: skins/old/templates/question.html:359
msgid "answer your own question only to give an answer"
-msgstr ""
-"<span class='big strong'>You are welcome to answer your own question</span>, "
-"but please make sure to give an <strong>answer</strong>. Remember that you "
-"can always <strong>revise your original question</strong>. Please "
-"<strong>use comments for discussions</strong> and <strong>please don't "
-"forget to vote :)</strong> for the answers that you liked (or perhaps did "
-"not like)! "
+msgstr "respon la seva pròpia pregunta només per donar una resposta"
#: skins/default/templates/question/new_answer_form.html:36
-#: skins/old/templates/question.html:361
msgid "please only give an answer, no discussions"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "si us plau només proporcionar una resposta, no discutir"
#: skins/default/templates/question/new_answer_form.html:43
-#: skins/old/templates/question.html:368
msgid "Login/Signup to Post Your Answer"
-msgstr "Login/Signup to Post"
+msgstr "Entrar/Registrar-se per publicar la seva resposta"
#: skins/default/templates/question/new_answer_form.html:48
-#: skins/old/templates/question.html:373
msgid "Answer the question"
-msgstr "Post Your Answer"
+msgstr "Respon la pregunta"
#: skins/default/templates/question/sharing_prompt_phrase.html:2
-#: skins/old/templates/question.html:297
#, python-format
msgid ""
"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
"to this question via"
msgstr ""
+"Coneix algun que sap la resposta? Compareix l'<a href=\"%(question_url)s"
+"\">enllaç</a> a aquesta pregunta via"
#: skins/default/templates/question/sharing_prompt_phrase.html:8
-#: skins/old/templates/question.html:303
msgid " or"
-msgstr ""
+msgstr "o"
#: skins/default/templates/question/sharing_prompt_phrase.html:10
-#: skins/old/templates/question.html:305
-#, fuzzy
msgid "email"
msgstr "correu electrònic"
#: skins/default/templates/question/sidebar.html:4
-#: skins/old/templates/question.html:389
-#, fuzzy
msgid "Question tools"
-msgstr "Tags"
+msgstr "Eines per a preguntes"
#: skins/default/templates/question/sidebar.html:7
-#: skins/old/templates/question.html:392
-#, fuzzy
msgid "click to unfollow this question"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "clic per deixar de seguir aquesta pregunta"
#: skins/default/templates/question/sidebar.html:8
-#: skins/old/templates/question.html:393
msgid "Following"
-msgstr ""
+msgstr "Seguing"
#: skins/default/templates/question/sidebar.html:9
-#: skins/old/templates/question.html:394
msgid "Unfollow"
-msgstr ""
+msgstr "Deixar de seguir"
#: skins/default/templates/question/sidebar.html:13
-#: skins/old/templates/question.html:398
-#, fuzzy
msgid "click to follow this question"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "clic per seguir aquesta pregunta"
#: skins/default/templates/question/sidebar.html:14
-#: skins/old/templates/question.html:399
msgid "Follow"
-msgstr ""
+msgstr "Seguir"
#: skins/default/templates/question/sidebar.html:21
-#: skins/old/templates/question.html:406
#, python-format
msgid "%(count)s follower"
msgid_plural "%(count)s followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(count)s seguidor"
+msgstr[1] "%(count)s seguidors"
#: skins/default/templates/question/sidebar.html:27
-#: skins/old/templates/question.html:412
-#, fuzzy
msgid "email the updates"
-msgstr "Last updated"
+msgstr "actualitzacions de correu electrònic"
#: skins/default/templates/question/sidebar.html:30
-#: skins/old/templates/question.html:415
msgid ""
"<strong>Here</strong> (once you log in) you will be able to sign up for the "
"periodic email updates about this question."
msgstr ""
+"<strong>Aquí</strong> (un cop connectat) es pot inscriure per rebre "
+"actualitzacions periòdiques sobre aquesta pregunta"
#: skins/default/templates/question/sidebar.html:35
-#, fuzzy
msgid "subscribe to this question rss feed"
-msgstr "Post Your Answer"
+msgstr "subscripció al canal rss d'aquesta pregunta"
#: skins/default/templates/question/sidebar.html:36
-#, fuzzy
-msgid "subsribe to rss feed"
-msgstr "Post Your Answer"
+msgid "subscribe to rss feed"
+msgstr "subscriure's al feed rss"
#: skins/default/templates/question/sidebar.html:46
msgid "Stats"
-msgstr ""
+msgstr "Estadístiques"
#: skins/default/templates/question/sidebar.html:48
-#: skins/old/templates/question.html:448
msgid "question asked"
-msgstr "Asked"
+msgstr "pregunta feta"
#: skins/default/templates/question/sidebar.html:51
-#: skins/old/templates/question.html:451
msgid "question was seen"
-msgstr "Seen"
+msgstr "s'ha vist la pregunta"
#: skins/default/templates/question/sidebar.html:51
-#: skins/old/templates/question.html:451
msgid "times"
-msgstr ""
+msgstr "cops"
#: skins/default/templates/question/sidebar.html:54
-#: skins/old/templates/question.html:454
msgid "last updated"
-msgstr "Last updated"
+msgstr "darrera actualització"
#: skins/default/templates/question/sidebar.html:63
-#: skins/old/templates/question.html:463
-#, fuzzy
msgid "Related questions"
-msgstr "Tags"
+msgstr "Preguntes relacionades"
#: skins/default/templates/question/subscribe_by_email_prompt.html:7
#: skins/default/templates/question/subscribe_by_email_prompt.html:9
-#: skins/old/templates/question.html:315 skins/old/templates/question.html:317
msgid "Notify me once a day when there are any new answers"
-msgstr ""
-"<strong>Notify me</strong> once a day by email when there are any new "
-"answers or updates"
+msgstr "Aviseu-me un cop al dia quan hi ha noves respostes"
#: skins/default/templates/question/subscribe_by_email_prompt.html:11
-#: skins/old/templates/question.html:319
msgid "Notify me weekly when there are any new answers"
-msgstr ""
-"<strong>Notify me</strong> weekly when there are any new answers or updates"
+msgstr "Aviseu-me setmanalment quan hi ha noves respostes"
#: skins/default/templates/question/subscribe_by_email_prompt.html:13
-#: skins/old/templates/question.html:321
msgid "Notify me immediately when there are any new answers"
-msgstr ""
-"<strong>Notify me</strong> immediately when there are any new answers or "
-"updates"
+msgstr "Aviseu-me de seguida quan hi ha noves respostes"
#: skins/default/templates/question/subscribe_by_email_prompt.html:16
-#: skins/old/templates/question.html:324
#, python-format
msgid ""
"You can always adjust frequency of email updates from your %(profile_url)s"
msgstr ""
-"(note: you can always <strong><a href='%(profile_url)s?"
-"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
+"Pot ajustar la freqüència de les actualitzacions de correu electrònic des de "
+"la seva %(profile_url)s"
#: skins/default/templates/question/subscribe_by_email_prompt.html:21
-#: skins/old/templates/question.html:329
msgid "once you sign in you will be able to subscribe for any updates here"
-msgstr ""
-"<span class='strong'>Here</span> (once you log in) you will be able to sign "
-"up for the periodic email updates about this question."
+msgstr "quan iniciï la sessió podrà subscriure's a les actualitzacions aquí"
#: skins/default/templates/user_profile/user.html:12
-#: skins/old/templates/user_profile/user.html:13
-#, fuzzy, python-format
+#, python-format
msgid "%(username)s's profile"
-msgstr "User login"
+msgstr "perfil de %(username)s"
#: skins/default/templates/user_profile/user_edit.html:4
-#: skins/old/templates/user_profile/user_edit.html:4
-#, fuzzy
msgid "Edit user profile"
-msgstr "User login"
+msgstr "Editar perfil de l'usuari"
#: skins/default/templates/user_profile/user_edit.html:7
-#: skins/old/templates/user_profile/user_edit.html:7
-#, fuzzy
msgid "edit profile"
-msgstr "User login"
+msgstr "editar perfil"
-#: skins/default/templates/user_profile/user_edit.html:17
+#: skins/default/templates/user_profile/user_edit.html:21
#: skins/default/templates/user_profile/user_info.html:15
-#: skins/old/templates/user_profile/user_edit.html:17
-#: skins/old/templates/user_profile/user_info.html:15
-#, fuzzy
msgid "change picture"
-msgstr "Retag question"
+msgstr "canviar imatge"
+
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr "treure"
-#: skins/default/templates/user_profile/user_edit.html:20
-#: skins/old/templates/user_profile/user_edit.html:20
+#: skins/default/templates/user_profile/user_edit.html:32
msgid "Registered user"
-msgstr ""
+msgstr "Usuari registrat"
-#: skins/default/templates/user_profile/user_edit.html:27
-#: skins/old/templates/user_profile/user_edit.html:27
-#, fuzzy
+#: skins/default/templates/user_profile/user_edit.html:39
msgid "Screen Name"
-msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+msgstr "Nom a mostrar"
-#: skins/default/templates/user_profile/user_edit.html:83
+#: skins/default/templates/user_profile/user_edit.html:95
#: skins/default/templates/user_profile/user_email_subscriptions.html:21
-#: skins/old/templates/user_profile/user_edit.html:83
-#: skins/old/templates/user_profile/user_email_subscriptions.html:21
-#, fuzzy
msgid "Update"
-msgstr "date"
+msgstr "Actualitzar"
#: skins/default/templates/user_profile/user_email_subscriptions.html:4
#: skins/default/templates/user_profile/user_tabs.html:42
-#: skins/old/templates/user_profile/user_email_subscriptions.html:4
-#: skins/old/templates/user_profile/user_tabs.html:42
-#, fuzzy
msgid "subscriptions"
-msgstr "subscripcions/"
+msgstr "subscripcions"
#: skins/default/templates/user_profile/user_email_subscriptions.html:7
-#: skins/old/templates/user_profile/user_email_subscriptions.html:7
-#, fuzzy
msgid "Email subscription settings"
-msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
-"updates on interesting questions by email, <strong><br/>help the community</"
-"strong> by answering questions of your colleagues. If you do not wish to "
-"receive emails - select 'no email' on all items below.<br/>Updates are only "
-"sent when there is any new activity on selected items."
+msgstr "Configuració de la subscripció de correu electrònic"
#: skins/default/templates/user_profile/user_email_subscriptions.html:8
-#: skins/old/templates/user_profile/user_email_subscriptions.html:8
msgid "email subscription settings info"
-msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
-"updates on interesting questions by email, <strong><br/>help the community</"
-"strong> by answering questions of your colleagues. If you do not wish to "
-"receive emails - select 'no email' on all items below.<br/>Updates are only "
-"sent when there is any new activity on selected items."
+msgstr "Informació de la subscripció de correu electrònic"
#: skins/default/templates/user_profile/user_email_subscriptions.html:22
-#: skins/old/templates/user_profile/user_email_subscriptions.html:22
msgid "Stop sending email"
-msgstr "Stop Email"
+msgstr "No enviar més correus electrònics"
#: skins/default/templates/user_profile/user_favorites.html:4
#: skins/default/templates/user_profile/user_tabs.html:27
-#: skins/old/templates/user_profile/user_favorites.html:4
-#: skins/old/templates/user_profile/user_tabs.html:27
-#, fuzzy
msgid "followed questions"
-msgstr "Ask Your Question"
+msgstr "preguntes seguides"
#: skins/default/templates/user_profile/user_inbox.html:18
#: skins/default/templates/user_profile/user_tabs.html:12
-#: skins/old/templates/user_profile/user_inbox.html:18
-#: skins/old/templates/user_profile/user_tabs.html:12
msgid "inbox"
-msgstr ""
+msgstr "safata d'entrada"
#: skins/default/templates/user_profile/user_inbox.html:34
-#: skins/old/templates/user_profile/user_inbox.html:34
-#, fuzzy
msgid "Sections:"
-msgstr "Tags"
+msgstr "Seccions:"
#: skins/default/templates/user_profile/user_inbox.html:38
-#: skins/old/templates/user_profile/user_inbox.html:38
#, python-format
msgid "forum responses (%(re_count)s)"
-msgstr ""
+msgstr "respostes en forum (%(re_count)s)"
#: skins/default/templates/user_profile/user_inbox.html:43
-#: skins/old/templates/user_profile/user_inbox.html:43
#, python-format
msgid "flagged items (%(flag_count)s)"
-msgstr ""
+msgstr "items senyalats (%(flag_count)s)"
#: skins/default/templates/user_profile/user_inbox.html:49
-#: skins/old/templates/user_profile/user_inbox.html:49
-#, fuzzy
msgid "select:"
-msgstr "només seleccionades"
+msgstr "seleccionar:"
#: skins/default/templates/user_profile/user_inbox.html:51
-#: skins/old/templates/user_profile/user_inbox.html:51
msgid "seen"
-msgstr ""
+msgstr "vist"
#: skins/default/templates/user_profile/user_inbox.html:52
-#: skins/old/templates/user_profile/user_inbox.html:52
-#, fuzzy
msgid "new"
-msgstr "més recent"
+msgstr "nou"
#: skins/default/templates/user_profile/user_inbox.html:53
-#: skins/old/templates/user_profile/user_inbox.html:53
msgid "none"
-msgstr ""
+msgstr "cap"
#: skins/default/templates/user_profile/user_inbox.html:54
-#: skins/old/templates/user_profile/user_inbox.html:54
-#, fuzzy
msgid "mark as seen"
-msgstr "ha marcat la millor resposta"
+msgstr "marcat com a vist"
#: skins/default/templates/user_profile/user_inbox.html:55
-#: skins/old/templates/user_profile/user_inbox.html:55
-#, fuzzy
msgid "mark as new"
-msgstr "ha marcat la millor resposta"
+msgstr "marcar com a nou"
#: skins/default/templates/user_profile/user_inbox.html:56
-#: skins/old/templates/user_profile/user_inbox.html:56
msgid "dismiss"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_info.html:19
-#: skins/old/templates/user_profile/user_info.html:19
-msgid "remove"
-msgstr ""
+msgstr "rebutjar"
#: skins/default/templates/user_profile/user_info.html:36
-#: skins/old/templates/user_profile/user_info.html:36
-#, fuzzy
msgid "update profile"
-msgstr "User login"
+msgstr "actualitzar perfil"
#: skins/default/templates/user_profile/user_info.html:40
-#: skins/old/templates/user_profile/user_info.html:40
msgid "manage login methods"
-msgstr ""
+msgstr "gestionar mètodes d'entrada"
#: skins/default/templates/user_profile/user_info.html:53
-#: skins/old/templates/user_profile/user_info.html:53
-#, fuzzy
msgid "real name"
-msgstr "Nom real"
+msgstr "nom real"
#: skins/default/templates/user_profile/user_info.html:58
-#: skins/old/templates/user_profile/user_info.html:58
msgid "member for"
-msgstr "member since"
+msgstr "membre per"
#: skins/default/templates/user_profile/user_info.html:63
-#: skins/old/templates/user_profile/user_info.html:63
-#, fuzzy
msgid "last seen"
-msgstr "Last updated"
+msgstr "últim cop vist"
#: skins/default/templates/user_profile/user_info.html:69
-#: skins/old/templates/user_profile/user_info.html:69
msgid "user website"
-msgstr "website"
+msgstr "lloc web de l'usuari"
#: skins/default/templates/user_profile/user_info.html:75
-#: skins/old/templates/user_profile/user_info.html:75
-#, fuzzy
msgid "location"
-msgstr "Hi, there! Please sign in"
+msgstr "ubicació"
#: skins/default/templates/user_profile/user_info.html:82
-#: skins/old/templates/user_profile/user_info.html:82
-#, fuzzy
msgid "age"
-msgstr "Badges"
+msgstr "edat"
#: skins/default/templates/user_profile/user_info.html:83
-#: skins/old/templates/user_profile/user_info.html:83
+#, fuzzy
msgid "age unit"
-msgstr "years old"
+msgstr "Missatge enviat"
#: skins/default/templates/user_profile/user_info.html:88
-#: skins/old/templates/user_profile/user_info.html:90
-#, fuzzy
msgid "todays unused votes"
-msgstr "votes"
+msgstr "vots sense usar avui"
#: skins/default/templates/user_profile/user_info.html:89
-#: skins/old/templates/user_profile/user_info.html:91
-#, fuzzy
msgid "votes left"
-msgstr "votes"
+msgstr "vots restants"
#: skins/default/templates/user_profile/user_moderate.html:4
#: skins/default/templates/user_profile/user_tabs.html:48
-#: skins/old/templates/user_profile/user_moderate.html:4
-#: skins/old/templates/user_profile/user_tabs.html:48
-#, fuzzy
msgid "moderation"
-msgstr "karma"
+msgstr "moderació"
#: skins/default/templates/user_profile/user_moderate.html:8
-#: skins/old/templates/user_profile/user_moderate.html:8
#, python-format
msgid "%(username)s's current status is \"%(status)s\""
-msgstr ""
+msgstr "l'estatus actual de %(username)s és \"%(status)s\""
#: skins/default/templates/user_profile/user_moderate.html:11
-#: skins/old/templates/user_profile/user_moderate.html:11
-#, fuzzy
msgid "User status changed"
-msgstr "User login"
+msgstr "S'ha canviat l'estatus de l'usuari"
#: skins/default/templates/user_profile/user_moderate.html:20
-#: skins/old/templates/user_profile/user_moderate.html:20
msgid "Save"
-msgstr ""
+msgstr "Desar"
-#: skins/default/templates/user_profile/user_moderate.html:26
-#: skins/old/templates/user_profile/user_moderate.html:26
+#: skins/default/templates/user_profile/user_moderate.html:25
#, python-format
msgid "Your current reputation is %(reputation)s points"
-msgstr ""
+msgstr "La seva reputació actual és de %(reputation)s punts"
-#: skins/default/templates/user_profile/user_moderate.html:28
-#: skins/old/templates/user_profile/user_moderate.html:28
+#: skins/default/templates/user_profile/user_moderate.html:27
#, python-format
msgid "User's current reputation is %(reputation)s points"
-msgstr ""
+msgstr "La reputació actual de l'usuari és de %(reputation)s punts"
-#: skins/default/templates/user_profile/user_moderate.html:32
-#: skins/old/templates/user_profile/user_moderate.html:32
-#, fuzzy
+#: skins/default/templates/user_profile/user_moderate.html:31
msgid "User reputation changed"
-msgstr "user karma"
+msgstr "S'ha canviat la reputació de l'usuari"
-#: skins/default/templates/user_profile/user_moderate.html:39
-#: skins/old/templates/user_profile/user_moderate.html:39
+#: skins/default/templates/user_profile/user_moderate.html:38
msgid "Subtract"
-msgstr ""
+msgstr "Restar"
-#: skins/default/templates/user_profile/user_moderate.html:40
-#: skins/old/templates/blocks/tag_selector.html:18
-#: skins/old/templates/blocks/tag_selector.html:34
-#: skins/old/templates/user_profile/user_moderate.html:40
+#: skins/default/templates/user_profile/user_moderate.html:39
msgid "Add"
msgstr "Afegir"
-#: skins/default/templates/user_profile/user_moderate.html:44
-#: skins/old/templates/user_profile/user_moderate.html:44
-#, fuzzy, python-format
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
msgid "Send message to %(username)s"
-msgstr "Choose screen name"
+msgstr "Enviar missatge a %(username)s"
-#: skins/default/templates/user_profile/user_moderate.html:45
-#: skins/old/templates/user_profile/user_moderate.html:45
+#: skins/default/templates/user_profile/user_moderate.html:44
msgid ""
"An email will be sent to the user with 'reply-to' field set to your email "
"address. Please make sure that your address is entered correctly."
msgstr ""
+"S'enviarà un correu electrònic a l'usuari amb el camp 'respon-a' amb la seva "
+"adreça de correu. Comproveu que heu entrar correctament la vostra adreça."
-#: skins/default/templates/user_profile/user_moderate.html:47
-#: skins/old/templates/user_profile/user_moderate.html:47
-#, fuzzy
+#: skins/default/templates/user_profile/user_moderate.html:46
msgid "Message sent"
-msgstr "years old"
+msgstr "Missatge enviat"
-#: skins/default/templates/user_profile/user_moderate.html:65
-#: skins/old/templates/user_profile/user_moderate.html:65
-#, fuzzy
+#: skins/default/templates/user_profile/user_moderate.html:64
msgid "Send message"
-msgstr "missatges/"
+msgstr "Enviar missatge"
-#: skins/default/templates/user_profile/user_moderate.html:75
-#: skins/old/templates/user_profile/user_moderate.html:75
+#: skins/default/templates/user_profile/user_moderate.html:74
msgid ""
"Administrators have privileges of normal users, but in addition they can "
"assign/revoke any status to any user, and are exempt from the reputation "
"limits."
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:78
-#: skins/old/templates/user_profile/user_moderate.html:78
+#: skins/default/templates/user_profile/user_moderate.html:77
msgid ""
"Moderators have the same privileges as administrators, but cannot add or "
"remove user status of 'moderator' or 'administrator'."
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:81
-#: skins/old/templates/user_profile/user_moderate.html:81
+#: skins/default/templates/user_profile/user_moderate.html:80
msgid "'Approved' status means the same as regular user."
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:84
-#: skins/old/templates/user_profile/user_moderate.html:84
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
msgid "Suspended users can only edit or delete their own posts."
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "els usuaris deshabilitats no poden senyalar entrades"
-#: skins/default/templates/user_profile/user_moderate.html:87
-#: skins/old/templates/user_profile/user_moderate.html:87
+#: skins/default/templates/user_profile/user_moderate.html:86
msgid ""
"Blocked users can only login and send feedback to the site administrators."
msgstr ""
#: skins/default/templates/user_profile/user_network.html:5
#: skins/default/templates/user_profile/user_tabs.html:18
-#: skins/old/templates/user_profile/user_network.html:5
-#: skins/old/templates/user_profile/user_tabs.html:18
msgid "network"
-msgstr ""
+msgstr "xarxa"
#: skins/default/templates/user_profile/user_network.html:10
-#: skins/old/templates/user_profile/user_network.html:10
#, python-format
msgid "Followed by %(count)s person"
msgid_plural "Followed by %(count)s people"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Seguit per %(count)s person"
+msgstr[1] "Seguit per %(count)s persones"
#: skins/default/templates/user_profile/user_network.html:14
-#: skins/old/templates/user_profile/user_network.html:14
#, python-format
msgid "Following %(count)s person"
msgid_plural "Following %(count)s people"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Seguint %(count)s person"
+msgstr[1] "Seguint %(count)s persones"
#: skins/default/templates/user_profile/user_network.html:19
-#: skins/old/templates/user_profile/user_network.html:19
msgid ""
"Your network is empty. Would you like to follow someone? - Just visit their "
"profiles and click \"follow\""
msgstr ""
+"La sev xarxa està buida. Voleu seguir algú?Només heu de visitar la seva "
+"pàgina de configuració i clicar \"seguir\""
#: skins/default/templates/user_profile/user_network.html:21
-#: skins/old/templates/user_profile/user_network.html:21
#, python-format
msgid "%(username)s's network is empty"
-msgstr ""
+msgstr "la xarxa de %(username)s's és buida"
#: skins/default/templates/user_profile/user_recent.html:4
#: skins/default/templates/user_profile/user_tabs.html:31
-#: skins/old/templates/user_profile/user_recent.html:4
-#: skins/old/templates/user_profile/user_tabs.html:31
-#, fuzzy
msgid "activity"
-msgstr "activity"
+msgstr "activitat"
#: skins/default/templates/user_profile/user_recent.html:21
#: skins/default/templates/user_profile/user_recent.html:28
-#: skins/old/templates/user_profile/user_recent.html:21
-#: skins/old/templates/user_profile/user_recent.html:28
msgid "source"
-msgstr ""
+msgstr "font"
#: skins/default/templates/user_profile/user_reputation.html:4
-#: skins/old/templates/user_profile/user_reputation.html:4
msgid "karma"
-msgstr ""
+msgstr "reputació"
#: skins/default/templates/user_profile/user_reputation.html:11
-#: skins/old/templates/user_profile/user_reputation.html:11
+#, fuzzy
msgid "Your karma change log."
-msgstr ""
+msgstr "registre de modificacions de reputació de %(user_name)s"
#: skins/default/templates/user_profile/user_reputation.html:13
-#: skins/old/templates/user_profile/user_reputation.html:13
#, python-format
msgid "%(user_name)s's karma change log"
-msgstr ""
+msgstr "registre de modificacions de reputació de %(user_name)s"
#: skins/default/templates/user_profile/user_stats.html:5
#: skins/default/templates/user_profile/user_tabs.html:7
-#: skins/old/templates/user_profile/user_stats.html:5
-#: skins/old/templates/user_profile/user_tabs.html:7
msgid "overview"
-msgstr ""
+msgstr "resum"
#: skins/default/templates/user_profile/user_stats.html:11
-#: skins/old/templates/user_profile/user_stats.html:11
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Question"
msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span> Pregunta"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Preguntes"
#: skins/default/templates/user_profile/user_stats.html:16
-#: skins/old/templates/user_profile/user_stats.html:16
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Answer"
msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span> Resposta"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Respostes"
#: skins/default/templates/user_profile/user_stats.html:24
-#: skins/old/templates/user_profile/user_stats.html:24
#, python-format
msgid "the answer has been voted for %(answer_score)s times"
-msgstr ""
+msgstr "la resposta s'ha votat %(answer_score)s vegades"
#: skins/default/templates/user_profile/user_stats.html:24
-#: skins/old/templates/user_profile/user_stats.html:24
msgid "this answer has been selected as correct"
-msgstr ""
+msgstr "aquesta resposta s'ha seleccionat com a correcta"
#: skins/default/templates/user_profile/user_stats.html:34
-#: skins/old/templates/user_profile/user_stats.html:34
#, python-format
msgid "(%(comment_count)s comment)"
msgid_plural "the answer has been commented %(comment_count)s times"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "(%(comment_count)s comentari)"
+msgstr[1] "la resposta s'ha comentat %(comment_count)s vegades"
#: skins/default/templates/user_profile/user_stats.html:44
-#: skins/old/templates/user_profile/user_stats.html:44
#, python-format
msgid "<span class=\"count\">%(cnt)s</span> Vote"
msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(cnt)s</span> Vot"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> Vots"
#: skins/default/templates/user_profile/user_stats.html:50
-#: skins/old/templates/user_profile/user_stats.html:50
msgid "thumb up"
msgstr ""
#: skins/default/templates/user_profile/user_stats.html:51
-#: skins/old/templates/user_profile/user_stats.html:51
msgid "user has voted up this many times"
-msgstr ""
+msgstr "el usuari ha votat positivament aquest nombre de vegades"
#: skins/default/templates/user_profile/user_stats.html:54
-#: skins/old/templates/user_profile/user_stats.html:54
msgid "thumb down"
msgstr ""
#: skins/default/templates/user_profile/user_stats.html:55
-#: skins/old/templates/user_profile/user_stats.html:55
msgid "user voted down this many times"
-msgstr ""
+msgstr "el usuari ha votat negativament aquest nombre de vegades"
#: skins/default/templates/user_profile/user_stats.html:63
-#: skins/old/templates/user_profile/user_stats.html:63
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Tag"
msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span> Etiqueta"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Etiquetes"
#: skins/default/templates/user_profile/user_stats.html:99
-#: skins/old/templates/user_profile/user_stats.html:99
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Badge"
msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span> Insígnia"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Insígnies"
#: skins/default/templates/user_profile/user_stats.html:122
-#: skins/old/templates/user_profile/user_stats.html:122
-#, fuzzy
msgid "Answer to:"
-msgstr "Tips"
+msgstr "Respon a:"
#: skins/default/templates/user_profile/user_tabs.html:5
-#: skins/old/templates/user_profile/user_tabs.html:5
-#, fuzzy
msgid "User profile"
-msgstr "User login"
+msgstr "Perfil d'usuari"
-#: skins/default/templates/user_profile/user_tabs.html:10
-#: skins/old/templates/user_profile/user_tabs.html:10 views/users.py:785
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
msgid "comments and answers to others questions"
-msgstr ""
+msgstr "comentaris i respostes a altres preguntes"
#: skins/default/templates/user_profile/user_tabs.html:16
-#: skins/old/templates/user_profile/user_tabs.html:16
msgid "followers and followed users"
-msgstr ""
+msgstr "usuaris seguidors i seguits"
#: skins/default/templates/user_profile/user_tabs.html:21
-#: skins/old/templates/user_profile/user_tabs.html:21
msgid "graph of user reputation"
-msgstr "Graph of user karma"
+msgstr "gràfic de la reputació de l'usuari"
#: skins/default/templates/user_profile/user_tabs.html:23
-#: skins/old/templates/user_profile/user_tabs.html:23
msgid "reputation history"
-msgstr "karma"
+msgstr "històric reputació"
#: skins/default/templates/user_profile/user_tabs.html:25
-#: skins/old/templates/user_profile/user_tabs.html:25
msgid "questions that user is following"
-msgstr ""
+msgstr "preguntes que l'usuari segueix"
#: skins/default/templates/user_profile/user_tabs.html:29
-#: skins/old/templates/user_profile/user_tabs.html:29
-#, fuzzy
msgid "recent activity"
-msgstr "activity"
+msgstr "activitat recent"
-#: skins/default/templates/user_profile/user_tabs.html:34
-#: skins/old/templates/user_profile/user_tabs.html:34 views/users.py:860
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
msgid "user vote record"
-msgstr ""
+msgstr "registre de vots de l'usuari"
#: skins/default/templates/user_profile/user_tabs.html:36
-#: skins/old/templates/user_profile/user_tabs.html:36
msgid "casted votes"
-msgstr "votes"
+msgstr "vots emesos"
-#: skins/default/templates/user_profile/user_tabs.html:40
-#: skins/old/templates/user_profile/user_tabs.html:40 views/users.py:973
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
msgid "email subscription settings"
-msgstr ""
+msgstr "configuració de la subscripció de correu electrònic"
-#: skins/default/templates/user_profile/user_tabs.html:46
-#: skins/old/templates/user_profile/user_tabs.html:46 views/users.py:211
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
msgid "moderate this user"
-msgstr ""
+msgstr "moderar aquest usuari"
#: skins/default/templates/user_profile/user_votes.html:4
-#: skins/old/templates/user_profile/user_votes.html:4
-#, fuzzy
msgid "votes"
-msgstr "votes"
+msgstr "vots"
#: skins/default/templates/widgets/answer_edit_tips.html:3
-#: skins/old/templates/blocks/answer_edit_tips.html:3
msgid "answer tips"
-msgstr "Tips"
+msgstr "consells per respondre"
#: skins/default/templates/widgets/answer_edit_tips.html:6
-#: skins/old/templates/blocks/answer_edit_tips.html:6
msgid "please make your answer relevant to this community"
-msgstr "ask a question interesting to this community"
+msgstr "feu una pregunta rellevant per a la comunitat"
#: skins/default/templates/widgets/answer_edit_tips.html:9
-#: skins/old/templates/blocks/answer_edit_tips.html:9
-#, fuzzy
msgid "try to give an answer, rather than engage into a discussion"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "procureu donar una resposta, sense entrar en un discussió"
#: skins/default/templates/widgets/answer_edit_tips.html:12
-#: skins/old/templates/blocks/answer_edit_tips.html:12
msgid "please try to provide details"
-msgstr "provide enough details"
+msgstr "procureu donar detalls"
#: skins/default/templates/widgets/answer_edit_tips.html:15
#: skins/default/templates/widgets/question_edit_tips.html:11
-#: skins/old/templates/blocks/answer_edit_tips.html:15
-#: skins/old/templates/blocks/question_edit_tips.html:11
msgid "be clear and concise"
-msgstr ""
+msgstr "sigueu clar i concís"
#: skins/default/templates/widgets/answer_edit_tips.html:20
#: skins/default/templates/widgets/question_edit_tips.html:16
-#: skins/old/templates/blocks/answer_edit_tips.html:19
-#: skins/old/templates/blocks/question_edit_tips.html:15
-#, fuzzy
msgid "see frequently asked questions"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "vegeu preguntes més freqüents"
#: skins/default/templates/widgets/answer_edit_tips.html:27
#: skins/default/templates/widgets/question_edit_tips.html:22
-#: skins/old/templates/blocks/answer_edit_tips.html:25
-#: skins/old/templates/blocks/question_edit_tips.html:20
msgid "Markdown tips"
-msgstr "Markdown basics"
+msgstr "Consells llenguatge de marques"
#: skins/default/templates/widgets/answer_edit_tips.html:31
#: skins/default/templates/widgets/question_edit_tips.html:26
-#: skins/old/templates/blocks/answer_edit_tips.html:29
-#: skins/old/templates/blocks/question_edit_tips.html:24
msgid "*italic*"
-msgstr ""
+msgstr "*itàlica*"
#: skins/default/templates/widgets/answer_edit_tips.html:34
#: skins/default/templates/widgets/question_edit_tips.html:29
-#: skins/old/templates/blocks/answer_edit_tips.html:32
-#: skins/old/templates/blocks/question_edit_tips.html:27
msgid "**bold**"
-msgstr ""
+msgstr "**negreta**"
#: skins/default/templates/widgets/answer_edit_tips.html:38
#: skins/default/templates/widgets/question_edit_tips.html:33
-#: skins/old/templates/blocks/answer_edit_tips.html:36
-#: skins/old/templates/blocks/question_edit_tips.html:31
msgid "*italic* or _italic_"
-msgstr ""
+msgstr "*itàlica* o _itàlica_"
#: skins/default/templates/widgets/answer_edit_tips.html:41
#: skins/default/templates/widgets/question_edit_tips.html:36
-#: skins/old/templates/blocks/answer_edit_tips.html:39
-#: skins/old/templates/blocks/question_edit_tips.html:34
msgid "**bold** or __bold__"
-msgstr ""
+msgstr "**negreta** o _negreta_"
#: skins/default/templates/widgets/answer_edit_tips.html:45
#: skins/default/templates/widgets/question_edit_tips.html:40
-#: skins/old/templates/blocks/answer_edit_tips.html:43
-#: skins/old/templates/blocks/question_edit_tips.html:38
-#, fuzzy
msgid "link"
-msgstr "Hi, there! Please sign in"
+msgstr "enllaç"
#: skins/default/templates/widgets/answer_edit_tips.html:45
#: skins/default/templates/widgets/answer_edit_tips.html:49
#: skins/default/templates/widgets/question_edit_tips.html:40
#: skins/default/templates/widgets/question_edit_tips.html:45
-#: skins/old/templates/blocks/answer_edit_tips.html:43
-#: skins/old/templates/blocks/answer_edit_tips.html:47
-#: skins/old/templates/blocks/question_edit_tips.html:38
-#: skins/old/templates/blocks/question_edit_tips.html:43
msgid "text"
-msgstr ""
+msgstr "text"
#: skins/default/templates/widgets/answer_edit_tips.html:49
#: skins/default/templates/widgets/question_edit_tips.html:45
-#: skins/old/templates/blocks/answer_edit_tips.html:47
-#: skins/old/templates/blocks/question_edit_tips.html:43
msgid "image"
-msgstr ""
+msgstr "imatge"
#: skins/default/templates/widgets/answer_edit_tips.html:53
#: skins/default/templates/widgets/question_edit_tips.html:49
-#: skins/old/templates/blocks/answer_edit_tips.html:51
-#: skins/old/templates/blocks/question_edit_tips.html:47
msgid "numbered list:"
-msgstr ""
+msgstr "llista numerada:"
#: skins/default/templates/widgets/answer_edit_tips.html:58
#: skins/default/templates/widgets/question_edit_tips.html:54
-#: skins/old/templates/blocks/answer_edit_tips.html:56
-#: skins/old/templates/blocks/question_edit_tips.html:52
msgid "basic HTML tags are also supported"
-msgstr ""
+msgstr "es poden posar etiquetes HTML bàsiques"
#: skins/default/templates/widgets/answer_edit_tips.html:63
#: skins/default/templates/widgets/question_edit_tips.html:59
-#: skins/old/templates/blocks/answer_edit_tips.html:60
-#: skins/old/templates/blocks/question_edit_tips.html:56
msgid "learn more about Markdown"
-msgstr ""
+msgstr "aprendre més sobre Markdown"
#: skins/default/templates/widgets/ask_button.html:2
-#: skins/old/templates/blocks/header.html:40
-#, fuzzy
msgid "ask a question"
-msgstr "La Teva Pregunta"
+msgstr "fes una pregunta"
#: skins/default/templates/widgets/ask_form.html:6
-#: skins/old/templates/blocks/ask_form.html:6
msgid "login to post question info"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "entrar per publicar una pregunta2"
#: skins/default/templates/widgets/ask_form.html:10
-#: skins/old/templates/blocks/ask_form.html:10
-#, fuzzy, python-format
+#, python-format
msgid ""
"must have valid %(email)s to post, \n"
" see %(email_validation_faq_url)s\n"
" "
msgstr ""
-"<span class='strong big'>Looks like your email address, %(email)s has not "
-"yet been validated.</span> To post messages you must verify your email, "
-"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-"<br>You can submit your question now and validate email after that. Your "
-"question will saved as pending meanwhile. "
+"per publicar ha de tenir un %(email)s vàlid, \n"
+" vegeu %(email_validation_faq_url)s\n"
+" "
#: skins/default/templates/widgets/ask_form.html:42
-#: skins/old/templates/blocks/ask_form.html:34
msgid "Login/signup to post your question"
-msgstr "Login/Signup to Post"
+msgstr "Entrar/registrar-se per publicar la vostre pregunta"
#: skins/default/templates/widgets/ask_form.html:44
-#: skins/old/templates/blocks/ask_form.html:36
msgid "Ask your question"
-msgstr "Ask Your Question"
+msgstr "Fes la teva pregunta"
#: skins/default/templates/widgets/contributors.html:3
-#: skins/old/templates/main_page/sidebar.html:8
msgid "Contributors"
-msgstr ""
+msgstr "Col·laboradors"
#: skins/default/templates/widgets/footer.html:33
-#: skins/old/templates/blocks/footer.html:41
#, python-format
msgid "Content on this site is licensed under a %(license)s"
-msgstr ""
+msgstr "El contingut d'aquest lloc està sota una llicència %(license)s"
#: skins/default/templates/widgets/footer.html:38
-#: skins/old/templates/blocks/footer.html:4
-#: skins/old/templates/blocks/header_meta_links.html:12
-#, fuzzy
msgid "about"
-msgstr "sobre/"
+msgstr "sobre"
#: skins/default/templates/widgets/footer.html:40
-#: skins/old/templates/blocks/footer.html:6
-#, fuzzy
msgid "privacy policy"
-msgstr "privacitat"
+msgstr "política de privacitat"
#: skins/default/templates/widgets/footer.html:49
-#: skins/old/templates/blocks/footer.html:15
-#, fuzzy
msgid "give feedback"
-msgstr "comentaris/"
+msgstr "dóna la teva opinió"
-#: skins/default/templates/widgets/logo.html:4
-#: skins/old/templates/blocks/header.html:8
+#: skins/default/templates/widgets/logo.html:3
msgid "back to home page"
-msgstr ""
+msgstr "a la pàgina d'inici"
-#: skins/default/templates/widgets/logo.html:5
-#: skins/old/templates/blocks/header.html:9
+#: skins/default/templates/widgets/logo.html:4
#, python-format
msgid "%(site)s logo"
-msgstr ""
+msgstr "logo %(site)s"
#: skins/default/templates/widgets/meta_nav.html:10
-#: skins/old/templates/blocks/header.html:30
msgid "users"
msgstr "gent"
#: skins/default/templates/widgets/meta_nav.html:15
-#: skins/old/templates/blocks/header.html:35
msgid "badges"
msgstr "insígnies"
#: skins/default/templates/widgets/question_edit_tips.html:3
-#: skins/old/templates/blocks/question_edit_tips.html:3
msgid "question tips"
msgstr "Consells"
#: skins/default/templates/widgets/question_edit_tips.html:5
-#: skins/old/templates/blocks/question_edit_tips.html:5
msgid "please ask a relevant question"
msgstr "fes una pregunta interessant per a la comunitat"
#: skins/default/templates/widgets/question_edit_tips.html:8
-#: skins/old/templates/blocks/question_edit_tips.html:8
msgid "please try provide enough details"
msgstr "dóna detalls suficients"
#: skins/default/templates/widgets/question_summary.html:12
-#: skins/old/templates/macros.html:424
msgid "view"
msgid_plural "views"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "vista"
+msgstr[1] "visites"
#: skins/default/templates/widgets/question_summary.html:29
-#: skins/old/templates/macros.html:441
-#, fuzzy
msgid "answer"
msgid_plural "answers"
-msgstr[0] "resposta/"
-msgstr[1] "resposta/"
+msgstr[0] "resposta"
+msgstr[1] "respostes"
#: skins/default/templates/widgets/question_summary.html:40
-#: skins/old/templates/macros.html:452
-#, fuzzy
msgid "vote"
msgid_plural "votes"
-msgstr[0] "vot/"
-msgstr[1] "vot/"
+msgstr[0] "vot"
+msgstr[1] "vots"
+
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr "TOTES"
#: skins/default/templates/widgets/scope_nav.html:5
-#: skins/old/templates/main_page/tab_bar.html:14
-#, fuzzy
msgid "see unanswered questions"
-msgstr "Ask Your Question"
+msgstr "veure preguntes sense respondre"
+
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr "SENSE RESPONDRE"
#: skins/default/templates/widgets/scope_nav.html:8
-#: skins/old/templates/main_page/tab_bar.html:20
#, fuzzy
msgid "see your followed questions"
-msgstr "Ask Your Question"
+msgstr "preguntes seguides"
+
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr "SEQUIDES"
#: skins/default/templates/widgets/scope_nav.html:11
msgid "Please ask your question here"
msgstr "Fes la teva pregunta"
#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
-#: skins/old/templates/macros.html:63
msgid "karma:"
-msgstr ""
+msgstr "reputació:"
#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
-#: skins/old/templates/macros.html:67
-#, fuzzy
msgid "badges:"
-msgstr "insígnies"
+msgstr "insígnies:"
#: skins/default/templates/widgets/user_navigation.html:8
-#: skins/old/templates/blocks/header_meta_links.html:8
msgid "logout"
msgstr "sortir"
#: skins/default/templates/widgets/user_navigation.html:10
-#: skins/old/templates/blocks/header_meta_links.html:10
msgid "login"
msgstr "Registrar-se"
#: skins/default/templates/widgets/user_navigation.html:14
-#: skins/old/templates/blocks/header_meta_links.html:15
msgid "settings"
-msgstr "User login"
-
-#: skins/old/templates/feedback.html:25
-#, fuzzy
-msgid "(please enter a valid email)"
-msgstr "provide enough details"
-
-#: skins/old/templates/question.html:26 skins/old/templates/question.html:27
-#: skins/old/templates/question.html:42 skins/old/templates/question.html:44
-msgid "i like this post (click again to cancel)"
-msgstr ""
-
-#: skins/old/templates/question.html:38 skins/old/templates/question.html:39
-#: skins/old/templates/question.html:51 skins/old/templates/question.html:52
-msgid "i dont like this post (click again to cancel)"
-msgstr ""
-
-#: skins/old/templates/question.html:143
-#, python-format
-msgid ""
-"The question has been closed for the following reason \"%(close_reason)s\" by"
-msgstr ""
+msgstr "configuració"
-#: skins/old/templates/question.html:151
-#, python-format
-msgid ""
-"\n"
-" %(counter)s Answer:\n"
-" "
-msgid_plural ""
-"\n"
-" %(counter)s Answers:\n"
-" "
-msgstr[0] ""
-msgstr[1] ""
-
-#: skins/old/templates/question.html:204 skins/old/templates/question.html:205
-msgid "mark this answer as favorite (click again to undo)"
-msgstr ""
-
-#: skins/old/templates/question.html:424
-msgid "Question tags"
-msgstr "Tags"
-
-#: skins/old/templates/question.html:446
-msgid "Stats:"
-msgstr ""
-
-#: skins/old/templates/authopenid/email_validation.txt:9
-msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
-msgstr ""
-
-#: skins/old/templates/blocks/header.html:20
-#, fuzzy
-msgid "questions"
-msgstr "Consells"
-
-#: skins/old/templates/blocks/input_bar.html:34
-msgid "search"
-msgstr "cerca"
-
-#: skins/old/templates/main_page/headline.html:12
-msgid "rss feed"
-msgstr ""
-
-#: skins/old/templates/main_page/headline.html:16 views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "Asked"
-msgstr[1] "Asked"
-
-#: skins/old/templates/main_page/nothing_found.html:8
-msgid "Please star (bookmark) some questions or follow some users."
-msgstr ""
-
-#: skins/old/templates/main_page/tab_bar.html:5
-msgid "In:"
-msgstr ""
-
-#: skins/old/templates/main_page/tab_bar.html:21
-#, fuzzy
-msgid "followed"
-msgstr "Ask Your Question"
-
-#: skins/old/templates/main_page/tab_bar.html:25
-msgid "Sort by:"
-msgstr ""
-
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
msgid "no items in counter"
-msgstr "no"
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
msgid "Oops, apologies - there was some error"
-msgstr ""
+msgstr "hi ha hagut un error"
#: utils/decorators.py:109
msgid "Please login to post"
-msgstr ""
+msgstr "Entrar per publicar"
#: utils/decorators.py:205
msgid "Spam was detected on your post, sorry for if this is a mistake"
-msgstr ""
+msgstr "S'ha detectar spam en el seu missatge, ho sentin si això és un error"
-#: utils/forms.py:32
+#: utils/forms.py:33
msgid "this field is required"
-msgstr ""
+msgstr "aquesta camp és requerit"
-#: utils/forms.py:46
+#: utils/forms.py:60
msgid "choose a username"
-msgstr "Choose screen name"
+msgstr "nom d'usuari"
-#: utils/forms.py:52
+#: utils/forms.py:69
msgid "user name is required"
-msgstr ""
+msgstr "el nom d'usuari es requerit"
-#: utils/forms.py:53
+#: utils/forms.py:70
msgid "sorry, this name is taken, please choose another"
-msgstr ""
+msgstr "aquest nom ja existeix, trieu un altre"
-#: utils/forms.py:54
+#: utils/forms.py:71
msgid "sorry, this name is not allowed, please choose another"
msgstr ""
-#: utils/forms.py:55
+#: utils/forms.py:72
msgid "sorry, there is no user with this name"
msgstr ""
-#: utils/forms.py:56
+#: utils/forms.py:73
msgid "sorry, we have a serious error - user name is taken by several users"
msgstr ""
-#: utils/forms.py:57
+#: utils/forms.py:74
msgid "user name can only consist of letters, empty space and underscore"
msgstr ""
-#: utils/forms.py:118
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
+
+#: utils/forms.py:138
msgid "your email address"
-msgstr "Your email <i>(never shared)</i>"
+msgstr "adreça correu electrònic"
-#: utils/forms.py:119
+#: utils/forms.py:139
msgid "email address is required"
msgstr ""
-#: utils/forms.py:120
+#: utils/forms.py:140
msgid "please enter a valid email address"
msgstr ""
-#: utils/forms.py:121
+#: utils/forms.py:141
msgid "this email is already used by someone else, please choose another"
-msgstr ""
+msgstr "aquesta adreça de correu ja s'està utilitzant, trieu un altre"
-#: utils/forms.py:149
+#: utils/forms.py:169
msgid "choose password"
-msgstr "Password"
+msgstr "contrasenya"
-#: utils/forms.py:150
+#: utils/forms.py:170
msgid "password is required"
-msgstr ""
+msgstr "la contrasenya és necessaria"
-#: utils/forms.py:153
+#: utils/forms.py:173
msgid "retype password"
-msgstr "Password <i>(please retype)</i>"
+msgstr "repetir contrasenya"
-#: utils/forms.py:154
+#: utils/forms.py:174
msgid "please, retype your password"
-msgstr ""
+msgstr "tornar a entrar la contrasenya"
-#: utils/forms.py:155
+#: utils/forms.py:175
msgid "sorry, entered passwords did not match, please try again"
-msgstr ""
+msgstr "les contrasenyes no coincideixen, torneu a provar"
#: utils/functions.py:74
msgid "2 days ago"
-msgstr ""
+msgstr "fa 2 dies"
#: utils/functions.py:76
msgid "yesterday"
-msgstr ""
+msgstr "ahir"
#: utils/functions.py:79
#, python-format
@@ -6971,8 +6392,8 @@ msgstr[1] ""
#, python-format
msgid "%(min)d min ago"
msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "fa %(min)d minut"
+msgstr[1] "fa %(min)d minuts"
#: views/avatar_views.py:99
msgid "Successfully uploaded a new avatar."
@@ -6988,53 +6409,51 @@ msgstr ""
#: views/commands.py:39
msgid "anonymous users cannot vote"
-msgstr "Sorry, anonymous users cannot vote"
+msgstr "els usuaris anònims no poden votar"
#: views/commands.py:59
msgid "Sorry you ran out of votes for today"
-msgstr ""
+msgstr "se li han acabat el vots per avui"
#: views/commands.py:65
#, python-format
msgid "You have %(votes_left)s votes left for today"
-msgstr ""
+msgstr "Per avui li queden %(votes_left)s restants"
-#: views/commands.py:122
+#: views/commands.py:123
msgid "Sorry, but anonymous users cannot access the inbox"
msgstr ""
-#: views/commands.py:192
+#: views/commands.py:198
msgid "Sorry, something is not right here..."
msgstr ""
-#: views/commands.py:207
+#: views/commands.py:213
msgid "Sorry, but anonymous users cannot accept answers"
msgstr ""
-#: views/commands.py:288
+#: views/commands.py:320
#, python-format
msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
-#: views/commands.py:295
+#: views/commands.py:327
msgid "email update frequency has been set to daily"
msgstr ""
-#: views/commands.py:400
+#: views/commands.py:433
#, python-format
msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
msgstr ""
-#: views/commands.py:409
+#: views/commands.py:442
#, python-format
msgid "Please sign in to subscribe for: %(tags)s"
msgstr ""
-#: views/commands.py:542
+#: views/commands.py:578
msgid "Please sign in to vote"
-msgstr ""
+msgstr "Registrar-se per votar"
#: views/meta.py:84
msgid "Q&A forum feedback"
@@ -7042,20 +6461,27 @@ msgstr ""
#: views/meta.py:85
msgid "Thanks for the feedback!"
-msgstr ""
+msgstr "Gràcies pels comentaris"
#: views/meta.py:94
msgid "We look forward to hearing your feedback! Please, give it next time :)"
msgstr ""
-#: views/readers.py:199
+#: views/readers.py:152
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
msgstr[0] ""
msgstr[1] ""
-#: views/readers.py:415
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s insígnia"
+msgstr[1] "%(badge_count)d %(badge_level)s insígnies"
+
+#: views/readers.py:416
msgid ""
"Sorry, the comment you are looking for has been deleted and is no longer "
"accessible"
@@ -7063,121 +6489,158 @@ msgstr ""
#: views/users.py:212
msgid "moderate user"
-msgstr ""
+msgstr "usuari moderador"
-#: views/users.py:386
+#: views/users.py:387
msgid "user profile"
-msgstr ""
+msgstr "perfil d'usuari"
-#: views/users.py:387
+#: views/users.py:388
msgid "user profile overview"
-msgstr ""
+msgstr "resum perfil usuari"
-#: views/users.py:698
+#: views/users.py:699
msgid "recent user activity"
-msgstr ""
+msgstr "activitat recent de l'usuari"
-#: views/users.py:699
+#: views/users.py:700
msgid "profile - recent activity"
-msgstr ""
+msgstr "perfil - activitat recent"
-#: views/users.py:786
+#: views/users.py:787
msgid "profile - responses"
-msgstr ""
+msgstr "perfil - respostes"
-#: views/users.py:861
+#: views/users.py:862
msgid "profile - votes"
-msgstr ""
+msgstr "peril - vots"
-#: views/users.py:896
+#: views/users.py:897
msgid "user reputation in the community"
-msgstr "user karma"
+msgstr "reputació de l'usuari a la comunitat"
-#: views/users.py:897
+#: views/users.py:898
msgid "profile - user reputation"
-msgstr "Profile - User's Karma"
+msgstr "perfil - reputació de l'usuari"
-#: views/users.py:924
+#: views/users.py:925
msgid "users favorite questions"
-msgstr ""
+msgstr "preguntes preferides dels usuaris"
-#: views/users.py:925
+#: views/users.py:926
msgid "profile - favorite questions"
-msgstr ""
+msgstr "perfil - preguntes preferides"
-#: views/users.py:945 views/users.py:949
+#: views/users.py:946 views/users.py:950
msgid "changes saved"
-msgstr ""
+msgstr "canvis desats"
-#: views/users.py:955
+#: views/users.py:956
msgid "email updates canceled"
-msgstr ""
+msgstr "cancel·lat l'acutalització de correu electrònic"
-#: views/users.py:974
+#: views/users.py:975
msgid "profile - email subscriptions"
-msgstr ""
+msgstr "perfil - subscripcions de correu electrònic"
-#: views/writers.py:58
+#: views/writers.py:59
msgid "Sorry, anonymous users cannot upload files"
-msgstr ""
+msgstr "Els usuaris anònims no poden pujar fitxers"
-#: views/writers.py:68
+#: views/writers.py:69
#, python-format
msgid "allowed file types are '%(file_types)s'"
-msgstr ""
+msgstr "els tipus de fitxers permesos són '%(file_types)s'"
-#: views/writers.py:91
+#: views/writers.py:92
#, python-format
msgid "maximum upload file size is %(file_size)sK"
-msgstr ""
+msgstr "grandària màxima dels fitxers a penjar és de %(file_size)s"
-#: views/writers.py:99
+#: views/writers.py:100
msgid "Error uploading file. Please contact the site administrator. Thank you."
msgstr ""
+"Error penjant el fitxer. Contacteu amb l'administrador del lloc. Gràcies."
-#: views/writers.py:191
-#, fuzzy
+#: views/writers.py:192
msgid "Please log in to ask questions"
-msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+msgstr "Entrar per fer preguntes"
-#: views/writers.py:492
-#, fuzzy
+#: views/writers.py:493
msgid "Please log in to answer questions"
-msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+msgstr "Entrar per respondre preguntes"
-#: views/writers.py:598
+#: views/writers.py:600
#, python-format
msgid ""
"Sorry, you appear to be logged out and cannot post comments. Please <a href="
"\"%(sign_in_url)s\">sign in</a>."
msgstr ""
+"Sembla que heu sortit i no podeu posar comentaris. <a href=\"%(sign_in_url)s"
+"\">Entreu</a>."
-#: views/writers.py:646
+#: views/writers.py:649
msgid "Sorry, anonymous users cannot edit comments"
-msgstr ""
+msgstr "Els usuaris anònims no poden editar comentaris"
-#: views/writers.py:654
+#: views/writers.py:658
#, python-format
msgid ""
"Sorry, you appear to be logged out and cannot delete comments. Please <a "
"href=\"%(sign_in_url)s\">sign in</a>."
msgstr ""
+"Sembla que heu sortit i no podeu esborrar comentaris. <a href="
+"\"%(sign_in_url)s\">Entreu</a>."
-#: views/writers.py:675
+#: views/writers.py:679
msgid "sorry, we seem to have some technical difficulties"
msgstr ""
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "la pregunta ha de tenir més de 10 caràcters"
+
+#~ msgid "(please enter a valid email)"
+#~ msgstr "(entrar una adreça vàlida de correu electrònic)"
+
+#~ msgid ""
+#~ "\n"
+#~ " %(counter)s Answer:\n"
+#~ " "
+#~ msgid_plural ""
+#~ "\n"
+#~ " %(counter)s Answers:\n"
+#~ " "
+#~ msgstr[0] ""
+#~ "\n"
+#~ " %(counter)s Resposta:\n"
+#~ " "
+#~ msgstr[1] ""
+#~ "\n"
+#~ " %(counter)s Respostes:\n"
+#~ " "
+
+#~ msgid "Question tags"
+#~ msgstr "Tags"
+
+#~ msgid "questions"
+#~ msgstr "preguntes"
+
+#~ msgid "search"
+#~ msgstr "cerca"
+
+#~ msgid ""
+#~ "\n"
+#~ " %(counter)s Answer\n"
+#~ msgid_plural ""
+#~ "\n"
+#~ " %(counter)s Answers\n"
+#~ msgstr[0] ""
+#~ "\n"
+#~ " %(counter)s Resposta\n"
+#~ msgstr[1] ""
+#~ "\n"
+#~ " %(counter)s Respostes\n"
+
#~ msgid "Email (not shared with anyone):"
#~ msgstr "Correu electrònic (no es comparteix amb ningú)"
diff --git a/askbot/locale/de/LC_MESSAGES/django.mo b/askbot/locale/de/LC_MESSAGES/django.mo
index a48a1401..f91f1f4a 100644
--- a/askbot/locale/de/LC_MESSAGES/django.mo
+++ b/askbot/locale/de/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/de/LC_MESSAGES/django.po b/askbot/locale/de/LC_MESSAGES/django.po
index 4e94d72c..85a9f457 100644
--- a/askbot/locale/de/LC_MESSAGES/django.po
+++ b/askbot/locale/de/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:26-0600\n"
+"POT-Creation-Date: 2012-01-02 11:20-0600\n"
"PO-Revision-Date: 2010-05-06 02:23\n"
"Last-Translator: <who@email.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,7 +50,10 @@ msgstr ""
msgid "Country field is required"
msgstr "Dieses Feld wird benötigt"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "Titel"
@@ -58,61 +61,70 @@ msgstr "Titel"
msgid "please enter a descriptive title for your question"
msgstr "Bitte geben Sie einen Aussagekräftigen Titel für Ihre Frage ein."
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "Der Titel muß länger als 10 Zeichen sein."
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "Der Titel muß länger als 10 Zeichen sein."
+msgstr[1] "Der Titel muß länger als 10 Zeichen sein."
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "Inhalt"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "Der Fragentext muß länger als 10 Buchstaben sein."
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "Tags"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Tags sind kurze Stichwörter. Sie dürfen keine Leerzeichen enthalten. Bis zu "
+"fünf Tags können vergeben werden."
+msgstr[1] ""
"Tags sind kurze Stichwörter. Sie dürfen keine Leerzeichen enthalten. Bis zu "
"fünf Tags können vergeben werden."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "Mindestens ein Tag muß gesetzt sein."
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "Bitte %(tag_count)d Tags oder weniger benutzen"
msgstr[1] "Bitte %(tag_count)d Tags oder weniger benutzen"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
msgstr[1] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "Diese Buchstaben dürfen in Tags vorkommen"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -121,11 +133,11 @@ msgstr ""
"Antworten keine Bewertungspunkte vergeben, und der Name des Autors wird "
"nicht angezeigt."
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "Zusammenfassung der Ãœberarbeitung:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -134,269 +146,275 @@ msgstr ""
"Rechtschreibung, Tippfehler korrigiert, Grammatik, Stil verbessert) "
"Freiwillige Angabe."
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
msgstr "aktualisiert"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "Ihr Forumsteam"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
#, fuzzy
msgid "moderator"
msgstr "benutzer-moderieren/"
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "Tags ändern"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
#, fuzzy
msgid "Cannot change own status"
msgstr "Über selbst verfaßte Beiträge kann nicht abgestimmt werden"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Über selbst verfaßte Beiträge kann nicht abgestimmt werden"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
#, fuzzy
msgid "Message text"
msgstr "Nachrichtentext:"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Ihr Name:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "E-Mail"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Ihre Nachricht:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "Anonym"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "Diese E-Mail muß nicht mit Gravatar verknüpft werden."
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Echter Name"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Website"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Geburtsdatum"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"wird nicht angezeigt, aber für die Altersberechnung verwendet. Format: JJJJ-"
"MM-TT, Beispiel: 1980-05-27 für den 27. Mai 1980"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Nickname"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr ""
"Ein Zugang mit dieser E-Mail-Adresse existiert bereits. Bitte verwenden Sie "
"eine andere E-Mail-Adresse."
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "E-Mail-Tag-Filter festlegen"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Von mir gefragt"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Von mir beantwortet"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Individuell ausgewählt"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Das ganze Forum (Tag-gefiltert)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "Okay, versuchen wir's!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "Ich möchte gar keine E-Mails erhalten, danke"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "Bitte wählen Sie eine der obenstehenden Optionen aus"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "ueber/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "faq/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "datenschutz/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "antworten/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "bearbeiten/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisionen/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "fragen/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "frage/"
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "tags/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "schliessen/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "oeffnen/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "antwort/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "abstimmen/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "tags/"
@@ -406,6 +424,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "benutzer/"
@@ -438,11 +458,15 @@ msgstr "upload/"
msgid "feedback/"
msgstr "feedback/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "frage/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "zugang/"
@@ -945,105 +969,117 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "tags aktualisiert"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Tags"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "unanswered questions"
@@ -1965,6 +2001,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Keine Favoriten-Fragen."
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Die Frage schließen"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Fragen aus ignorierten Tags ausblenden"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "Fragen in der Favoritenliste des Benutzers"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "Duplikat"
@@ -2007,7 +2076,7 @@ msgstr "Zu eng gefaßt"
msgid "newest"
msgstr "neueste"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "älteste"
@@ -2040,6 +2109,7 @@ msgid "relevance"
msgstr "Relevanz"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "alle"
@@ -2182,7 +2252,7 @@ msgstr "[geschlossen]"
msgid "[deleted]"
msgstr "[gelöscht]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "ursprüngliche Version"
@@ -2242,15 +2312,15 @@ msgstr "Wie verändert man sein Profilbild (Avatar) und was ist Gravatar?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "Gold"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "Silber"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "Bronze"
@@ -2398,7 +2468,7 @@ msgid "Incorrect username."
msgstr "Ungültiger Benutzername."
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "einloggen/"
@@ -2438,6 +2508,7 @@ msgid "%(site)s user name and password"
msgstr "Bitte geben Sie Benutzernamen und Passwort ein."
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2549,60 +2620,60 @@ msgstr "Ihr Passwort wurde geändert."
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
"Die beiden eingegebenen Passwörter stimmen nicht überein, bitte erneut "
"versuchen"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Sie müssen Ihre E-Mail-Adresse bestätigen. Mehr Informationen<a "
"id='validate_email_alert' href='%(details_url)s'>hier</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "Legen Sie ein neues Passwort für Ihren Zugang fest."
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2638,6 +2709,80 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr "Erlaubte Dateitypen: '%(file_types)s'"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#, fuzzy
+msgid "Sites"
+msgstr "Titel"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "Ort"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Passwort ändern"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Log out"
+msgstr "Logout"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+#, fuzzy
+msgid "Home"
+msgstr "Home"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "Frage bearbeiten"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+#, fuzzy
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Bitte folgende Eingaben korrigieren:"
+msgstr[1] "Bitte folgende Eingaben korrigieren:"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "Frage bearbeiten"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "Frage bearbeiten"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Gratulation, Sie sind jetzt Administrator"
@@ -2773,7 +2918,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "Bitte einloggen"
@@ -2797,42 +2942,42 @@ msgid ""
"own question"
msgstr "Erste Antwort auf eine eigene Frage akzeptiert"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Über selbst verfaßte Beiträge kann nicht abgestimmt werden"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "Positiv bewerten benötigt mindestens %(points)s Punkte "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "Negativ bewerten benötigt mindestens %(points)s Punkte"
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr ""
@@ -2840,7 +2985,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr ""
@@ -2848,13 +2993,13 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "Das Hochladen von Dateien benötigt %(min_rep)s Punkte oder mehr"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
#, fuzzy
msgid "blocked users cannot post"
msgstr ""
@@ -2862,7 +3007,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
#, fuzzy
msgid "suspended users cannot post"
msgstr ""
@@ -2870,7 +3015,7 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2881,56 +3026,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2940,61 +3085,61 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr ""
@@ -3002,7 +3147,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr ""
@@ -3010,146 +3155,180 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "Bewertung kann nicht mehr zurückgenommen werden"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "vor %(hr)d Stunde"
msgstr[1] "vor %(hr)d Stunden"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "vor %(min)d Minute"
msgstr[1] "vor %(min)d Minuten"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "Anonym"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr "Ihr Forumsteam"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "Der Absender ist"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "Registrierter Benutzer"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, fuzzy, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "Punkte-Logbuch von %(user_name)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3160,42 +3339,36 @@ msgstr[1] ""
"Silberne Auszeichnungen erzielt man durch regelmäßige, geduldige Teilnahme "
"am Forum."
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "Aktive Forumsteilnehmer werden in Bronze ausgezeichnet."
msgstr[1] "Aktive Forumsteilnehmer werden in Bronze ausgezeichnet."
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Tags"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3602,52 +3775,280 @@ msgstr "Wöchentlich"
msgid "No email"
msgstr "Keine E-Mail"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Bitte geben Sie Benutzernamen und Passwort ein."
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "einloggen/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "E-Mail-Adresse ändern"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "E-Mail-Adresse speichern"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Geben Sie Ihre E-Mail-Adresse in untenstehende "
+"Box ein</span> falls Sie sie für Ihre Benachrichtigungs-E-Mails ändern "
+"möchten.<br>Im Moment verwenden Sie <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Bitte geben Sie unten Ihre E-Mail-Adresse ein.</"
+"span> Eine gültige E-Mail-Adresse wird für dieses Forum benötigt. Falls Sie "
+"möchten, können Sie <strong>Benachrichtigungsmails</strong> zu Sie besonders "
+"interessierenden Fragen, oder Neuzugängen abonnieren. Ihre E-Mail-Adresse "
+"wird auch benutzt, um ein individuelles sogenanntes <a "
+"href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>-Bild für Ihr Konto "
+"anzuzeigen. E-Mail-Adressen werden niemals öffentlich angezeigt."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Ihre neue E-Mail-Adresse:</strong> (wird<strong>nicht</strong> "
+"öffentlich angezeigt; muß eine gültige Adresse sein)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Ihre E-Mail-Adresse</strong> (wird<strong>nicht</strong> öffentlich "
+"angezeigt; muß eine gültige Adresse sein)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "E-Mail-Adresse speichern"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "E-Mail-Adresse überprüfen"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Eine E-Mail mit einem Bestätigungslink wurde an "
+"%(email)s versandt.</span> Bitte <strong>klicken Sie auf den Link in der E-"
+"Mail</strong> oder geben Sie ihn via Kopieren+Einfügen in Ihren Internet-"
+"Browser ein. Die E-Mail-Überprüfung dient Ihrem und unserem Schutz vor Spam. "
+"Falls Sie eine <strong>andere E-Mail-Adresse</strong> verwenden möchten, "
+"können Sie sie <a href='%(change_email_url)s'><strong>erneut ändern</"
+"strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "E-Mail-Adresse nicht geändert"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Ihre E-Mail-Adresse %(email)s wurde nicht "
+"geändert.</span> Falls Sie sie später ändern möchten, können Sie dieses "
+"jederzeit in Ihrem Benutzerprofil oder im <a "
+"href='%(change_email_url)s'><strong>vorigen Formular</strong></a> tun."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "E-Mail-Adresse geändert"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Ihre E-Mail-Adresse wurde auf %(email)s verändert.</"
+"span> Sie erhalten alle eventuell abonnierten E-Mail-Benachrichtigungen nun "
+"an diese Adresse."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "E-Mail-Adresse bestätigt"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Vielen Dank für die Bestätigung Ihrer E-Mail-"
+"Adresse!</span> Sie können jetzt <strong>Fragen stellen</strong> und "
+"<strong>beantworten</strong>. Sie können bei interessanten Fragen auch "
+"<strong>eine E-Mail-Benachrichtigung abonnieren</strong>, die Sie einmal "
+"täglich oder seltener über neue Entwicklungen wie Antworten und Kommentare "
+"informiert."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Bestätigungs-E-Mail nicht versandt"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Ihre momentane E-Mail-Adresse %(email)s wurde "
+"bereits bestätigt</span>. Es wurde keine neue Bestätigungsmail versandt. Sie "
+"können Ihre E-Mail-Adresse bei Bedarf <a href='%(change_link)s'>ändern</a>."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "Registrieren"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">Sie sind zum ersten Mal mit Ihrem OpenID-"
+"Zugang von %(provider)s eingeloggt.</span> Bitte geben Sie einen "
+"<strong>Benutzernamen</strong> ein und hinterlegen Sie Ihre <strong>E-Mail-"
+"Adresse</strong>. Die E-Mail-Adresse ermöglicht <strong>Benachrichtigungen "
+"bei besonders interessanten Fragen</strong> und wird als Grundlage für Ihr "
+"Individuelles Benutzerbild, den <a "
+"href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>, benutzt.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, fuzzy, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Der Benutzername %(username)s ist leider nicht "
+"mehr frei.</span></p><p> Eine gültige E-Mail-Adresse ist ebenfalls "
+"erforderlich - an sie senden wir (optionale) Benachrichtigungsmails, und mit "
+"ihr zeigen wir Ihr Benutzerbild (Gravatar) an. E-Mail-Adressen werden nicht "
+"öffentlich angezeigt und auch nicht an Dritte weitergegeben.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">Sie sind zum ersten Mal mit Ihrem OpenID-"
+"Zugang von %(provider)s eingeloggt.</span> Sie können einen "
+"<strong>Benutzernamen</strong> eingeben oder Ihren Benutzernamen bei "
+"%(provider)s verwenden. Bitte hinterlegen Sie auch Ihre <strong>E-Mail-"
+"Adresse</strong>. Die E-Mail-Adresse ermöglicht <strong>Benachrichtigungen "
+"bei besonders interessanten Fragen</strong> und wird als Grundlage für Ihr "
+"Individuelles Benutzerbild, den <a "
+"href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>, benutzt.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">Sie sind hier zum ersten Mal mit Ihrem "
+"Facebook-Login.</span> Bitte legen Sie einen <strong>Benutzernamen</strong> "
+"fest und hinterlegen Sie Ihre <strong>E-Mail-Adresse</strong>. Die E-Mail-"
+"Adresse ermöglicht <strong>Benachrichtigungen bei besonders interessanten "
+"Fragen</strong> und wird als Grundlage für Ihr Individuelles Benutzerbild, "
+"den <a href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>, benutzt.</"
+"p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr ""
+"Dieser Benutzername existiert leider bereits, bitte wählen Sie einen anderen."
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>Benutzername</strong> (<i>wird öffentlich angezeigt</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>E-Mail-Adresse</strong> (<i>wird <strong>nicht</strong> öffentlich "
+"angezeigt; muß gültig sein</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Benachrichtigungen per E-Mail abonnieren</strong> Das Abonnieren von "
+"E-Mail-Benachrichtigungen ist freiwillig. <br/>Das Forum versenden bis zu "
+"<strong>einer Benachrichtigung pro Woche</strong> - nur wenn es auch "
+"wirklich Neues gibt.<br/>Sie können die Benachrichtigungshäufigkeit "
+"jederzeit in Ihrem Benutzerprofil anpassen."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+"Das Tag-Filterwerkzeug finden Sie nach dem Einloggen in der rechten Spalte."
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Zugang anlegen"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Vielen Dank für Ihre Registrierung!"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "Ihre Zugangsdaten:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Benutzername:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Passwort:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Bitte hier anmelden:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "Ihr Forumsteam"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Grüße vom Forumsteam"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "Um das Forum zu benutzen, klicken Sie auf untenstehenden Link:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
"Die Bestätigung der E-Mail-Adresse durch den Link hilft uns, Spam zu "
@@ -3663,2083 +4064,2838 @@ msgstr ""
"unternehmen. Bitte ignorieren Sie diese E-Mail einfach - wir entschuldigen "
"uns für die Unannehmlichkeiten."
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Logout"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Benutzerlogin"
+
+#: skins/common/templates/authopenid/signin.html:14
#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
"\n"
-"Hallo, dies ist Feedback zu %(site_title)s \n"
+"<span class=\"strong big\">Ihre Antwort auf </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">wurde gespeichert "
+"und wird veröffentlicht, sobald Sie sich einloggen.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-"Falls Sie diese Nachricht irrtümlich erhalten haben, brauchen Sie nichts zu "
-"unternehmen. Bitte ignorieren Sie diese E-Mail einfach - wir entschuldigen "
-"uns für die Unannehmlichkeiten."
+"<span class=\"strong big\">Ihre Frage</span> <i>\"<strong>%(title)s</strong> "
+"%(summary)s...\"</i> <span class=\"strong big\"> wurde gespeichert und wird "
+"veröffentlicht, sobald Sie sich einloggen.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "%(username)s Gravatar-Bild"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:87
#, fuzzy
-msgid "Please login to post"
-msgstr "Bitte einloggen"
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Bitte geben Sie Benutzernamen und Passwort ein."
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "Dieses Feld wird benötigt"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "Keine E-Mail"
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Bitte einen Benutzernamen eingeben"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Passwort"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "Der Benutzername wird benötigt"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Login"
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-"Dieser Benutzername ist bereits vergeben. Bitte wählen Sie einen anderen"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "Dieser Benutzername ist nicht erlaubt. Bitte wählen Sie einen anderen"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Neues Passwort angelegt"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "Es gibt keinen Benutzer dieses Namens"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "Bitte geben Sie Ihr Passwort erneut ein"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-"Interner Fehler: Derselbe Benutzername ist von mehreren Benutzern "
-"registriert. Bitte melden Sie diesen Fehler dem Administrator. Vielen Dank."
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
msgstr ""
-"Der Benutzername kann aus Buchstaben, Leerzeichen und Unterstrichen bestehen"
-
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Ihre E-Mail-Adresse <i>(wird nie veröffentlicht)</i>"
-
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "Eine E-Mail-Adresse wird benötigt"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "Zuletzt gesehen"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-"Diese E-Mail-Adresse ist bereits in Benutzung, bitte geben Sie eine andere "
-"ein"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Passwort"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "löschen"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "Ein Passwort wird benötigt"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Zugang gelöscht."
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Passwort <i>(bitte neu eingeben)</i>"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Sie haben noch Fragen?"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "Bitte geben Sie Ihr Passwort erneut ein"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
-"Die beiden eingegebenen Passwörter stimmen nicht überein, bitte erneut "
-"versuchen"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "vor 2 Tagen"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Legen Sie ein neues Passwort für Ihren Zugang fest."
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "gestern"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "vor %(hr)d Stunde"
-msgstr[1] "vor %(hr)d Stunden"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Legen Sie ein neues Passwort für Ihren Zugang fest."
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "vor %(min)d Minute"
-msgstr[1] "vor %(min)d Minuten"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Warum OpenID verwenden?"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "Mit OpenID müssen Sie keinen neuen Account anlegen."
+
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
msgstr ""
+"Sie können sich ohne Bedenken mit dem selben OpenID-Zugang auf unbegrenzt "
+"vielen Webseiten einloggen."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"Es gibt mehr als 160 Millionen OpenID-Zugänge und mehr als 10.000 Seiten, "
+"die OpenID akzeptieren."
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
msgstr ""
+"OpenID basiert auf einem international anerkannten Standard und wird von "
+"zahlreichen großen Firmen unterstützt."
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "Gastbenutzer können nicht abstimmen"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Mehr Informationen"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Einen OpenID-Zugang anlegen"
+
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "Registrieren"
+
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Benutzernamen und Passwort anlegen"
+
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Benutzernamen und Passwort anlegen"
+
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>Falls Sie möchten, können Sie auch einen "
+"Benutzernamen und ein Passwort hier im Forum anmelden. Wir unterstützen aber "
+"auch <strong>OpenID</strong>, eine Technik, mit der Sie sich nur einmal z.B. "
+"bei Ihrem Internet-Provider registrieren müssen. Mit der bei Ihrem Provider "
+"angelegten OpenID können Sie sich dann hier einloggen. Wenn Sie z.B. einen "
+"Zugang bei Google haben, haben Sie bereits auch einen OpenID-Zugang."
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
+"Bitte geben Sie zum Schutz vor Spam die untenstehenden zwei Wörter ein."
+
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Zugang anlegen"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "oder"
-#: views/commands.py:122
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "zum OpenID-Login zurückkehren"
+
+#: skins/common/templates/avatar/add.html:3
#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "Gastbenutzer können nicht abstimmen"
+msgid "add avatar"
+msgstr "Wie verändert man sein Profilbild (Avatar) und was ist Gravatar?"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Tags ändern"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Ihre Zugangsdaten:"
+
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
+
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:207
+#: skins/common/templates/avatar/change.html:4
#, fuzzy
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "Gastbenutzer können nicht abstimmen"
+msgid "change avatar"
+msgstr "Veränderungen gespeichert"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-"Ihre Abonnementeinstellungen wurden gespeichert, aber %(email)s muß noch "
-"bestätigt werden. <a href='%(details_url)s'>Details hier</a>."
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "Die Häufigkeit der Benachrichtigungen wurde auf \"täglich\" gesetzt."
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "upload/"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "Antwort gelöscht"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:542
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Bitte hier anmelden:"
+msgid "Delete These"
+msgstr "Antwort gelöscht"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Forums-Feedback"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "Link zur Antwort"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "Link"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "bearbeiten"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "Alle Tags zeigen"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr ""
+"Beitrag melden (z.B. Spam, unerwünschte Werbung, Beleidigungen, illegale "
+"Inhalte usw.)"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Vielen Dank für Ihr Feedback!"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "Als beleidigend melden"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "Wir freuen uns auf Ihr Feedback! Gerne auch nächstes Mal :)"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "Alle Tags zeigen"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "Wiederherstellen"
-#: views/readers.py:151
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Frage beantworten"
+
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "Zur Favoritenliste hinzufügen (zum Abbrechen erneut klicken)"
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s Frage"
-msgstr[1] "%(q_num)s Fragen"
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "Der Fragesteller hat diese Antwort als die korrekte markiert"
-#: views/readers.py:159
+#: skins/common/templates/question/closed_question_info.html:2
#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s Frage"
-msgstr[1] "%(q_num)s Fragen"
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
+"Die Frage wurde aus den folgenden Gründen: \"%(close_reason)s\" geschlossen "
+"von"
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:4
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
+msgid "close date %(closed_at)s"
+msgstr "Schließungszeitpunkt close date %(closed_at)s"
-#: views/readers.py:415
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "Die Frage wurde als Favorit ausgewählt"
+msgid "retag"
+msgstr "Tags verändert"
-#: views/users.py:211
-#, fuzzy
-msgid "moderate this user"
-msgstr "Diesen Benutzer verwalten"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "wieder öffnen"
-#: views/users.py:212
-#, fuzzy
-msgid "moderate user"
-msgstr "benutzer-moderieren/"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "schließen"
-#: views/users.py:386
-msgid "user profile"
-msgstr "Benutzerprofil"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "Dieses Feld wird benötigt"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "Benutzerprofil-Ãœbersicht"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(Pflichtfeld)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Die Markdown-Echtzeit-Vorschau ein- oder ausblenden"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "Vorschau ausblenden"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tags"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "Neueste Aktivitäten"
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Tags, die mich interessieren"
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "Profil - neueste Aktivitäten"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Hinzufügen"
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "Kommentare und Antworten"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Ignorierte Tags"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "Profil - Reaktionen"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "E-Mail-Tag-Filter festlegen"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "Abstimmungsverhalten"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "Abgegebene Bewertungen"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Die angeforderte Seite konnte nicht gefunden werden."
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "Punktestand des Benutzers"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Dies könnte einen der folgenden Gründe haben:"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "Profil - Punktestand des Benutzers"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "Diese Frage oder Antwort wurde gelöscht;"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "Fragen in der Favoritenliste des Benutzers"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "Die eingegebene Adresse ist fehlerhaft - bitte überprüfen;"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "Fragen in der Favoritenliste"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"Die angeforderte Seite ist geschützt oder Sie haben nicht genug Punkte, um "
+"sie anzuschauen, siehe"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "Veränderungen gespeichert"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "Häufige Fragen"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "E-Mail-Benachrichtigungen abgestellt"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "Falls dieser Fehler nicht hätte passieren sollen, "
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "E-Mail-Abonnementeinstellungen"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "melden Sie uns das Problem bitte."
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "E-Mail-Abonnements"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "Zurück zur vorigen Seite"
-#: views/writers.py:58
-#, fuzzy
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "Gastbenutzer können nicht abstimmen"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "Alle Fragen zeigen"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "Erlaubte Dateitypen: '%(file_types)s'"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "Alle Tags zeigen"
-#: views/writers.py:91
-#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "Die Maximalgröße beim Hochladen beträgt %s Kilobyte."
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr ""
-#: views/writers.py:99
-#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
-"Fehler beim Hochladen der Datei. Bitte nehmen Sie Kontakt mit dem "
-"Administrator auf. %s"
+"Der Fehler wurde aufgezeichnet, und wir werden ihn so bald wie möglich "
+"beheben."
-#: views/writers.py:191
-#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "Sie können jederzeit gern Ihre eigene Frage stellen!"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "Bitte melden Sie uns den Fehler, falls Sie möchten."
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "Unbeantwortete Fragen anzeigen"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "Zeige neueste Fragen"
+
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "Zeige Tags"
-#: views/writers.py:598
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+msgid "About %(site_name)s"
msgstr ""
-#: views/writers.py:646
-#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "Gastbenutzer können nicht abstimmen"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Antwort bearbeiten"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "Zurück"
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "Version"
-#, fuzzy
-#~ msgid "Sites"
-#~ msgstr "Titel"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "Version auswählen"
-#, fuzzy
-#~ msgid "Documentation"
-#~ msgstr "Ort"
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Ãœberarbeitung speichern"
-#~ msgid "Change password"
-#~ msgstr "Passwort ändern"
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "Vorschau einblenden"
-#, fuzzy
-#~ msgid "Log out"
-#~ msgstr "Logout"
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Frage stellen"
-#, fuzzy
-#~ msgid "Home"
-#~ msgstr "Home"
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr ""
-#, fuzzy
-#~ msgid "Edit Group Settings"
-#~ msgstr "Frage bearbeiten"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Auszeichnung"
-#, fuzzy
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Bitte folgende Eingaben korrigieren:"
-#~ msgstr[1] "Bitte folgende Eingaben korrigieren:"
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr ""
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Bitte geben Sie Benutzernamen und Passwort ein."
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "E-Mail-Abonnements"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "Benutzer hat dieses Abzeichen:"
+msgstr[1] "Benutzer haben dieses Abzeichen:"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "einloggen/"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Zusammenfassung Auszeichnungen"
-#~ msgid "Change email"
-#~ msgstr "E-Mail-Adresse ändern"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Auszeichnungen"
-#~ msgid "Save your email address"
-#~ msgstr "E-Mail-Adresse speichern"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"Rege Teilnahme mit qualitativ hochwertigen Fragen und Antworten führt zum "
+"Erhalt von Auszeichnungen."
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Geben Sie Ihre E-Mail-Adresse in untenstehende "
-#~ "Box ein</span> falls Sie sie für Ihre Benachrichtigungs-E-Mails ändern "
-#~ "möchten.<br>Im Moment verwenden Sie <strong>%(email)s</strong>"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Es gibt im Moment drei Stufen von Auszeichnungen: <strong>Gild</strong>, "
+"<strong>Silber</strong> und <strong>Bronze</strong>.\n"
+"\n"
+"Falls Sie Ideen für neue Auszeichnungen haben, senden Sie uns diese über die "
+"<a href='%(feedback_faq_url)s'>Feedback</a></strong>-Seite."
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Bitte geben Sie unten Ihre E-Mail-Adresse ein.</"
-#~ "span> Eine gültige E-Mail-Adresse wird für dieses Forum benötigt. Falls "
-#~ "Sie möchten, können Sie <strong>Benachrichtigungsmails</strong> zu Sie "
-#~ "besonders interessierenden Fragen, oder Neuzugängen abonnieren. Ihre E-"
-#~ "Mail-Adresse wird auch benutzt, um ein individuelles sogenanntes <a "
-#~ "href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>-Bild für Ihr "
-#~ "Konto anzuzeigen. E-Mail-Adressen werden niemals öffentlich angezeigt."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Ihre neue E-Mail-Adresse:</strong> (wird<strong>nicht</strong> "
-#~ "öffentlich angezeigt; muß eine gültige Adresse sein)"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Auszeichnungs-Stufen"
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Ihre E-Mail-Adresse</strong> (wird<strong>nicht</strong> "
-#~ "öffentlich angezeigt; muß eine gültige Adresse sein)"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#~ msgid "Save Email"
-#~ msgstr "E-Mail-Adresse speichern"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"Goldene Auszeichnungen erreicht man mit regelmäßiger, überdurchschnittlicher "
+"Beteiligung."
-#~ msgid "Cancel"
-#~ msgstr "Abbrechen"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#~ msgid "Validate email"
-#~ msgstr "E-Mail-Adresse überprüfen"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"Silberne Auszeichnungen erzielt man durch regelmäßige, geduldige Teilnahme "
+"am Forum."
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Eine E-Mail mit einem Bestätigungslink wurde "
-#~ "an %(email)s versandt.</span> Bitte <strong>klicken Sie auf den Link in "
-#~ "der E-Mail</strong> oder geben Sie ihn via Kopieren+Einfügen in Ihren "
-#~ "Internet-Browser ein. Die E-Mail-Überprüfung dient Ihrem und unserem "
-#~ "Schutz vor Spam. Falls Sie eine <strong>andere E-Mail-Adresse</strong> "
-#~ "verwenden möchten, können Sie sie <a href='%(change_email_url)"
-#~ "s'><strong>erneut ändern</strong></a>."
-
-#~ msgid "Email not changed"
-#~ msgstr "E-Mail-Adresse nicht geändert"
-
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Ihre E-Mail-Adresse %(email)s wurde nicht "
-#~ "geändert.</span> Falls Sie sie später ändern möchten, können Sie dieses "
-#~ "jederzeit in Ihrem Benutzerprofil oder im <a href='%(change_email_url)"
-#~ "s'><strong>vorigen Formular</strong></a> tun."
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+"Bronzene Auszeichnungen sind die einfachste Auszeichnungsstufe. Man erhält "
+"einige von ihnen durch einigermaßen aktive Teilnahme. Sie werden oft als "
+"Ehrenauszeichnung verliehen."
-#~ msgid "Email changed"
-#~ msgstr "E-Mail-Adresse geändert"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "Aktive Forumsteilnehmer werden in Bronze ausgezeichnet."
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Ihre E-Mail-Adresse wurde auf %(email)s "
-#~ "verändert.</span> Sie erhalten alle eventuell abonnierten E-Mail-"
-#~ "Benachrichtigungen nun an diese Adresse."
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Frage schließen"
-#~ msgid "Email verified"
-#~ msgstr "E-Mail-Adresse bestätigt"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Die Frage schließen"
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Vielen Dank für die Bestätigung Ihrer E-Mail-"
-#~ "Adresse!</span> Sie können jetzt <strong>Fragen stellen</strong> und "
-#~ "<strong>beantworten</strong>. Sie können bei interessanten Fragen auch "
-#~ "<strong>eine E-Mail-Benachrichtigung abonnieren</strong>, die Sie einmal "
-#~ "täglich oder seltener über neue Entwicklungen wie Antworten und "
-#~ "Kommentare informiert."
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Gründe"
-#~ msgid "email key not sent"
-#~ msgstr "Bestätigungs-E-Mail nicht versandt"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "OK zu schließen"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Ihre momentane E-Mail-Adresse %(email)s wurde "
-#~ "bereits bestätigt</span>. Es wurde keine neue Bestätigungsmail versandt. "
-#~ "Sie können Ihre E-Mail-Adresse bei Bedarf <a href='%(change_link)"
-#~ "s'>ändern</a>."
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "Registrieren"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Häufig gestellte Fragen"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">Sie sind zum ersten Mal mit Ihrem OpenID-"
-#~ "Zugang von %(provider)s eingeloggt.</span> Bitte geben Sie einen "
-#~ "<strong>Benutzernamen</strong> ein und hinterlegen Sie Ihre <strong>E-"
-#~ "Mail-Adresse</strong>. Die E-Mail-Adresse ermöglicht "
-#~ "<strong>Benachrichtigungen bei besonders interessanten Fragen</strong> "
-#~ "und wird als Grundlage für Ihr Individuelles Benutzerbild, den <a "
-#~ "href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>, benutzt.</p>"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Was für Fragen kann ich hier stellen?"
-#, fuzzy
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Der Benutzername %(username)s ist leider "
-#~ "nicht mehr frei.</span></p><p> Eine gültige E-Mail-Adresse ist ebenfalls "
-#~ "erforderlich - an sie senden wir (optionale) Benachrichtigungsmails, und "
-#~ "mit ihr zeigen wir Ihr Benutzerbild (Gravatar) an. E-Mail-Adressen werden "
-#~ "nicht öffentlich angezeigt und auch nicht an Dritte weitergegeben.</p>"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"Das allerwichtigste - Fragen sollten für dieses Forum <strong>relevant</"
+"strong> und <strong>themenbezogen</strong> sein."
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">Sie sind zum ersten Mal mit Ihrem OpenID-"
-#~ "Zugang von %(provider)s eingeloggt.</span> Sie können einen "
-#~ "<strong>Benutzernamen</strong> eingeben oder Ihren Benutzernamen bei "
-#~ "%(provider)s verwenden. Bitte hinterlegen Sie auch Ihre <strong>E-Mail-"
-#~ "Adresse</strong>. Die E-Mail-Adresse ermöglicht "
-#~ "<strong>Benachrichtigungen bei besonders interessanten Fragen</strong> "
-#~ "und wird als Grundlage für Ihr Individuelles Benutzerbild, den <a "
-#~ "href='%(gravatar_faq_url)s'><strong>Gravatar</strong></a>, benutzt.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">Sie sind hier zum ersten Mal mit Ihrem "
-#~ "Facebook-Login.</span> Bitte legen Sie einen <strong>Benutzernamen</"
-#~ "strong> fest und hinterlegen Sie Ihre <strong>E-Mail-Adresse</strong>. "
-#~ "Die E-Mail-Adresse ermöglicht <strong>Benachrichtigungen bei besonders "
-#~ "interessanten Fragen</strong> und wird als Grundlage für Ihr "
-#~ "Individuelles Benutzerbild, den <a href='%(gravatar_faq_url)"
-#~ "s'><strong>Gravatar</strong></a>, benutzt.</p>"
-
-#~ msgid "This account already exists, please use another."
-#~ msgstr ""
-#~ "Dieser Benutzername existiert leider bereits, bitte wählen Sie einen "
-#~ "anderen."
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Bevor Sie fragen: Bitte benutzen Sie die Suchfunktion, um sicherzustellen, "
+"daß die Frage nicht bereits gestellt wurde."
-#~ msgid "Screen name label"
-#~ msgstr "<strong>Benutzername</strong> (<i>wird öffentlich angezeigt</i>)"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Was für Fragen sollten nicht gestellt werden?"
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>E-Mail-Adresse</strong> (<i>wird <strong>nicht</strong> "
-#~ "öffentlich angezeigt; muß gültig sein</i>)"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Bitte verzichten Sie auf Fragen, die für dieses Forum nicht relevant sind, "
+"oder die zu subjektiv sind und zu Diskussionen verleiten."
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Benachrichtigungen per E-Mail abonnieren</strong> Das Abonnieren "
-#~ "von E-Mail-Benachrichtigungen ist freiwillig. <br/>Das Forum versenden "
-#~ "bis zu <strong>einer Benachrichtigung pro Woche</strong> - nur wenn es "
-#~ "auch wirklich Neues gibt.<br/>Sie können die Benachrichtigungshäufigkeit "
-#~ "jederzeit in Ihrem Benutzerprofil anpassen."
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Was sollte ich in meinen Antworten vermeiden?"
-#~ msgid "please select one of the options above"
-#~ msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"Wir sind ein Forum zum Stellen und Beantworten von Fragen - <strong>kein "
+"Diskussionsforum</strong>. Bitte verzichten Sie in Ihren Antworten auf "
+"Diskussionen. Kurze Gespräche, Kritik und Klärungen sind über die "
+"Kommentarfunktion möglich. "
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "Das Tag-Filterwerkzeug finden Sie nach dem Einloggen in der rechten "
-#~ "Spalte."
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Wer moderiert diese Forum?"
-#~ msgid "create account"
-#~ msgstr "Zugang anlegen"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Die Antwort ist: <strong>Sie!</strong>"
-#~ msgid "Logout"
-#~ msgstr "Logout"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Dieses Forum wird von seinen Benutzern moderiert."
-#~ msgid "User login"
-#~ msgstr "Benutzerlogin"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Je höher der Punktestand eines Benutzers, desto mehr Funktionen stehen ihm "
+"zur Verfügung, z.B. das Bearbeiten und später auch Löschen anderer Beiträge."
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Ihre Antwort auf </span> <i>\"<strong>%(title)"
-#~ "s</strong> %(summary)s...\"</i> <span class=\"strong big\">wurde "
-#~ "gespeichert und wird veröffentlicht, sobald Sie sich einloggen.</span>"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Wie funktioniert das Punktesystem?"
-#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Ihre Frage</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\"> wurde "
-#~ "gespeichert und wird veröffentlicht, sobald Sie sich einloggen.</span>"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"Wenn eine Frage oder Antwort positiv bewertet wird, erhält der Autor Punkte. "
+"Diese Punkte sind ein ungefähres Abbild von dem Grad, in dem dem Benutzer "
+"von der Gemeinschaft vertraut wird. Mit wachsendem Punktestand werden immer "
+"mehr Möglichkeiten freigeschaltet."
-#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Bitte geben Sie Benutzernamen und Passwort ein."
+#: skins/default/templates/faq_static.html:22
+#, fuzzy, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Wenn Sie zum Beispiel eine interessante Frage stellen oder eine hilfreiche "
+"Antwort geben, wird Ihr Beitrag von anderen Benutzern positiv bewertet. Wenn "
+"die Frage schlecht gestellt oder eine Antwort falsch ist, kann er auch "
+"negativ bewertet werden. Eine positive Bewertung bringt <strong>10</strong> "
+"Punkte, eine negative zieht <strong>2</strong> Punkte ab. \n"
+"\n"
+"Für jede gestellte Frage oder verfaßte Antwort können maximal 200 Punkte "
+"erzielt werden."
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "Keine E-Mail"
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "Positiv bewerten"
-#~ msgid "Password"
-#~ msgstr "Passwort"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "Tags benutzen"
-#~ msgid "Login"
-#~ msgstr "Login"
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "Kommentare hinzufügen"
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Neues Passwort angelegt"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "Negativ bewerten"
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "Bitte geben Sie Ihr Passwort erneut ein"
+msgid " accept own answer to own questions"
+msgstr "Erste Antwort auf eine eigene Frage akzeptiert"
+
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "Eigene Fragen öffnen und schließen"
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "Zuletzt gesehen"
+msgid "retag other's questions"
+msgstr "Vergebene Tags bearbeiten"
-#~ msgid "delete"
-#~ msgstr "löschen"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "Als \"Community Wiki\" markierte Fragen beantworten"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Zugang gelöscht."
+msgid "\"edit any answer"
+msgstr "Beliebige Antworten bearbeiten"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "Sie haben noch Fragen?"
+msgid "\"delete any comment"
+msgstr "Kommentare löschen"
+
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "Wie verändert man sein Profilbild (Avatar) und was ist Gravatar?"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>Das Bild, das überall im Forum neben dem Benutzernamen angezeigt wird, "
+"heißt <strong>Gravatar</strong> (\"<strong>G</strong>lobally <strong>R</"
+"strong>ecognized <strong>Avatar</strong>).</p><p>So funktioniert es: Ein "
+"<strong>kryptographischer Schlüssel</strong> - ein nicht knackbarer code - "
+"wird aus Ihrer E-Mail-Adresse berechnet. Sie laden Ihr gewünschtes "
+"Profilbild auf der Website <a href='http://gravatar.com'><strong>gravatar."
+"com</strong></a> hoch.</p><p>Alle Foren, Blogs und andere Webseiten, die "
+"Gravatar nutzen, können so Ihr Profilbild darstellen, ohne daß Ihre E-Mail-"
+"Adresse öffentlich wird.</p><p>Um ein Profilbild hochzuladen, "
+"<strong>registrieren Sie sich</strong> auf <a href='http://gravatar."
+"com'><strong>gravatar.com</strong></a> mit der selben E-Mail-Adresse, die "
+"Sie hier bei uns angegeben haben und folgen Sie den dort angegebenen "
+"Schritten. Laden Sie kein Profilbild hoch, wird ein neutrales Standard-"
+"Symbol angezeigt.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Muß ich ein neues Passwort anlegen, um mich zu registrieren?"
+
+#: skins/default/templates/faq_static.html:77
#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Legen Sie ein neues Passwort für Ihren Zugang fest."
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Nein. Sie können sich über jeden Dienst einloggen, der OpenID unterstützt, "
+"zum Beispiel Google, Yahoo, AOL usw."
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Legen Sie ein neues Passwort für Ihren Zugang fest."
+msgid "\"Login now!\""
+msgstr "Jetzt einloggen"
-#~ msgid "Why use OpenID?"
-#~ msgstr "Warum OpenID verwenden?"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "Warum können andere Benutzer meine Fragen und Antworten bearbeiten?"
-#~ msgid "with openid it is easier"
-#~ msgstr "Mit OpenID müssen Sie keinen neuen Account anlegen."
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "Das Ziel dieser Seite ist:"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "Sie können sich ohne Bedenken mit dem selben OpenID-Zugang auf unbegrenzt "
-#~ "vielen Webseiten einloggen."
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Fragen und Antworten nach dem Wiki-Prinzip für alle bearbeitbar zu machen, "
+"sodaß jeder die Qualität der Beiträge verbessern kann."
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "Es gibt mehr als 160 Millionen OpenID-Zugänge und mehr als 10.000 Seiten, "
-#~ "die OpenID akzeptieren."
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+"Falls Ihnen dies nicht gefällt, ist unser Forum vielleicht nicht das "
+"richtige für Sie."
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID basiert auf einem international anerkannten Standard und wird von "
-#~ "zahlreichen großen Firmen unterstützt."
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Sie haben noch Fragen?"
-#~ msgid "Find out more"
-#~ msgstr "Mehr Informationen"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Bitte <a href='%(ask_question_url)s'>stellen</a> Sie Ihre Frage und helfen "
+"Sie uns, das Forum stetig zu verbessern!"
-#~ msgid "Get OpenID"
-#~ msgstr "Einen OpenID-Zugang anlegen"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Feedback"
-#~ msgid "Signup"
-#~ msgstr "Registrieren"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Senden Sie uns Ihr Feedback!"
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "Bitte wählen Sie eine der oben genannten Optionen"
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Hallo %(user_name)s</span>, wir freuen uns darauf, "
+"von Ihnen zu hören.\n"
+"Bitte geben Sie hier Ihre Nachricht ein."
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Benutzernamen und Passwort anlegen"
-
-#~ msgid "Create login name and password"
-#~ msgstr "Benutzernamen und Passwort anlegen"
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Hallo</span>, wir freuen uns darauf, von Ihnen zu "
+"hören.\n"
+"Bitte geben Sie hier Ihre Nachricht ein."
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>Falls Sie möchten, können Sie auch einen "
-#~ "Benutzernamen und ein Passwort hier im Forum anmelden. Wir unterstützen "
-#~ "aber auch <strong>OpenID</strong>, eine Technik, mit der Sie sich nur "
-#~ "einmal z.B. bei Ihrem Internet-Provider registrieren müssen. Mit der bei "
-#~ "Ihrem Provider angelegten OpenID können Sie sich dann hier einloggen. "
-#~ "Wenn Sie z.B. einen Zugang bei Google haben, haben Sie bereits auch einen "
-#~ "OpenID-Zugang."
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr ""
-#~ "Bitte geben Sie zum Schutz vor Spam die untenstehenden zwei Wörter ein."
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(Pflichtfeld)"
-#~ msgid "Create Account"
-#~ msgstr "Zugang anlegen"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "or"
-#~ msgstr "oder"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Feedback absenden"
-#~ msgid "return to OpenID login"
-#~ msgstr "zum OpenID-Login zurückkehren"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"Hallo, dies ist Feedback zu %(site_title)s \n"
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "Wie verändert man sein Profilbild (Avatar) und was ist Gravatar?"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Tags ändern"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Ihre Zugangsdaten:"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "Veränderungen gespeichert"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "upload/"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "Antwort gelöscht"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "Antwort gelöscht"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#~ msgid "answer permanent link"
-#~ msgstr "Link zur Antwort"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "Link"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "edit"
-#~ msgstr "bearbeiten"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "Beitrag melden (z.B. Spam, unerwünschte Werbung, Beleidigungen, illegale "
-#~ "Inhalte usw.)"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "Als beleidigend melden"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "undelete"
-#~ msgstr "Wiederherstellen"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Frage beantworten"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "Zur Favoritenliste hinzufügen (zum Abbrechen erneut klicken)"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Diese Frage wieder eröffnen"
-#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "Der Fragesteller hat diese Antwort als die korrekte markiert"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr ""
-#~ "Die Frage wurde aus den folgenden Gründen: \"%(close_reason)s\" "
-#~ "geschlossen von"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "Schließungszeitpunkt close date %(closed_at)s"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "retag"
-#~ msgstr "Tags verändert"
+msgid "i like this question (click again to cancel)"
+msgstr "Ich halte diesen Beitrag für hilfreich (Zum Abbrechen erneut klicken)"
-#~ msgid "reopen"
-#~ msgstr "wieder öffnen"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "Ich halte diese Antwort für hilfreich (zum Abbrechen erneut klicken)"
-#~ msgid "close"
-#~ msgstr "schließen"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "Aktuelle Anzahl Bewertungen"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "Dieses Feld wird benötigt"
+msgid "i dont like this question (click again to cancel)"
+msgstr "Ich halte nichts von diesem Beitrag (Zum Abbrechen erneut klicken)"
-#~ msgid "(required)"
-#~ msgstr "(Pflichtfeld)"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+"Ich halte diese Antwort für nicht hilfreich (zum Abbrechen erneut klicken)"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Die Markdown-Echtzeit-Vorschau ein- oder ausblenden"
+#: skins/default/templates/macros.html:52
+#, fuzzy
+msgid "anonymous user"
+msgstr "Anonym"
-#~ msgid "hide preview"
-#~ msgstr "Vorschau ausblenden"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "Related tags"
-#~ msgstr "Tags"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#~ msgid "Interesting tags"
-#~ msgstr "Tags, die mich interessieren"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "gefragt"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Hinzufügen"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "geantwortet"
-#~ msgid "Ignored tags"
-#~ msgstr "Ignorierte Tags"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "veröffentlicht"
-#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "E-Mail-Tag-Filter festlegen"
-
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Die angeforderte Seite konnte nicht gefunden werden."
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "aktualisiert"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Dies könnte einen der folgenden Gründe haben:"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Fragen mit Tag '%(tag)s' anzeigen"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "Diese Frage oder Antwort wurde gelöscht;"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "Kommentar löschen"
-#~ msgid "url has error - please check it;"
-#~ msgstr "Die eingegebene Adresse ist fehlerhaft - bitte überprüfen;"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "Kommentar hinzufügen"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "Die angeforderte Seite ist geschützt oder Sie haben nicht genug Punkte, "
-#~ "um sie anzuschauen, siehe"
+#: skins/default/templates/macros.html:308
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "<strong>1</strong> mehr"
+msgstr[1] "<strong>%(counter)s</strong> mehr"
-#~ msgid "faq"
-#~ msgstr "Häufige Fragen"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "<strong>1</strong> weiterer Kommentar"
+msgstr[1] "<strong>%(counter)s</strong> weitere Kommentare"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "Falls dieser Fehler nicht hätte passieren sollen, "
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "%(username)s Gravatar-Bild"
-#~ msgid "report this problem"
-#~ msgstr "melden Sie uns das Problem bitte."
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "Punkte-Logbuch von %(user_name)s"
-#~ msgid "back to previous page"
-#~ msgstr "Zurück zur vorigen Seite"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "Vorige"
-#~ msgid "see all questions"
-#~ msgstr "Alle Fragen zeigen"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "aktuelle Seite"
-#~ msgid "see all tags"
-#~ msgstr "Alle Tags zeigen"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "Seite %(num)s"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "Der Fehler wurde aufgezeichnet, und wir werden ihn so bald wie möglich "
-#~ "beheben."
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "Nächste Seite"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "Bitte melden Sie uns den Fehler, falls Sie möchten."
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "Beiträge pro Seite"
-#~ msgid "see latest questions"
-#~ msgstr "Zeige neueste Fragen"
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "Bitte einen Benutzernamen eingeben"
-#~ msgid "see tags"
-#~ msgstr "Zeige Tags"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "Reaktionen"
+msgstr[1] "Reaktionen"
-#~ msgid "Edit answer"
-#~ msgstr "Antwort bearbeiten"
+#: skins/default/templates/macros.html:635
+#, fuzzy
+msgid "no new responses yet"
+msgstr "Reaktionen"
-#~ msgid "back"
-#~ msgstr "Zurück"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "Erster gemeldeter Beitrag"
-#~ msgid "revision"
-#~ msgstr "Version"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "Erster gemeldeter Beitrag"
-#~ msgid "select revision"
-#~ msgstr "Version auswählen"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "Erster gemeldeter Beitrag"
-#~ msgid "Save edit"
-#~ msgstr "Ãœberarbeitung speichern"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Fragen"
-#~ msgid "show preview"
-#~ msgstr "Vorschau einblenden"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Datenschutzrichtlinien"
-#~ msgid "Ask a question"
-#~ msgstr "Frage stellen"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Frage bearbeiten"
-#~ msgid "Badge"
-#~ msgstr "Auszeichnung"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Tags ändern"
+#: skins/default/templates/question_retag.html:21
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "E-Mail-Abonnements"
+msgid "Retag"
+msgstr "Tags"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "Benutzer hat dieses Abzeichen:"
-#~ msgstr[1] "Benutzer haben dieses Abzeichen:"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Warum Tags verwenden und bearbeiten?"
-#~ msgid "Badges summary"
-#~ msgstr "Zusammenfassung Auszeichnungen"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "Badges"
-#~ msgstr "Auszeichnungen"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+"Benutzer, die Tags bearbeiten, bekommen spezielle Auszeichnungen verliehen."
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "Rege Teilnahme mit qualitativ hochwertigen Fragen und Antworten führt zum "
-#~ "Erhalt von Auszeichnungen."
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "Bis zu 5 Tags mit jeweils weniger als 20 Buchstaben"
+
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Frage wieder eröffnen"
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Es gibt im Moment drei Stufen von Auszeichnungen: <strong>Gild</strong>, "
-#~ "<strong>Silber</strong> und <strong>Bronze</strong>.\n"
-#~ "\n"
-#~ "Falls Sie Ideen für neue Auszeichnungen haben, senden Sie uns diese über "
-#~ "die <a href='%(feedback_faq_url)s'>Feedback</a></strong>-Seite."
+msgid "Title"
+msgstr "Titel"
-#~ msgid "Community badges"
-#~ msgstr "Auszeichnungs-Stufen"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Goldene Auszeichnungen erreicht man mit regelmäßiger, "
-#~ "überdurchschnittlicher Beteiligung."
+#: skins/default/templates/reopen.html:16
+#, fuzzy
+msgid "Close reason:"
+msgstr "Frage schließen"
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "Silberne Auszeichnungen erzielt man durch regelmäßige, geduldige "
-#~ "Teilnahme am Forum."
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr ""
-#~ "Bronzene Auszeichnungen sind die einfachste Auszeichnungsstufe. Man "
-#~ "erhält einige von ihnen durch einigermaßen aktive Teilnahme. Sie werden "
-#~ "oft als Ehrenauszeichnung verliehen."
+#: skins/default/templates/reopen.html:22
+#, fuzzy
+msgid "Reopen this question?"
+msgstr "Diese Frage wieder eröffnen"
-#~ msgid "bronze badge description"
-#~ msgstr "Aktive Forumsteilnehmer werden in Bronze ausgezeichnet."
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Diese Frage wieder eröffnen"
-#~ msgid "Close question"
-#~ msgstr "Frage schließen"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Versionsgeschichte"
-#~ msgid "Close the question"
-#~ msgstr "Die Frage schließen"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "Klicken, um Version anzuzeigen/zu verstecken"
-#~ msgid "Reasons"
-#~ msgstr "Gründe"
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "revisionen/"
-#~ msgid "OK to close"
-#~ msgstr "OK zu schließen"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "Tags benutzen"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Häufig gestellte Fragen"
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "Die Frage wurde aus folgendem Grund geschlossen"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Was für Fragen kann ich hier stellen?"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "Tags benutzen"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "Das allerwichtigste - Fragen sollten für dieses Forum <strong>relevant</"
-#~ "strong> und <strong>themenbezogen</strong> sein."
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Tag-Liste"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Bevor Sie fragen: Bitte benutzen Sie die Suchfunktion, um "
-#~ "sicherzustellen, daß die Frage nicht bereits gestellt wurde."
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Was für Fragen sollten nicht gestellt werden?"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "Sortieren nach:"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Bitte verzichten Sie auf Fragen, die für dieses Forum nicht relevant "
-#~ "sind, oder die zu subjektiv sind und zu Diskussionen verleiten."
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "Alphabetisch sortiert"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Was sollte ich in meinen Antworten vermeiden?"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "nach Namen"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "Wir sind ein Forum zum Stellen und Beantworten von Fragen - <strong>kein "
-#~ "Diskussionsforum</strong>. Bitte verzichten Sie in Ihren Antworten auf "
-#~ "Diskussionen. Kurze Gespräche, Kritik und Klärungen sind über die "
-#~ "Kommentarfunktion möglich. "
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "nach Tag-Verwendungshäufigkeit"
-#~ msgid "Who moderates this community?"
-#~ msgstr "Wer moderiert diese Forum?"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "nach Popularität"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Die Antwort ist: <strong>Sie!</strong>"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Nichts gefunden"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Dieses Forum wird von seinen Benutzern moderiert."
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Benutzer"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Je höher der Punktestand eines Benutzers, desto mehr Funktionen stehen "
-#~ "ihm zur Verfügung, z.B. das Bearbeiten und später auch Löschen anderer "
-#~ "Beiträge."
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "How does reputation system work?"
-#~ msgstr "Wie funktioniert das Punktesystem?"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "Punktestand"
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "Wenn eine Frage oder Antwort positiv bewertet wird, erhält der Autor "
-#~ "Punkte. Diese Punkte sind ein ungefähres Abbild von dem Grad, in dem dem "
-#~ "Benutzer von der Gemeinschaft vertraut wird. Mit wachsendem Punktestand "
-#~ "werden immer mehr Möglichkeiten freigeschaltet."
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Wenn Sie zum Beispiel eine interessante Frage stellen oder eine "
-#~ "hilfreiche Antwort geben, wird Ihr Beitrag von anderen Benutzern positiv "
-#~ "bewertet. Wenn die Frage schlecht gestellt oder eine Antwort falsch ist, "
-#~ "kann er auch negativ bewertet werden. Eine positive Bewertung bringt "
-#~ "<strong>10</strong> Punkte, eine negative zieht <strong>2</strong> Punkte "
-#~ "ab. \n"
-#~ "\n"
-#~ "Für jede gestellte Frage oder verfaßte Antwort können maximal 200 Punkte "
-#~ "erzielt werden."
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "neueste"
-#~ msgid "upvote"
-#~ msgstr "Positiv bewerten"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "use tags"
-#~ msgstr "Tags benutzen"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "add comments"
-#~ msgstr "Kommentare hinzufügen"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "nach Benutzernamen"
-#~ msgid "downvote"
-#~ msgstr "Negativ bewerten"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "Benutzer mit Wort %(suser)s"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Erste Antwort auf eine eigene Frage akzeptiert"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Nichts gefunden."
+
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s Frage"
+msgstr[1] "%(q_num)s Fragen"
-#~ msgid "open and close own questions"
-#~ msgstr "Eigene Fragen öffnen und schließen"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "mit Beiträgen von %(author_name)s"
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "Vergebene Tags bearbeiten"
+msgid "Tagged"
+msgstr "Getaggt"
-#~ msgid "edit community wiki questions"
-#~ msgstr "Als \"Community Wiki\" markierte Fragen beantworten"
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Suchtipps:"
-#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "Beliebige Antworten bearbeiten"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "Autor zurücksetzen"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "Kommentare löschen"
+msgid " or "
+msgstr "oder"
-#~ msgid "what is gravatar"
-#~ msgstr "Wie verändert man sein Profilbild (Avatar) und was ist Gravatar?"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "Tags zurücksetzen"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>Das Bild, das überall im Forum neben dem Benutzernamen angezeigt wird, "
-#~ "heißt <strong>Gravatar</strong> (\"<strong>G</strong>lobally <strong>R</"
-#~ "strong>ecognized <strong>Avatar</strong>).</p><p>So funktioniert es: Ein "
-#~ "<strong>kryptographischer Schlüssel</strong> - ein nicht knackbarer code "
-#~ "- wird aus Ihrer E-Mail-Adresse berechnet. Sie laden Ihr gewünschtes "
-#~ "Profilbild auf der Website <a href='http://gravatar.com'><strong>gravatar."
-#~ "com</strong></a> hoch.</p><p>Alle Foren, Blogs und andere Webseiten, die "
-#~ "Gravatar nutzen, können so Ihr Profilbild darstellen, ohne daß Ihre E-"
-#~ "Mail-Adresse öffentlich wird.</p><p>Um ein Profilbild hochzuladen, "
-#~ "<strong>registrieren Sie sich</strong> auf <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a> mit der selben E-Mail-Adresse, die "
-#~ "Sie hier bei uns angegeben haben und folgen Sie den dort angegebenen "
-#~ "Schritten. Laden Sie kein Profilbild hoch, wird ein neutrales Standard-"
-#~ "Symbol angezeigt.</p>"
-
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Muß ich ein neues Passwort anlegen, um mich zu registrieren?"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "Von vorn beginnen"
+
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+"- um den Kontext zu erweitern, oder graben Sie sich ein, indem Sie weitere "
+"Tags hinzufügen und die Suchabfrage überarbeiten."
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Suchtipp:"
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+"Tags und eine Suchabfrage hinzufügen, um genauere Suchergebnisse zu erzielen"
+
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Es gibt hier keine unbeantworteten Fragen"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Nein. Sie können sich über jeden Dienst einloggen, der OpenID "
-#~ "unterstützt, zum Beispiel Google, Yahoo, AOL usw."
+msgid "No questions here. "
+msgstr "Keine Favoriten-Fragen."
+#: skins/default/templates/main_page/nothing_found.html:8
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Jetzt einloggen"
+msgid "Please follow some questions or follow some users."
+msgstr ""
+"Bitte fügen Sie Fragen, die Ihnen besonders gut gefallen, zu Ihrer "
+"Favoritenliste hinzu."
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "Warum können andere Benutzer meine Fragen und Antworten bearbeiten?"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Sie können Ihre Suche erweitern, indem Sie"
-#~ msgid "Goal of this site is..."
-#~ msgstr "Das Ziel dieser Seite ist:"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "die Autorenbeschränkung entfernen"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Fragen und Antworten nach dem Wiki-Prinzip für alle bearbeitbar zu "
-#~ "machen, sodaß jeder die Qualität der Beiträge verbessern kann."
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "die Tag-Beschränkung entfernen"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr ""
-#~ "Falls Ihnen dies nicht gefällt, ist unser Forum vielleicht nicht das "
-#~ "richtige für Sie."
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "ganz von Vorne beginnen"
-#~ msgid "Still have questions?"
-#~ msgstr "Sie haben noch Fragen?"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "Sie können jederzeit gern Ihre eigene Frage stellen!"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Bitte <a href='%(ask_question_url)s'>stellen</a> Sie Ihre Frage und "
-#~ "helfen Sie uns, das Forum stetig zu verbessern!"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Sie haben nicht gefunden, wonach Sie gesucht haben?"
-#~ msgid "Feedback"
-#~ msgstr "Feedback"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Bitte stellen Sie Ihre Frage!"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Senden Sie uns Ihr Feedback!"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "Fragen-RSS-Feed abonnieren"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Hallo %(user_name)s</span>, wir freuen uns "
-#~ "darauf, von Ihnen zu hören.\n"
-#~ "Bitte geben Sie hier Ihre Nachricht ein."
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Hallo</span>, wir freuen uns darauf, von Ihnen "
-#~ "zu hören.\n"
-#~ "Bitte geben Sie hier Ihre Nachricht ein."
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "(this field is required)"
-#~ msgstr "(Pflichtfeld)"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
+msgstr[1] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
-#~ msgid "Send Feedback"
-#~ msgstr "Feedback absenden"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "Bitte %(tag_count)d Tags oder weniger benutzen"
+msgstr[1] "Bitte %(tag_count)d Tags oder weniger benutzen"
-#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "Sincerely,\n"
-#~ "Q&A Forum Administrator"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "Bis zu 5 Tags mit jeweils weniger als 20 Buchstaben"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Diese Frage wieder eröffnen"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"Eine Antwort:"
+msgstr[1] ""
+"\n"
+"%(counter)s Antworten:"
-#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr ""
-#~ "Ich halte diesen Beitrag für hilfreich (Zum Abbrechen erneut klicken)"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "Älteste Antworten werden als Erstes angezeigt"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr ""
-#~ "Ich halte diese Antwort für hilfreich (zum Abbrechen erneut klicken)"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "älteste"
-#~ msgid "current number of votes"
-#~ msgstr "Aktuelle Anzahl Bewertungen"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "Neueste werden zuerst angezeigt"
-#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "Ich halte nichts von diesem Beitrag (Zum Abbrechen erneut klicken)"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "Neueste Antworten"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr ""
-#~ "Ich halte diese Antwort für nicht hilfreich (zum Abbrechen erneut klicken)"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "Höchstbewertete werden zuerst angezeigt"
+
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "Höchstbewertet"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Eigene Frage beantworten"
+
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "Anonym"
+msgid "Login/Signup to Answer"
+msgstr ""
+"Bitte loggen Sie sich ein oder registrieren Sie sich, um die Antwort "
+"endgültig zu speichern."
-#~ msgid "asked"
-#~ msgstr "gefragt"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Ihre Antwort"
-#~ msgid "answered"
-#~ msgstr "geantwortet"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Verfassen Sie die erste Antwort auf diese Frage!"
-#~ msgid "posted"
-#~ msgstr "veröffentlicht"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Beginnen Sie Ihre Antwort als anonymer Gast</span> "
+"- Ihre Antwort wird gespeichert, während Sie sich danach einloggen oder "
+"einen neuen Zugang anlegen. Bitte versuchen Sie, eine <strong>sachliche "
+"Antwort mit Substanz</strong> zu verfassen. Für Rückfragen oder "
+"Klarstellungen nutzen Sie bitte die Kommentarfunktion unter der Frage. "
+"Nachdem Sie sich angemeldet und/oder eingeloggt haben, können Sie auch über "
+"die Qualität der Frage abstimmen, vergessen Sie das nicht!"
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>Die eigene Frage zu beantworten ist ausdrücklich "
+"erlaubt</span>, aber es muß eine echte <strong>Antwort</strong> sein! "
+"Vergessen Sie nicht, daß Sie Ihre ursprüngliche Frage <strong>jederzeit "
+"verändern oder bei Bedarf auch wieder löschen können</strong>. Bitte "
+"verwenden Sie die <strong>Kommentarfunktion</strong> für Diskussionen und "
+"Rückfragen, und bitte vergessen Sie nicht, die eingehenden Antworten mit "
+"Ihrer Stimme zu bewerten!"
+
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"Bitte verfassen Sie eine <strong>sachliche Antwort mit Substanz</strong>. Um "
+"einen <strong>Kommentar</strong> zu verfassen, nutzen Sie bitte die "
+"Kommentarfunktion unter jeder Frage und Antwort. Sie können Ihre Antwort "
+"jederzeit <strong>bearbeiten</strong> - es ist normalerweise nicht nötig, "
+"eine Frage doppelt zu beantworten. Vergessen Sie auch nicht, über die Frage "
+"und andere Antworten <strong>abzustimmen</strong> - dies hilft, die besten "
+"Fragen und Antworten herauszufinden!"
+
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr ""
+"Bitte loggen Sie sich ein oder registrieren Sie sich, um die Antwort "
+"endgültig zu speichern."
+
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Frage beantworten"
-#~ msgid "updated"
-#~ msgstr "aktualisiert"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Fragen mit Tag '%(tag)s' anzeigen"
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+#, fuzzy
+msgid " or"
+msgstr "oder"
-#~ msgid "delete this comment"
-#~ msgstr "Kommentar löschen"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "E-Mail"
-#~ msgid "add comment"
-#~ msgstr "Kommentar hinzufügen"
+#: skins/default/templates/question/sidebar.html:4
+#, fuzzy
+msgid "Question tools"
+msgstr "Tags"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "<strong>1</strong> mehr"
-#~ msgstr[1] "<strong>%(counter)s</strong> mehr"
+msgid "click to unfollow this question"
+msgstr "Fragen mit den meisten Antworten"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "<strong>1</strong> weiterer Kommentar"
-#~ msgstr[1] "<strong>%(counter)s</strong> weitere Kommentare"
+msgid "Following"
+msgstr "Alle Fragen"
+#: skins/default/templates/question/sidebar.html:9
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "Punkte-Logbuch von %(user_name)s"
+msgid "Unfollow"
+msgstr "Alle Fragen"
-#~ msgid "previous"
-#~ msgstr "Vorige"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "Fragen mit den meisten Antworten"
-#~ msgid "current page"
-#~ msgstr "aktuelle Seite"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Alle Fragen"
-#~ msgid "page number %(num)s"
-#~ msgstr "Seite %(num)s"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "next page"
-#~ msgstr "Nächste Seite"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "E-Mail-Benachrichtigungen abgestellt"
-#~ msgid "posts per page"
-#~ msgstr "Beiträge pro Seite"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "Bitte einen Benutzernamen eingeben"
+msgid "subscribe to this question rss feed"
+msgstr "Fragen-RSS-Feed abonnieren"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "Reaktionen"
-#~ msgstr[1] "Reaktionen"
+msgid "subscribe to rss feed"
+msgstr "Fragen-RSS-Feed abonnieren"
-#, fuzzy
-#~ msgid "no new responses yet"
-#~ msgstr "Reaktionen"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "Erster gemeldeter Beitrag"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Gefragt"
-#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "Erster gemeldeter Beitrag"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Frage betrachtet:"
-#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "Erster gemeldeter Beitrag"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "mal"
-#~ msgid "Questions"
-#~ msgstr "Fragen"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "Zuletzt aktualisiert"
-#~ msgid "Privacy policy"
-#~ msgstr "Datenschutzrichtlinien"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Verwandte / ähnliche Fragen"
-#~ msgid "Edit question"
-#~ msgstr "Frage bearbeiten"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Benachrichtigung bei neuen Antworten</strong> einmal täglich per E-"
+"Mail"
-#~ msgid "Change tags"
-#~ msgstr "Tags ändern"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Benachrichtigung bei neuen Antworten</strong> einmal wöchentlich per "
+"E-Mail"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "Tags"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Benachrichtigung bei neuen Antworten</strong> einmal wöchentlich per "
+"E-Mail"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Warum Tags verwenden und bearbeiten?"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(Sie können die Frequenz der Benachrichtigungen jederzeit in Ihrem "
+"<strong><a href='%(profile_url)s?sort=email_subscriptions'>Profil</a></"
+"strong> ändern)"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr ""
-#~ "Benutzer, die Tags bearbeiten, bekommen spezielle Auszeichnungen "
-#~ "verliehen."
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Hier</span> können Sie regelmäßige Benachrichtigungen "
+"für diese Frage abonnieren, sobald Sie sich eingeloggt haben."
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "Bis zu 5 Tags mit jeweils weniger als 20 Buchstaben"
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "Benutzerprofil"
-#~ msgid "Reopen question"
-#~ msgstr "Frage wieder eröffnen"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Benutzerprofil bearbeiten"
-#, fuzzy
-#~ msgid "Title"
-#~ msgstr "Titel"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "Profil bearbeiten"
+
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "Bild ändern"
+
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Registrierter Benutzer"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Nickname"
+
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Update"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Frage schließen"
+msgid "subscriptions"
+msgstr "E-Mail-Abonnements"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "E-Mail-Abonnementeinstellungen"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Häufigkeit von E-Mail-Benachrichtigungen "
+"einstellen</span> Abonnieren Sie Benachrichtigungen über Neuigkeiten in "
+"Fragen, die Sie interessieren. Falls Sie keine E-Mails erhalten möchten - "
+"wählen Sie \"Keine E-Mail\".<br/>Benachrichtigungen werden nur versandt, "
+"wenn es neues in der betreffenden Frage gibt."
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Keine E-Mails mehr senden"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Diese Frage wieder eröffnen"
+msgid "followed questions"
+msgstr "Alle Fragen"
-#~ msgid "Reopen this question"
-#~ msgstr "Diese Frage wieder eröffnen"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
-#~ msgid "Revision history"
-#~ msgstr "Versionsgeschichte"
+#: skins/default/templates/user_profile/user_inbox.html:34
+#, fuzzy
+msgid "Sections:"
+msgstr "Fragen"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#~ msgid "click to hide/show revision"
-#~ msgstr "Klicken, um Version anzuzeigen/zu verstecken"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "Bitte %(tag_count)d Tags oder weniger benutzen"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "revisionen/"
+msgid "select:"
+msgstr "löschen"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "Tags benutzen"
+msgid "seen"
+msgstr "Zuletzt gesehen"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Die Frage wurde aus folgendem Grund geschlossen"
+msgid "new"
+msgstr "neueste"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "Tags benutzen"
+msgid "none"
+msgstr "Bronze"
-#~ msgid "Tag list"
-#~ msgstr "Tag-Liste"
+#: skins/default/templates/user_profile/user_inbox.html:54
+#, fuzzy
+msgid "mark as seen"
+msgstr "Zuletzt gesehen"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Sortieren nach:"
+msgid "mark as new"
+msgstr "als beste Antwort markiert"
-#~ msgid "sorted alphabetically"
-#~ msgstr "Alphabetisch sortiert"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "by name"
-#~ msgstr "nach Namen"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "Profil aktualisieren"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "nach Tag-Verwendungshäufigkeit"
+#: skins/default/templates/user_profile/user_info.html:40
+#, fuzzy
+msgid "manage login methods"
+msgstr "Bitte einloggen"
-#~ msgid "by popularity"
-#~ msgstr "nach Popularität"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "Realname"
-#~ msgid "Nothing found"
-#~ msgstr "Nichts gefunden"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "Mitglied seit"
-#~ msgid "Users"
-#~ msgstr "Benutzer"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "Zuletzt gesehen"
-#~ msgid "reputation"
-#~ msgstr "Punktestand"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "Website"
-#~ msgid "recent"
-#~ msgstr "neueste"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "Ort"
-#~ msgid "by username"
-#~ msgstr "nach Benutzernamen"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "Alter"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "Benutzer mit Wort %(suser)s"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "Jahre "
-#~ msgid "Nothing found."
-#~ msgstr "Nichts gefunden."
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "Ungenutzte Bewertungs-Stimmen heute"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "mit Beiträgen von %(author_name)s"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "Stimmen übrig"
-#~ msgid "Search tips:"
-#~ msgstr "Suchtipps:"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+#, fuzzy
+msgid "moderation"
+msgstr "Ort"
-#~ msgid "reset author"
-#~ msgstr "Autor zurücksetzen"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "Punkte-Logbuch von %(user_name)s"
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid " or "
-#~ msgstr "oder"
+msgid "User status changed"
+msgstr "Punktestand des Benutzers"
-#~ msgid "reset tags"
-#~ msgstr "Tags zurücksetzen"
+#: skins/default/templates/user_profile/user_moderate.html:20
+#, fuzzy
+msgid "Save"
+msgstr "Ãœberarbeitung speichern"
-#~ msgid "start over"
-#~ msgstr "Von vorn beginnen"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr ""
-#~ "- um den Kontext zu erweitern, oder graben Sie sich ein, indem Sie "
-#~ "weitere Tags hinzufügen und die Suchabfrage überarbeiten."
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "Search tip:"
-#~ msgstr "Suchtipp:"
+#: skins/default/templates/user_profile/user_moderate.html:31
+#, fuzzy
+msgid "User reputation changed"
+msgstr "Punktestand des Benutzers"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr ""
-#~ "Tags und eine Suchabfrage hinzufügen, um genauere Suchergebnisse zu "
-#~ "erzielen"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "Bitte einen Benutzernamen eingeben"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Es gibt hier keine unbeantworteten Fragen"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Keine Favoriten-Fragen."
+msgid "Message sent"
+msgstr "nachrichten/"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr ""
-#~ "Bitte fügen Sie Fragen, die Ihnen besonders gut gefallen, zu Ihrer "
-#~ "Favoritenliste hinzu."
+msgid "Send message"
+msgstr "nachrichten/"
-#~ msgid "You can expand your search by "
-#~ msgstr "Sie können Ihre Suche erweitern, indem Sie"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "resetting author"
-#~ msgstr "die Autorenbeschränkung entfernen"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "resetting tags"
-#~ msgstr "die Tag-Beschränkung entfernen"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
-#~ msgid "starting over"
-#~ msgstr "ganz von Vorne beginnen"
+#: skins/default/templates/user_profile/user_moderate.html:83
+#, fuzzy
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "Sie können jederzeit gern Ihre eigene Frage stellen!"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Sie haben nicht gefunden, wonach Sie gesucht haben?"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "Please, post your question!"
-#~ msgstr "Bitte stellen Sie Ihre Frage!"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "Fragen-RSS-Feed abonnieren"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
-#~ msgstr[1] "Tags müssen kürzer als %(max_chars)d Zeichen sein"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "Bitte %(tag_count)d Tags oder weniger benutzen"
-#~ msgstr[1] "Bitte %(tag_count)d Tags oder weniger benutzen"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "Benutzerprofil"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "Bis zu 5 Tags mit jeweils weniger als 20 Buchstaben"
+msgid "activity"
+msgstr "aktiv"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "Eine Antwort:"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "%(counter)s Antworten:"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "Älteste Antworten werden als Erstes angezeigt"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "oldest answers"
-#~ msgstr "älteste"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "Ihr Punkte-Logbuch."
-#~ msgid "newest answers will be shown first"
-#~ msgstr "Neueste werden zuerst angezeigt"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Punkte-Logbuch von %(user_name)s"
-#~ msgid "newest answers"
-#~ msgstr "Neueste Antworten"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "Ãœbersicht"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "Höchstbewertete werden zuerst angezeigt"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">1</span> Frage"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Fragen"
-#~ msgid "popular answers"
-#~ msgstr "Höchstbewertet"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">1</span> Antwort"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Antworten"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Eigene Frage beantworten"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "Diese Antwort ist %(answer_score)s mal positiv bewertet worden"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr ""
-#~ "Bitte loggen Sie sich ein oder registrieren Sie sich, um die Antwort "
-#~ "endgültig zu speichern."
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "Diese Antwort ist als korrekt ausgewählt worden"
-#~ msgid "Your answer"
-#~ msgstr "Ihre Antwort"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, fuzzy, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "1 Kommentar"
+msgstr[1] "%(comment_count)s mal kommentiert"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Verfassen Sie die erste Antwort auf diese Frage!"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">1</span> Bewertung"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> Bewertungen"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Beginnen Sie Ihre Antwort als anonymer Gast</"
-#~ "span> - Ihre Antwort wird gespeichert, während Sie sich danach einloggen "
-#~ "oder einen neuen Zugang anlegen. Bitte versuchen Sie, eine "
-#~ "<strong>sachliche Antwort mit Substanz</strong> zu verfassen. Für "
-#~ "Rückfragen oder Klarstellungen nutzen Sie bitte die Kommentarfunktion "
-#~ "unter der Frage. Nachdem Sie sich angemeldet und/oder eingeloggt haben, "
-#~ "können Sie auch über die Qualität der Frage abstimmen, vergessen Sie das "
-#~ "nicht!"
-
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>Die eigene Frage zu beantworten ist ausdrücklich "
-#~ "erlaubt</span>, aber es muß eine echte <strong>Antwort</strong> sein! "
-#~ "Vergessen Sie nicht, daß Sie Ihre ursprüngliche Frage <strong>jederzeit "
-#~ "verändern oder bei Bedarf auch wieder löschen können</strong>. Bitte "
-#~ "verwenden Sie die <strong>Kommentarfunktion</strong> für Diskussionen "
-#~ "und Rückfragen, und bitte vergessen Sie nicht, die eingehenden Antworten "
-#~ "mit Ihrer Stimme zu bewerten!"
-
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "Bitte verfassen Sie eine <strong>sachliche Antwort mit Substanz</strong>. "
-#~ "Um einen <strong>Kommentar</strong> zu verfassen, nutzen Sie bitte die "
-#~ "Kommentarfunktion unter jeder Frage und Antwort. Sie können Ihre Antwort "
-#~ "jederzeit <strong>bearbeiten</strong> - es ist normalerweise nicht nötig, "
-#~ "eine Frage doppelt zu beantworten. Vergessen Sie auch nicht, über die "
-#~ "Frage und andere Antworten <strong>abzustimmen</strong> - dies hilft, die "
-#~ "besten Fragen und Antworten herauszufinden!"
-
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr ""
-#~ "Bitte loggen Sie sich ein oder registrieren Sie sich, um die Antwort "
-#~ "endgültig zu speichern."
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "+1"
-#~ msgid "Answer the question"
-#~ msgstr "Frage beantworten"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "Benutzer hat positiv bewertet"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "oder"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "-1"
-#~ msgid "email"
-#~ msgstr "E-Mail"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "Benutzer hat negativ bewertet"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tags"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">1</span> Tag"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Tags"
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "Fragen mit den meisten Antworten"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">1</span> Auszeichnung"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Auszeichnungen"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "Fragen mit den meisten Antworten"
+msgid "Answer to:"
+msgstr "Tipps"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "E-Mail-Benachrichtigungen abgestellt"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Benutzerprofil"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "Fragen-RSS-Feed abonnieren"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "Kommentare und Antworten"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "Fragen-RSS-Feed abonnieren"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "question asked"
-#~ msgstr "Gefragt"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Punkte-Statistik"
-#~ msgid "question was seen"
-#~ msgstr "Frage betrachtet:"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "Punkte-Protokoll"
-#~ msgid "times"
-#~ msgstr "mal"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "Vom Benutzer als Favoriten markierte Fragen"
-#~ msgid "last updated"
-#~ msgstr "Zuletzt aktualisiert"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "Jüngste Aktivitäten"
-#~ msgid "Related questions"
-#~ msgstr "Verwandte / ähnliche Fragen"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "Abstimmungsverhalten"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Benachrichtigung bei neuen Antworten</strong> einmal täglich per "
-#~ "E-Mail"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "abgegebene Stimmen"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Benachrichtigung bei neuen Antworten</strong> einmal wöchentlich "
-#~ "per E-Mail"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "E-Mail-Abonnementeinstellungen"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Benachrichtigung bei neuen Antworten</strong> einmal wöchentlich "
-#~ "per E-Mail"
+msgid "moderate this user"
+msgstr "Diesen Benutzer verwalten"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(Sie können die Frequenz der Benachrichtigungen jederzeit in Ihrem "
-#~ "<strong><a href='%(profile_url)s?sort=email_subscriptions'>Profil</a></"
-#~ "strong> ändern)"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "Stimmen"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Hier</span> können Sie regelmäßige "
-#~ "Benachrichtigungen für diese Frage abonnieren, sobald Sie sich eingeloggt "
-#~ "haben."
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Tipps"
-#, fuzzy
-#~ msgid "%(username)s's profile"
-#~ msgstr "Benutzerprofil"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr ""
+"Bitte formulieren Sie Ihre Frage so, daß sie für dieses Forum relevant ist."
-#~ msgid "Edit user profile"
-#~ msgstr "Benutzerprofil bearbeiten"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+"Bitte versuchen Sie, eine konkrete Antwort zu geben, und nicht in eine "
+"Diskussion einzusteigen."
-#~ msgid "edit profile"
-#~ msgstr "Profil bearbeiten"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "Bitte versuchen Sie, Details einzubringen."
-#~ msgid "change picture"
-#~ msgstr "Bild ändern"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "Seien Sie klar und deutlich."
-#~ msgid "Registered user"
-#~ msgstr "Registrierter Benutzer"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "Siehe die häufig gestellten Fragen"
-#~ msgid "Screen Name"
-#~ msgstr "Nickname"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Tipps zu Markdown"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
-#~ msgid "Update"
-#~ msgstr "Update"
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "E-Mail-Abonnements"
+msgid "*italic* or _italic_"
+msgstr "*kursiv* oder __kursiv__"
-#~ msgid "Email subscription settings"
-#~ msgstr "E-Mail-Abonnementeinstellungen"
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**fett** oder __fett__"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Häufigkeit von E-Mail-Benachrichtigungen "
-#~ "einstellen</span> Abonnieren Sie Benachrichtigungen über Neuigkeiten in "
-#~ "Fragen, die Sie interessieren. Falls Sie keine E-Mails erhalten möchten - "
-#~ "wählen Sie \"Keine E-Mail\".<br/>Benachrichtigungen werden nur versandt, "
-#~ "wenn es neues in der betreffenden Frage gibt."
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "Link"
-#~ msgid "Stop sending email"
-#~ msgstr "Keine E-Mails mehr senden"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "Text"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Alle Fragen"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "Bild"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "Fragen"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "Nummerierte Liste:"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "Bitte %(tag_count)d Tags oder weniger benutzen"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "Grundlegende HTML-Tags werden ebenfalls unterstützt."
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "löschen"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "Mehr Informationen über Markdown"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "Zuletzt gesehen"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "Frage stellen"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "neueste"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">Sie können Ihre Frage formulieren, ohne sich "
+"vorher anmelden zu müssen</span>. Wenn Sie Ihre Frage speichern, werden Sie "
+"zum Anmeldeformular weitergeleitet. Einen neuen Zugang zu erstellen geht "
+"ganz schnell. Ihre Frage wird für die Dauer des Anmeldevorgangs im "
+"Hintergrund gespeichert und geht nicht verloren."
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "Bronze"
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Ihre E-Mail-Adresse %(email)s wurde noch nicht "
+"bestätigt.</span> Um Beiträge veröffentlichen zu können, müssen Sie Ihre E-"
+"Mail-Adresse bestätigen. <a href='%(email_validation_faq_url)s'>Mehr infos "
+"hier</a>.<br>Sie können Ihren Beitrag speichern und die Bestätigung danach "
+"durchführen - Ihr Beitrag wird bis dahin gespeichert."
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "Zuletzt gesehen"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Bitte einloggen, um Frage zu veröffentlichen"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "als beste Antwort markiert"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Stellen Sie Ihre Frage"
-#~ msgid "update profile"
-#~ msgstr "Profil aktualisieren"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Beitragende"
-#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "Bitte einloggen"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "real name"
-#~ msgstr "Realname"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "Ãœber uns"
-#~ msgid "member for"
-#~ msgstr "Mitglied seit"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "Datenschutzrichtlinien"
-#~ msgid "last seen"
-#~ msgstr "Zuletzt gesehen"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "Feedback geben"
-#~ msgid "user website"
-#~ msgstr "Website"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "Zurück zur Startseite"
-#~ msgid "location"
-#~ msgstr "Ort"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#~ msgid "age"
-#~ msgstr "Alter"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "Benutzer"
-#~ msgid "age unit"
-#~ msgstr "Jahre "
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "Auszeichnungen"
-#~ msgid "todays unused votes"
-#~ msgstr "Ungenutzte Bewertungs-Stimmen heute"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Tipps für Fragen"
-#~ msgid "votes left"
-#~ msgstr "Stimmen übrig"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "Stellen Sie nur Fragen, die für dieses Forum relevant sind."
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "Ort"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "Bitte erwähnen Sie in Ihrer Frage genügend Details."
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "Punkte-Logbuch von %(user_name)s"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "Einblendungen"
+msgstr[1] "Einblendungen"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "Punktestand des Benutzers"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "Antwort"
+msgstr[1] "Antwort"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "Save"
-#~ msgstr "Ãœberarbeitung speichern"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "abstimmen/"
+msgstr[1] "abstimmen/"
-#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "Punktestand des Benutzers"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#~ msgid "Add"
-#~ msgstr "Hinzufügen"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "Unbeantwortete Fragen anzeigen"
-#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Bitte einen Benutzernamen eingeben"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "nachrichten/"
+msgid "see your followed questions"
+msgstr "Favoritenliste anzeigen"
+
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "nachrichten/"
+msgid "Please ask your question here"
+msgstr "Bitte stellen Sie Ihre Frage!"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "badges:"
+msgstr "Auszeichnungen"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "Ausloggen"
+
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "Einloggen"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "Benutzerprofil"
+msgid "settings"
+msgstr "die Tag-Beschränkung entfernen"
+
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "aktiv"
+msgid "Please login to post"
+msgstr "Bitte einloggen"
-#~ msgid "Your karma change log."
-#~ msgstr "Ihr Punkte-Logbuch."
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "Punkte-Logbuch von %(user_name)s"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "Dieses Feld wird benötigt"
-#~ msgid "overview"
-#~ msgstr "Ãœbersicht"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Bitte einen Benutzernamen eingeben"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">1</span> Frage"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Fragen"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "Der Benutzername wird benötigt"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">1</span> Antwort"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Antworten"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
+"Dieser Benutzername ist bereits vergeben. Bitte wählen Sie einen anderen"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "Diese Antwort ist %(answer_score)s mal positiv bewertet worden"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "Dieser Benutzername ist nicht erlaubt. Bitte wählen Sie einen anderen"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "Diese Antwort ist als korrekt ausgewählt worden"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "Es gibt keinen Benutzer dieses Namens"
-#, fuzzy
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "1 Kommentar"
-#~ msgstr[1] "%(comment_count)s mal kommentiert"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"Interner Fehler: Derselbe Benutzername ist von mehreren Benutzern "
+"registriert. Bitte melden Sie diesen Fehler dem Administrator. Vielen Dank."
-#, fuzzy
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">1</span> Bewertung"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> Bewertungen"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"Der Benutzername kann aus Buchstaben, Leerzeichen und Unterstrichen bestehen"
-#~ msgid "thumb up"
-#~ msgstr "+1"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "user has voted up this many times"
-#~ msgstr "Benutzer hat positiv bewertet"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Ihre E-Mail-Adresse <i>(wird nie veröffentlicht)</i>"
-#~ msgid "thumb down"
-#~ msgstr "-1"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "Eine E-Mail-Adresse wird benötigt"
-#~ msgid "user voted down this many times"
-#~ msgstr "Benutzer hat negativ bewertet"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">1</span> Tag"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Tags"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+"Diese E-Mail-Adresse ist bereits in Benutzung, bitte geben Sie eine andere "
+"ein"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">1</span> Auszeichnung"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Auszeichnungen"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Passwort"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Tipps"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "Ein Passwort wird benötigt"
-#~ msgid "User profile"
-#~ msgstr "Benutzerprofil"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Passwort <i>(bitte neu eingeben)</i>"
-#~ msgid "graph of user reputation"
-#~ msgstr "Punkte-Statistik"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "Bitte geben Sie Ihr Passwort erneut ein"
-#~ msgid "reputation history"
-#~ msgstr "Punkte-Protokoll"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+"Die beiden eingegebenen Passwörter stimmen nicht überein, bitte erneut "
+"versuchen"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "Vom Benutzer als Favoriten markierte Fragen"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "vor 2 Tagen"
-#~ msgid "recent activity"
-#~ msgstr "Jüngste Aktivitäten"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "gestern"
-#~ msgid "casted votes"
-#~ msgstr "abgegebene Stimmen"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "vor %(hr)d Stunde"
+msgstr[1] "vor %(hr)d Stunden"
-#~ msgid "votes"
-#~ msgstr "Stimmen"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "vor %(min)d Minute"
+msgstr[1] "vor %(min)d Minuten"
-#~ msgid "answer tips"
-#~ msgstr "Tipps"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr ""
-#~ "Bitte formulieren Sie Ihre Frage so, daß sie für dieses Forum relevant "
-#~ "ist."
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "Bitte versuchen Sie, eine konkrete Antwort zu geben, und nicht in eine "
-#~ "Diskussion einzusteigen."
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "please try to provide details"
-#~ msgstr "Bitte versuchen Sie, Details einzubringen."
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "Gastbenutzer können nicht abstimmen"
-#~ msgid "be clear and concise"
-#~ msgstr "Seien Sie klar und deutlich."
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "see frequently asked questions"
-#~ msgstr "Siehe die häufig gestellten Fragen"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+#, fuzzy
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "Gastbenutzer können nicht abstimmen"
-#~ msgid "Markdown tips"
-#~ msgstr "Tipps zu Markdown"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+#: views/commands.py:213
#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*kursiv* oder __kursiv__"
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "Gastbenutzer können nicht abstimmen"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**fett** oder __fett__"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Ihre Abonnementeinstellungen wurden gespeichert, aber %(email)s muß noch "
+"bestätigt werden. <a href='%(details_url)s'>Details hier</a>."
-#~ msgid "link"
-#~ msgstr "Link"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "Die Häufigkeit der Benachrichtigungen wurde auf \"täglich\" gesetzt."
-#~ msgid "text"
-#~ msgstr "Text"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "image"
-#~ msgstr "Bild"
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
-#~ msgid "numbered list:"
-#~ msgstr "Nummerierte Liste:"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "Bitte hier anmelden:"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "Grundlegende HTML-Tags werden ebenfalls unterstützt."
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Forums-Feedback"
-#~ msgid "learn more about Markdown"
-#~ msgstr "Mehr Informationen über Markdown"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Vielen Dank für Ihr Feedback!"
-#~ msgid "ask a question"
-#~ msgstr "Frage stellen"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "Wir freuen uns auf Ihr Feedback! Gerne auch nächstes Mal :)"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Sie können Ihre Frage formulieren, ohne sich "
-#~ "vorher anmelden zu müssen</span>. Wenn Sie Ihre Frage speichern, werden "
-#~ "Sie zum Anmeldeformular weitergeleitet. Einen neuen Zugang zu erstellen "
-#~ "geht ganz schnell. Ihre Frage wird für die Dauer des Anmeldevorgangs im "
-#~ "Hintergrund gespeichert und geht nicht verloren."
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s Frage"
+msgstr[1] "%(q_num)s Fragen"
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Ihre E-Mail-Adresse %(email)s wurde noch nicht "
-#~ "bestätigt.</span> Um Beiträge veröffentlichen zu können, müssen Sie Ihre "
-#~ "E-Mail-Adresse bestätigen. <a href='%(email_validation_faq_url)s'>Mehr "
-#~ "infos hier</a>.<br>Sie können Ihren Beitrag speichern und die Bestätigung "
-#~ "danach durchführen - Ihr Beitrag wird bis dahin gespeichert."
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:416
+#, fuzzy
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "Die Frage wurde als Favorit ausgewählt"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Bitte einloggen, um Frage zu veröffentlichen"
+#: views/users.py:212
+#, fuzzy
+msgid "moderate user"
+msgstr "benutzer-moderieren/"
-#~ msgid "Ask your question"
-#~ msgstr "Stellen Sie Ihre Frage"
+#: views/users.py:387
+msgid "user profile"
+msgstr "Benutzerprofil"
-#~ msgid "Contributors"
-#~ msgstr "Beitragende"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "Benutzerprofil-Ãœbersicht"
-#~ msgid "about"
-#~ msgstr "Ãœber uns"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "Neueste Aktivitäten"
-#~ msgid "privacy policy"
-#~ msgstr "Datenschutzrichtlinien"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "Profil - neueste Aktivitäten"
-#~ msgid "give feedback"
-#~ msgstr "Feedback geben"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "Profil - Reaktionen"
-#~ msgid "back to home page"
-#~ msgstr "Zurück zur Startseite"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "Abgegebene Bewertungen"
-#~ msgid "users"
-#~ msgstr "Benutzer"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "Punktestand des Benutzers"
-#~ msgid "badges"
-#~ msgstr "Auszeichnungen"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "Profil - Punktestand des Benutzers"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "Fragen in der Favoritenliste des Benutzers"
-#~ msgid "question tips"
-#~ msgstr "Tipps für Fragen"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "Fragen in der Favoritenliste"
-#~ msgid "please ask a relevant question"
-#~ msgstr "Stellen Sie nur Fragen, die für dieses Forum relevant sind."
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "Veränderungen gespeichert"
-#~ msgid "please try provide enough details"
-#~ msgstr "Bitte erwähnen Sie in Ihrer Frage genügend Details."
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "E-Mail-Benachrichtigungen abgestellt"
-#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "Einblendungen"
-#~ msgstr[1] "Einblendungen"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "E-Mail-Abonnements"
+#: views/writers.py:59
#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "Antwort"
-#~ msgstr[1] "Antwort"
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "Gastbenutzer können nicht abstimmen"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "Erlaubte Dateitypen: '%(file_types)s'"
+
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "Die Maximalgröße beim Hochladen beträgt %s Kilobyte."
+
+#: views/writers.py:100
#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "abstimmen/"
-#~ msgstr[1] "abstimmen/"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Fehler beim Hochladen der Datei. Bitte nehmen Sie Kontakt mit dem "
+"Administrator auf. %s"
-#~ msgid "see unanswered questions"
-#~ msgstr "Unbeantwortete Fragen anzeigen"
+#: views/writers.py:192
+#, fuzzy
+msgid "Please log in to ask questions"
+msgstr "Sie können jederzeit gern Ihre eigene Frage stellen!"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "Favoritenliste anzeigen"
+msgid "Please log in to answer questions"
+msgstr "Unbeantwortete Fragen anzeigen"
+
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+#: views/writers.py:649
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "Auszeichnungen"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "Gastbenutzer können nicht abstimmen"
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "logout"
-#~ msgstr "Ausloggen"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
-#~ msgid "login"
-#~ msgstr "Einloggen"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "Der Fragentext muß länger als 10 Buchstaben sein."
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "die Tag-Beschränkung entfernen"
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr ""
+#~ "Falls Sie diese Nachricht irrtümlich erhalten haben, brauchen Sie nichts "
+#~ "zu unternehmen. Bitte ignorieren Sie diese E-Mail einfach - wir "
+#~ "entschuldigen uns für die Unannehmlichkeiten."
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5796,10 +6952,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "In:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Alle Fragen"
-
#~ msgid "Sort by:"
#~ msgstr "Sortieren nach:"
@@ -6116,9 +7268,6 @@ msgstr ""
#~ "\n"
#~ "%(rev_count)s Versionen"
-#~ msgid "tagged"
-#~ msgstr "Getaggt"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr ""
#~ "'%(tag_name)s' von der Liste der Tags, die mich interessieren, entfernen"
@@ -6126,9 +7275,6 @@ msgstr ""
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "'%(tag_name)s' von der Liste der ignorierten Tags entfernen"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "Fragen aus ignorierten Tags ausblenden"
-
#~ msgid ""
#~ "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></"
#~ "span>'"
diff --git a/askbot/locale/en/LC_MESSAGES/django.mo b/askbot/locale/en/LC_MESSAGES/django.mo
index d214667a..88017ec0 100644
--- a/askbot/locale/en/LC_MESSAGES/django.mo
+++ b/askbot/locale/en/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/en/LC_MESSAGES/django.po b/askbot/locale/en/LC_MESSAGES/django.po
index ca813006..dffabf18 100644
--- a/askbot/locale/en/LC_MESSAGES/django.po
+++ b/askbot/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:28-0600\n"
+"POT-Creation-Date: 2012-01-02 11:20-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Evgeny Fadeev <evgeny.fadeev@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -45,7 +45,10 @@ msgstr ""
msgid "Country field is required"
msgstr ""
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr ""
@@ -53,321 +56,334 @@ msgstr ""
msgid "please enter a descriptive title for your question"
msgstr ""
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr ""
+#: forms.py:111
+#, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] ""
+msgstr[1] ""
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr ""
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr ""
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr ""
-#: forms.py:136
+#: forms.py:168
+#, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+msgstr[1] ""
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr ""
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] ""
msgstr[1] ""
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] ""
msgstr[1] ""
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr ""
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr ""
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr ""
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
msgid "administrator"
msgstr ""
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr ""
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr ""
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr ""
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
msgid "Cannot change status to admin"
msgstr ""
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr ""
-#: forms.py:542
+#: forms.py:579
msgid "Your name (optional):"
msgstr ""
-#: forms.py:543
+#: forms.py:580
msgid "Email:"
msgstr ""
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr ""
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr ""
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr ""
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr ""
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr ""
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr ""
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr ""
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr ""
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr ""
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr ""
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr ""
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr ""
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr ""
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr ""
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "no askbot email please, thanks"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr ""
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr ""
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr ""
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr ""
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr ""
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr ""
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr ""
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr ""
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr ""
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr ""
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr ""
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr ""
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr ""
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr ""
@@ -377,6 +393,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr ""
@@ -408,11 +426,15 @@ msgstr ""
msgid "feedback/"
msgstr ""
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr ""
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr ""
@@ -891,103 +913,115 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr ""
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
msgid "Use wildcard tags"
msgstr ""
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr ""
@@ -1880,6 +1914,35 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+msgid "Number of questions to show"
+msgstr ""
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+msgid "CSS for the questions widget"
+msgstr ""
+
+#: conf/widgets.py:81
+msgid "Header for the questions widget"
+msgstr ""
+
+#: conf/widgets.py:90
+msgid "Footer for the questions widget"
+msgstr ""
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr ""
@@ -1920,7 +1983,7 @@ msgstr ""
msgid "newest"
msgstr ""
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr ""
@@ -1953,6 +2016,7 @@ msgid "relevance"
msgstr ""
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -2088,7 +2152,7 @@ msgstr ""
msgid "[deleted]"
msgstr ""
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr ""
@@ -2144,15 +2208,15 @@ msgstr ""
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr ""
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr ""
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr ""
@@ -2287,7 +2351,7 @@ msgid "Incorrect username."
msgstr "sorry, there is no such user name"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2325,6 +2389,7 @@ msgid "%(site)s user name and password"
msgstr ""
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2427,57 +2492,57 @@ msgstr ""
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr ""
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2511,6 +2576,75 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr ""
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "karma"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+#, fuzzy
+msgid "Change password"
+msgstr "Password"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+msgstr[1] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2636,7 +2770,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, python-format
msgid "Please log in to use %s"
msgstr ""
@@ -2660,70 +2794,70 @@ msgid ""
"own question"
msgstr ""
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Sorry, you cannot vote for your own posts"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ">%(points)s points required to upvote "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s points required to downvote "
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr ""
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "sorry, file uploading requires karma >%(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr ""
"Sorry, your account appears to be blocked and you cannot make new posts "
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr ""
"Sorry, your account appears to be suspended and you cannot make new posts "
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2734,56 +2868,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2793,254 +2927,278 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "You have flagged this question before and cannot do it more than once"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr ""
"Sorry, since your account is blocked you cannot flag posts as offensive"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr ""
"Sorry, your account appears to be suspended and you cannot make new posts "
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
"Sorry, to flag posts as offensive a minimum reputation of %(min_rep)s is "
"required"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
"Sorry, you have exhausted the maximum number of %(max_flags_per_day)s "
"offensive flags per day."
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+msgid "blocked users cannot remove flags"
+msgstr "Sorry, since your account is blocked you cannot remove flags"
+
+#: models/__init__.py:805
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot remove flags. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+"Sorry, to flag posts a minimum reputation of %(min_rep)d is required"
+msgstr[1] ""
+"Sorry, to flag posts a minimum reputation of %(min_rep)d is required"
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "sorry, but older votes cannot be revoked"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr ""
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr ""
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr ""
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3429,35 +3587,264 @@ msgstr ""
msgid "No email"
msgstr ""
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+msgid "(or select another login method above)"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+#, fuzzy
+msgid "Save your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "karma"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Signup"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3466,17 +3853,14 @@ msgstr ""
"Q&A Forum Administrator"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3487,632 +3871,597 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, python-format
-msgid ""
-"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Sign out"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
msgstr ""
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/logout.html:7
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
msgstr ""
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "User login"
-#: templatetags/extra_tags.py:43
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
-msgid "%(username)s gravatar image"
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Choose screen name"
-
-#: utils/forms.py:52
-msgid "user name is required"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
+#: skins/common/templates/authopenid/signin.html:87
+msgid "Please enter your <span>user name and password</span>, then sign in"
msgstr ""
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:97
+msgid "Login or email"
msgstr ""
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Your email <i>(never shared)</i>"
-
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "Password"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Sign in"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/forms.py:149
-msgid "choose password"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
msgstr "Password"
-#: utils/forms.py:150
-msgid "password is required"
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
msgstr ""
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Password <i>(please retype)</i>"
-
-#: utils/forms.py:154
-msgid "please, retype your password"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "Last updated"
-#: utils/functions.py:76
-msgid "yesterday"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
-
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
-
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
msgstr ""
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "sorry, but older votes cannot be revoked"
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:181
+msgid "Still have trouble signing in?"
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "Sorry, anonymous users cannot vote"
-
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
msgstr ""
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
-#: views/commands.py:542
-msgid "Please sign in to vote"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID is based on an open standard, supported by many organizations."
-#: views/meta.py:84
-msgid "Q&A forum feedback"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
msgstr ""
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
msgstr ""
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
msgstr ""
-#: views/readers.py:151
-#, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] ""
-msgstr[1] ""
-
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] ""
-msgstr[1] ""
-
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
-
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+msgid "Please register by clicking on any of the icons below"
msgstr ""
-#: views/users.py:211
-msgid "moderate this user"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+msgid "or create a new user name and password here"
msgstr ""
-#: views/users.py:212
-msgid "moderate user"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
msgstr ""
-#: views/users.py:386
-msgid "user profile"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/users.py:387
-msgid "user profile overview"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/users.py:698
-msgid "recent user activity"
-msgstr ""
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Signup"
-#: views/users.py:699
-msgid "profile - recent activity"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
-msgstr ""
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
-#: views/users.py:860
-msgid "user vote record"
-msgstr ""
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Retag question"
-#: views/users.py:861
-msgid "profile - votes"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+msgid "Your current avatar: "
msgstr ""
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "user karma"
-
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "Profile - User's Karma"
-
-#: views/users.py:924
-msgid "users favorite questions"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr ""
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "Retag question"
-#: views/users.py:955
-msgid "email updates canceled"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/common/templates/avatar/change.html:22
+msgid "Upload"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
+#: skins/common/templates/avatar/confirm_delete.html:2
+msgid "delete avatar"
msgstr ""
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/writers.py:68
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "allowed file types are '%(file_types)s'"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+#: skins/common/templates/avatar/confirm_delete.html:12
+msgid "Delete These"
msgstr ""
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "permanent link"
-#: views/writers.py:191
-msgid "Please log in to ask questions"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "link"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
-#: views/writers.py:492
-msgid "Please log in to answer questions"
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+msgid "remove all flags"
msgstr ""
-#: views/writers.py:598
-#, python-format
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
msgstr ""
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+msgid "remove flag"
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
msgstr ""
-msgid "Change email"
-msgstr "Change Email"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Post Your Answer"
-msgid "Save your email address"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+msgid "mark this answer as correct (click again to undo)"
msgstr ""
-msgid "change %(email)s info"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
msgstr ""
-"<span class=\"strong big\">Enter your new email into the box below</span> "
-"if you'd like to use another email for <strong>update subscriptions</"
-"strong>.<br>Currently you are using <strong>%(email)s</strong>"
-msgid "here is why email is required, see %(gravatar_faq_url)s"
+#: skins/common/templates/question/closed_question_info.html:2
+#, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
msgstr ""
-"<span class='strong big'>Please enter your email address in the box below."
-"</span> Valid email address is required on this Q&amp;A forum. If you "
-"like, you can <strong>receive updates</strong> on interesting questions "
-"or entire forum via email. Also, your email is used to create a unique <a "
-"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-"account. Email addresses are never shown or otherwise shared with anybody "
-"else."
-msgid "Your new Email"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
msgstr ""
-"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-"anyone, must be valid)"
-msgid "Your Email"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
msgstr ""
-"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
-msgid "Save Email"
-msgstr ""
+#: skins/common/templates/question/question_controls.html:13
+#, fuzzy
+msgid "reopen"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-msgid "Validate email"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
msgstr ""
-msgid "validate %(email)s info or go to %(change_email_url)s"
+#: skins/common/templates/widgets/edit_post.html:21
+msgid "one of these is required"
msgstr ""
-"<span class=\"strong big\">An email with a validation link has been sent "
-"to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-"your web browser. Email validation is necessary to help insure the proper "
-"use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-"to use <strong>another email</strong>, please <a href='%(change_email_url)"
-"s'><strong>change it again</strong></a>."
-msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
msgstr ""
-"<span class=\"strong big\">Your email address %(email)s has not been "
-"changed.</span> If you decide to change it later - you can always do it "
-"by editing it in your user profile or by using the <a "
-"href='%(change_email_url)s'><strong>previous form</strong></a> again."
-msgid "your current %(email)s can be used for this"
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
msgstr ""
-"<span class='big strong'>Your email address is now set to %(email)s.</"
-"span> Updates on the questions that you like most will be sent to this "
-"address. Email notifications are sent once a day or less frequently - "
-"only when there are any news."
-msgid "thanks for verifying email"
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
msgstr ""
-"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-"you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-"if you find a very interesting question you can <strong>subscribe for the "
-"updates</strong> - then will be notified about changes <strong>once a "
-"day</strong> or less frequently."
-msgid "email key not sent"
-msgstr "Validation email not sent"
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tags"
-msgid "email key not sent %(email)s change email here %(change_link)s"
-msgstr ""
-"<span class='big strong'>Your current email address %(email)s has been "
-"validated before</span> so the new key was not sent. You can <a "
-"href='%(change_link)s'>change</a> email used for update subscriptions if "
-"necessary."
+#: skins/common/templates/widgets/tag_selector.html:4
+#, fuzzy
+msgid "Interesting tags"
+msgstr "Tags"
-msgid "Registration"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+msgid "add"
msgstr ""
-msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-msgstr ""
-"<p><span class=\"big strong\">You are here for the first time with your "
-"%(provider)s login.</span> Please create your <strong>screen name</"
-"strong> and save your <strong>email</strong> address. Saved email address "
-"will let you <strong>subscribe for the updates</strong> on the most "
-"interesting questions and will be used to create and retrieve your unique "
-"avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-"a>.</p>"
+#: skins/common/templates/widgets/tag_selector.html:20
+#, fuzzy
+msgid "Ignored tags"
+msgstr "Retag question"
-msgid ""
-"%(username)s already exists, choose another name for \n"
-" %(provider)s. Email is required too, see "
-"%(gravatar_faq_url)s\n"
-" "
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
msgstr ""
-"<p><span class='strong big'>Oops... looks like screen name %(username)s "
-"is already used in another account.</span></p><p>Please choose another "
-"screen name to use with your %(provider)s login. Also, a valid email "
-"address is required on the <span class='orange'>Q&amp;A</span> forum. "
-"Your email is used to create a unique <a href='%(gravatar_faq_url)"
-"s'><strong>gravatar</strong></a> image for your account. If you like, you "
-"can <strong>receive updates</strong> on the interesting questions or "
-"entire forum by email. Email addresses are never shown or otherwise "
-"shared with anybody else.</p>"
-msgid ""
-"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-"<p><span class=\"big strong\">You are here for the first time with your "
-"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-"name</strong> the same as your %(provider)s login name or choose some "
-"other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-"address. With the email you can <strong>subscribe for the updates</"
-"strong> on the most interesting questions. Email address is also used to "
-"create and retrieve your unique avatar image - <a "
-"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
msgstr ""
-"<p><span class=\"big strong\">You are here for the first time with your "
-"Facebook login.</span> Please create your <strong>screen name</strong> "
-"and save your <strong>email</strong> address. Saved email address will "
-"let you <strong>subscribe for the updates</strong> on the most "
-"interesting questions and will be used to create and retrieve your unique "
-"avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-"a>.</p>"
-
-msgid "Screen name label"
-msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
-msgid "Email address label"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
msgstr ""
-"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared "
-"with anyone, must be valid</i>)"
-msgid "receive updates motivational blurb"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
msgstr ""
-"<strong>Receive forum updates by email</strong> - this will help our "
-"community grow and become more useful.<br/>By default <span "
-"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-"per week</strong> - only when there is anything new.<br/>If you like, "
-"please adjust this now or any time later from your user account."
-msgid "create account"
-msgstr "Signup"
-
-msgid "Logout"
-msgstr "Sign out"
-
-msgid "User login"
-msgstr "User login"
-
-msgid ""
-"\n"
-" Your answer to %(title)s %(summary)s will be posted once you log "
-"in\n"
-" "
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
msgstr ""
-"\n"
-"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-"be posted once you log in.</span>"
+#: skins/default/templates/404.jinja.html:19
msgid ""
-"Your question \n"
-" %(title)s %(summary)s will be posted once you log in\n"
-" "
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
msgstr ""
-"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-"be posted once you log in.</span>"
-msgid "Password"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
msgstr ""
-msgid "Login"
-msgstr "Sign in"
-
-msgid "New password"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-msgid "last used"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
msgstr ""
-msgid "cannot be deleted"
-msgstr "sorry, but older votes cannot be revoked"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr ""
-msgid "with openid it is easier"
-msgstr "With the OpenID you don't need to create new username and password."
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+#, fuzzy
+msgid "see all questions"
+msgstr "Ask Your Question"
-msgid "reuse openid"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
msgstr ""
-"You can safely re-use the same login for all OpenID-enabled websites."
-msgid "openid is widely adopted"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-"There are > 160,000,000 OpenID account in use. Over 10,000 sites are "
-"OpenID-enabled."
-msgid "openid is supported open standard"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
-"OpenID is based on an open standard, supported by many organizations."
-msgid "Traditional signup info"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-"<span class='strong big'>If you prefer, create your forum login name and "
-"password here. However</span>, please keep in mind that we also support "
-"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-"can simply reuse your external login (e.g. Gmail or AOL) without ever "
-"sharing your login details with anyone and having to remember yet another "
-"password."
-msgid "Create Account"
-msgstr "Signup"
+#: skins/default/templates/500.jinja.html:12
+#, fuzzy
+msgid "see latest questions"
+msgstr "Post Your Answer"
-msgid "add avatar"
-msgstr ""
+#: skins/default/templates/500.jinja.html:13
+#, fuzzy
+msgid "see tags"
+msgstr "Tags"
-msgid "Change avatar"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
msgstr ""
-msgid "change avatar"
-msgstr ""
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+#, fuzzy
+msgid "Edit answer"
+msgstr "oldest"
-msgid "delete avatar"
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
msgstr ""
-msgid "answer permanent link"
-msgstr "permanent link"
-
-msgid "permanent link"
-msgstr "link"
-
-msgid "swap with question"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
msgstr ""
-msgid "reopen"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
msgstr ""
-msgid "Related tags"
-msgstr "Tags"
-
-msgid "Interesting tags"
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
msgstr ""
-msgid "Ignored tags"
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
msgstr ""
-msgid "see all questions"
-msgstr ""
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Ask Your Question"
-msgid "see all tags"
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
msgstr ""
-msgid "see latest questions"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
msgstr ""
-msgid "see tags"
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
msgstr ""
-msgid "Edit answer"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, python-format
+msgid "%(description)s"
msgstr ""
-msgid "Ask a question"
-msgstr "Ask Your Question"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/badges.html:3
msgid "Badges summary"
msgstr "Badges"
+#: skins/default/templates/badges.html:5
+#, fuzzy
msgid "Badges"
+msgstr "Badges"
+
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
msgstr ""
+#: skins/default/templates/badges.html:8
+#, python-format
msgid ""
"Below is the list of available badges and number \n"
"of times each type of badge has been awarded. Give us feedback at "
@@ -4122,61 +4471,137 @@ msgstr ""
" of times each type of badge has been awarded. Have ideas about fun "
"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>\n"
+#: skins/default/templates/badges.html:35
msgid "Community badges"
msgstr "Badge levels"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
+
+#: skins/default/templates/badges.html:40
msgid "gold badge description"
msgstr ""
-"Gold badge is the highest award in this community. To obtain it have to "
-"show profound knowledge and ability in addition to your active "
-"participation."
+"Gold badge is the highest award in this community. To obtain it have to show "
+"profound knowledge and ability in addition to your active participation."
+
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
+#: skins/default/templates/badges.html:49
msgid "silver badge description"
msgstr ""
"silver badge: occasionally awarded for the very high quality contributions"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+
+#: skins/default/templates/badges.html:56
msgid "bronze badge description"
msgstr "bronze badge: often given as a special honor"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+#, fuzzy
msgid "Close question"
-msgstr ""
+msgstr "Ask Your Question"
+#: skins/default/templates/close.html:6
+#, fuzzy
msgid "Close the question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr ""
+
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr ""
+
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr ""
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
msgstr ""
+#: skins/default/templates/faq_static.html:8
msgid ""
-"Before asking the question - please make sure to use search to see "
-"whether your question has alredy been answered."
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
msgstr ""
-"Before you ask - please make sure to search for a similar question. You "
-"can search questions by their title or tags."
+"Before you ask - please make sure to search for a similar question. You can "
+"search questions by their title or tags."
+#: skins/default/templates/faq_static.html:10
msgid "What questions should I avoid asking?"
msgstr "What kinds of questions should be avoided?"
-msgid "What should I avoid in my answers?"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
msgstr ""
+#: skins/default/templates/faq_static.html:13
+#, fuzzy
+msgid "What should I avoid in my answers?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq_static.html:14
msgid ""
"is a Q&A site, not a discussion group. Therefore - please avoid having "
"discussions in your answers, comment facility allows some space for brief "
"discussions."
msgstr ""
"is a <strong>question and answer</strong> site - <strong>it is not a "
-"discussion group</strong>. Please avoid holding debates in your answers "
-"as they tend to dilute the essense of questions and answers. For the "
-"brief discussions please use commenting facility."
+"discussion group</strong>. Please avoid holding debates in your answers as "
+"they tend to dilute the essense of questions and answers. For the brief "
+"discussions please use commenting facility."
+
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
+#: skins/default/templates/faq_static.html:18
msgid ""
"The reputation system allows users earn the authorization to perform a "
"variety of moderation tasks."
msgstr ""
-"Karma system allows users to earn rights to perform a variety of "
-"moderation tasks"
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
+#: skins/default/templates/faq_static.html:20
msgid "How does reputation system work?"
msgstr "How does karma system work?"
+#: skins/default/templates/faq_static.html:21
msgid "Rep system summary"
msgstr ""
"When a question or answer is upvoted, the user who posted them will gain "
@@ -4184,371 +4609,1559 @@ msgstr ""
"rough measure of the community trust to him/her. Various moderation tasks "
"are gradually assigned to the users based on those points."
-msgid "use tags"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
msgstr ""
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "Tags"
+
+#: skins/default/templates/faq_static.html:42
+#, fuzzy
msgid "add comments"
+msgstr "post a comment"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
msgstr ""
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
msgid " accept own answer to own questions"
msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/faq_static.html:53
msgid "open and close own questions"
msgstr ""
+#: skins/default/templates/faq_static.html:57
+#, fuzzy
msgid "retag other's questions"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
msgstr ""
+#: skins/default/templates/faq_static.html:67
+#, fuzzy
msgid "\"edit any answer"
-msgstr ""
+msgstr "answers"
+#: skins/default/templates/faq_static.html:71
+#, fuzzy
msgid "\"delete any comment"
-msgstr ""
+msgstr "post a comment"
+#: skins/default/templates/faq_static.html:74
msgid "what is gravatar"
msgstr "How to change my picture (gravatar) and what is gravatar?"
+#: skins/default/templates/faq_static.html:75
msgid "gravatar faq info"
msgstr ""
"<p>The picture that appears on the users profiles is called "
-"<strong>gravatar</strong> (which means <strong>g</strong>lobally "
-"<strong>r</strong>ecognized <strong>avatar</strong>).</p><p>Here is how "
-"it works: a <strong>cryptographic key</strong> (unbreakable code) is "
-"calculated from your email address. You upload your picture (or your "
-"favorite alter ego image) the website <a href='http://gravatar."
-"com'><strong>gravatar.com</strong></a> from where we later retreive your "
-"image using the key.</p><p>This way all the websites you trust can show "
-"your image next to your posts and your email address remains private.</"
-"p><p>Please <strong>personalize your account</strong> with an image - "
-"just register at <a href='http://gravatar.com'><strong>gravatar.com</"
-"strong></a> (just please be sure to use the same email address that you "
-"used to register with us). Default image that looks like a kitchen tile "
-"is generated automatically.</p>"
+"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+
+#: skins/default/templates/faq_static.html:78
msgid "\"Login now!\""
msgstr ""
-msgid "Still have questions?"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
msgstr ""
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:84
+#, fuzzy
+msgid "Still have questions?"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/faq_static.html:85
+#, python-format
msgid ""
"Please ask your question at %(ask_question_url)s, help make our community "
"better!"
msgstr ""
-"Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-"our community better!"
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
+
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr ""
+
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
+
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:42
+#, fuzzy
msgid "<p>Sincerely,<br/>Forum Administrator</p>"
msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
+
+#: skins/default/templates/macros.html:3
+#, python-format
+msgid "Share this question on %(site)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:29
+msgid "i like this question (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr ""
+
+#: skins/default/templates/macros.html:43
+msgid "i dont like this question (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+#: skins/default/templates/macros.html:52
+#, fuzzy
msgid "anonymous user"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
msgstr ""
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr ""
+
+#: skins/default/templates/macros.html:91
+#, fuzzy
msgid "answered"
+msgstr "answers"
+
+#: skins/default/templates/macros.html:93
+msgid "posted"
msgstr ""
+#: skins/default/templates/macros.html:123
+#, fuzzy
msgid "updated"
-msgstr ""
+msgstr "Last updated"
+#: skins/default/templates/macros.html:221
+#, python-format
msgid "see questions tagged '%(tag)s'"
msgstr ""
+#: skins/default/templates/macros.html:278
+#, fuzzy
msgid "delete this comment"
-msgstr ""
+msgstr "post a comment"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
msgid "add comment"
msgstr "post a comment"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
+
+#: skins/default/templates/macros.html:551
+#, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr ""
+
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
msgid "page number %(num)s"
msgstr "page %(num)s"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr ""
+
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr ""
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
msgid "responses for %(username)s"
+msgstr "Choose screen name"
+
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
msgstr ""
+#: skins/default/templates/main_page.html:11
+#, fuzzy
msgid "Questions"
+msgstr "Tags"
+
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
msgstr ""
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+#, fuzzy
msgid "Edit question"
-msgstr ""
+msgstr "Ask Your Question"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
msgid "Change tags"
msgstr "Retag question"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr ""
+
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+#, fuzzy
msgid "Reopen question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/reopen.html:6
+msgid "Title"
msgstr ""
-msgid "Reopen this question?"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
msgstr ""
-msgid "Reopen this question"
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
msgstr ""
-msgid "Revision history"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
msgstr ""
+#: skins/default/templates/reopen.html:22
+#, fuzzy
+msgid "Reopen this question?"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/reopen.html:26
+#, fuzzy
+msgid "Reopen this question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+#, fuzzy
+msgid "Revision history"
+msgstr "karma"
+
+#: skins/default/templates/revisions.html:23
msgid "click to hide/show revision"
msgstr ""
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+msgid "Subscribe for tags"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:15
+msgid "Subscribe"
+msgstr ""
+
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
msgid "Tag list"
msgstr "Tags"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
+
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr ""
+
+#: skins/default/templates/tags.html:20
msgid "by name"
msgstr ""
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
+
+#: skins/default/templates/tags.html:26
msgid "by popularity"
msgstr ""
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr ""
+
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
msgid "Users"
msgstr "People"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
+
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
msgid "reputation"
msgstr "karma"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
+
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr ""
+
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
+
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
+
+#: skins/default/templates/users.html:33
+#, fuzzy
msgid "by username"
+msgstr "Choose screen name"
+
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
+
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:12
+msgid "Tagged"
msgstr ""
+#: skins/default/templates/main_page/headline.html:23
+#, fuzzy
msgid "Search tips:"
+msgstr "Tips"
+
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
msgstr ""
+#: skins/default/templates/main_page/headline.html:29
+#, fuzzy
msgid "reset tags"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
msgstr ""
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:4
msgid "There are no unanswered questions here"
msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
msgid "No questions here. "
+msgstr "answered question"
+
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:19
+#, fuzzy
msgid "resetting tags"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:30
+#, fuzzy
msgid "Please always feel free to ask your question!"
msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-msgid "Please, post your question!"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
msgstr ""
+#: skins/default/templates/main_page/questions_loop.html:13
+#, fuzzy
+msgid "Please, post your question!"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/main_page/tab_bar.html:9
+#, fuzzy
msgid "subscribe to the questions feed"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
msgstr ""
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
+
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/meta/editor_data.html:7
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:15
msgid "oldest answers"
msgstr "oldest"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:18
msgid "newest answers"
msgstr "newest"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:21
msgid "popular answers"
msgstr "most voted"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+#, fuzzy
msgid "Answer Your Own Question"
-msgstr ""
+msgstr "Post Your Answer"
+#: skins/default/templates/question/new_answer_form.html:14
+#, fuzzy
msgid "Login/Signup to Answer"
-msgstr ""
+msgstr "Login/Signup to Post"
+#: skins/default/templates/question/new_answer_form.html:22
+#, fuzzy
msgid "Your answer"
-msgstr ""
+msgstr "most voted"
+#: skins/default/templates/question/new_answer_form.html:24
msgid "Be the first one to answer this question!"
msgstr ""
+#: skins/default/templates/question/new_answer_form.html:30
msgid "you can answer anonymously and then login"
msgstr ""
-"<span class='strong big'>Please start posting your answer anonymously</"
-"span> - your answer will be saved within the current session and "
-"published after you log in or create a new account. Please try to give a "
-"<strong>substantial answer</strong>, for discussions, <strong>please use "
-"comments</strong> and <strong>please do remember to vote</strong> (after "
-"you log in)!"
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
+#: skins/default/templates/question/new_answer_form.html:34
msgid "answer your own question only to give an answer"
msgstr ""
-"<span class='big strong'>You are welcome to answer your own question</"
-"span>, but please make sure to give an <strong>answer</strong>. Remember "
-"that you can always <strong>revise your original question</strong>. "
-"Please <strong>use comments for discussions</strong> and <strong>please "
-"don't forget to vote :)</strong> for the answers that you liked (or "
-"perhaps did not like)! "
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
+#: skins/default/templates/question/new_answer_form.html:36
msgid "please only give an answer, no discussions"
msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. "
-"If you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always "
-"<strong>revise your answers</strong> - no need to answer the same "
-"question twice. Also, please <strong>don't forget to vote</strong> - it "
-"really helps to select the best questions and answers!"
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/question/new_answer_form.html:43
msgid "Login/Signup to Post Your Answer"
msgstr "Login/Signup to Post"
+#: skins/default/templates/question/new_answer_form.html:48
msgid "Answer the question"
msgstr "Post Your Answer"
-msgid "Question tools"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+msgid " or"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
msgstr ""
+#: skins/default/templates/question/sidebar.html:4
+#, fuzzy
+msgid "Question tools"
+msgstr "Tags"
+
+#: skins/default/templates/question/sidebar.html:7
msgid "click to unfollow this question"
msgstr ""
+#: skins/default/templates/question/sidebar.html:8
+msgid "Following"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:9
+msgid "Unfollow"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
msgid "click to follow this question"
msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: skins/default/templates/question/sidebar.html:14
+msgid "Follow"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
msgid "email the updates"
+msgstr "Last updated"
+
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:35
+msgid "subscribe to this question rss feed"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:36
+msgid "subscribe to rss feed"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
msgstr ""
+#: skins/default/templates/question/sidebar.html:48
msgid "question asked"
msgstr "Asked"
+#: skins/default/templates/question/sidebar.html:51
msgid "question was seen"
msgstr "Seen"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:54
msgid "last updated"
msgstr "Last updated"
+#: skins/default/templates/question/sidebar.html:63
+#, fuzzy
msgid "Related questions"
-msgstr ""
+msgstr "Tags"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
msgid "Notify me once a day when there are any new answers"
msgstr ""
"<strong>Notify me</strong> once a day by email when there are any new "
"answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
msgid "Notify me weekly when there are any new answers"
msgstr ""
-"<strong>Notify me</strong> weekly when there are any new answers or "
-"updates"
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
msgid "Notify me immediately when there are any new answers"
msgstr ""
"<strong>Notify me</strong> immediately when there are any new answers or "
"updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
msgid ""
"You can always adjust frequency of email updates from your %(profile_url)s"
msgstr ""
"(note: you can always <strong><a href='%(profile_url)s?"
-"sort=email_subscriptions'>change</a></strong> how often you receive "
-"updates)"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
msgid "once you sign in you will be able to subscribe for any updates here"
msgstr ""
-"<span class='strong'>Here</span> (once you log in) you will be able to "
-"sign up for the periodic email updates about this question."
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
msgid "change picture"
msgstr ""
-msgid "Screen Name"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
msgstr ""
+#: skins/default/templates/user_profile/user_edit.html:39
+#, fuzzy
+msgid "Screen Name"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+#, fuzzy
msgid "Update"
+msgstr "date"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
msgstr ""
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+#, fuzzy
msgid "Email subscription settings"
msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
msgid "email subscription settings info"
msgstr ""
-"<span class='big strong'>Adjust frequency of email updates.</span> "
-"Receive updates on interesting questions by email, <strong><br/>help the "
-"community</strong> by answering questions of your colleagues. If you do "
-"not wish to receive emails - select 'no email' on all items below.<br/"
-">Updates are only sent when there is any new activity on selected items."
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
msgid "Stop sending email"
msgstr "Stop Email"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
msgid "followed questions"
msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:34
+msgid "Sections:"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:51
+msgid "seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:54
+msgid "mark as seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:58
msgid "member for"
msgstr "member since"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:69
msgid "user website"
msgstr "website"
+#: skins/default/templates/user_profile/user_info.html:75
msgid "location"
msgstr ""
-msgid "age unit"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
msgstr ""
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "years old"
+
+#: skins/default/templates/user_profile/user_info.html:88
+#, fuzzy
msgid "todays unused votes"
+msgstr "votes"
+
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+#, fuzzy
msgid "moderation"
+msgstr "karma"
+
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:11
msgid "User status changed"
msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:31
+#, fuzzy
msgid "User reputation changed"
+msgstr "user karma"
+
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:46
+#, fuzzy
msgid "Message sent"
+msgstr "years old"
+
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
+#, fuzzy
msgid "Suspended users can only edit or delete their own posts."
msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:21
+#, python-format
+msgid "%(username)s's network is empty"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+#, fuzzy
msgid "activity"
+msgstr "activity"
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
msgstr ""
-msgid "Answer to:"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
msgstr ""
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:122
+#, fuzzy
+msgid "Answer to:"
+msgstr "Tips"
+
+#: skins/default/templates/user_profile/user_tabs.html:5
+#, fuzzy
msgid "User profile"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:21
msgid "graph of user reputation"
msgstr "Graph of user karma"
+#: skins/default/templates/user_profile/user_tabs.html:23
msgid "reputation history"
msgstr "karma"
+#: skins/default/templates/user_profile/user_tabs.html:25
+msgid "questions that user is following"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:29
msgid "recent activity"
msgstr "activity"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:36
msgid "casted votes"
msgstr "votes"
-msgid "votes"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
msgstr ""
+#: skins/default/templates/user_profile/user_votes.html:4
+#, fuzzy
+msgid "votes"
+msgstr "votes"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:3
msgid "answer tips"
msgstr "Tips"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
msgid "please make your answer relevant to this community"
msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+#, fuzzy
msgid "try to give an answer, rather than engage into a discussion"
msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
msgid "please try to provide details"
msgstr "provide enough details"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+#, fuzzy
msgid "see frequently asked questions"
msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
msgid "Markdown tips"
msgstr "Markdown basics"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
msgid "link"
msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/widgets/ask_button.html:2
msgid "ask a question"
msgstr "Ask Your Question"
+#: skins/default/templates/widgets/ask_form.html:6
msgid "login to post question info"
msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your "
-"question anonymously</span>. When you submit the post, you will be "
-"redirected to the login/signup page. Your question will be saved in the "
-"current session and will be published after you log in. Login/signup "
-"process is very simple. Login takes about 30 seconds, initial signup "
-"takes a minute or less."
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
msgid ""
"must have valid %(email)s to post, \n"
" see %(email_validation_faq_url)s\n"
@@ -4560,77 +6173,473 @@ msgstr ""
"<br>You can submit your question now and validate email after that. Your "
"question will saved as pending meanwhile. "
+#: skins/default/templates/widgets/ask_form.html:42
msgid "Login/signup to post your question"
msgstr "Login/Signup to Post"
+#: skins/default/templates/widgets/ask_form.html:44
msgid "Ask your question"
msgstr "Ask Your Question"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
+
+#: skins/default/templates/widgets/meta_nav.html:10
msgid "users"
msgstr "people"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr ""
+
+#: skins/default/templates/widgets/question_edit_tips.html:3
msgid "question tips"
msgstr "Tips"
+#: skins/default/templates/widgets/question_edit_tips.html:5
msgid "please ask a relevant question"
msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/question_edit_tips.html:8
msgid "please try provide enough details"
msgstr "provide enough details"
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/widgets/question_summary.html:29
+#, fuzzy
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "answers"
+msgstr[1] "answers"
+
+#: skins/default/templates/widgets/question_summary.html:40
+#, fuzzy
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "votes"
+msgstr[1] "votes"
+
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:5
+#, fuzzy
msgid "see unanswered questions"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
+#, fuzzy
msgid "see your followed questions"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+msgid "badges:"
+msgstr ""
+
+#: skins/default/templates/widgets/user_navigation.html:8
msgid "logout"
msgstr "sign out"
+#: skins/default/templates/widgets/user_navigation.html:10
msgid "login"
msgstr "Hi, there! Please sign in"
+#: skins/default/templates/widgets/user_navigation.html:14
msgid "settings"
msgstr ""
-msgid "(please enter a valid email)"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
+
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+
+#: utils/decorators.py:109
+msgid "Please login to post"
msgstr ""
-msgid "Question tags"
-msgstr "Tags"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
+
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr ""
-msgid "questions"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Choose screen name"
+
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr ""
+
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
+
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
+
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr ""
+
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
+
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr ""
+
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr ""
+
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Password"
+
+#: utils/forms.py:170
+msgid "password is required"
+msgstr ""
+
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Password <i>(please retype)</i>"
+
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr ""
+
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
msgstr ""
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr ""
+
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr ""
+
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
+
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
+msgid "Please sign in to vote"
+msgstr ""
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr ""
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr ""
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+
+#: views/users.py:212
+msgid "moderate user"
+msgstr ""
+
+#: views/users.py:387
+msgid "user profile"
+msgstr ""
+
+#: views/users.py:388
+msgid "user profile overview"
+msgstr ""
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr ""
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr ""
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr ""
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr ""
+
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "user karma"
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "Profile - User's Karma"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr ""
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr ""
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr ""
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr ""
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr ""
+
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+
+#: views/writers.py:192
+msgid "Please log in to ask questions"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: views/writers.py:493
+msgid "Please log in to answer questions"
+msgstr ""
+
+#: views/writers.py:600
+#, python-format
msgid ""
-"As a registered user you can login with your OpenID, log out of the site "
-"or permanently remove your account."
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
msgstr ""
-"Clicking <strong>Logout</strong> will log you out from the forum but will "
-"not sign you off from your OpenID provider.</p><p>If you wish to sign off "
-"completely - please make sure to log out from your OpenID provider as "
-"well."
-msgid "Email verification subject line"
-msgstr "Verification Email from Q&A forum"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+#: views/writers.py:658
+#, python-format
msgid ""
-"how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)"
-"s"
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
msgstr ""
-"<form style='margin:0;padding:0;' action='%(send_email_key_url)"
-"s'><p><span class=\"bigger strong\">How?</span> If you have just set or "
-"changed your email address - <strong>check your email and click the "
-"included link</strong>.<br>The link contains a key generated specifically "
-"for you. You can also <button style='display:inline' "
-"type='submit'><strong>get a new key</strong></button> and check your "
-"email again.</p></form><span class=\"bigger strong\">Why?</span> Email "
-"validation is required to make sure that <strong>only you can post "
-"messages</strong> on your behalf and to <strong>minimize spam</strong> "
-"posts.<br>With email you can <strong>subscribe for updates</strong> on "
-"the most interesting questions. Also, when you sign up for the first time "
-"- create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
-"strong></a> personal image.</p>"
-msgid "reputation points"
-msgstr "karma"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid ""
+#~ "As a registered user you can login with your OpenID, log out of the site "
+#~ "or permanently remove your account."
+#~ msgstr ""
+#~ "Clicking <strong>Logout</strong> will log you out from the forum but will "
+#~ "not sign you off from your OpenID provider.</p><p>If you wish to sign off "
+#~ "completely - please make sure to log out from your OpenID provider as "
+#~ "well."
+
+#~ msgid "Email verification subject line"
+#~ msgstr "Verification Email from Q&A forum"
+
+#~ msgid ""
+#~ "how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)"
+#~ "s"
+#~ msgstr ""
+#~ "<form style='margin:0;padding:0;' action='%(send_email_key_url)"
+#~ "s'><p><span class=\"bigger strong\">How?</span> If you have just set or "
+#~ "changed your email address - <strong>check your email and click the "
+#~ "included link</strong>.<br>The link contains a key generated specifically "
+#~ "for you. You can also <button style='display:inline' "
+#~ "type='submit'><strong>get a new key</strong></button> and check your "
+#~ "email again.</p></form><span class=\"bigger strong\">Why?</span> Email "
+#~ "validation is required to make sure that <strong>only you can post "
+#~ "messages</strong> on your behalf and to <strong>minimize spam</strong> "
+#~ "posts.<br>With email you can <strong>subscribe for updates</strong> on "
+#~ "the most interesting questions. Also, when you sign up for the first time "
+#~ "- create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+#~ "strong></a> personal image.</p>"
+
+#~ msgid "reputation points"
+#~ msgstr "karma"
diff --git a/askbot/locale/es/LC_MESSAGES/django.mo b/askbot/locale/es/LC_MESSAGES/django.mo
index 01d8c83e..2dce5408 100644
--- a/askbot/locale/es/LC_MESSAGES/django.mo
+++ b/askbot/locale/es/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/es/LC_MESSAGES/django.po b/askbot/locale/es/LC_MESSAGES/django.po
index 6d214740..b88131cc 100644
--- a/askbot/locale/es/LC_MESSAGES/django.po
+++ b/askbot/locale/es/LC_MESSAGES/django.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Askbot\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-18 00:12+0200\n"
+"POT-Creation-Date: 2012-01-02 11:20-0600\n"
"PO-Revision-Date: 2010-03-28 22:15-0600\n"
"Last-Translator: Francisco Espinoza <pacoesni@gmail.com>\n"
"Language-Team: Hasked Team <pacoesni@gmail.com>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
"X-Poedit-Language: Spanish\n"
"X-Poedit-Country: NICARAGUA\n"
"X-Poedit-SourceCharset: utf-8\n"
@@ -22,7 +22,7 @@ msgstr ""
#: exceptions.py:13
#, fuzzy
msgid "Sorry, but anonymous visitors cannot access this function"
-msgstr "usuarios anónimos no pueden votar"
+msgstr "Lo sentimos pero los usuarios anónimos no pueden acceder a esta función"
#: feed.py:26 feed.py:100
msgid " - "
@@ -40,18 +40,21 @@ msgstr "últimas preguntas"
#: forms.py:74
#, fuzzy
msgid "select country"
-msgstr "Eliminar cuenta"
+msgstr "seleccione país"
#: forms.py:83
msgid "Country"
-msgstr ""
+msgstr "País"
#: forms.py:91
#, fuzzy
msgid "Country field is required"
-msgstr "este campo es requerido"
+msgstr "El campo País es requerido"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "título"
@@ -59,73 +62,82 @@ msgstr "título"
msgid "please enter a descriptive title for your question"
msgstr "por favor ingrese un título descriptivo para su pregunta"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "el título debe contener más de 10 carácteres"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "el título debe contener más de %d carácter"
+msgstr[1] "el título debe contener más de %d carácteres"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "contenido"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "la pregunta debe contener más de 10 carácteres"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "etiquetas"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
-"Las etiquetas son claves cortas, con o sin espacios. Puedes usar más de 5 "
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Las etiquetas son claves cortas, sin espacios. Puedes usar hasta %(max_tags)d "
+"etiqueta."
+msgstr[1] ""
+"Las etiquetas son claves cortas, sin espacios. Puedes usar hasta %(max_tags)d "
"etiquetas."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "etiquetas requeridas"
-#: forms.py:173
+#: forms.py:210
#, fuzzy, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
-msgstr[0] "por favor, use 5 etiquetas o menos"
-msgstr[1] "por favor, use 5 etiquetas o menos"
+msgstr[0] "por favor, use %(tag_count)d etiqueta o menos"
+msgstr[1] "por favor, use %(tag_count)d etiquetas o menos"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
-msgstr ""
+msgstr "Al menos una de las siguientes etiquetas se requieren : %(tags)s"
-#: forms.py:190
+#: forms.py:227
#, fuzzy, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
-msgstr[0] "las etiquetas deben contener menos de 20 carácteres"
-msgstr[1] "las etiquetas deben contener menos de 20 carácteres"
+msgstr[0] "las etiquetas deben contener menos de %(max_chars)d carácter"
+msgstr[1] "las etiquetas deben contener menos de %(max_chars)d carácteres"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
-msgstr ""
+msgstr "usa-estos-caracteres-en-las-etiquetas"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
-msgstr ""
+msgstr "wiki comunitaria (no se premia karma y cualquiera puede editar la publicación wiki)"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr ""
-"si marcas la opción Wiki, la pregunta y las respuestas no generan puntos y "
+"si marcas la opción Wiki comunitaria,la pregunta y las respuestas no generan puntos y "
"el nombre del autor no se muestra"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "actualizar resúmen:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -133,592 +145,653 @@ msgstr ""
"ingrese un breve resumen de su revisión (por ejemplo, corregir la "
"ortografía, la gramática, el estilo mejorado, este campo es opcional)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
-msgstr ""
+msgstr "Ingrese el número de puntos a añadir o quitar"
-#: forms.py:341 const/__init__.py:245
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "aprobado"
-#: forms.py:342 const/__init__.py:246
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "visto"
-#: forms.py:343 const/__init__.py:247
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
-msgstr "actualizado"
+msgstr "pausado"
-#: forms.py:344 const/__init__.py:248
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "bloqueado"
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
-msgstr "administración"
+msgstr "administrador"
-#: forms.py:347 const/__init__.py:244
+#: forms.py:384 const/__init__.py:249
#, fuzzy
msgid "moderator"
-msgstr "moderar-usuario/"
+msgstr "moderador"
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
-msgstr "Cambiar etiquetas"
+msgstr "Cambiar estado a"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
-msgstr ""
+msgstr "Cuál?"
-#: forms.py:415
+#: forms.py:452
#, fuzzy
msgid "Cannot change own status"
-msgstr "no se puede votar por sus propias publicaciones"
+msgstr "No puede cambiar su propio estado"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "No tiene permitido habilitar a otros usuarios como moderadores"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "No tiene permitido cambiar el estado de otro moderador"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
-msgstr "no se puede votar por sus propias publicaciones"
+msgstr "No puede cambiar el estado a admin"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
-msgstr ""
+msgstr "Si desea cambiar el estado de %(username), por favor, haga una selección "
+"apropiada."
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
-msgstr "Sujeto"
+msgstr "Línea del tema"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
-msgstr "Mensaje de Texto"
+msgstr "Texto del mensaje"
-#: forms.py:542
-msgid "Your name:"
-msgstr "Tu nombre:"
+#: forms.py:579
+#, fuzzy
+msgid "Your name (optional):"
+msgstr "Su nombre (opcional):"
-#: forms.py:543
-msgid "Email (not shared with anyone):"
-msgstr "Email (no lo compartiremos con nadie):"
+#: forms.py:580
+#, fuzzy
+msgid "Email:"
+msgstr "Correo electrónico:"
-#: forms.py:544
+#: forms.py:582
msgid "Your message:"
-msgstr "Tu mensaje:"
+msgstr "Su mensaje:"
+
+#: forms.py:587
+msgid "I don't want to give my email or receive a response:"
+msgstr "No deseo dar mi correo electrónico o recibir una respuesta:"
-#: forms.py:581
+#: forms.py:609
+msgid "Please mark \"I dont want to give my mail\" field."
+msgstr "Por favor, marque el campo \"No deseo dar mi correo electrónico\"."
+
+#: forms.py:648
msgid "ask anonymously"
-msgstr ""
+msgstr "pregunte anónimamente"
-#: forms.py:583
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
-msgstr ""
+msgstr "Compruebe si no desea revelar su nombre cuando realice esta pregunta"
-#: forms.py:743
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
-msgstr ""
+msgstr "Ha solicitado realizar esta pregunta anónimamente, si decide revelar su "
+"identidad, por favor marque esta caja."
-#: forms.py:747
+#: forms.py:814
msgid "reveal identity"
-msgstr ""
+msgstr "revelar identidad"
-#: forms.py:805
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:818
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:856
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "este email no esta vinculado con gravatar"
-#: forms.py:863
+#: forms.py:930
msgid "Real name"
msgstr "Nombre Real"
-#: forms.py:870
+#: forms.py:937
msgid "Website"
msgstr "Sitio Web"
-#: forms.py:877
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:886
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:891
+#: forms.py:958
msgid "Date of birth"
msgstr "Fecha de nacimiento"
-#: forms.py:892
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "no será mostrada, se usa para calcular la edad, formato: Año-Mes-Dia"
-#: forms.py:898
+#: forms.py:965
msgid "Profile"
msgstr "Perfil"
-#: forms.py:907
+#: forms.py:974
msgid "Screen name"
msgstr "Nombre para mostrar"
-#: forms.py:938 forms.py:939
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr ""
"esta dirección de email ya ha sido registrada, por favor utiliza una "
"diferente"
-#: forms.py:946
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "Seleccione una etiqueta de filtro para el email"
-#: forms.py:993
+#: forms.py:1060
msgid "Asked by me"
msgstr "Preguntadas por mi"
-#: forms.py:996
+#: forms.py:1063
msgid "Answered by me"
msgstr "Respondidas por mi"
-#: forms.py:999
+#: forms.py:1066
msgid "Individually selected"
msgstr "Selección individual"
-#: forms.py:1002
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Foro completo (filtrado por etiqueta)"
-#: forms.py:1006
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1085
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "bien, vamos a probar!"
-#: forms.py:1086
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "no usar un email de la comunidad, por favor"
-#: forms.py:1090
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "por favor seleccione una de las siguientes opciones"
-#: urls.py:53
+#: urls.py:52
msgid "about/"
msgstr "acerca-de/"
-#: urls.py:54
+#: urls.py:53
msgid "faq/"
msgstr "faq/"
-#: urls.py:55
+#: urls.py:54
msgid "privacy/"
msgstr "privacidad/"
-#: urls.py:57 urls.py:62
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "respuestas/"
-#: urls.py:57 urls.py:83 urls.py:203
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "editar/"
-#: urls.py:62 urls.py:113
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisiones/"
-#: urls.py:68 urls.py:78 urls.py:83 urls.py:88 urls.py:93 urls.py:98
-#: urls.py:103 urls.py:108 urls.py:113 urls.py:290
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "preguntas/"
-#: urls.py:78
+#: urls.py:77
msgid "ask/"
msgstr "preguntar/"
-#: urls.py:88
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "etiquetas/"
-#: urls.py:93
+#: urls.py:92
msgid "close/"
msgstr "cerrar/"
-#: urls.py:98
+#: urls.py:97
msgid "reopen/"
msgstr "reabrir/"
-#: urls.py:103
+#: urls.py:102
msgid "answer/"
msgstr "responder/"
-#: urls.py:108
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "votar/"
-#: urls.py:149
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
+#: urls.py:153
msgid "tags/"
msgstr "etiquetas/"
-#: urls.py:192
+#: urls.py:196
msgid "subscribe-for-tags/"
msgstr ""
-#: urls.py:197 urls.py:203 urls.py:209 urls.py:217
+#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "usuarios/"
-#: urls.py:210
+#: urls.py:214
#, fuzzy
msgid "subscriptions/"
msgstr "suscripción por email"
-#: urls.py:222
+#: urls.py:226
msgid "users/update_has_custom_avatar/"
msgstr ""
-#: urls.py:227 urls.py:232
+#: urls.py:231 urls.py:236
msgid "badges/"
msgstr "trofeos/"
-#: urls.py:237
+#: urls.py:241
msgid "messages/"
msgstr "mensajes/"
-#: urls.py:237
+#: urls.py:241
msgid "markread/"
msgstr "marcar-como-leidos/"
-#: urls.py:253
+#: urls.py:257
msgid "upload/"
msgstr "subir/"
-#: urls.py:254
+#: urls.py:258
msgid "feedback/"
msgstr "feedback/"
-#: urls.py:296
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "pregunta/"
-#: urls.py:303 setup_templates/settings.py:203
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "cuenta/"
-#: conf/badges.py:12
+#: conf/access_control.py:8
+#, fuzzy
+msgid "Access control settings"
+msgstr "Configuraciones básicas"
+
+#: conf/access_control.py:17
+msgid "Allow only registered user to access the forum"
+msgstr ""
+
+#: conf/badges.py:13
#, fuzzy
msgid "Badge settings"
msgstr "Configuraciones básicas"
-#: conf/badges.py:21
+#: conf/badges.py:23
msgid "Disciplined: minimum upvotes for deleted post"
msgstr ""
-#: conf/badges.py:30
+#: conf/badges.py:32
msgid "Peer Pressure: minimum downvotes for deleted post"
msgstr ""
-#: conf/badges.py:39
+#: conf/badges.py:41
msgid "Teacher: minimum upvotes for the answer"
msgstr ""
-#: conf/badges.py:48
+#: conf/badges.py:50
msgid "Nice Answer: minimum upvotes for the answer"
msgstr ""
-#: conf/badges.py:57
+#: conf/badges.py:59
msgid "Good Answer: minimum upvotes for the answer"
msgstr ""
-#: conf/badges.py:66
+#: conf/badges.py:68
msgid "Great Answer: minimum upvotes for the answer"
msgstr ""
-#: conf/badges.py:75
+#: conf/badges.py:77
msgid "Nice Question: minimum upvotes for the question"
msgstr ""
-#: conf/badges.py:84
+#: conf/badges.py:86
msgid "Good Question: minimum upvotes for the question"
msgstr ""
-#: conf/badges.py:93
+#: conf/badges.py:95
msgid "Great Question: minimum upvotes for the question"
msgstr ""
-#: conf/badges.py:102
+#: conf/badges.py:104
#, fuzzy
msgid "Popular Question: minimum views"
msgstr "Formula tu pregunta"
-#: conf/badges.py:111
+#: conf/badges.py:113
#, fuzzy
msgid "Notable Question: minimum views"
msgstr "todas las preguntas"
-#: conf/badges.py:120
+#: conf/badges.py:122
#, fuzzy
msgid "Famous Question: minimum views"
msgstr "Cerrar pregunta"
-#: conf/badges.py:129
+#: conf/badges.py:131
msgid "Self-Learner: minimum answer upvotes"
msgstr ""
-#: conf/badges.py:138
+#: conf/badges.py:140
msgid "Civic Duty: minimum votes"
msgstr ""
-#: conf/badges.py:147
+#: conf/badges.py:149
msgid "Enlightened Duty: minimum upvotes"
msgstr ""
-#: conf/badges.py:156
+#: conf/badges.py:158
msgid "Guru: minimum upvotes"
msgstr ""
-#: conf/badges.py:165
+#: conf/badges.py:167
msgid "Necromancer: minimum upvotes"
msgstr ""
-#: conf/badges.py:174
+#: conf/badges.py:176
msgid "Necromancer: minimum delay in days"
msgstr ""
-#: conf/badges.py:183
+#: conf/badges.py:185
msgid "Associate Editor: minimum number of edits"
msgstr ""
-#: conf/badges.py:192
+#: conf/badges.py:194
#, fuzzy
msgid "Favorite Question: minimum stars"
msgstr "preguntas favoritas"
-#: conf/badges.py:201
+#: conf/badges.py:203
#, fuzzy
msgid "Stellar Question: minimum stars"
msgstr "Aún tiene preguntas?"
-#: conf/badges.py:210
+#: conf/badges.py:212
msgid "Commentator: minimum comments"
msgstr ""
-#: conf/badges.py:219
+#: conf/badges.py:221
msgid "Taxonomist: minimum tag use count"
msgstr ""
-#: conf/badges.py:228
+#: conf/badges.py:230
msgid "Enthusiast: minimum days"
msgstr ""
-#: conf/email.py:14
+#: conf/email.py:15
msgid "Email and email alert settings"
msgstr ""
#: conf/email.py:24
+msgid "Prefix for the email subject line"
+msgstr "Prefijo para el campo de correo electrónico"
+
+#: conf/email.py:26
msgid ""
"This setting takes default from the django settingEMAIL_SUBJECT_PREFIX. A "
"value entered here will overridethe default."
msgstr ""
-#: conf/email.py:36
+#: conf/email.py:38
msgid "Maximum number of news entries in an email alert"
msgstr ""
-#: conf/email.py:64
+#: conf/email.py:48
msgid "Default notification frequency all questions"
msgstr ""
-#: conf/email.py:66
+#: conf/email.py:50
msgid "Option to define frequency of emailed updates for: all questions."
msgstr ""
-#: conf/email.py:78
+#: conf/email.py:62
#, fuzzy
msgid "Default notification frequency questions asked by the user"
msgstr "ver preguntas etiquetadas"
-#: conf/email.py:80
+#: conf/email.py:64
msgid ""
"Option to define frequency of emailed updates for: Question asked by the "
"user."
msgstr ""
-#: conf/email.py:92
+#: conf/email.py:76
#, fuzzy
msgid "Default notification frequency questions answered by the user"
msgstr ""
"eliminar cualquier pregunta y respuesta, y agregar otras tareas de moderación"
-#: conf/email.py:94
+#: conf/email.py:78
msgid ""
"Option to define frequency of emailed updates for: Question answered by the "
"user."
msgstr ""
-#: conf/email.py:106
+#: conf/email.py:90
msgid ""
"Default notification frequency questions individually "
"selected by the user"
msgstr ""
-#: conf/email.py:109
+#: conf/email.py:93
msgid ""
"Option to define frequency of emailed updates for: Question individually "
"selected by the user."
msgstr ""
-#: conf/email.py:121
+#: conf/email.py:105
msgid ""
"Default notification frequency for mentions and "
"comments"
msgstr ""
-#: conf/email.py:124
+#: conf/email.py:108
msgid ""
"Option to define frequency of emailed updates for: Mentions and comments."
msgstr ""
-#: conf/email.py:135
+#: conf/email.py:119
#, fuzzy
msgid "Send periodic reminders about unanswered questions"
msgstr "lista de preguntas sin contestar"
-#: conf/email.py:137
+#: conf/email.py:121
msgid ""
"NOTE: in order to use this feature, it is necessary to run the management "
"command \"send_unanswered_question_reminders\" (for example, via a cron job "
-"- with an appropriate frequency) and an IMAP server with a dedicated inbox "
-"must be configured "
+"- with an appropriate frequency) "
msgstr ""
-#: conf/email.py:151
+#: conf/email.py:134
#, fuzzy
msgid "Days before starting to send reminders about unanswered questions"
msgstr "lista de preguntas sin contestar"
-#: conf/email.py:162
+#: conf/email.py:145
msgid ""
"How often to send unanswered question reminders (in days between the "
"reminders sent)."
msgstr ""
-#: conf/email.py:174
+#: conf/email.py:157
msgid "Max. number of reminders to send about unanswered questions"
msgstr ""
-#: conf/email.py:186
+#: conf/email.py:168
+#, fuzzy
+msgid "Send periodic reminders to accept the best answer"
+msgstr "lista de preguntas sin contestar"
+
+#: conf/email.py:170
+msgid ""
+"NOTE: in order to use this feature, it is necessary to run the management "
+"command \"send_accept_answer_reminders\" (for example, via a cron job - with "
+"an appropriate frequency) "
+msgstr ""
+
+#: conf/email.py:183
+#, fuzzy
+msgid "Days before starting to send reminders to accept an answer"
+msgstr "lista de preguntas sin contestar"
+
+#: conf/email.py:194
+msgid ""
+"How often to send accept answer reminders (in days between the reminders "
+"sent)."
+msgstr ""
+
+#: conf/email.py:206
+msgid "Max. number of reminders to send to accept the best answer"
+msgstr ""
+
+#: conf/email.py:218
msgid "Require email verification before allowing to post"
msgstr "Es requerida una verificación via email antes de poder publicar"
-#: conf/email.py:187
+#: conf/email.py:219
msgid ""
"Active email verification is done by sending a verification key in email"
-msgstr "Se ha comenzado el proceso de verificación con una llave enviada a su correo electrónico"
+msgstr ""
+"Se ha comenzado el proceso de verificación con una llave enviada a su correo "
+"electrónico"
-#: conf/email.py:196
+#: conf/email.py:228
#, fuzzy
msgid "Allow only one account per email address"
msgstr "tu dirección de email"
-#: conf/email.py:205
+#: conf/email.py:237
msgid "Fake email for anonymous user"
msgstr ""
-#: conf/email.py:206
+#: conf/email.py:238
msgid "Use this setting to control gravatar for email-less user"
msgstr ""
-#: conf/email.py:76
-msgid "Prefix for the email subject line"
-msgstr "Prefijo para el campo de correo electrónico"
-
-#: conf/email.py:215
+#: conf/email.py:247
#, fuzzy
msgid "Allow posting questions by email"
msgstr "ingresa para publicar información de la pregunta"
-#: conf/email.py:217
+#: conf/email.py:249
msgid ""
"Before enabling this setting - please fill out IMAP settings in the settings."
"py file"
msgstr ""
-#: conf/email.py:228
+#: conf/email.py:260
msgid "Replace space in emailed tags with dash"
msgstr ""
-#: conf/email.py:230
+#: conf/email.py:262
msgid ""
"This setting applies to tags written in the subject line of questions asked "
"by email"
msgstr ""
-#: conf/external_keys.py:10
-msgid "Keys to connect the site with external services like Facebook, etc."
+#: conf/external_keys.py:11
+msgid "Keys for external services"
msgstr ""
-#: conf/external_keys.py:18
+#: conf/external_keys.py:19
msgid "Google site verification key"
msgstr "Llave de verificación de Google site"
-#: conf/external_keys.py:20
+#: conf/external_keys.py:21
#, python-format
msgid ""
"This key helps google index your site please obtain is at <a href=\"%(url)s?"
"hl=%(lang)s\">google webmasters tools site</a>"
msgstr ""
-#: conf/external_keys.py:35
+#: conf/external_keys.py:36
msgid "Google Analytics key"
msgstr "LLave de Googne Analytics"
-#: conf/external_keys.py:37
+#: conf/external_keys.py:38
#, python-format
msgid ""
"Obtain is at <a href=\"%(url)s\">Google Analytics</a> site, if you wish to "
"use Google Analytics to monitor your site"
msgstr ""
-#: conf/external_keys.py:50
+#: conf/external_keys.py:51
msgid "Enable recaptcha (keys below are required)"
msgstr "Habilitar recaptcha (las llaves de abajo son requeridas)"
-#: conf/external_keys.py:59
+#: conf/external_keys.py:60
msgid "Recaptcha public key"
msgstr "Llave pública de Recaptcha"
-#: conf/external_keys.py:67
+#: conf/external_keys.py:68
msgid "Recaptcha private key"
msgstr "Llave privada de Recaptcha"
-#: conf/external_keys.py:69
+#: conf/external_keys.py:70
#, python-format
msgid ""
"Recaptcha is a tool that helps distinguish real people from annoying spam "
@@ -726,11 +799,11 @@ msgid ""
"a>"
msgstr ""
-#: conf/external_keys.py:81
+#: conf/external_keys.py:82
msgid "Facebook public API key"
msgstr "Llave pública para API de Facebook"
-#: conf/external_keys.py:83
+#: conf/external_keys.py:84
#, python-format
msgid ""
"Facebook API key and Facebook secret allow to use Facebook Connect login "
@@ -738,131 +811,137 @@ msgid ""
"\">facebook create app</a> site"
msgstr ""
-#: conf/external_keys.py:96
+#: conf/external_keys.py:97
msgid "Facebook secret key"
msgstr "Llave privada de Facebook"
-#: conf/external_keys.py:104
+#: conf/external_keys.py:105
msgid "Twitter consumer key"
msgstr ""
-#: conf/external_keys.py:106
+#: conf/external_keys.py:107
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">twitter applications site</"
"a>"
msgstr ""
-#: conf/external_keys.py:117
+#: conf/external_keys.py:118
msgid "Twitter consumer secret"
msgstr ""
-#: conf/external_keys.py:125
+#: conf/external_keys.py:126
msgid "LinkedIn consumer key"
msgstr ""
-#: conf/external_keys.py:127
+#: conf/external_keys.py:128
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">LinkedIn developer site</a>"
msgstr ""
-#: conf/external_keys.py:138
+#: conf/external_keys.py:139
msgid "LinkedIn consumer secret"
msgstr ""
-#: conf/external_keys.py:146
+#: conf/external_keys.py:147
msgid "ident.ca consumer key"
msgstr ""
-#: conf/external_keys.py:148
+#: conf/external_keys.py:149
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">Identi.ca applications "
"site</a>"
msgstr ""
-#: conf/external_keys.py:159
+#: conf/external_keys.py:160
msgid "ident.ca consumer secret"
msgstr ""
-#: conf/external_keys.py:167
+#: conf/external_keys.py:168
msgid "Use LDAP authentication for the password login"
msgstr ""
-#: conf/external_keys.py:176
+#: conf/external_keys.py:177
msgid "LDAP service provider name"
msgstr ""
-#: conf/external_keys.py:184
+#: conf/external_keys.py:185
msgid "URL for the LDAP service"
msgstr ""
-#: conf/external_keys.py:192
+#: conf/external_keys.py:193
#, fuzzy
msgid "Explain how to change LDAP password"
msgstr "Cambiar Contraseña"
-#: conf/flatpages.py:10
+#: conf/flatpages.py:11
msgid "Flatpages - about, privacy policy, etc."
msgstr ""
-#: conf/flatpages.py:17
+#: conf/flatpages.py:19
msgid "Text of the Q&A forum About page (html format)"
msgstr "Texto para la página de descripción del foro (formato html)"
-#: conf/flatpages.py:20
+#: conf/flatpages.py:22
msgid ""
"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
"the \"about\" page to check your input."
msgstr ""
-#: conf/flatpages.py:30
-msgid "Text of the Q&A forum Privacy Policy (html format)"
-msgstr "Texto para la página de politicas de privacidad del foro (formato html)"
+#: conf/flatpages.py:32
+#, fuzzy
+msgid "Text of the Q&A forum FAQ page (html format)"
+msgstr "Texto para la página de descripción del foro (formato html)"
-#: conf/flatpages.py:33
+#: conf/flatpages.py:35
msgid ""
"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
"the \"faq\" page to check your input."
msgstr ""
-#: conf/flatpages.py:47
+#: conf/flatpages.py:46
+msgid "Text of the Q&A forum Privacy Policy (html format)"
+msgstr ""
+"Texto para la página de politicas de privacidad del foro (formato html)"
+
+#: conf/flatpages.py:49
msgid ""
"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
"the \"privacy\" page to check your input."
msgstr ""
-#: conf/forum_data_rules.py:11
-msgid "Data entry and display"
+#: conf/forum_data_rules.py:12
+msgid "Data entry and display rules"
msgstr ""
-#: conf/forum_data_rules.py:20
+#: conf/forum_data_rules.py:22
#, python-format
msgid ""
"Enable embedding videos. <em>Note: please read <a href=\"%(url)s>read this</"
"a> first.</em>"
msgstr ""
-#: conf/forum_data_rules.py:31
+#: conf/forum_data_rules.py:33
msgid "Check to enable community wiki feature"
msgstr ""
-#: conf/forum_data_rules.py:40
+#: conf/forum_data_rules.py:42
msgid "Allow asking questions anonymously"
msgstr ""
-#: conf/forum_data_rules.py:42
+#: conf/forum_data_rules.py:44
msgid ""
"Users do not accrue reputation for anonymous questions and their identity is "
"not revealed until they change their mind"
msgstr ""
-#: conf/forum_data_rules.py:54
+#: conf/forum_data_rules.py:56
msgid "Allow posting before logging in"
msgstr ""
-#: conf/forum_data_rules.py:56
+#: conf/forum_data_rules.py:58
msgid ""
"Check if you want to allow users start posting questions or answers before "
"logging in. Enabling this may require adjustments in the user login system "
@@ -870,228 +949,242 @@ msgid ""
"login system supports this feature."
msgstr ""
-#: conf/forum_data_rules.py:71
+#: conf/forum_data_rules.py:73
#, fuzzy
msgid "Allow swapping answer with question"
msgstr "no es una respuesa a la pregunta"
-#: conf/forum_data_rules.py:73
+#: conf/forum_data_rules.py:75
msgid ""
"This setting will help import data from other forums such as zendesk, when "
"automatic data import fails to detect the original question correctly."
msgstr ""
-#: conf/forum_data_rules.py:85
+#: conf/forum_data_rules.py:87
msgid "Maximum length of tag (number of characters)"
msgstr "Tamaño máximo de una etiqueta (número de caracteres)"
-#: conf/forum_data_rules.py:93
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "Tamaño máximo de una etiqueta (número de caracteres)"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "Tamaño máximo de una etiqueta (número de caracteres)"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "Tamaño máximo de una etiqueta (número de caracteres)"
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "actualizar etiquetas"
-#: conf/forum_data_rules.py:96
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:108
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:124
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:138
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Etiquetas relacionadas"
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:153
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
"Cantidad máxima por defecto, de comentarios a mostrarse para cada entrada"
-#: conf/forum_data_rules.py:164
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr "Tamaño máximo de un comentario, debe ser menor a %(max_len)s"
-#: conf/forum_data_rules.py:174
+#: conf/forum_data_rules.py:207
#, fuzzy
msgid "Limit time to edit comments"
msgstr "%s comentarios dejados"
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:187
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:188
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:197
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:206
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr "Tamaño minimo para terminos de búsqueda Ajax "
-#: conf/forum_data_rules.py:207
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:216
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:231
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "Número máximo de etiquetas por cada pregunta"
-#: conf/forum_data_rules.py:243
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "Número máximo de preguntas a listar por defecto"
-#: conf/forum_data_rules.py:253
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "lista de preguntas sin contestar"
-#: conf/license.py:12
-#, fuzzy
-msgid "License settings"
-msgstr "Configuraciones básicas"
+#: conf/license.py:13
+msgid "Content LicensContent License"
+msgstr ""
-#: conf/license.py:19
+#: conf/license.py:21
msgid "Show license clause in the site footer"
msgstr ""
-#: conf/license.py:28
+#: conf/license.py:30
msgid "Short name for the license"
msgstr ""
-#: conf/license.py:37
+#: conf/license.py:39
msgid "Full name of the license"
msgstr ""
-#: conf/license.py:38
+#: conf/license.py:40
msgid "Creative Commons Attribution Share Alike 3.0"
msgstr ""
-#: conf/license.py:46
+#: conf/license.py:48
msgid "Add link to the license page"
msgstr ""
-#: conf/license.py:55
+#: conf/license.py:57
#, fuzzy
msgid "License homepage"
msgstr "volver a inicio"
-#: conf/license.py:57
+#: conf/license.py:59
msgid "URL of the official page with all the license legal clauses"
msgstr ""
-#: conf/license.py:67
+#: conf/license.py:69
msgid "Use license logo"
msgstr ""
-#: conf/license.py:76
+#: conf/license.py:78
msgid "License logo image"
msgstr ""
-#: conf/login_providers.py:12
+#: conf/login_providers.py:13
msgid "Login provider setings"
msgstr ""
-#: conf/login_providers.py:20
+#: conf/login_providers.py:22
msgid ""
"Show alternative login provider buttons on the password \"Sign Up\" page"
msgstr ""
-#: conf/login_providers.py:29
+#: conf/login_providers.py:31
msgid "Always display local login form and hide \"Askbot\" button."
msgstr ""
-#: conf/login_providers.py:38
+#: conf/login_providers.py:40
msgid "Activate to allow login with self-hosted wordpress site"
msgstr ""
-#: conf/login_providers.py:39
+#: conf/login_providers.py:41
msgid ""
"to activate this feature you must fill out the wordpress xml-rpc setting "
"bellow"
msgstr ""
-#: conf/login_providers.py:48
+#: conf/login_providers.py:50
msgid ""
"Fill it with the wordpress url to the xml-rpc, normally http://mysite.com/"
"xmlrpc.php"
msgstr ""
-#: conf/login_providers.py:49
+#: conf/login_providers.py:51
msgid ""
"To enable, go to Settings->Writing->Remote Publishing and check the box for "
"XML-RPC"
msgstr ""
-#: conf/login_providers.py:60
+#: conf/login_providers.py:62
msgid "Upload your icon"
msgstr ""
-#: conf/login_providers.py:90
+#: conf/login_providers.py:92
#, python-format
msgid "Activate %(provider)s login"
msgstr ""
-#: conf/login_providers.py:95
+#: conf/login_providers.py:97
#, python-format
msgid ""
"Note: to really enable %(provider)s login some additional parameters will "
"need to be set in the \"External keys\" section"
msgstr ""
-#: conf/markup.py:14
-msgid "Markup formatting"
+#: conf/markup.py:15
+msgid "Markup in posts"
msgstr ""
-#: conf/markup.py:39
+#: conf/markup.py:41
msgid "Enable code-friendly Markdown"
msgstr ""
-#: conf/markup.py:41
+#: conf/markup.py:43
msgid ""
"If checked, underscore characters will not trigger italic or bold formatting "
"- bold and italic text can still be marked up with asterisks. Note that "
@@ -1099,43 +1192,43 @@ msgid ""
"are heavily used in LaTeX input."
msgstr ""
-#: conf/markup.py:56
+#: conf/markup.py:58
msgid "Mathjax support (rendering of LaTeX)"
msgstr ""
-#: conf/markup.py:58
+#: conf/markup.py:60
#, python-format
msgid ""
"If you enable this feature, <a href=\"%(url)s\">mathjax</a> must be "
"installed on your server in its own directory."
msgstr ""
-#: conf/markup.py:72
+#: conf/markup.py:74
msgid "Base url of MathJax deployment"
msgstr ""
-#: conf/markup.py:74
+#: conf/markup.py:76
msgid ""
"Note - <strong>MathJax is not included with askbot</strong> - you should "
"deploy it yourself, preferably at a separate domain and enter url pointing "
"to the \"mathjax\" directory (for example: http://mysite.com/mathjax)"
msgstr ""
-#: conf/markup.py:89
+#: conf/markup.py:91
msgid "Enable autolinking with specific patterns"
msgstr ""
-#: conf/markup.py:91
+#: conf/markup.py:93
msgid ""
"If you enable this feature, the application will be able to detect patterns "
"and auto link to URLs"
msgstr ""
-#: conf/markup.py:104
+#: conf/markup.py:106
msgid "Regexes to detect the link patterns"
msgstr ""
-#: conf/markup.py:106
+#: conf/markup.py:108
msgid ""
"Enter valid regular expressions for the patters, one per line. For example "
"to detect a bug pattern like #bug123, use the following regex: #bug(\\d+). "
@@ -1144,11 +1237,11 @@ msgid ""
"expressions elsewhere."
msgstr ""
-#: conf/markup.py:125
+#: conf/markup.py:127
msgid "URLs for autolinking"
msgstr ""
-#: conf/markup.py:127
+#: conf/markup.py:129
msgid ""
"Here, please enter url templates for the patterns entered in the previous "
"setting, also one entry per line. <strong>Make sure that number of lines in "
@@ -1158,174 +1251,174 @@ msgid ""
"in the redhat bug tracker."
msgstr ""
-#: conf/minimum_reputation.py:11
-msgid "Minimum reputation required to perform actions"
-msgstr "Para realizar acciones es requerido una reputación mínima"
+#: conf/minimum_reputation.py:12
+msgid "Karma thresholds"
+msgstr ""
-#: conf/minimum_reputation.py:20
+#: conf/minimum_reputation.py:22
#, fuzzy
msgid "Upvote"
msgstr "voto positivo"
-#: conf/minimum_reputation.py:29
+#: conf/minimum_reputation.py:31
#, fuzzy
msgid "Downvote"
msgstr "voto negativo"
-#: conf/minimum_reputation.py:38
+#: conf/minimum_reputation.py:40
#, fuzzy
msgid "Answer own question immediately"
msgstr "Responde tu pregunta"
-#: conf/minimum_reputation.py:47
+#: conf/minimum_reputation.py:49
#, fuzzy
msgid "Accept own answer"
msgstr "editar cualquier respuesta"
-#: conf/minimum_reputation.py:56
+#: conf/minimum_reputation.py:58
#, fuzzy
msgid "Flag offensive"
msgstr "marcar como ofensivo"
-#: conf/minimum_reputation.py:65
+#: conf/minimum_reputation.py:67
#, fuzzy
msgid "Leave comments"
msgstr "comentar"
-#: conf/minimum_reputation.py:74
+#: conf/minimum_reputation.py:76
msgid "Delete comments posted by others"
msgstr "Borrar comentarios creados por otros usuarios"
-#: conf/minimum_reputation.py:83
+#: conf/minimum_reputation.py:85
#, fuzzy
msgid "Delete questions and answers posted by others"
msgstr ""
"eliminar cualquier pregunta y respuesta, y agregar otras tareas de moderación"
-#: conf/minimum_reputation.py:92
+#: conf/minimum_reputation.py:94
#, fuzzy
msgid "Upload files"
msgstr "archivos-subidos/"
-#: conf/minimum_reputation.py:101
+#: conf/minimum_reputation.py:103
#, fuzzy
msgid "Close own questions"
msgstr "Cerrar pregunta"
-#: conf/minimum_reputation.py:110
+#: conf/minimum_reputation.py:112
msgid "Retag questions posted by other people"
msgstr "Re-etiquetar las preguntas creadas por otros usuarios"
-#: conf/minimum_reputation.py:119
+#: conf/minimum_reputation.py:121
#, fuzzy
msgid "Reopen own questions"
msgstr "Re-abrir pregunta"
-#: conf/minimum_reputation.py:128
+#: conf/minimum_reputation.py:130
#, fuzzy
msgid "Edit community wiki posts"
msgstr "editar preguntas wiki"
-#: conf/minimum_reputation.py:137
+#: conf/minimum_reputation.py:139
msgid "Edit posts authored by other people"
msgstr ""
-#: conf/minimum_reputation.py:146
+#: conf/minimum_reputation.py:148
#, fuzzy
msgid "View offensive flags"
msgstr "marcar como ofensivo"
-#: conf/minimum_reputation.py:155
+#: conf/minimum_reputation.py:157
#, fuzzy
msgid "Close questions asked by others"
msgstr "ver preguntas etiquetadas"
-#: conf/minimum_reputation.py:164
+#: conf/minimum_reputation.py:166
msgid "Lock posts"
msgstr "Bloquear entradas"
-#: conf/minimum_reputation.py:173
+#: conf/minimum_reputation.py:175
msgid "Remove rel=nofollow from own homepage"
msgstr ""
-#: conf/minimum_reputation.py:175
+#: conf/minimum_reputation.py:177
msgid ""
"When a search engine crawler will see a rel=nofollow attribute on a link - "
"the link will not count towards the rank of the users personal site."
msgstr ""
-#: conf/reputation_changes.py:12
-msgid "Reputation loss and gain rules"
+#: conf/reputation_changes.py:13
+msgid "Karma loss and gain rules"
msgstr ""
-#: conf/reputation_changes.py:21
+#: conf/reputation_changes.py:23
msgid "Maximum daily reputation gain per user"
msgstr ""
-#: conf/reputation_changes.py:30
+#: conf/reputation_changes.py:32
msgid "Gain for receiving an upvote"
msgstr ""
-#: conf/reputation_changes.py:39
+#: conf/reputation_changes.py:41
msgid "Gain for the author of accepted answer"
msgstr ""
-#: conf/reputation_changes.py:48
+#: conf/reputation_changes.py:50
#, fuzzy
msgid "Gain for accepting best answer"
msgstr "la mejor respuesta fue marcada"
-#: conf/reputation_changes.py:57
+#: conf/reputation_changes.py:59
msgid "Gain for post owner on canceled downvote"
msgstr ""
-#: conf/reputation_changes.py:66
+#: conf/reputation_changes.py:68
msgid "Gain for voter on canceling downvote"
msgstr ""
-#: conf/reputation_changes.py:76
+#: conf/reputation_changes.py:78
msgid "Loss for voter for canceling of answer acceptance"
msgstr ""
-#: conf/reputation_changes.py:86
+#: conf/reputation_changes.py:88
msgid "Loss for author whose answer was \"un-accepted\""
msgstr ""
-#: conf/reputation_changes.py:96
+#: conf/reputation_changes.py:98
msgid "Loss for giving a downvote"
msgstr ""
-#: conf/reputation_changes.py:106
+#: conf/reputation_changes.py:108
msgid "Loss for owner of post that was flagged offensive"
msgstr ""
-#: conf/reputation_changes.py:116
+#: conf/reputation_changes.py:118
msgid "Loss for owner of post that was downvoted"
msgstr ""
-#: conf/reputation_changes.py:126
+#: conf/reputation_changes.py:128
msgid "Loss for owner of post that was flagged 3 times per same revision"
msgstr ""
-#: conf/reputation_changes.py:136
+#: conf/reputation_changes.py:138
msgid "Loss for owner of post that was flagged 5 times per same revision"
msgstr ""
-#: conf/reputation_changes.py:146
+#: conf/reputation_changes.py:148
msgid "Loss for post owner when upvote is canceled"
msgstr ""
-#: conf/sidebar_main.py:11
-msgid "Sidebar widget settings - main page"
+#: conf/sidebar_main.py:12
+msgid "Main page sidebar"
msgstr ""
-#: conf/sidebar_main.py:18 conf/sidebar_profile.py:18
-#: conf/sidebar_question.py:18
+#: conf/sidebar_main.py:20 conf/sidebar_profile.py:20
+#: conf/sidebar_question.py:19
msgid "Custom sidebar header"
msgstr ""
-#: conf/sidebar_main.py:21 conf/sidebar_profile.py:21
-#: conf/sidebar_question.py:21
+#: conf/sidebar_main.py:23 conf/sidebar_profile.py:23
+#: conf/sidebar_question.py:22
msgid ""
"Use this area to enter content at the TOP of the sidebarin HTML format. "
"When using this option (as well as the sidebar footer), please use the HTML "
@@ -1333,44 +1426,44 @@ msgid ""
"all browsers."
msgstr ""
-#: conf/sidebar_main.py:34
+#: conf/sidebar_main.py:36
msgid "Show avatar block in sidebar"
msgstr ""
-#: conf/sidebar_main.py:36
+#: conf/sidebar_main.py:38
msgid "Uncheck this if you want to hide the avatar block from the sidebar "
msgstr ""
-#: conf/sidebar_main.py:47
+#: conf/sidebar_main.py:49
msgid "Limit how many avatars will be displayed on the sidebar"
msgstr ""
-#: conf/sidebar_main.py:57
+#: conf/sidebar_main.py:59
msgid "Show tag selector in sidebar"
msgstr ""
-#: conf/sidebar_main.py:59
+#: conf/sidebar_main.py:61
msgid ""
"Uncheck this if you want to hide the options for choosing interesting and "
"ignored tags "
msgstr ""
-#: conf/sidebar_main.py:70
+#: conf/sidebar_main.py:72
msgid "Show tag list/cloud in sidebar"
msgstr ""
-#: conf/sidebar_main.py:72
+#: conf/sidebar_main.py:74
msgid ""
"Uncheck this if you want to hide the tag cloud or tag list from the sidebar "
msgstr ""
-#: conf/sidebar_main.py:83 conf/sidebar_profile.py:34
-#: conf/sidebar_question.py:74
+#: conf/sidebar_main.py:85 conf/sidebar_profile.py:36
+#: conf/sidebar_question.py:75
msgid "Custom sidebar footer"
msgstr ""
-#: conf/sidebar_main.py:86 conf/sidebar_profile.py:37
-#: conf/sidebar_question.py:77
+#: conf/sidebar_main.py:88 conf/sidebar_profile.py:39
+#: conf/sidebar_question.py:78
msgid ""
"Use this area to enter content at the BOTTOM of the sidebarin HTML format. "
"When using this option (as well as the sidebar header), please use the HTML "
@@ -1378,52 +1471,53 @@ msgid ""
"all browsers."
msgstr ""
-#: conf/sidebar_profile.py:11
-msgid "Sidebar widget settings - profile page"
-msgstr ""
+#: conf/sidebar_profile.py:12
+#, fuzzy
+msgid "User profile sidebar"
+msgstr "Pefil de usuario"
#: conf/sidebar_question.py:11
-msgid "Sidebar widget settings - question page"
-msgstr ""
+#, fuzzy
+msgid "Question page sidebar"
+msgstr "Etiquetas de la pregunta"
-#: conf/sidebar_question.py:34
+#: conf/sidebar_question.py:35
msgid "Show tag list in sidebar"
msgstr ""
-#: conf/sidebar_question.py:36
+#: conf/sidebar_question.py:37
msgid "Uncheck this if you want to hide the tag list from the sidebar "
msgstr ""
-#: conf/sidebar_question.py:47
+#: conf/sidebar_question.py:48
msgid "Show meta information in sidebar"
msgstr ""
-#: conf/sidebar_question.py:49
+#: conf/sidebar_question.py:50
msgid ""
"Uncheck this if you want to hide the meta information about the question "
"(post date, views, last updated). "
msgstr ""
-#: conf/sidebar_question.py:61
+#: conf/sidebar_question.py:62
#, fuzzy
msgid "Show related questions in sidebar"
msgstr "Preguntas relacionadas"
-#: conf/sidebar_question.py:63
+#: conf/sidebar_question.py:64
#, fuzzy
msgid "Uncheck this if you want to hide the list of related questions. "
msgstr "últimas preguntas actualizadas"
-#: conf/site_modes.py:63
-#, fuzzy
-msgid "Site modes"
-msgstr "título"
+#: conf/site_modes.py:64
+msgid "Bootstrap mode"
+msgstr ""
-#: conf/site_modes.py:72
+#: conf/site_modes.py:74
msgid "Activate a \"Bootstrap\" mode"
msgstr ""
-#: conf/site_modes.py:74
+#: conf/site_modes.py:76
msgid ""
"Bootstrap mode lowers reputation and certain badge thresholds, to values, "
"more suitable for the smaller communities, <strong>WARNING:</strong> your "
@@ -1431,53 +1525,53 @@ msgid ""
"changed after you modify this setting."
msgstr ""
-#: conf/site_settings.py:11
-msgid "Q&A forum website parameters and urls"
+#: conf/site_settings.py:12
+msgid "URLS, keywords & greetings"
msgstr ""
-#: conf/site_settings.py:19
+#: conf/site_settings.py:21
#, fuzzy
msgid "Site title for the Q&A forum"
msgstr "Agradecer desde foro de P&R"
-#: conf/site_settings.py:28
+#: conf/site_settings.py:30
msgid "Comma separated list of Q&A site keywords"
msgstr ""
-#: conf/site_settings.py:37
+#: conf/site_settings.py:39
msgid "Copyright message to show in the footer"
msgstr ""
-#: conf/site_settings.py:47
+#: conf/site_settings.py:49
msgid "Site description for the search engines"
msgstr ""
-#: conf/site_settings.py:56
+#: conf/site_settings.py:58
msgid "Short name for your Q&A forum"
msgstr "Nombre corto para tu foro"
-#: conf/site_settings.py:66
+#: conf/site_settings.py:68
msgid "Base URL for your Q&A forum, must start with http or https"
msgstr ""
-#: conf/site_settings.py:77
+#: conf/site_settings.py:79
msgid "Check to enable greeting for anonymous user"
msgstr ""
-#: conf/site_settings.py:88
+#: conf/site_settings.py:90
msgid "Text shown in the greeting message shown to the anonymous user"
msgstr ""
-#: conf/site_settings.py:92
+#: conf/site_settings.py:94
msgid "Use HTML to format the message "
msgstr ""
-#: conf/site_settings.py:101
+#: conf/site_settings.py:103
#, fuzzy
msgid "Feedback site URL"
msgstr "Sugerencias"
-#: conf/site_settings.py:103
+#: conf/site_settings.py:105
msgid "If left empty, a simple internal feedback form will be used instead"
msgstr ""
@@ -1590,33 +1684,33 @@ msgstr ""
msgid "Foreground color for accepted answer"
msgstr ""
-#: conf/skin_general_settings.py:14
-msgid "Skin and User Interface settings"
+#: conf/skin_general_settings.py:15
+msgid "Logos and HTML <head> parts"
msgstr ""
-#: conf/skin_general_settings.py:21
+#: conf/skin_general_settings.py:23
msgid "Q&A site logo"
msgstr ""
-#: conf/skin_general_settings.py:23
+#: conf/skin_general_settings.py:25
msgid "To change the logo, select new file, then submit this whole form."
msgstr ""
-#: conf/skin_general_settings.py:37
+#: conf/skin_general_settings.py:39
msgid "Show logo"
msgstr ""
-#: conf/skin_general_settings.py:39
+#: conf/skin_general_settings.py:41
msgid ""
"Check if you want to show logo in the forum header or uncheck in the case "
"you do not want the logo to appear in the default location"
msgstr ""
-#: conf/skin_general_settings.py:51
+#: conf/skin_general_settings.py:53
msgid "Site favicon"
msgstr ""
-#: conf/skin_general_settings.py:53
+#: conf/skin_general_settings.py:55
#, python-format
msgid ""
"A small 16x16 or 32x32 pixel icon image used to distinguish your site in the "
@@ -1624,41 +1718,41 @@ msgid ""
"href=\"%(favicon_info_url)s\">this page</a>."
msgstr ""
-#: conf/skin_general_settings.py:71
+#: conf/skin_general_settings.py:73
msgid "Password login button"
msgstr ""
-#: conf/skin_general_settings.py:73
+#: conf/skin_general_settings.py:75
msgid ""
"An 88x38 pixel image that is used on the login screen for the password login "
"button."
msgstr ""
-#: conf/skin_general_settings.py:88
+#: conf/skin_general_settings.py:90
msgid "Show all UI functions to all users"
msgstr ""
-#: conf/skin_general_settings.py:90
+#: conf/skin_general_settings.py:92
msgid ""
"If checked, all forum functions will be shown to users, regardless of their "
"reputation. However to use those functions, moderation rules, reputation and "
"other limits will still apply."
msgstr ""
-#: conf/skin_general_settings.py:105
+#: conf/skin_general_settings.py:107
#, fuzzy
msgid "Select skin"
msgstr "seleccionar revisión"
-#: conf/skin_general_settings.py:116
+#: conf/skin_general_settings.py:118
msgid "Customize HTML <HEAD>"
msgstr ""
-#: conf/skin_general_settings.py:125
+#: conf/skin_general_settings.py:127
msgid "Custom portion of the HTML <HEAD>"
msgstr ""
-#: conf/skin_general_settings.py:127
+#: conf/skin_general_settings.py:129
msgid ""
"<strong>To use this option</strong>, check \"Customize HTML &lt;HEAD&gt;\" "
"above. Contents of this box will be inserted into the &lt;HEAD&gt; portion "
@@ -1670,11 +1764,11 @@ msgid ""
"please test the site with the W3C HTML validator service."
msgstr ""
-#: conf/skin_general_settings.py:149
+#: conf/skin_general_settings.py:151
msgid "Custom header additions"
msgstr ""
-#: conf/skin_general_settings.py:151
+#: conf/skin_general_settings.py:153
msgid ""
"Header is the bar at the top of the content that contains user info and site "
"links, and is common to all pages. Use this area to enter contents of the "
@@ -1683,21 +1777,21 @@ msgid ""
"sure that your input is valid and works well in all browsers."
msgstr ""
-#: conf/skin_general_settings.py:166
+#: conf/skin_general_settings.py:168
msgid "Site footer mode"
msgstr ""
-#: conf/skin_general_settings.py:168
+#: conf/skin_general_settings.py:170
msgid ""
"Footer is the bottom portion of the content, which is common to all pages. "
"You can disable, customize, or use the default footer."
msgstr ""
-#: conf/skin_general_settings.py:185
+#: conf/skin_general_settings.py:187
msgid "Custom footer (HTML format)"
msgstr ""
-#: conf/skin_general_settings.py:187
+#: conf/skin_general_settings.py:189
msgid ""
"<strong>To enable this function</strong>, please select option 'customize' "
"in the \"Site footer mode\" above. Use this area to enter contents of the "
@@ -1706,21 +1800,21 @@ msgid ""
"that your input is valid and works well in all browsers."
msgstr ""
-#: conf/skin_general_settings.py:202
+#: conf/skin_general_settings.py:204
msgid "Apply custom style sheet (CSS)"
msgstr ""
-#: conf/skin_general_settings.py:204
+#: conf/skin_general_settings.py:206
msgid ""
"Check if you want to change appearance of your form by adding custom style "
"sheet rules (please see the next item)"
msgstr ""
-#: conf/skin_general_settings.py:216
+#: conf/skin_general_settings.py:218
msgid "Custom style sheet (CSS)"
msgstr ""
-#: conf/skin_general_settings.py:218
+#: conf/skin_general_settings.py:220
msgid ""
"<strong>To use this function</strong>, check \"Apply custom style sheet\" "
"option above. The CSS rules added in this window will be applied after the "
@@ -1729,19 +1823,19 @@ msgid ""
"depends (default is empty string) on the url configuration in your urls.py."
msgstr ""
-#: conf/skin_general_settings.py:234
+#: conf/skin_general_settings.py:236
msgid "Add custom javascript"
msgstr ""
-#: conf/skin_general_settings.py:237
+#: conf/skin_general_settings.py:239
msgid "Check to enable javascript that you can enter in the next field"
msgstr ""
-#: conf/skin_general_settings.py:247
+#: conf/skin_general_settings.py:249
msgid "Custom javascript"
msgstr ""
-#: conf/skin_general_settings.py:249
+#: conf/skin_general_settings.py:251
msgid ""
"Type or paste plain javascript that you would like to run on your site. Link "
"to the script will be inserted at the bottom of the HTML output and will be "
@@ -1752,134 +1846,194 @@ msgid ""
"above)."
msgstr ""
-#: conf/skin_general_settings.py:267
+#: conf/skin_general_settings.py:269
msgid "Skin media revision number"
msgstr ""
-#: conf/skin_general_settings.py:269
+#: conf/skin_general_settings.py:271
msgid "Will be set automatically but you can modify it if necessary."
msgstr ""
-#: conf/skin_general_settings.py:280
+#: conf/skin_general_settings.py:282
msgid "Hash to update the media revision number automatically."
msgstr ""
-#: conf/skin_general_settings.py:284
+#: conf/skin_general_settings.py:286
msgid "Will be set automatically, it is not necesary to modify manually."
msgstr ""
-#: conf/social_sharing.py:10
+#: conf/social_sharing.py:11
msgid "Sharing content on social networks"
msgstr ""
-#: conf/social_sharing.py:18
+#: conf/social_sharing.py:20
#, fuzzy
msgid "Check to enable sharing of questions on Twitter"
msgstr "Reabrir esta pregunta"
-#: conf/social_sharing.py:27
+#: conf/social_sharing.py:29
#, fuzzy
msgid "Check to enable sharing of questions on Facebook"
msgstr "última información de la pregunta"
-#: conf/social_sharing.py:36
+#: conf/social_sharing.py:38
msgid "Check to enable sharing of questions on LinkedIn"
msgstr ""
-#: conf/social_sharing.py:45
+#: conf/social_sharing.py:47
msgid "Check to enable sharing of questions on Identi.ca"
msgstr ""
-#: conf/social_sharing.py:54
+#: conf/social_sharing.py:56
msgid "Check to enable sharing of questions on Google+"
msgstr ""
-#: conf/spam_and_moderation.py:9
-msgid "Spam control and content moderation"
+#: conf/spam_and_moderation.py:10
+msgid "Akismet spam protection"
msgstr ""
-#: conf/spam_and_moderation.py:16
+#: conf/spam_and_moderation.py:18
msgid "Enable Akismet spam detection(keys below are required)"
msgstr ""
-#: conf/spam_and_moderation.py:19
+#: conf/spam_and_moderation.py:21
#, python-format
msgid "To get an Akismet key please visit <a href=\"%(url)s\">Akismet site</a>"
msgstr ""
-#: conf/spam_and_moderation.py:29
+#: conf/spam_and_moderation.py:31
msgid "Akismet key for spam detection"
msgstr ""
-#: conf/user_settings.py:11
+#: conf/super_groups.py:5
+msgid "Reputation, Badges, Votes & Flags"
+msgstr ""
+
+#: conf/super_groups.py:6
+msgid "Static Content, URLS & UI"
+msgstr ""
+
+#: conf/super_groups.py:7
+msgid "Data rules & Formatting"
+msgstr ""
+
+#: conf/super_groups.py:8
+#, fuzzy
+msgid "External Services"
+msgstr "Otros Servicios"
+
+#: conf/super_groups.py:9
+msgid "Login, Users & Communication"
+msgstr ""
+
+#: conf/user_settings.py:12
#, fuzzy
msgid "User settings"
msgstr "Configuraciones básicas"
-#: conf/user_settings.py:19
+#: conf/user_settings.py:21
msgid "Allow editing user screen name"
msgstr ""
-#: conf/user_settings.py:28
+#: conf/user_settings.py:30
#, fuzzy
msgid "Allow account recovery by email"
msgstr "tu dirección de email"
-#: conf/user_settings.py:37
+#: conf/user_settings.py:39
msgid "Allow adding and removing login methods"
msgstr ""
-#: conf/user_settings.py:47
+#: conf/user_settings.py:49
msgid "Minimum allowed length for screen name"
msgstr ""
-#: conf/user_settings.py:57
+#: conf/user_settings.py:59
msgid "Default Gravatar icon type"
msgstr ""
-#: conf/user_settings.py:59
+#: conf/user_settings.py:61
msgid ""
"This option allows you to set the default avatar type for email addresses "
"without associated gravatar images. For more information, please visit <a "
"href=\"http://en.gravatar.com/site/implement/images/\">this page</a>."
msgstr ""
-#: conf/user_settings.py:69
+#: conf/user_settings.py:71
msgid "Name for the Anonymous user"
msgstr ""
-#: conf/vote_rules.py:13
-msgid "Limits applicable to votes and moderation flags"
+#: conf/vote_rules.py:14
+msgid "Vote and flag limits"
msgstr ""
-#: conf/vote_rules.py:22
+#: conf/vote_rules.py:24
msgid "Number of votes a user can cast per day"
msgstr ""
-#: conf/vote_rules.py:31
+#: conf/vote_rules.py:33
msgid "Maximum number of flags per user per day"
msgstr ""
-#: conf/vote_rules.py:40
+#: conf/vote_rules.py:42
msgid "Threshold for warning about remaining daily votes"
msgstr ""
-#: conf/vote_rules.py:49
+#: conf/vote_rules.py:51
msgid "Number of days to allow canceling votes"
msgstr ""
-#: conf/vote_rules.py:58
+#: conf/vote_rules.py:60
msgid "Number of days required before answering own question"
msgstr ""
-#: conf/vote_rules.py:67
+#: conf/vote_rules.py:69
msgid "Number of flags required to automatically hide posts"
msgstr ""
-#: conf/vote_rules.py:76
+#: conf/vote_rules.py:78
msgid "Number of flags required to automatically delete posts"
msgstr ""
+#: conf/vote_rules.py:87
+msgid ""
+"Minimum days to accept an answer, if it has not been accepted by the "
+"question poster"
+msgstr ""
+
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Número máximo de preguntas a listar por defecto"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Cerrar la pregunta"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "mantener ocultas las etiquetas ignoradas"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "preguntas favoritas del usuario"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "pregunta duplicada"
@@ -1923,7 +2077,7 @@ msgstr ""
msgid "newest"
msgstr "nuevas"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "viejos"
@@ -1959,6 +2113,7 @@ msgid "relevance"
msgstr ""
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -1991,194 +2146,199 @@ msgstr "Preguntas que he respondido"
msgid "Question has no accepted answers"
msgstr "Preguntas que he respondido"
-#: const/__init__.py:121
+#: const/__init__.py:122
#, fuzzy
msgid "asked a question"
msgstr "preguntar"
-#: const/__init__.py:122
+#: const/__init__.py:123
#, fuzzy
msgid "answered a question"
msgstr "preguntas sin contestar"
-#: const/__init__.py:123
+#: const/__init__.py:124
msgid "commented question"
msgstr "comentar pregunta"
-#: const/__init__.py:124
+#: const/__init__.py:125
msgid "commented answer"
msgstr "comentar respuesta"
-#: const/__init__.py:125
+#: const/__init__.py:126
msgid "edited question"
msgstr "editar pregunta"
-#: const/__init__.py:126
+#: const/__init__.py:127
msgid "edited answer"
msgstr "editar respuesta"
-#: const/__init__.py:127
+#: const/__init__.py:128
msgid "received award"
msgstr "recibió un trofeo"
-#: const/__init__.py:128
+#: const/__init__.py:129
msgid "marked best answer"
msgstr "la mejor respuesta fue marcada"
-#: const/__init__.py:129
+#: const/__init__.py:130
msgid "upvoted"
msgstr "voto positivo"
-#: const/__init__.py:130
+#: const/__init__.py:131
msgid "downvoted"
msgstr "voto negativo"
-#: const/__init__.py:131
+#: const/__init__.py:132
msgid "canceled vote"
msgstr "voto cancelado"
-#: const/__init__.py:132
+#: const/__init__.py:133
msgid "deleted question"
msgstr "eliminar pregunta"
-#: const/__init__.py:133
+#: const/__init__.py:134
msgid "deleted answer"
msgstr "eliminar respuesta"
-#: const/__init__.py:134
+#: const/__init__.py:135
msgid "marked offensive"
msgstr "marcar como ofensivo"
-#: const/__init__.py:135
+#: const/__init__.py:136
msgid "updated tags"
msgstr "actualizar etiquetas"
-#: const/__init__.py:136
+#: const/__init__.py:137
msgid "selected favorite"
msgstr "seleccionar favorito"
-#: const/__init__.py:137
+#: const/__init__.py:138
msgid "completed user profile"
msgstr "completar perfil de usuario"
-#: const/__init__.py:138
+#: const/__init__.py:139
msgid "email update sent to user"
msgstr "enviar actualizaciones al usuario"
-#: const/__init__.py:141
+#: const/__init__.py:142
#, fuzzy
msgid "reminder about unanswered questions sent"
msgstr "preguntas sin contestar"
-#: const/__init__.py:143
+#: const/__init__.py:146
+#, fuzzy
+msgid "reminder about accepting the best answer sent"
+msgstr "la mejor respuesta fue marcada"
+
+#: const/__init__.py:148
msgid "mentioned in the post"
msgstr ""
-#: const/__init__.py:194
+#: const/__init__.py:199
msgid "question_answered"
msgstr "pregunta_respondida"
-#: const/__init__.py:195
+#: const/__init__.py:200
msgid "question_commented"
msgstr "pregunta_comentada"
-#: const/__init__.py:196
+#: const/__init__.py:201
msgid "answer_commented"
msgstr "respuesta_comentada"
-#: const/__init__.py:197
+#: const/__init__.py:202
msgid "answer_accepted"
msgstr "respuesta_aceptada"
-#: const/__init__.py:201
+#: const/__init__.py:206
msgid "[closed]"
msgstr "[cerrado]"
-#: const/__init__.py:202
+#: const/__init__.py:207
msgid "[deleted]"
msgstr "[eliminado]"
-#: const/__init__.py:203 views/readers.py:613
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "versión inicial"
-#: const/__init__.py:204
+#: const/__init__.py:209
msgid "retagged"
msgstr "re-etiquetado"
-#: const/__init__.py:212
+#: const/__init__.py:217
msgid "off"
msgstr ""
-#: const/__init__.py:213
+#: const/__init__.py:218
#, fuzzy
msgid "exclude ignored"
msgstr "excluir etiquetas ignoradas"
-#: const/__init__.py:214
+#: const/__init__.py:219
#, fuzzy
msgid "only selected"
msgstr "Selección individual"
-#: const/__init__.py:218
+#: const/__init__.py:223
msgid "instantly"
msgstr ""
-#: const/__init__.py:219
+#: const/__init__.py:224
msgid "daily"
msgstr "diario"
-#: const/__init__.py:220
+#: const/__init__.py:225
msgid "weekly"
msgstr "semanal"
-#: const/__init__.py:221
+#: const/__init__.py:226
msgid "no email"
msgstr "no enviar emails"
-#: const/__init__.py:228
+#: const/__init__.py:233
msgid "identicon"
msgstr ""
-#: const/__init__.py:229
+#: const/__init__.py:234
#, fuzzy
msgid "mystery-man"
msgstr "ayer"
-#: const/__init__.py:230
+#: const/__init__.py:235
msgid "monsterid"
msgstr ""
-#: const/__init__.py:231
+#: const/__init__.py:236
#, fuzzy
msgid "wavatar"
msgstr "que es gravatar"
-#: const/__init__.py:232
+#: const/__init__.py:237
msgid "retro"
msgstr ""
-#: const/__init__.py:279
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "oro"
-#: const/__init__.py:280
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "plata"
-#: const/__init__.py:281
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronce"
-#: const/__init__.py:293
+#: const/__init__.py:298
msgid "None"
msgstr ""
-#: const/__init__.py:294
+#: const/__init__.py:299
msgid "Gravatar"
msgstr ""
-#: const/__init__.py:295
+#: const/__init__.py:300
msgid "Uploaded Avatar"
msgstr ""
@@ -2324,7 +2484,7 @@ msgid "Incorrect username."
msgstr "seleccione un nombre de usuario"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:203
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "ingresar/"
@@ -2366,6 +2526,7 @@ msgid "%(site)s user name and password"
msgstr "Ingrese su nombre de usuario y contraseña."
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2460,76 +2621,76 @@ msgstr ""
msgid "OpenID %(openid_url)s is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:270 deps/django_authopenid/views.py:415
-#: deps/django_authopenid/views.py:443
+#: deps/django_authopenid/views.py:270 deps/django_authopenid/views.py:421
+#: deps/django_authopenid/views.py:449
#, python-format
msgid ""
"Unfortunately, there was some problem when connecting to %(provider)s, "
"please try again or use another provider"
msgstr ""
-#: deps/django_authopenid/views.py:365
+#: deps/django_authopenid/views.py:371
#, fuzzy
msgid "Your new password saved"
msgstr "Tu contraseña ha sido cambiada."
-#: deps/django_authopenid/views.py:469
+#: deps/django_authopenid/views.py:475
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:573
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:575
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr "Se envio el correo para recuperación de cuenta"
-#: deps/django_authopenid/views.py:578
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:580
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:582
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:657
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
"lo sentimos, las contraseñas que haz ingresado no coinciden, intenta de nuevo"
-#: deps/django_authopenid/views.py:754
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1065 deps/django_authopenid/views.py:1071
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, fuzzy, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
-"subscrición guardada, necesitamos una validación de %(email)s , mira %"
-"(details_url)s"
+"subscrición guardada, necesitamos una validación de %(email)s , mira "
+"%(details_url)s"
-#: deps/django_authopenid/views.py:1092
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "Obtener una nueva contraseña"
-#: deps/django_authopenid/views.py:1162
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2538,25 +2699,29 @@ msgstr ""
msgid "Site"
msgstr "título"
-#: deps/livesettings/values.py:106
+#: deps/livesettings/values.py:68
+msgid "Main"
+msgstr ""
+
+#: deps/livesettings/values.py:127
#, fuzzy
msgid "Base Settings"
msgstr "Configuraciones básicas"
-#: deps/livesettings/values.py:213
+#: deps/livesettings/values.py:234
msgid "Default value: \"\""
msgstr ""
-#: deps/livesettings/values.py:220
+#: deps/livesettings/values.py:241
msgid "Default value: "
msgstr ""
-#: deps/livesettings/values.py:223
+#: deps/livesettings/values.py:244
#, python-format
msgid "Default value: %s"
msgstr ""
-#: deps/livesettings/values.py:601
+#: deps/livesettings/values.py:622
#, python-format
msgid "Allowed image file types are %(types)s"
msgstr ""
@@ -2574,6 +2739,7 @@ msgstr "Localización"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
msgid "Change password"
msgstr "Cambiar Contraseña"
@@ -2610,14 +2776,10 @@ msgstr ""
msgid "You don't have permission to edit values."
msgstr ""
-#: deps/livesettings/templates/livesettings/group_settings.html:68
-#, fuzzy
-msgid "Setting groups"
-msgstr "Etiquetas de interes"
-
#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
msgid "Edit Site Settings"
-msgstr ""
+msgstr "Editar pregunta"
#: deps/livesettings/templates/livesettings/site_settings.html:43
msgid "Livesettings are disabled for this site."
@@ -2628,9 +2790,9 @@ msgid "All configuration options must be edited in the site settings.py file"
msgstr ""
#: deps/livesettings/templates/livesettings/site_settings.html:66
-#, python-format
+#, fuzzy, python-format
msgid "Group settings: %(name)s"
-msgstr ""
+msgstr "Editar pregunta"
#: deps/livesettings/templates/livesettings/site_settings.html:93
msgid "Uncollapse all"
@@ -2663,15 +2825,15 @@ msgstr ""
#: management/commands/post_emailed_questions.py:55
#, python-format
msgid ""
-"<p>Sorry, there was an error posting your question please contact the %(site)"
-"s administrator</p>"
+"<p>Sorry, there was an error posting your question please contact the "
+"%(site)s administrator</p>"
msgstr ""
#: management/commands/post_emailed_questions.py:61
#, python-format
msgid ""
-"<p>Sorry, in order to post questions on %(site)s by email, please <a href=\"%"
-"(url)s\">register first</a></p>"
+"<p>Sorry, in order to post questions on %(site)s by email, please <a href="
+"\"%(url)s\">register first</a></p>"
msgstr ""
#: management/commands/post_emailed_questions.py:69
@@ -2680,6 +2842,21 @@ msgid ""
"of your user account</p>"
msgstr ""
+#: management/commands/send_accept_answer_reminders.py:57
+#, python-format
+msgid "Accept the best answer for %(question_count)d of your questions"
+msgstr ""
+
+#: management/commands/send_accept_answer_reminders.py:62
+#, fuzzy
+msgid "Please accept the best answer for this question:"
+msgstr "Se el primero en contestar esta pregunta"
+
+#: management/commands/send_accept_answer_reminders.py:64
+#, fuzzy
+msgid "Please accept the best answer for these questions:"
+msgstr "ver las últimas preguntas"
+
#: management/commands/send_email_alerts.py:411
#, python-format
msgid "%(question_count)d updated question about %(topics)s"
@@ -2743,68 +2920,79 @@ msgstr ""
#: management/commands/send_email_alerts.py:490
#, fuzzy, python-format
msgid ""
-"go to %(email_settings_link)s to change frequency of email updates or %"
-"(admin_email)s administrator"
+"go to %(email_settings_link)s to change frequency of email updates or "
+"%(admin_email)s administrator"
msgstr ""
"ir a %(link)s para cambiar la frecuencia de notificaciones por email o "
"contacte al administrador"
-#: management/commands/send_unanswered_question_reminders.py:80
+#: management/commands/send_unanswered_question_reminders.py:56
#, python-format
msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:316
+#: middleware/forum_mode.py:53
+#, fuzzy, python-format
+msgid "Please log in to use %s"
+msgstr "por favor, haz que tu pregunta sea relevante"
+
+#: models/__init__.py:317
msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"blocked"
msgstr ""
-#: models/__init__.py:320
+#: models/__init__.py:321
msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"suspended"
msgstr ""
-#: models/__init__.py:333
+#: models/__init__.py:334
#, fuzzy, python-format
msgid ""
">%(points)s points required to accept or unaccept your own answer to your "
"own question"
msgstr "Primer respuesta aceptada a un pregunta tuya"
-#: models/__init__.py:347
+#: models/__init__.py:356
+#, python-format
+msgid ""
+"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
+msgstr ""
+
+#: models/__init__.py:364
#, python-format
msgid ""
-"Sorry, only original author of the question - %(username)s - can accept or "
-"unaccept the best answer"
+"Sorry, only moderators or original author of the question - %(username)s - "
+"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:375
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "no se puede votar por sus propias publicaciones"
-#: models/__init__.py:378
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:383
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:393
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ">%(points)s puntos requeridos para votar positivamente "
-#: models/__init__.py:399
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s puntos requeridos para votar negativamente"
-#: models/__init__.py:414
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr ""
@@ -2812,7 +3000,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:415
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr ""
@@ -2820,13 +3008,13 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:417
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr ""
-#: models/__init__.py:436 models/__init__.py:503 models/__init__.py:918
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
#, fuzzy
msgid "blocked users cannot post"
msgstr ""
@@ -2834,7 +3022,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:437 models/__init__.py:921
+#: models/__init__.py:454 models/__init__.py:989
#, fuzzy
msgid "suspended users cannot post"
msgstr ""
@@ -2842,7 +3030,7 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:464
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2853,56 +3041,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:476
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:489
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:493
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:521
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:538
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:553
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:557
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:562
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:569
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:632
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2912,61 +3100,61 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:647
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:651
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:655
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:675
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:679
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:683
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:692
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:716
+#: models/__init__.py:733
#, python-format
msgid ""
-"Sorry, only administrators, moderators or post owners with reputation > %"
-"(min_rep)s can reopen questions."
+"Sorry, only administrators, moderators or post owners with reputation > "
+"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:722
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:742
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:747
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr ""
@@ -2974,7 +3162,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:749
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr ""
@@ -2982,203 +3170,221 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:751
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:770
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:785
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:792
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:796
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:800
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:819
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:823
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:827
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:850
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "no puede revocar un voto viejo"
-#: models/__init__.py:1325 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1327
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1329
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1331
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1333
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1334
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1336
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1502
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1598 views/users.py:365
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr ""
"Sinceramente,<br />\n"
" Administrador del Foro"
-#: models/__init__.py:1600 views/users.py:367
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1602 views/users.py:369
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "Enviar enlace"
-#: models/__init__.py:1604 views/users.py:371
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1606 views/users.py:373
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "Usuario registrado"
-#: models/__init__.py:1608
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1610
+#: models/__init__.py:1680
#, fuzzy
msgid "Approved User"
msgstr "proveedores/"
-#: models/__init__.py:1719
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1729
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1736
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "descripción de la medalla de plata"
msgstr[1] "descripción de la medalla de plata"
-#: models/__init__.py:1743
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "descripción de la medalla de bronce"
msgstr[1] "descripción de la medalla de bronce"
-#: models/__init__.py:1754
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1758
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2165 models/__init__.py:2171 models/__init__.py:2176
-#: models/__init__.py:2181
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2186 models/__init__.py:2191
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Etiquetas de la pregunta"
-#: models/__init__.py:2372
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2551 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
-#: models/answer.py:105
-msgid ""
-"Sorry, the answer you are looking for is no longer available, because the "
-"parent question has been removed"
-msgstr ""
-
-#: models/answer.py:112
-#, fuzzy
-msgid "Sorry, this answer has been removed and is no longer accessible"
-msgstr "esta pregunta ha sido seleccionada como la favorita"
-
#: models/badges.py:129
#, fuzzy, python-format
msgid "Deleted own post with %(votes)s or more upvotes"
@@ -3345,8 +3551,8 @@ msgid ""
"Answered a question more than %(days)s days later with at least %(votes)s "
"votes"
msgstr ""
-"Respondio una pregunta más de `%(dif_days)s` días con al menos `%(up_votes)"
-"s` votos"
+"Respondio una pregunta más de `%(dif_days)s` días con al menos `"
+"%(up_votes)s` votos"
#: models/badges.py:525
msgid "Necromancer"
@@ -3463,54 +3669,65 @@ msgstr ""
msgid "Very active in one tag"
msgstr ""
-#: models/meta.py:112
+#: models/content.py:549
+#, fuzzy
+msgid "Sorry, this question has been deleted and is no longer accessible"
+msgstr "esta pregunta ha sido seleccionada como la favorita"
+
+#: models/content.py:565
+msgid ""
+"Sorry, the answer you are looking for is no longer available, because the "
+"parent question has been removed"
+msgstr ""
+
+#: models/content.py:572
+#, fuzzy
+msgid "Sorry, this answer has been removed and is no longer accessible"
+msgstr "esta pregunta ha sido seleccionada como la favorita"
+
+#: models/meta.py:116
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent question has been removed"
msgstr ""
-#: models/meta.py:119
+#: models/meta.py:123
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent answer has been removed"
msgstr ""
-#: models/question.py:72
+#: models/question.py:63
#, python-format
msgid "\" and \"%s\""
msgstr ""
-#: models/question.py:75
+#: models/question.py:66
#, fuzzy
msgid "\" and more"
msgstr "Para saber más"
-#: models/question.py:452
-#, fuzzy
-msgid "Sorry, this question has been deleted and is no longer accessible"
-msgstr "esta pregunta ha sido seleccionada como la favorita"
-
-#: models/question.py:908
+#: models/question.py:806
#, fuzzy, python-format
msgid "%(author)s modified the question"
msgstr "%(author)s modificaron la pregunta"
-#: models/question.py:912
+#: models/question.py:810
#, fuzzy, python-format
msgid "%(people)s posted %(new_answer_count)s new answers"
msgstr "%(people)s publicaron %(new_answer_count)s nuevas respuestas"
-#: models/question.py:917
+#: models/question.py:815
#, fuzzy, python-format
msgid "%(people)s commented the question"
msgstr "%(people)s comentaron la pregunta"
-#: models/question.py:922
+#: models/question.py:820
#, fuzzy, python-format
msgid "%(people)s commented answers"
msgstr "%(people)s comentaron respuestas"
-#: models/question.py:924
+#: models/question.py:822
#, python-format
msgid "%(people)s commented an answer"
msgstr "%(people)s comentaron una respuesta"
@@ -3523,8 +3740,8 @@ msgstr ""
#: models/repute.py:153
#, python-format
msgid ""
-"%(points)s points were added for %(username)s's contribution to question %"
-"(question_title)s"
+"%(points)s points were added for %(username)s's contribution to question "
+"%(question_title)s"
msgstr ""
#: models/repute.py:158
@@ -3578,1769 +3795,3001 @@ msgstr "Semanal"
msgid "No email"
msgstr "No enviar email"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Ingrese su nombre de usuario y contraseña."
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "selecciona una de las siguientes opciones"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "ingresar/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Change email"
+msgstr "Cambiar email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+#, fuzzy
+msgid "Save your email address"
+msgstr "tu dirección de email"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, fuzzy, python-format
+msgid "change %(email)s info"
+msgstr "Cambiar email"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, fuzzy, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr "avatar, ver información %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+#, fuzzy
+msgid "Your new Email"
+msgstr "Tu cuenta de email"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+#, fuzzy
+msgid "Your Email"
+msgstr "no enviar emails"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "Guardar edición"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "Cómo validar una email"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
msgstr ""
-#: templatetags/extra_tags.py:43
+#: skins/common/templates/authopenid/changeemail.html:52
+#, fuzzy
+msgid "Email not changed"
+msgstr "notificaciones por email cancelada"
+
+#: skins/common/templates/authopenid/changeemail.html:55
#, python-format
-msgid "%(username)s gravatar image"
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/changeemail.html:59
+#, fuzzy
+msgid "Email changed"
+msgstr "notificaciones por email cancelada"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "este campo es requerido"
+#: skins/common/templates/authopenid/changeemail.html:73
+#, fuzzy
+msgid "email key not sent"
+msgstr "enviar actualizaciones al usuario"
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "seleccione un nombre de usuario"
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "nombre de usuario es requerido"
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "Registrar"
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "lo sentimos, el nombre que haz elegido ya esta usado, selecciona otro"
+#: skins/common/templates/authopenid/complete.html:27
+#, fuzzy, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "avatar, ver información %(gravatar_faq_url)s"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/complete.html:30
+#, fuzzy, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
msgstr ""
-"lo sentimos, el nombre que haz elegido no está permitido, seleciona otro"
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "los sentimos, no hay usuarios con este nombre"
+#: skins/common/templates/authopenid/complete.html:34
+#, fuzzy, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "avatar, ver información %(gravatar_faq_url)s"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
-msgstr ""
-"lo sentimos, tenermos un serio error - el nombre de usuario ha sido tomado "
-"por varios usuarios"
+#: skins/common/templates/authopenid/complete.html:37
+#, fuzzy, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr "avatar, ver información %(gravatar_faq_url)s"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr ""
-"nombre de usuario sólo puede constar de letras, espacio vacío y subrayado"
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Esta cuenta ya existe, por favor use otra."
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "tu dirección de email"
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "Nombre de usuario"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "dirección de email requerida"
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr "Dirección de correo electrónico"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "ingresa una dirección de email valida"
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr "recibir actualizaciones de motivación"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "selecciona una de las siguientes opciones"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
msgstr ""
-"este email está siendo utilizado por algún usuario, por favor selecciona otro"
+"Una herramienta para filtrar por etiquetas será mostrada cuando ingreses"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "seleccionar contraseña"
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "crear cuenta"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "una contraseña es requerida"
+#: skins/common/templates/authopenid/confirm_email.txt:1
+msgid "Thank you for registering at our Q&A forum!"
+msgstr ""
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "re-escribir contraseña"
+#: skins/common/templates/authopenid/confirm_email.txt:3
+#, fuzzy
+msgid "Your account details are:"
+msgstr "Tu cuenta de email"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "por favor, re-escribe tu contraseña"
+#: skins/common/templates/authopenid/confirm_email.txt:5
+#, fuzzy
+msgid "Username:"
+msgstr "nombr de usuario"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr ""
-"lo sentimos, las contraseñas que haz ingresado no coinciden, intenta de nuevo"
+#: skins/common/templates/authopenid/confirm_email.txt:6
+#, fuzzy
+msgid "Password:"
+msgstr "contraseña"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "2 días atrás"
+#: skins/common/templates/authopenid/confirm_email.txt:8
+#, fuzzy
+msgid "Please sign in here:"
+msgstr "más votado"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "ayer"
+#: skins/common/templates/authopenid/confirm_email.txt:11
+#: skins/common/templates/authopenid/email_validation.txt:13
+#, fuzzy
+msgid ""
+"Sincerely,\n"
+"Forum Administrator"
+msgstr ""
+"Sinceramente,<br />\n"
+" Administrador del Foro"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/email_validation.txt:1
+msgid "Greetings from the Q&A forum"
+msgstr "Agradecer desde foro de P&R"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/email_validation.txt:3
+msgid "To make use of the Forum, please follow the link below:"
+msgstr "Para usar este foro, ingresa al siguiente enlace:"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/email_validation.txt:7
+msgid "Following the link above will help us verify your email address."
msgstr ""
+"El enlace de arriba nos ayudará a verificar su dirección de correo "
+"electrónico."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/email_validation.txt:9
+#, fuzzy
+msgid ""
+"If you beleive that this message was sent in mistake - \n"
+"no further action is needed. Just ingore this email, we apologize\n"
+"for any inconvenience"
msgstr ""
+"Si crees que este mensaje ha sido enviado por error -\n"
+" no es necesario que tomes acción alguna. Solo ignoralo, y disculpa\n"
+" por los iconvenientes"
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Salir"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "usuarios anónimos no pueden votar"
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Nombre de usuario"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+" Puedes ajustar la frecuencia de emails recibidos en tu "
+"%(profile_url)s\n"
+" "
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+" Puedes ajustar la frecuencia de emails recibidos en tu "
+"%(profile_url)s\n"
+" "
-#: views/commands.py:122
-#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "usuarios anónimos no pueden votar"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: views/commands.py:207
-#, fuzzy
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "usuarios anónimos no pueden votar"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-"subscrición guardada, necesitamos una validación de %(email)s , mira %"
-"(details_url)s"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "la frecuencia de notificaciones por email ha sido cambiada a diario"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Ingrese su nombre de usuario y contraseña."
+
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: views/commands.py:542
+#: skins/common/templates/authopenid/signin.html:97
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "más votado"
+msgid "Login or email"
+msgstr "no enviar emails"
-#: views/meta.py:83
-msgid "Q&A forum feedback"
-msgstr "Foro de sugerencias"
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "contraseña"
-#: views/meta.py:84
-msgid "Thanks for the feedback!"
-msgstr "Gracias por tus sugerencias"
+#: skins/common/templates/authopenid/signin.html:106
+#, fuzzy
+msgid "Login"
+msgstr "ingresar"
-#: views/meta.py:92
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "Esperamos con interés escuchar sus comentarios! :)"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr ""
-#: views/readers.py:131
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "nueva pregunta"
-msgstr[1] "nueva pregunta"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Seleccionar nueva contraseña"
-#: views/readers.py:139
-#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "nueva pregunta"
-msgstr[1] "nueva pregunta"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "por favor, re-escribe tu contraseña"
-#: views/readers.py:177
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr ""
-#: views/readers.py:232
+#: skins/common/templates/authopenid/signin.html:150
#, fuzzy
-msgid "vote"
-msgid_plural "votes"
-msgstr[0] "votar/"
-msgstr[1] "votar/"
+msgid "provider"
+msgstr "proveedores/"
-#: views/readers.py:235
+#: skins/common/templates/authopenid/signin.html:151
#, fuzzy
-msgid "answer"
-msgid_plural "answers"
-msgstr[0] "respuesta"
-msgstr[1] "respuesta"
+msgid "last used"
+msgstr "últimas visita"
+
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "eliminar"
-#: views/readers.py:238
+#: skins/common/templates/authopenid/signin.html:168
#, fuzzy
-msgid "view"
-msgid_plural "views"
-msgstr[0] "vistas"
-msgstr[1] "vistas"
+msgid "cannot be deleted"
+msgstr "revivir"
-#: views/readers.py:440
+#: skins/common/templates/authopenid/signin.html:181
#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "esta pregunta ha sido seleccionada como la favorita"
+msgid "Still have trouble signing in?"
+msgstr "si estas teniendo problemas para ingresar."
+
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
-#: views/users.py:224
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:191
#, fuzzy
-msgid "moderate this user"
-msgstr "Moderar este usuario"
+msgid "recover your account via email"
+msgstr "Obtener una nueva contraseña"
-#: views/users.py:225
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:204
#, fuzzy
-msgid "moderate user"
-msgstr "moderar-usuario/"
+msgid "Recover your account via email"
+msgstr "Obtener una nueva contraseña"
-#: views/users.py:380
-msgid "user profile"
-msgstr "perfil de usuario"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Por que usar OpenID?"
-#: views/users.py:381
-msgid "user profile overview"
-msgstr "vista del perfil de usuario"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "con OpenID es más fácil"
-#: views/users.py:685
-msgid "recent user activity"
-msgstr "actividad reciente del usuario"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "re-usar openid"
-#: views/users.py:686
-msgid "profile - recent activity"
-msgstr "perfil - actividad reciente"
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr "openID es ampliamente adoptado"
-#: views/users.py:772
-msgid "comments and answers to others questions"
-msgstr "comentar y responder otras preguntas"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "openID es un estándar abierto"
-#: views/users.py:773
-msgid "profile - responses"
-msgstr "perfil - respuestas"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Para saber más"
-#: views/users.py:847
-msgid "user vote record"
-msgstr "registro de votos de este usuario"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Obetener OpenID"
-#: views/users.py:848
-msgid "profile - votes"
-msgstr "pefil - votos"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "Darte de alta"
-#: views/users.py:883
-msgid "user reputation in the community"
-msgstr "reputación del usuario en la comunidad"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "selecciona una de las siguientes opciones"
-#: views/users.py:884
-msgid "profile - user reputation"
-msgstr "perfil - reputación del usuario"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Crear nombre de usuario y contraseña"
-#: views/users.py:911
-msgid "users favorite questions"
-msgstr "preguntas favoritas del usuario"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Crear nombre de usuario y contraseña"
-#: views/users.py:912
-msgid "profile - favorite questions"
-msgstr "pefil - preguntas favoritas"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr "Registro tradicional"
-#: views/users.py:932 views/users.py:936
-msgid "changes saved"
-msgstr "cambios guardados"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
-#: views/users.py:942
-msgid "email updates canceled"
-msgstr "notificaciones por email cancelada"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Crear cuenta"
-#: views/users.py:960
-msgid "email subscription settings"
-msgstr "configuraciones de suscripción por email"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "o"
-#: views/users.py:961
-msgid "profile - email subscriptions"
-msgstr "perfil - notificación por email"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+#, fuzzy
+msgid "return to OpenID login"
+msgstr "regresar a la pagina de ingreso"
-#: views/writers.py:58
+#: skins/common/templates/avatar/add.html:3
#, fuzzy
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "usuarios anónimos no pueden votar"
+msgid "add avatar"
+msgstr "que es gravatar"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Cambiar etiquetas"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Tu cuenta de email"
+
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/writers.py:99
+#: skins/common/templates/avatar/change.html:4
#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgid "change avatar"
+msgstr "cambios guardados"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-"Error al subir el archivo. Por favor contacte el administrador del sitio. "
-"Gracias. %s"
-#: views/writers.py:191
+#: skins/common/templates/avatar/change.html:22
#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "por favor, haz que tu pregunta sea relevante"
+msgid "Upload"
+msgstr "subir/"
-#: views/writers.py:492
+#: skins/common/templates/avatar/confirm_delete.html:2
#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "preguntas sin contestar"
+msgid "delete avatar"
+msgstr "eliminar respuesta"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
-#: views/writers.py:598
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/writers.py:646
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "usuarios anónimos no pueden votar"
+msgid "Delete These"
+msgstr "eliminar respuesta"
-#: views/writers.py:654
-#, python-format
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "enlace permanente a esta respuesta"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "enlace permanente"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "editar"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "ver todas las etiquetas"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
+"reportar como ofensivo (por ej. si tiene spam, pubicidad, material "
+"malicioso, etc.)"
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "marcar como ofensivo"
+
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "remover"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "revivir"
+
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Responde la pregunta"
+
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "marcar esta respuesta como la favorita (clic de nuevo para deshacer)"
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, fuzzy, python-format
+msgid "%(question_author)s has selected this answer as correct"
msgstr ""
+"el autor de esta pregunta ha seleccionado esta respuesta como la correcta"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Lo sentimos, no hemos encontrado la pagina que haz solicitado"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
+"Esta pregunta ha sido cerrada por las siguientes razones \"%(close_reason)s"
+"\" por"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Estas son las posibles razones:"
+#: skins/common/templates/question/closed_question_info.html:4
+#, fuzzy, python-format
+msgid "close date %(closed_at)s"
+msgstr "tiempo %(closed_at)s"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "la pregunta o respuesta ha sido eliminada;"
+#: skins/common/templates/question/question_controls.html:6
+#, fuzzy
+msgid "retag"
+msgstr "re-etiquetado"
-#~ msgid "url has error - please check it;"
-#~ msgstr "la url es errónea - por favor verificala;"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "reabrir"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "la pagina a la que estás intentando acceder esta protegida y no tienes "
-#~ "los suficientes puntos para verla"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "cerrar"
-#~ msgid "faq"
-#~ msgstr "faq"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "este campo es requerido"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr ""
-#~ "Si usted cree que este error 404 no debería haber ocurrido, por favor"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(requerido)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Vista preliminar en tiempo real del editor Markdown"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "ocultar vista previa"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Etiquetas relacionadas"
-#~ msgid "report this problem"
-#~ msgstr "reporte este problema"
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Etiquetas de interes"
-#~ msgid "back to previous page"
-#~ msgstr "regrese a la pagina anterior"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "agregar/"
-#~ msgid "see all questions"
-#~ msgstr "ver todas las preguntas"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Ignorar etiqueta"
-#~ msgid "see all tags"
-#~ msgstr "ver todas las etiquetas"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "Seleccione una etiqueta de filtro para el email"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "cada error del sistema es registrado, el error será corregido tan pronto "
-#~ "como sea posible"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "por favor reporte el error con el administrador de este sitio"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Lo sentimos, no hemos encontrado la pagina que haz solicitado"
-#~ msgid "see latest questions"
-#~ msgstr "ver las últimas preguntas"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Estas son las posibles razones:"
-#~ msgid "see tags"
-#~ msgstr "ver las etiquetas"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "la pregunta o respuesta ha sido eliminada;"
-#~ msgid "Edit answer"
-#~ msgstr "Editar respuesta"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "la url es errónea - por favor verificala;"
-#~ msgid "back"
-#~ msgstr "regresar"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"la pagina a la que estás intentando acceder esta protegida y no tienes los "
+"suficientes puntos para verla"
-#~ msgid "revision"
-#~ msgstr "revisión"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "faq"
-#~ msgid "select revision"
-#~ msgstr "seleccionar revisión"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "Si usted cree que este error 404 no debería haber ocurrido, por favor"
-#~ msgid "Save edit"
-#~ msgstr "Guardar edición"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "reporte este problema"
-#~ msgid "Cancel"
-#~ msgstr "Cancelar"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "regrese a la pagina anterior"
-#~ msgid "hide preview"
-#~ msgstr "ocultar vista previa"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "ver todas las preguntas"
-#~ msgid "show preview"
-#~ msgstr "mostrar vista previa"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "ver todas las etiquetas"
-#~ msgid "Ask a question"
-#~ msgstr "Formula una pregunta"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr ""
-#~ msgid "Badge"
-#~ msgstr "Medalla"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+"cada error del sistema es registrado, el error será corregido tan pronto "
+"como sea posible"
-#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "suscripción por email"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "por favor reporte el error con el administrador de este sitio"
-#~ msgid "Badges summary"
-#~ msgstr "Resúmen de medallas"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "ver las últimas preguntas"
-#~ msgid "Badges"
-#~ msgstr "Medallas"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "ver las etiquetas"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr "La comunidad le da premios a sus preguntas, respuestas y votos."
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at %"
-#~ "(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "A continuación se muestra una lista de las medallas disponibles y el "
-#~ "numero \n"
-#~ " de veces que ha sido otorgada. Dinos que piensas al respecto en %"
-#~ "(feedback_faq_url)s.\n"
-#~ " "
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Editar respuesta"
-#~ msgid "Community badges"
-#~ msgstr "Medallas de la comunidad"
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "regresar"
-#~ msgid "gold badge description"
-#~ msgstr "descripción de la medalla de oro"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "revisión"
-#~ msgid "silver badge description"
-#~ msgstr "descripción de la medalla de plata"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "seleccionar revisión"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "medalla de bronce: a menudo como un honor especial"
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Guardar edición"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "mostrar vista previa"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Formula una pregunta"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr "descripción de la medalla de bronce"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Medalla"
-#~ msgid "Close question"
-#~ msgstr "Cerrar pregunta"
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr ""
-#~ msgid "Close the question"
-#~ msgstr "Cerrar la pregunta"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "suscripción por email"
-#~ msgid "Reasons"
-#~ msgstr "Razones"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "OK to close"
-#~ msgstr "Ok cerrar"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Resúmen de medallas"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Preguntas más frecuentes"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Medallas"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Que tipo de preguntas puedo hacer aquí?"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr "La comunidad le da premios a sus preguntas, respuestas y votos."
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "Los más importante - las preguntas debe de ser <strong>relevantes</"
-#~ "strong> para esta comunidad."
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"A continuación se muestra una lista de las medallas disponibles y el "
+"numero \n"
+" de veces que ha sido otorgada. Dinos que piensas al respecto en "
+"%(feedback_faq_url)s.\n"
+" "
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Antes de hacer una pregunta - asegurate de haber buscado sobre ella, "
-#~ "quizas ya encuentres una respuesta concreta."
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Medallas de la comunidad"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "¿Qué preguntas debo evitar hacer?"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Por favor, evite hacer preguntas que no son relevantes para esta "
-#~ "comunidad, demasiado subjetivas y argumentativas."
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "descripción de la medalla de oro"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "¿Qué debo evitar en mis respuestas?"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "es un un sitio de Preguntas y Respuestas, no un grupo de discusión. Si "
-#~ "quieres discutir, hazlo en los comentarios sobrelas respuestas."
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "descripción de la medalla de plata"
-#~ msgid "Who moderates this community?"
-#~ msgstr "Quien modera esta comunidad?"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "medalla de bronce: a menudo como un honor especial"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "La respuesta corta es: <strong>tu</ strong>."
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "descripción de la medalla de bronce"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Este sitio es moderado por los usuarios."
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Cerrar pregunta"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "El sistema de reputación/karma permite a los usuarios obtener la "
-#~ "autorización para realizar una variedad de tareas de moderación."
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Cerrar la pregunta"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Cómo funciona este sistema de reputación?"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Razones"
-#~ msgid "Rep system summary"
-#~ msgstr "Resumen de reputación del sistema"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "Ok cerrar"
-#, fuzzy
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>%"
-#~ "(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Por ejemplo, si una pregunta es interesante o da una respuesta útil, su "
-#~ "entrada será votada positiva. Por otra parte, si la respuesta es engañosa "
-#~ "- será votada negativa. Cada voto a favor generará <strong>10</ strong> "
-#~ "puntos, cada voto en contra resta <strong>2</ strong> puntos. Hay un "
-#~ "límite de <strong>200</ strong> puntos que se pueden acumular por cada "
-#~ "pregunta o respuesta. La siguiente tabla muestra los puntos necesarios en "
-#~ "la reputación para obtener autorización de realizar diversas tareas de "
-#~ "moderación."
-
-#~ msgid "upvote"
-#~ msgstr "voto positivo"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Preguntas más frecuentes"
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Que tipo de preguntas puedo hacer aquí?"
+
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"Los más importante - las preguntas debe de ser <strong>relevantes</strong> "
+"para esta comunidad."
-#~ msgid "use tags"
-#~ msgstr "usar etiquetas"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Antes de hacer una pregunta - asegurate de haber buscado sobre ella, quizas "
+"ya encuentres una respuesta concreta."
-#~ msgid "add comments"
-#~ msgstr "comentar"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "¿Qué preguntas debo evitar hacer?"
-#~ msgid "downvote"
-#~ msgstr "voto negativo"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Por favor, evite hacer preguntas que no son relevantes para esta comunidad, "
+"demasiado subjetivas y argumentativas."
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "¿Qué debo evitar en mis respuestas?"
+
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"es un un sitio de Preguntas y Respuestas, no un grupo de discusión. Si "
+"quieres discutir, hazlo en los comentarios sobrelas respuestas."
+
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Quien modera esta comunidad?"
+
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "La respuesta corta es: <strong>tu</ strong>."
+
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Este sitio es moderado por los usuarios."
+
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"El sistema de reputación/karma permite a los usuarios obtener la "
+"autorización para realizar una variedad de tareas de moderación."
+
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Cómo funciona este sistema de reputación?"
+
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr "Resumen de reputación del sistema"
+
+#: skins/default/templates/faq_static.html:22
+#, fuzzy, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Por ejemplo, si una pregunta es interesante o da una respuesta útil, su "
+"entrada será votada positiva. Por otra parte, si la respuesta es engañosa - "
+"será votada negativa. Cada voto a favor generará <strong>10</ strong> "
+"puntos, cada voto en contra resta <strong>2</ strong> puntos. Hay un límite "
+"de <strong>200</ strong> puntos que se pueden acumular por cada pregunta o "
+"respuesta. La siguiente tabla muestra los puntos necesarios en la reputación "
+"para obtener autorización de realizar diversas tareas de moderación."
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "voto positivo"
+
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "usar etiquetas"
+
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "comentar"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "voto negativo"
+
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Primer respuesta aceptada a un pregunta tuya"
+msgid " accept own answer to own questions"
+msgstr "Primer respuesta aceptada a un pregunta tuya"
-#~ msgid "open and close own questions"
-#~ msgstr "abrir y cerrar preguntas propias"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "abrir y cerrar preguntas propias"
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "re-etiquetar preguntas"
+msgid "retag other's questions"
+msgstr "re-etiquetar preguntas"
-#~ msgid "edit community wiki questions"
-#~ msgstr "editar preguntas wiki"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "editar preguntas wiki"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "editar cualquier respuesta"
+msgid "\"edit any answer"
+msgstr "editar cualquier respuesta"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "eliminar cualquier comentario"
+msgid "\"delete any comment"
+msgstr "eliminar cualquier comentario"
-#~ msgid "what is gravatar"
-#~ msgstr "que es gravatar"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "que es gravatar"
-#~ msgid "gravatar faq info"
-#~ msgstr "información de gravatar"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr "información de gravatar"
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Para registrarme, necesito crear una contraseña?"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Para registrarme, necesito crear una contraseña?"
+#: skins/default/templates/faq_static.html:77
#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "No, no la necesitas. Puedes usar los datos de tus servicios que son "
-#~ "compatibles con OpenID, como Google, Yahoo, AOL, etc."
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"No, no la necesitas. Puedes usar los datos de tus servicios que son "
+"compatibles con OpenID, como Google, Yahoo, AOL, etc."
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Ingresar ahora!"
+msgid "\"Login now!\""
+msgstr "Ingresar ahora!"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "Por que otras personas puede editar mis preguntas/respuestas?"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "Por que otras personas puede editar mis preguntas/respuestas?"
-#~ msgid "Goal of this site is..."
-#~ msgstr "Objetivo de este sitio es ..."
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "Objetivo de este sitio es ..."
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Entonces, la presguntas y respuestas pueden ser editas comos los sitios "
-#~ "wiki (como Wikipedia) por usuarios con experiencia en ese sitio, y todo "
-#~ "con el objetivo de aumentar la calidad del contenido."
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Entonces, la presguntas y respuestas pueden ser editas comos los sitios wiki "
+"(como Wikipedia) por usuarios con experiencia en ese sitio, y todo con el "
+"objetivo de aumentar la calidad del contenido."
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "Si este enfoque no es para usted, nosotros respetaremos su opción."
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "Si este enfoque no es para usted, nosotros respetaremos su opción."
-#~ msgid "Still have questions?"
-#~ msgstr "Aún tiene preguntas?"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Aún tiene preguntas?"
-#, fuzzy
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Por favor formula tus inquietudes en %(ask_question_url)s, ayudanos a ser "
-#~ "una mejor comunidad!"
+#: skins/default/templates/faq_static.html:85
+#, fuzzy, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Por favor formula tus inquietudes en %(ask_question_url)s, ayudanos a ser "
+"una mejor comunidad!"
-#~ msgid "Feedback"
-#~ msgstr "Sugerencias"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Sugerencias"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Danos tu Feedback!"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Danos tu Feedback!"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>Querido %(user_name)s</span>, "
-#~ "esperamos con entusiasmo tus sugerencias. \n"
-#~ " Por favor escriba y nos envíe su mensaje a continuación.\n"
-#~ " "
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>Querido %(user_name)s</span>, esperamos "
+"con entusiasmo tus sugerencias. \n"
+" Por favor escriba y nos envíe su mensaje a continuación.\n"
+" "
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>Querido visitante</span>, esperamos "
-#~ "con entusiasmo tus sugerencias.\n"
-#~ " Por favor escriba y nos envíe su mensaje a continuación.\n"
-#~ " "
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>Querido visitante</span>, esperamos con "
+"entusiasmo tus sugerencias.\n"
+" Por favor escriba y nos envíe su mensaje a continuación.\n"
+" "
-#, fuzzy
-#~ msgid "(please enter a valid email)"
-#~ msgstr "ingresa una dirección de email valida"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "(this field is required)"
-#~ msgstr "(este campo es requerido)"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(este campo es requerido)"
-#~ msgid "Send Feedback"
-#~ msgstr "Enviar sugerencias"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "Sinceramente,<br />\n"
-#~ " Administrador del Foro"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Enviar sugerencias"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Reabrir esta pregunta"
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
-#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "medallas"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "previous"
-#~ msgstr "anterior"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "current page"
-#~ msgstr "pagina actual"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "page number %(num)s"
-#~ msgstr "numero de pagina"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "next page"
-#~ msgstr "pagina siguiente"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "posts per page"
-#~ msgstr "artículos por pagina"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "perfil de usuario"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "usuarios anónimos no pueden votar"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
-#~ msgid "asked"
-#~ msgstr "preguntado"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "answered"
-#~ msgstr "respondido"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "posted"
-#~ msgstr "publicado"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "updated"
-#~ msgstr "actualizado"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "ver preguntas etiquetadas con '%(tagname)s'"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"Sinceramente,<br />\n"
+" Administrador del Foro"
-#~ msgid "delete this comment"
-#~ msgstr "eliminar este comentario"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Reabrir esta pregunta"
-#~ msgid "edit"
-#~ msgstr "editar"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "add comment"
-#~ msgstr "comentar"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "este campo es requerido"
+msgid "i like this question (click again to cancel)"
+msgstr "me gusta este artículo (clic de nuevo para cancelar)"
-#~ msgid "(required)"
-#~ msgstr "(requerido)"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "me gusta esta respuesta (clic de nuevo para cancelar)"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Vista preliminar en tiempo real del editor Markdown"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "numero actual de votos"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "seleccione un nombre de usuario"
+msgid "i dont like this question (click again to cancel)"
+msgstr "no me gusta este artículo (clic de nuevo para cancelar)"
-#, fuzzy
-#~ msgid "no new responses yet"
-#~ msgstr "respuestas"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "no me gusta esta respuesta (clic de nuevo para cancelar)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "Primer comentario reportado"
+msgid "anonymous user"
+msgstr "usuarios anónimos no pueden votar"
-#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "Primer comentario reportado"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#~ msgid "Questions"
-#~ msgstr "Preguntas"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "preguntado"
-#~ msgid "Privacy policy"
-#~ msgstr "Políticas de privacidad"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "respondido"
-#~ msgid "i like this post (click again to cancel)"
-#~ msgstr "me gusta este artículo (clic de nuevo para cancelar)"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "publicado"
-#~ msgid "current number of votes"
-#~ msgstr "numero actual de votos"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "actualizado"
-#~ msgid "i dont like this post (click again to cancel)"
-#~ msgstr "no me gusta este artículo (clic de nuevo para cancelar)"
+#: skins/default/templates/macros.html:221
+#, fuzzy, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "ver preguntas etiquetadas con '%(tagname)s'"
-#, fuzzy
-#~ msgid "retag"
-#~ msgstr "re-etiquetado"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "eliminar este comentario"
-#~ msgid "reopen"
-#~ msgstr "reabrir"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "comentar"
-#~ msgid "close"
-#~ msgstr "cerrar"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "reportar como ofensivo (por ej. si tiene spam, pubicidad, material "
-#~ "malicioso, etc.)"
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "marcar como ofensivo"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "perfil de usuario"
-#~ msgid "undelete"
-#~ msgstr "revivir"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "anterior"
-#~ msgid "delete"
-#~ msgstr "eliminar"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "pagina actual"
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason \"%(close_reason)s"
-#~ "\" by"
-#~ msgstr ""
-#~ "Esta pregunta ha sido cerrada por las siguientes razones \"%(close_reason)"
-#~ "s\" por"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, fuzzy, python-format
+msgid "page number %(num)s"
+msgstr "numero de pagina"
-#, fuzzy
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "tiempo %(closed_at)s"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "pagina siguiente"
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "antiguar respuestas serán mostradas primero"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "artículos por pagina"
-#~ msgid "oldest answers"
-#~ msgstr "antiguar respuestas"
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "seleccione un nombre de usuario"
-#~ msgid "newest answers will be shown first"
-#~ msgstr "nuevas respuestas serán mostradas primero"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "respuestas"
+msgstr[1] "respuestas"
-#~ msgid "newest answers"
-#~ msgstr "nuevas respuestas"
+#: skins/default/templates/macros.html:635
+#, fuzzy
+msgid "no new responses yet"
+msgstr "respuestas"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "respuestas mejor valoradas serán mostradas primero"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "Primer comentario reportado"
-#~ msgid "popular answers"
-#~ msgstr "respuestas populares"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "Primer comentario reportado"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "me gusta esta respuesta (clic de nuevo para cancelar)"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "Primer comentario reportado"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "no me gusta esta respuesta (clic de nuevo para cancelar)"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Preguntas"
-#~ msgid "mark this answer as favorite (click again to undo)"
-#~ msgstr ""
-#~ "marcar esta respuesta como la favorita (clic de nuevo para deshacer)"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Políticas de privacidad"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Editar pregunta"
+
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Cambiar etiquetas"
+
+#: skins/default/templates/question_retag.html:21
#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr ""
-#~ "el autor de esta pregunta ha seleccionado esta respuesta como la correcta"
+msgid "Retag"
+msgstr "etiquetas"
+
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Por que usar o modificar etiquetas?"
-#~ msgid "answer permanent link"
-#~ msgstr "enlace permanente a esta respuesta"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "quienes etiquetan sus preguntas, son premiados por la comunidad"
+
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "más de 5 etiquetas, con menos de 20 caraácteres cada una"
-#~ msgid "permanent link"
-#~ msgstr "enlace permanente"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Re-abrir pregunta"
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Responde la pregunta"
+msgid "Title"
+msgstr "título"
+
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid " or"
-#~ msgstr "o"
+msgid "Close reason:"
+msgstr "Cerrar pregunta"
+
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "email"
-#~ msgstr "no enviar emails"
+msgid "Reopen this question?"
+msgstr "Reabrir esta pregunta"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "Notificarme una vez al día cuando tenga nuevas respuestas"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Reabrir esta pregunta"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "Notificarme semanalmente cuando tenga alguna nueva respuesta"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Historial de revisiones"
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "Notificarme semanalmente cuando tenga alguna nueva respuesta"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "clic para mostrar u ocultar revision"
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "revisiones/"
+
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "\n"
-#~ " Puedes ajustar la frecuencia de emails recibidos en tu %"
-#~ "(profile_url)s\n"
-#~ " "
+msgid "Subscribe for tags"
+msgstr "usar etiquetas"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "una vez que inicie sesión serás capaz de suscribirte para recibir "
-#~ "actualizaciones"
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "La pregunta se cerro por las siguientes razones"
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Ingresa/Registrate para publicar tu respuesta"
+msgid "Subscribe"
+msgstr "usar etiquetas"
-#~ msgid "Your answer"
-#~ msgstr "Tu respuesta"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Lista de etiquetas"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Se el primero en contestar esta pregunta"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr "tu puedes contestar anonimamente y luego ingresar"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "responder a tu pregunta sólo para dar una respuesta"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "mostrar alfabeticamente"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "por favor intenta responder, no discutir"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "por nombre"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Ingresa/Registrate para publicar tu respuesta"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "ordenar etiquetas por frecuencia de uso"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Responde tu pregunta"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "por popularidad"
-#~ msgid "Answer the question"
-#~ msgstr "Responde la pregunta"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Nada encontrado"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Etiquetas de la pregunta"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Usuarios"
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "preguntas calientes"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "preguntas calientes"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "reputación"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "notificaciones por email cancelada"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "suscribirse al feed de esta pregunta"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "reciente"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "suscribirse al feed de esta pregunta"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "Question tags"
-#~ msgstr "Etiquetas de la pregunta"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "question asked"
-#~ msgstr "pregunta formulada"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "por nombre de usuario"
-#~ msgid "question was seen"
-#~ msgstr "la pregunta ha sido vista"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "usurios que coinciden con la consulta %(suser)s:"
-#~ msgid "times"
-#~ msgstr "veces"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Nada encontrado."
-#~ msgid "last updated"
-#~ msgstr "última actualización"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "nueva pregunta"
+msgstr[1] "nueva pregunta"
-#~ msgid "Related questions"
-#~ msgstr "Preguntas relacionadas"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
-#~ msgid "Edit question"
-#~ msgstr "Editar pregunta"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "re-etiquetado"
-#~ msgid "Change tags"
-#~ msgstr "Cambiar etiquetas"
+#: skins/default/templates/main_page/headline.html:23
+#, fuzzy
+msgid "Search tips:"
+msgstr "Resultados de busqueda"
+#: skins/default/templates/main_page/headline.html:26
#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "etiquetas"
+msgid "reset author"
+msgstr "preguntar al autor"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Por que usar o modificar etiquetas?"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "o"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "quienes etiquetan sus preguntas, son premiados por la comunidad"
+#: skins/default/templates/main_page/headline.html:29
+#, fuzzy
+msgid "reset tags"
+msgstr "ver las etiquetas"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "más de 5 etiquetas, con menos de 20 caraácteres cada una"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+#, fuzzy
+msgid "start over"
+msgstr "preguntar al autor"
-#~ msgid "Reopen question"
-#~ msgstr "Re-abrir pregunta"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+#: skins/default/templates/main_page/headline.html:40
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "título"
+msgid "Search tip:"
+msgstr "Resultados de busqueda"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:4
#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Cerrar pregunta"
+msgid "There are no unanswered questions here"
+msgstr "lista de preguntas sin contestar"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Reabrir esta pregunta"
+msgid "No questions here. "
+msgstr "preguntas favoritas"
-#~ msgid "Reopen this question"
-#~ msgstr "Reabrir esta pregunta"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#~ msgid "Revision history"
-#~ msgstr "Historial de revisiones"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
-#~ msgid "click to hide/show revision"
-#~ msgstr "clic para mostrar u ocultar revision"
+#: skins/default/templates/main_page/nothing_found.html:16
+#, fuzzy
+msgid "resetting author"
+msgstr "preguntar al autor"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "revisiones/"
+msgid "resetting tags"
+msgstr "Etiquetas de interes"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "usar etiquetas"
+msgid "starting over"
+msgstr "preguntar al autor"
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "La pregunta se cerro por las siguientes razones"
+msgid "Please always feel free to ask your question!"
+msgstr "por favor, haz que tu pregunta sea relevante"
-#~ msgid "Tag list"
-#~ msgstr "Lista de etiquetas"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr ""
-#~ msgid "sorted alphabetically"
-#~ msgstr "mostrar alfabeticamente"
+#: skins/default/templates/main_page/questions_loop.html:13
+#, fuzzy
+msgid "Please, post your question!"
+msgstr "Formula tu pregunta"
-#~ msgid "by name"
-#~ msgstr "por nombre"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "suscribirse al feed de esta pregunta"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "ordenar etiquetas por frecuencia de uso"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "by popularity"
-#~ msgstr "por popularidad"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "Nothing found"
-#~ msgstr "Nada encontrado"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "las etiquetas deben contener menos de 20 carácteres"
+msgstr[1] "las etiquetas deben contener menos de 20 carácteres"
-#~ msgid "Users"
-#~ msgstr "Usuarios"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "por favor, use 5 etiquetas o menos"
+msgstr[1] "por favor, use 5 etiquetas o menos"
-#~ msgid "reputation"
-#~ msgstr "reputación"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "más de 5 etiquetas, con menos de 20 caraácteres cada una"
-#~ msgid "recent"
-#~ msgstr "reciente"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "by username"
-#~ msgstr "por nombre de usuario"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "antiguar respuestas serán mostradas primero"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "usurios que coinciden con la consulta %(suser)s:"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "antiguar respuestas"
-#~ msgid "Nothing found."
-#~ msgstr "Nada encontrado."
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "nuevas respuestas serán mostradas primero"
-#, fuzzy
-#~ msgid "Change email"
-#~ msgstr "Cambiar email"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "nuevas respuestas"
-#, fuzzy
-#~ msgid "Save your email address"
-#~ msgstr "tu dirección de email"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "respuestas mejor valoradas serán mostradas primero"
-#, fuzzy
-#~ msgid "change %(email)s info"
-#~ msgstr "Cambiar email"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "respuestas populares"
-#, fuzzy
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr "avatar, ver información %(gravatar_faq_url)s"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Responde tu pregunta"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "Your new Email"
-#~ msgstr "Tu cuenta de email"
+msgid "Login/Signup to Answer"
+msgstr "Ingresa/Registrate para publicar tu respuesta"
+
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Tu respuesta"
+
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Se el primero en contestar esta pregunta"
+
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr "tu puedes contestar anonimamente y luego ingresar"
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "responder a tu pregunta sólo para dar una respuesta"
+
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "por favor intenta responder, no discutir"
+
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Ingresa/Registrate para publicar tu respuesta"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Responde la pregunta"
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "Your Email"
-#~ msgstr "no enviar emails"
+msgid " or"
+msgstr "o"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "Guardar edición"
+msgid "email"
+msgstr "no enviar emails"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "Cómo validar una email"
+msgid "Question tools"
+msgstr "Etiquetas de la pregunta"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "Email not changed"
-#~ msgstr "notificaciones por email cancelada"
+msgid "click to unfollow this question"
+msgstr "preguntas calientes"
+#: skins/default/templates/question/sidebar.html:8
+msgid "Following"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:9
+msgid "Unfollow"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "email key not sent"
-#~ msgstr "enviar actualizaciones al usuario"
+msgid "click to follow this question"
+msgstr "preguntas calientes"
+
+#: skins/default/templates/question/sidebar.html:14
+msgid "Follow"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "Registrar"
+msgid "email the updates"
+msgstr "notificaciones por email cancelada"
+
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr "avatar, ver información %(gravatar_faq_url)s"
+msgid "subscribe to this question rss feed"
+msgstr "suscribirse al feed de esta pregunta"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see %"
-#~ "(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
+msgid "subscribe to rss feed"
+msgstr "suscribirse al feed de esta pregunta"
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Esta cuenta ya existe, por favor use otra."
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "Screen name label"
-#~ msgstr "Nombre de usuario"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "pregunta formulada"
-#~ msgid "Email address label"
-#~ msgstr "Dirección de correo electrónico"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "la pregunta ha sido vista"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr "recibir actualizaciones de motivación"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "veces"
-#~ msgid "please select one of the options above"
-#~ msgstr "selecciona una de las siguientes opciones"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "última actualización"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "Una herramienta para filtrar por etiquetas será mostrada cuando ingreses"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Preguntas relacionadas"
-#~ msgid "create account"
-#~ msgstr "crear cuenta"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr "Notificarme una vez al día cuando tenga nuevas respuestas"
-#, fuzzy
-#~ msgid "Your account details are:"
-#~ msgstr "Tu cuenta de email"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "Notificarme semanalmente cuando tenga alguna nueva respuesta"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "Username:"
-#~ msgstr "nombr de usuario"
+msgid "Notify me immediately when there are any new answers"
+msgstr "Notificarme semanalmente cuando tenga alguna nueva respuesta"
-#, fuzzy
-#~ msgid "Password:"
-#~ msgstr "contraseña"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, fuzzy, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"\n"
+" Puedes ajustar la frecuencia de emails recibidos en tu "
+"%(profile_url)s\n"
+" "
-#, fuzzy
-#~ msgid ""
-#~ "Sincerely,\n"
-#~ "Forum Administrator"
-#~ msgstr ""
-#~ "Sinceramente,<br />\n"
-#~ " Administrador del Foro"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"una vez que inicie sesión serás capaz de suscribirte para recibir "
+"actualizaciones"
-#~ msgid "Greetings from the Q&A forum"
-#~ msgstr "Agradecer desde foro de P&R"
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "perfil de usuario"
-#~ msgid "To make use of the Forum, please follow the link below:"
-#~ msgstr "Para usar este foro, ingresa al siguiente enlace:"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Editar perfil de usuario"
-#~ msgid "Following the link above will help us verify your email address."
-#~ msgstr ""
-#~ "El enlace de arriba nos ayudará a verificar su dirección de correo "
-#~ "electrónico."
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "editar perfil"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
#, fuzzy
-#~ msgid ""
-#~ "If you beleive that this message was sent in mistake - \n"
-#~ "no further action is needed. Just ingore this email, we apologize\n"
-#~ "for any inconvenience"
-#~ msgstr ""
-#~ "Si crees que este mensaje ha sido enviado por error -\n"
-#~ " no es necesario que tomes acción alguna. Solo ignoralo, y disculpa\n"
-#~ " por los iconvenientes"
+msgid "change picture"
+msgstr "cambios guardados"
-#~ msgid "Logout"
-#~ msgstr "Salir"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr "remover"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "selecciona una de las siguientes opciones"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Usuario registrado"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "ingresar/"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Nombre para mostrar"
-#~ msgid "User login"
-#~ msgstr "Nombre de usuario"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Actualizar"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " Puedes ajustar la frecuencia de emails recibidos en tu %"
-#~ "(profile_url)s\n"
-#~ " "
+msgid "subscriptions"
+msgstr "suscripción por email"
-#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " Puedes ajustar la frecuencia de emails recibidos en tu %"
-#~ "(profile_url)s\n"
-#~ " "
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "Configuración de suscripciones por email"
-#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Ingrese su nombre de usuario y contraseña."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "información de suscripciones por email"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "no enviar emails"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Detener el envió de emails"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Password"
-#~ msgstr "contraseña"
+msgid "followed questions"
+msgstr "Todas las preguntas"
-#, fuzzy
-#~ msgid "Login"
-#~ msgstr "ingresar"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Seleccionar nueva contraseña"
+msgid "Sections:"
+msgstr "preguntas"
-#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "por favor, re-escribe tu contraseña"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "por favor, use 5 etiquetas o menos"
+
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "provider"
-#~ msgstr "proveedores/"
+msgid "select:"
+msgstr "eliminar"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "últimas visita"
+msgid "seen"
+msgstr "últimas visita"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "revivir"
+msgid "new"
+msgstr "nuevas"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "si estas teniendo problemas para ingresar."
+msgid "none"
+msgstr "hecho/"
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Obtener una nueva contraseña"
+msgid "mark as seen"
+msgstr "últimas visita"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Obtener una nueva contraseña"
+msgid "mark as new"
+msgstr "la mejor respuesta fue marcada"
-#~ msgid "Why use OpenID?"
-#~ msgstr "Por que usar OpenID?"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "with openid it is easier"
-#~ msgstr "con OpenID es más fácil"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "actualizar perfil"
-#~ msgid "reuse openid"
-#~ msgstr "re-usar openid"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
-#~ msgid "openid is widely adopted"
-#~ msgstr "openID es ampliamente adoptado"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "nombre real"
-#~ msgid "openid is supported open standard"
-#~ msgstr "openID es un estándar abierto"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "miembro desde"
-#~ msgid "Find out more"
-#~ msgstr "Para saber más"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "últimas visita"
-#~ msgid "Get OpenID"
-#~ msgstr "Obetener OpenID"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "sitio web del usuario"
-#~ msgid "Signup"
-#~ msgstr "Darte de alta"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "localización"
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "selecciona una de las siguientes opciones"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "edad"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Crear nombre de usuario y contraseña"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "medida de unidad"
-#~ msgid "Create login name and password"
-#~ msgstr "Crear nombre de usuario y contraseña"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "votos no utilizados el día de hoy"
-#~ msgid "Traditional signup info"
-#~ msgstr "Registro tradicional"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "votos restantes"
-#~ msgid "Create Account"
-#~ msgstr "Crear cuenta"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+#, fuzzy
+msgid "moderation"
+msgstr "Localización"
-#~ msgid "or"
-#~ msgstr "o"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "perfil de usuario"
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid "return to OpenID login"
-#~ msgstr "regresar a la pagina de ingreso"
+msgid "User status changed"
+msgstr "reputación del usuario en la comunidad"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "que es gravatar"
+msgid "Save"
+msgstr "Guardar edición"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Cambiar etiquetas"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Tu cuenta de email"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "cambios guardados"
+msgid "User reputation changed"
+msgstr "reputación del usuario en la comunidad"
+
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Agregar"
+
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "seleccione un nombre de usuario"
+
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "subir/"
+msgid "Message sent"
+msgstr "mensajes/"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "eliminar respuesta"
+msgid "Send message"
+msgstr "mensajes/"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "eliminar respuesta"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "answer tips"
-#~ msgstr "responder tips"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "por favor intenta que tu respuesta sea relevante para la comunidad"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "trata de dar una respuesta, en lugar de iniciar un debate"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "please try to provide details"
-#~ msgstr "intenta dar algunos detalles"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "be clear and concise"
-#~ msgstr "se claro y conciso"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#~ msgid "see frequently asked questions"
-#~ msgstr "mira las preguntas más frecuentes"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "perfil de usuario"
+
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+#, fuzzy
+msgid "activity"
+msgstr "activa"
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown tips"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+#: skins/default/templates/user_profile/user_reputation.html:11
#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*italic* o __italic__"
+msgid "Your karma change log."
+msgstr "Tu contraseña ha sido cambiada."
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**bold** o __bold__"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Tu contraseña ha sido cambiada."
-#~ msgid "link"
-#~ msgstr "enlace"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "descripción general"
-#~ msgid "text"
-#~ msgstr "texto"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+#, fuzzy, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "la respuesta ha sido votada %(vote_count)s veces"
-#~ msgid "image"
-#~ msgstr "imagen"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "esta respuesta ha sido seleccionada como la correcta"
+
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "numbered list:"
-#~ msgstr "numerar:"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "HTML básico es soportado"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "pulgar hacia arriba"
-#~ msgid "learn more about Markdown"
-#~ msgstr "lee acerca de Markdown"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "usuarios han votado positivo esto varias veces"
-#~ msgid "login to post question info"
-#~ msgstr "ingresa para publicar información de la pregunta"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "pulgar hacia abajo"
-#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "usuarios han votado negativo esto varias veces"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Ingresa/registrate para publicar tu pregunta"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "Ask your question"
-#~ msgstr "Formula tu pregunta"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "las etiquetas deben contener menos de 20 carácteres"
-#~ msgstr[1] "las etiquetas deben contener menos de 20 carácteres"
+msgid "Answer to:"
+msgstr "responder tips"
+
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Pefil de usuario"
+
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "comentar y responder otras preguntas"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "grafica de la reputación de este usuario"
+
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "historial de reputación"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "por favor, use 5 etiquetas o menos"
-#~ msgstr[1] "por favor, use 5 etiquetas o menos"
+msgid "questions that user is following"
+msgstr "preguntas que el usuario seleccione como su favorito"
+
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "actividad reciente"
+
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "registro de votos de este usuario"
+
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votos emitidos"
+
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "configuraciones de suscripción por email"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "más de 5 etiquetas, con menos de 20 caraácteres cada una"
+msgid "moderate this user"
+msgstr "Moderar este usuario"
-#~ msgid "about"
-#~ msgstr "acerca de"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "votos"
-#~ msgid "privacy policy"
-#~ msgstr "políticas de privacidad"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "responder tips"
-#~ msgid "give feedback"
-#~ msgstr "enviar sugerencias"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "por favor intenta que tu respuesta sea relevante para la comunidad"
-#~ msgid "back to home page"
-#~ msgstr "volver a inicio"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "trata de dar una respuesta, en lugar de iniciar un debate"
-#~ msgid "questions"
-#~ msgstr "preguntas"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "intenta dar algunos detalles"
-#~ msgid "users"
-#~ msgstr "usuarios"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "se claro y conciso"
-#~ msgid "badges"
-#~ msgstr "medallas"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "mira las preguntas más frecuentes"
-#~ msgid "ask a question"
-#~ msgstr "preguntar"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown tips"
-#~ msgid "logout"
-#~ msgstr "salir"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
-#~ msgid "login"
-#~ msgstr "ingresar"
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "authsettings/"
+msgid "*italic* or _italic_"
+msgstr "*italic* o __italic__"
-#~ msgid "search"
-#~ msgstr "buscar"
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**bold** o __bold__"
-#~ msgid "question tips"
-#~ msgstr "tips para preguntar"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "enlace"
-#~ msgid "please ask a relevant question"
-#~ msgstr "por favor, haz que tu pregunta sea relevante"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "texto"
-#~ msgid "please try provide enough details"
-#~ msgstr "intenta dar todos los detalles"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "imagen"
-#~ msgid "Interesting tags"
-#~ msgstr "Etiquetas de interes"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "numerar:"
-#~ msgid "Add"
-#~ msgstr "Agregar"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "HTML básico es soportado"
-#~ msgid "Ignored tags"
-#~ msgstr "Ignorar etiqueta"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "lee acerca de Markdown"
-#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "Seleccione una etiqueta de filtro para el email"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "preguntar"
-#, fuzzy
-#~ msgid "Please, post your question!"
-#~ msgstr "Formula tu pregunta"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr "ingresa para publicar información de la pregunta"
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "suscribirse al feed de esta pregunta"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
-#, fuzzy
-#~ msgid "Search tips:"
-#~ msgstr "Resultados de busqueda"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Ingresa/registrate para publicar tu pregunta"
-#, fuzzy
-#~ msgid "reset author"
-#~ msgstr "preguntar al autor"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Formula tu pregunta"
-#, fuzzy
-#~ msgid " or "
-#~ msgstr "o"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
-#, fuzzy
-#~ msgid "reset tags"
-#~ msgstr "ver las etiquetas"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#, fuzzy
-#~ msgid "Search tip:"
-#~ msgstr "Resultados de busqueda"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "acerca de"
+
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "políticas de privacidad"
+
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "enviar sugerencias"
+
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "volver a inicio"
+
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
+
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "usuarios"
+
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "medallas"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "tips para preguntar"
+
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "por favor, haz que tu pregunta sea relevante"
+
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "intenta dar todos los detalles"
+
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "lista de preguntas sin contestar"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "vistas"
+msgstr[1] "vistas"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "preguntas favoritas"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "respuesta"
+msgstr[1] "respuesta"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "resetting author"
-#~ msgstr "preguntar al autor"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "votar/"
+msgstr[1] "votar/"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:5
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "Etiquetas de interes"
+msgid "see unanswered questions"
+msgstr "preguntas sin contestar"
+
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "por favor, haz que tu pregunta sea relevante"
+msgid "see your followed questions"
+msgstr "preguntas favoritas del usuario"
-#~ msgid "Related tags"
-#~ msgstr "Etiquetas relacionadas"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "preguntas sin contestar"
+msgid "Please ask your question here"
+msgstr "Formula tu pregunta"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "preguntas favoritas del usuario"
+msgid "badges:"
+msgstr "medallas"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "salir"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "ingresar"
+
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(username)s's profile"
-#~ msgstr "perfil de usuario"
+msgid "settings"
+msgstr "authsettings/"
-#~ msgid "Edit user profile"
-#~ msgstr "Editar perfil de usuario"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr ""
-#~ msgid "edit profile"
-#~ msgstr "editar perfil"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "Registered user"
-#~ msgstr "Usuario registrado"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
-#~ msgid "Screen Name"
-#~ msgstr "Nombre para mostrar"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "Update"
-#~ msgstr "Actualizar"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "este campo es requerido"
-#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "suscripción por email"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "seleccione un nombre de usuario"
-#~ msgid "Email subscription settings"
-#~ msgstr "Configuración de suscripciones por email"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "nombre de usuario es requerido"
-#~ msgid "email subscription settings info"
-#~ msgstr "información de suscripciones por email"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "lo sentimos, el nombre que haz elegido ya esta usado, selecciona otro"
-#~ msgid "Stop sending email"
-#~ msgstr "Detener el envió de emails"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
+"lo sentimos, el nombre que haz elegido no está permitido, seleciona otro"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Todas las preguntas"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "los sentimos, no hay usuarios con este nombre"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "preguntas"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"lo sentimos, tenermos un serio error - el nombre de usuario ha sido tomado "
+"por varios usuarios"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "eliminar"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"nombre de usuario sólo puede constar de letras, espacio vacío y subrayado"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "últimas visita"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "nuevas"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "tu dirección de email"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "hecho/"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "dirección de email requerida"
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "últimas visita"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "ingresa una dirección de email valida"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "la mejor respuesta fue marcada"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+"este email está siendo utilizado por algún usuario, por favor selecciona otro"
-#~ msgid "remove"
-#~ msgstr "remover"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "seleccionar contraseña"
-#~ msgid "update profile"
-#~ msgstr "actualizar perfil"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "una contraseña es requerida"
-#~ msgid "real name"
-#~ msgstr "nombre real"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "re-escribir contraseña"
-#~ msgid "member for"
-#~ msgstr "miembro desde"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "por favor, re-escribe tu contraseña"
-#~ msgid "last seen"
-#~ msgstr "últimas visita"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+"lo sentimos, las contraseñas que haz ingresado no coinciden, intenta de nuevo"
-#~ msgid "user website"
-#~ msgstr "sitio web del usuario"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "2 días atrás"
-#~ msgid "location"
-#~ msgstr "localización"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "ayer"
-#~ msgid "age"
-#~ msgstr "edad"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "age unit"
-#~ msgstr "medida de unidad"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "usuarios anónimos no pueden votar"
-#~ msgid "todays unused votes"
-#~ msgstr "votos no utilizados el día de hoy"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "votes left"
-#~ msgstr "votos restantes"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+#: views/commands.py:123
#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "Localización"
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "usuarios anónimos no pueden votar"
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+#: views/commands.py:213
#, fuzzy
-#~ msgid "Save"
-#~ msgstr "Guardar edición"
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "usuarios anónimos no pueden votar"
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"subscrición guardada, necesitamos una validación de %(email)s , mira "
+"%(details_url)s"
+
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "la frecuencia de notificaciones por email ha sido cambiada a diario"
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+#: views/commands.py:578
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "reputación del usuario en la comunidad"
+msgid "Please sign in to vote"
+msgstr "más votado"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Foro de sugerencias"
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Gracias por tus sugerencias"
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "Esperamos con interés escuchar sus comentarios! :)"
+
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "nueva pregunta"
+msgstr[1] "nueva pregunta"
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:416
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "mensajes/"
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "esta pregunta ha sido seleccionada como la favorita"
+#: views/users.py:212
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "mensajes/"
+msgid "moderate user"
+msgstr "moderar-usuario/"
+
+#: views/users.py:387
+msgid "user profile"
+msgstr "perfil de usuario"
+
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "vista del perfil de usuario"
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "actividad reciente del usuario"
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "perfil - actividad reciente"
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "perfil - respuestas"
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "pefil - votos"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "reputación del usuario en la comunidad"
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "perfil - reputación del usuario"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "preguntas favoritas del usuario"
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "pefil - preguntas favoritas"
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "cambios guardados"
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "notificaciones por email cancelada"
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "perfil - notificación por email"
+
+#: views/writers.py:59
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "usuarios anónimos no pueden votar"
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+#: views/writers.py:100
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "perfil de usuario"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Error al subir el archivo. Por favor contacte el administrador del sitio. "
+"Gracias. %s"
+#: views/writers.py:192
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "activa"
+msgid "Please log in to ask questions"
+msgstr "por favor, haz que tu pregunta sea relevante"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "Your karma change log."
-#~ msgstr "Tu contraseña ha sido cambiada."
+msgid "Please log in to answer questions"
+msgstr "preguntas sin contestar"
-#~ msgid "overview"
-#~ msgstr "descripción general"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+#: views/writers.py:649
#, fuzzy
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "la respuesta ha sido votada %(vote_count)s veces"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "usuarios anónimos no pueden votar"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "esta respuesta ha sido seleccionada como la correcta"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "thumb up"
-#~ msgstr "pulgar hacia arriba"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
-#~ msgid "user has voted up this many times"
-#~ msgstr "usuarios han votado positivo esto varias veces"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "la pregunta debe contener más de 10 carácteres"
-#~ msgid "thumb down"
-#~ msgstr "pulgar hacia abajo"
+#~ msgid "Email (not shared with anyone):"
+#~ msgstr "Email (no lo compartiremos con nadie):"
-#~ msgid "user voted down this many times"
-#~ msgstr "usuarios han votado negativo esto varias veces"
+#~ msgid "Minimum reputation required to perform actions"
+#~ msgstr "Para realizar acciones es requerido una reputación mínima"
#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "responder tips"
-
-#~ msgid "User profile"
-#~ msgstr "Pefil de usuario"
-
-#~ msgid "graph of user reputation"
-#~ msgstr "grafica de la reputación de este usuario"
-
-#~ msgid "reputation history"
-#~ msgstr "historial de reputación"
+#~ msgid "Site modes"
+#~ msgstr "título"
#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "preguntas que el usuario seleccione como su favorito"
+#~ msgid "Setting groups"
+#~ msgstr "Etiquetas de interes"
-#~ msgid "recent activity"
-#~ msgstr "actividad reciente"
+#, fuzzy
+#~ msgid "(please enter a valid email)"
+#~ msgstr "ingresa una dirección de email valida"
-#~ msgid "casted votes"
-#~ msgstr "votos emitidos"
+#~ msgid "questions"
+#~ msgstr "preguntas"
-#~ msgid "votes"
-#~ msgstr "votos"
+#~ msgid "search"
+#~ msgstr "buscar"
#~ msgid "community wiki"
#~ msgstr "wiki"
@@ -5563,19 +7012,12 @@ msgstr ""
#~ msgid "see questions tagged '%(tag_name)s'"
#~ msgstr "ver etiquetas de la pregunta '%(tag_name)s'"
-#, fuzzy
-#~ msgid "tagged"
-#~ msgstr "re-etiquetado"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "remover '%(tag_name)s' de la lista de etiquetas interesante"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "remover '%(tag_name)s' de la lista de etiquetas ignoradas"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "mantener ocultas las etiquetas ignoradas"
-
#, fuzzy
#~ msgid ""
#~ "see other questions with %(view_user)s's contributions tagged '%(tag_name)"
@@ -5830,9 +7272,6 @@ msgstr ""
#~ msgid "details on personal information policies"
#~ msgstr "detalles de las políticas de información personal"
-#~ msgid "Other Services"
-#~ msgstr "Otros Servicios"
-
#~ msgid "details on sharing data with third parties"
#~ msgstr "detalles sobre compartir datos con terceros"
@@ -5985,9 +7424,6 @@ msgstr ""
#~ msgid "tempsignin/"
#~ msgstr "tiempo-de-ingreso/"
-#~ msgid "add/"
-#~ msgstr "agregar/"
-
#~ msgid "admin/"
#~ msgstr "admin/"
diff --git a/askbot/locale/fi/LC_MESSAGES/django.mo b/askbot/locale/fi/LC_MESSAGES/django.mo
index da22aa13..6315f279 100644
--- a/askbot/locale/fi/LC_MESSAGES/django.mo
+++ b/askbot/locale/fi/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/fi/LC_MESSAGES/django.po b/askbot/locale/fi/LC_MESSAGES/django.po
index 51db149c..dba8f47a 100644
--- a/askbot/locale/fi/LC_MESSAGES/django.po
+++ b/askbot/locale/fi/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:31-0600\n"
+"POT-Creation-Date: 2012-01-02 11:21-0600\n"
"PO-Revision-Date: 2010-06-17 05:57+0200\n"
"Last-Translator: Pekka Järvinen <pekka.jarvinen@gmail.com>\n"
"Language-Team: Finnish <finnish@askbot.org>\n"
@@ -52,7 +52,10 @@ msgstr ""
msgid "Country field is required"
msgstr "vaadittu kenttä"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "otsikko"
@@ -60,34 +63,43 @@ msgstr "otsikko"
msgid "please enter a descriptive title for your question"
msgstr "kirjoita mahdollisimman kuvaava otsikko kysymyksellesi"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "otsikon tulee olla yli 10 merkkiä pitkä"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "otsikon tulee olla yli 10 merkkiä pitkä"
+msgstr[1] "otsikon tulee olla yli 10 merkkiä pitkä"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "sisältö"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "kysymyksen sisällön tulee olla vähintään kymmenen merkkiä pitkä"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "tagit"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Tagit ovat lyhyitä apusanoja, joissa ei ole välilyöntejä. Viisi tagia voi "
+"syöttää maksimissaan."
+msgstr[1] ""
"Tagit ovat lyhyitä apusanoja, joissa ei ole välilyöntejä. Viisi tagia voi "
"syöttää maksimissaan."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "tagit ovat pakollisia"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
@@ -95,12 +107,12 @@ msgstr[0] ""
"käytä vähintään <span class=\"hidden\">%(tag_count)d</span>yhtä tagia"
msgstr[1] "käytä vähintään %(tag_count)d tagia"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
@@ -109,15 +121,15 @@ msgstr[0] ""
"span>yhden merkin pituinen"
msgstr[1] "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "käytä-näitä-merkkejä-tageissa"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -125,11 +137,11 @@ msgstr ""
"jos valitset yhteisön muokattavissa olevan asetuksen, kysymykset ja "
"vastaukset eivät anna pisteitä kirjoittajalle eikä kirjoittajan nimeä näy"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "päivitysvedos:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -137,266 +149,272 @@ msgstr ""
"kirjoita lyhyt yhteenveto mitä teit (esim. kirjotusvirheiden korjaus, "
"paranneltiin tekstisijoittelua, jne. Ei pakollinen.)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
msgstr "päivitetty"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "Terveisin ylläpito"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
#, fuzzy
msgid "moderator"
msgstr "hallitse-kayttajaa/"
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "Vaihda tageja"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
#, fuzzy
msgid "Cannot change own status"
msgstr "et voi äänestää omia postauksia"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "et voi äänestää omia postauksia"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
#, fuzzy
msgid "Subject line"
msgstr "Valitse teema"
-#: forms.py:456
+#: forms.py:493
#, fuzzy
msgid "Message text"
msgstr "Viestin sisältö:"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Nimi:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "sähköposti"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Viesti:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "anonyymi"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "tämä sähköpostiosoite ei ole linkitetty gravatariin"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nimi"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Websivu"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Syntymäpäivä"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "ei näytetä, käytetään iän laskemiseen, muoto: VVVV-KK-PP"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profiili"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Tunnus"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "sähköpostiosoite on jo tietokannassa"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Kysyjänä minä"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Vastaajana minä"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Yksittäin valittu"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Koko keskustelupalsta (tagi-suodatettu)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "OK, koitetaan!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "ei sähköpostipäivityksiä"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "valitse yksi valinta seuraavista"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "sivusta/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "ukk/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "yksityisyys/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "vastaukset/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "muokkaa/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisiot/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "kysymykset/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "kysy/"
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "tagit/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "sulje/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "avaa-uudelleen/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "vastaa/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "aanesta/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "tagit/"
@@ -406,6 +424,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "kayttajat/"
@@ -438,11 +458,15 @@ msgstr "laheta/"
msgid "feedback/"
msgstr "palaute/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "kysymys/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "tunnus/"
@@ -955,105 +979,120 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "Maksimi tagin koko merkkeinä"
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "Maksimi tagin koko merkkeinä"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "Maksimi tagin koko merkkeinä"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "Maksimi tagin koko merkkeinä"
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "päivitetyt tagit"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Tagit"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "Maksimi määrä tageja per kysymys"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "Kysymyksien määrä sivulla vakiona"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "Mitä \"vastaamattomien kysymysten\" tulisi tarkoittaa?"
@@ -1971,6 +2010,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Kysymyksien määrä sivulla vakiona"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Sulje kysymys"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "pidä hylätyt piilotettuina"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "käyttäjien suosikit"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "duplikaattikysymys"
@@ -2011,7 +2083,7 @@ msgstr "liian paikallinen"
msgid "newest"
msgstr "uusin"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "vanhin"
@@ -2044,6 +2116,7 @@ msgid "relevance"
msgstr "merkitys"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "kaikki"
@@ -2182,7 +2255,7 @@ msgstr "[suljettu]"
msgid "[deleted]"
msgstr "[poistettu]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "ensimmäinen versio"
@@ -2242,15 +2315,15 @@ msgstr "Miten vaihdan profiilissani olevan kuvan (gravatar)?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "kulta"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "hopea"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronssi"
@@ -2397,7 +2470,7 @@ msgid "Incorrect username."
msgstr "Virheellinen tunnus"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "kirjautuminen/"
@@ -2437,6 +2510,7 @@ msgid "%(site)s user name and password"
msgstr "Syötä käyttäjätunnus ja salasana"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2548,57 +2622,57 @@ msgstr "Salasanasi vaihdettiin"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "Anna tunnuksellesi uusi salasana."
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2632,6 +2706,74 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr "hyväksytyt tiedostotyypit ovat '%(file_types)s'"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Sivustot"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "Dokumentaatio"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Vaihda salasana"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Kirjaudu ulos"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "Koti"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "Muokkaa sivuston asetuksia"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Korjaa allaolevat virhe:"
+msgstr[1] "Korjaa allaoleva virheet:"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "Ei oikeuksia"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Muokkaa sivuston asetuksia"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "Ryhmäasetukset: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Luhista kaikki"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Onnittelut, olet nyt pääkäyttäjä"
@@ -2755,7 +2897,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "Olet aina tervetullut kysymään!"
@@ -2779,42 +2921,42 @@ msgid ""
"own question"
msgstr "Ensimmäinen hyväksytty vastaus omaan kysymykseesi"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "et voi äänestää omia postauksia"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "tarvitset >%(points)s points äänestämiseen "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s mainetta tarvitaan"
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr ""
@@ -2822,7 +2964,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr ""
@@ -2830,13 +2972,13 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "sorry, file uploading requires karma >%(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
#, fuzzy
msgid "blocked users cannot post"
msgstr ""
@@ -2844,7 +2986,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
#, fuzzy
msgid "suspended users cannot post"
msgstr ""
@@ -2852,7 +2994,7 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2863,56 +3005,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2922,61 +3064,61 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr ""
@@ -2984,7 +3126,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr ""
@@ -2992,146 +3134,181 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "Ei oikeuksia"
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "vanhoja ääniä ei voi muuttaa"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "%(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "%(hr)d tunti sitten"
msgstr[1] "%(hr)d tuntia sitten"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "%(min)d minuutti sitten"
msgstr[1] "%(min)d minuuttia sitten"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "anonyymi"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr "Terveisin ylläpito"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "Lähettäjä on"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "Rekisteröity käyttäjä"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, fuzzy, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "maineesi on %(reputation)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3143,7 +3320,7 @@ msgstr[1] ""
"Obtaining silver badge requires significant patience. If you have received "
"%(count)d, that means you have greatly contributed to this community."
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
@@ -3152,35 +3329,29 @@ msgstr[0] ""
msgstr[1] ""
"Jos olet aktiivinen osallistuja sivustolla, saat tämän kunniamerkin."
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Tagit"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3580,52 +3751,273 @@ msgstr "Viikottain"
msgid "No email"
msgstr "Ei sähköpostia"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Syötä käyttäjätunnus ja salasana"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "valitse yksi vaihtoehto"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "kirjautuminen/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "Tallenna sähköpostiosoitteesi"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "Uusi sähköpostiosoite"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "Sähköpostiosoite"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "Tallenna sähköpostiosoite"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Peruuta"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "Tarkistuta sähköpostiosoite"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "Sähköpostia ei vaihdettu"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "Sähköposti muutettu"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "Sähköpostiosoite hyväksytty"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "Rekisteröidy"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Tämä tunnus on jo käytössä."
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "Käyttäjätunnus"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr "Sähköpostiosoite"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "valitse yksi vaihtoehto"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Luo tunnus"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "Tunnuksen tiedot:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Käyttäjätunnus:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Salasana:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Kirjaudu täällä:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "Terveisin ylläpito"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Terveiset"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3636,1942 +4028,2771 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, python-format
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Kirjaudu ulos"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Kirjautuminen"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "käyttäjän %(username)s gravatar-kuva"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "vaadittu kenttä"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Valitse tunnus"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Syötä käyttäjätunnus ja salasana"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "käyttäjätunnus on pakollinen"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "tämä nimi on jo käytössä"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "ei sähköpostia"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "tämä nimi ei ole sallittu"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Salasana"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "käyttäjää ei ole tällä nimellä"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Kirjautuminen"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Uusi salasana asetettu"
+
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "anna salasana uudestaan"
+
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-"käyttäjätunnus voi koostua aakkosista (a-z), välilyönneistä ( ) ja "
-"alaviivoista (_)"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "sähköpostiosoitteesi"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
+msgstr ""
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "sähköpostiosoite vaaditaan"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "nähty viimeksi"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "syötä toimiva sähköpostiosoite"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "tämä sähköpostiosoite on jo käytössä"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "poista"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Salasana"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Tunnus poistettu."
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "salasana vaaditaan"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Vieläkin kysymyksiä?"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Salasana uudestaan"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "anna salasana uudestaan"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Anna tunnuksellesi uusi salasana."
+
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "kaksi päivää sitten"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Anna tunnuksellesi uusi salasana."
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "eilen"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Miksi käyttää OpenID:tä?"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)d tunti sitten"
-msgstr[1] "%(hr)d tuntia sitten"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d minuutti sitten"
-msgstr[1] "%(min)d minuuttia sitten"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"Maailmanlaajuisesti OpenID:tä käyttää yli 160 miljoonaa ihmistä. "
+"Kymmenettuhannet sivustot käyttävät OpenID-palvelua kirjautumisessa "
+"hyväkseen."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID on avoin standardi, jota käyttää moni yritys ja organisaatio."
+
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Ota selvää"
+
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Hanki OpenID"
+
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "Kirjaudu"
+
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "valitse yksi vaihtoehto"
+
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Luo tunnus ja salasana"
+
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Luo tunnus ja salasana"
+
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Luo tunnus"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "tai"
+
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "palaa OpenID-palvelun kirjautumiseen"
+
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "Miten vaihdan profiilissani olevan kuvan (gravatar)?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Vaihda tageja"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Tunnuksen tiedot:"
+
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:122
+#: skins/common/templates/avatar/change.html:4
#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+msgid "change avatar"
+msgstr "muutokset talletettu"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:207
+#: skins/common/templates/avatar/change.html:22
#, fuzzy
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+msgid "Upload"
+msgstr "laheta/"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "poisti vastauksen"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "sähköpostien päivitysväli on vaihdettu päivittäiseksi"
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
-#: views/commands.py:400
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "poisti vastauksen"
+
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "vastauksen linkki"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "pysyväislinkki"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "muokkaa"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "näytä kaikki tagit"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
+"merkkaa loukkaavaksi (sisältää esim. roskapostia, mainostusta tai loukkaavaa "
+"tekstiä)"
+
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "merkkaa loukkaavaksi"
-#: views/commands.py:542
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Kirjaudu täällä:"
+msgid "remove flag"
+msgstr "näytä kaikki tagit"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "kysymys ja vastaus -keskustelupalstan palaute"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "palauta"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Kiitos palautteestasi!"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Post Your Answer"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr ""
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "merkitse suosikiksi (klikkaa uudestaan peruaksesi)"
-#: views/readers.py:151
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s kysymys"
-msgstr[1] "%(q_num)s kysymystä"
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "kysymyksen esittäjä on valinnut tämän vastauksen oikeaksi"
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s kysymys"
-msgstr[1] "%(q_num)s kysymystä"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "Tämä saattoi tapahtua seuraavista syistä:"
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:4
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d %(badge_level)s kunniamerkki"
-msgstr[1] "%(badge_count)d %(badge_level)s kunniamerkkiä"
+msgid "close date %(closed_at)s"
+msgstr "sulkemispäivä %(closed_at)s"
-#: views/readers.py:415
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "tämä kysymys valittiin suosikiksi"
+msgid "retag"
+msgstr "uudelleentagitettu"
+
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "avaa uudelleen"
+
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "sulje"
-#: views/users.py:211
+#: skins/common/templates/widgets/edit_post.html:21
#, fuzzy
-msgid "moderate this user"
-msgstr "Hallitse tätä käyttäjää"
+msgid "one of these is required"
+msgstr "vaadittu kenttä"
-#: views/users.py:212
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(pakollinen)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Reaaliaikainen Markdown-muokkain päälle/pois"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "piilota esikatselu"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tagit"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Mielenkiintoiset tagit"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
#, fuzzy
-msgid "moderate user"
-msgstr "hallitse-kayttajaa/"
+msgid "add"
+msgstr "Lisää"
-#: views/users.py:386
-msgid "user profile"
-msgstr "käyttäjäprofiili"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Hylätyt tagit"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "käyttäjäprofiilin yhteenveto"
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
+msgstr ""
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "viimeisimmät"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "profiili - viimeisimmät"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Sivua ei löytynyt."
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "kommentteja ja vastauksia muihin kysymyksiin"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Tämä saattoi tapahtua seuraavista syistä:"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "profiili - vastaukset"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "kysymys tai vastaus on poistettu;"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "äänihistoria"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "URL-osoitteessa on virhe;"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "profiili - äänet"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"sivu jota yritit käyttää on suojattu tai sinulla ei ole tarpeeksi ääniä, "
+"katso"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "user karma"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "ukk"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "Profiili - äänet"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "jos uskot, että tämä 404-sivu on aiheeton, ole hyvä"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "käyttäjien suosikit"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "kerro tästä ongelmasta"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "profiili - suosikkikysymykset"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "takaisin edelliselle sivulle"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "muutokset talletettu"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "näytä kaikki kysymykset"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "sähköpostipäivitykset peruttu"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "näytä kaikki tagit"
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "profiili - sähköpostitilaukset"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+"järjestelmävirhe on lisätty logeihimme, virhe korjataan mahdollisimman pian"
-#: views/writers.py:58
-#, fuzzy
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "katso uusimmat kysymykset"
+
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "näytä tagit"
-#: views/writers.py:68
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "hyväksytyt tiedostotyypit ovat '%(file_types)s'"
+msgid "About %(site_name)s"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Muokkaa vastausta"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "takaisin"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "revisio"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "valitse revisio"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Tallenna muokkaus"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "näytä esikatselu"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Kysy"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, fuzzy, python-format
+msgid "%(name)s"
+msgstr "%(date)s"
+
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Kunniamerkki"
-#: views/writers.py:91
+#: skins/default/templates/badge.html:7
#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "maksimi tiedostonkoko on %s kilotavua"
+msgid "Badge \"%(name)s\""
+msgstr "%(date)s"
-#: views/writers.py:99
-#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
-"Tiedoston lähetyksessä tapahtui virhe. Ota yhteyttä sivuston ylläpitäjiin. "
-"Kiitos. %s"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "kysymykset"
-#: views/writers.py:191
-#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "Olet aina tervetullut kysymään!"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "käyttäjä sai tämän kunniamerkin:"
+msgstr[1] "käyttäjää sai tämän kunniamerkin:"
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "näytä vastaamattomat kysymykset"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Kunniamerkkien yhteenveto"
-#: views/writers.py:598
-#, python-format
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Kunniamerkit"
+
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"If your questions and answers are highly voted, your contribution to this "
+"Q&amp;A community will be recognized with the variety of badges."
+
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
-#: views/writers.py:646
-#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Kunniamerkit"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
msgstr ""
+"Gold badge is the highest award in this community. To obtain it have to show "
+"profound knowledge and ability in addition to your active participation."
-#~ msgid "Sites"
-#~ msgstr "Sivustot"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#~ msgid "Documentation"
-#~ msgstr "Dokumentaatio"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"Obtaining silver badge requires significant patience. If you have received "
+"one, that means you have greatly contributed to this community."
-#~ msgid "Change password"
-#~ msgstr "Vaihda salasana"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
-#~ msgid "Log out"
-#~ msgstr "Kirjaudu ulos"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "Jos olet aktiivinen osallistuja sivustolla, saat tämän kunniamerkin."
-#~ msgid "Home"
-#~ msgstr "Koti"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Sulje kysymys"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Korjaa allaolevat virhe:"
-#~ msgstr[1] "Korjaa allaoleva virheet:"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Sulje kysymys"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "Ei oikeuksia"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Syyt"
-#~ msgid "Edit Site Settings"
-#~ msgstr "Muokkaa sivuston asetuksia"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "Hyväksytty sulkemista varten"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "Ryhmäasetukset: %(name)s"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#~ msgid "Uncollapse all"
-#~ msgstr "Luhista kaikki"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Usein Kysytyt Kysymykset"
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Syötä käyttäjätunnus ja salasana"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Minkälaisia kysymyksiä voin kysyä täällä?"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "valitse yksi vaihtoehto"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr "Kaikista tärkeintä on, että kysymykset ovat tätä sivustoa vastaavia"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "kirjautuminen/"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Ennen kuin kysyt, käytä hakua avuksesi, sillä joku on voinut jo vastata "
+"kysymykseesi."
-#~ msgid "Change email"
-#~ msgstr "Change Email"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Minkälaisia kysymyksiä minun pitäisi välttää?"
-#~ msgid "Save your email address"
-#~ msgstr "Tallenna sähköpostiosoitteesi"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Yritä välttää kysymyksiä, jotka eivät liity tähän sivustoon, ovat liian "
+"subjektiivisia ja väittelyä hakevia."
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Mitä minun pitäisi välttää vastauksissani?"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"on <strong>kysymys ja vastaus</strong> -sivusto - <strong>se ei ole "
+"keskustelupalsta tai -ryhmä</strong>. Vältä kysymyksiä, jotka yrittävät "
+"nostaa pintaan väittelyä. Käytä kommentteja pieniin lisäkysymyksiin tai "
+"vastauksiin."
-#~ msgid "Your new Email"
-#~ msgstr "Uusi sähköpostiosoite"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Kuka vastaa sivusta?"
-#~ msgid "Your Email"
-#~ msgstr "Sähköpostiosoite"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Lyhyt vastaus on: <strong>sinä</strong>."
-#~ msgid "Save Email"
-#~ msgstr "Tallenna sähköpostiosoite"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Tätä sivua hallinnoivat käyttäjät itse."
-#~ msgid "Cancel"
-#~ msgstr "Peruuta"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Mainejärjestelmä antaa käyttäjille oikeudet tehdä tietynlaisia toimenpiteitä."
-#~ msgid "Validate email"
-#~ msgstr "Tarkistuta sähköpostiosoite"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Miten mainejärjestelmä toimii?"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#~ msgid "Email not changed"
-#~ msgstr "Sähköpostia ei vaihdettu"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again."
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "lisaa-aani"
-#~ msgid "Email changed"
-#~ msgstr "Sähköposti muutettu"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "käytä tageja"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "lisää kommentteja"
-#~ msgid "Email verified"
-#~ msgstr "Sähköpostiosoite hyväksytty"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "poista-aani"
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
+msgstr "Ensimmäinen hyväksytty vastaus omaan kysymykseesi"
-#~ msgid "email key not sent"
-#~ msgstr "Validation email not sent"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "avaa ja sulje omia kysymyksiä"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a "
-#~ "href='%(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#: skins/default/templates/faq_static.html:57
+#, fuzzy
+msgid "retag other's questions"
+msgstr "uudelleentaggaa kysymyksiä"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "muokkaa yhteisöwikin kysymyksiä"
+
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "Rekisteröidy"
+msgid "\"edit any answer"
+msgstr "muokkaa mitä tahansa vastausta"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:71
+#, fuzzy
+msgid "\"delete any comment"
+msgstr "poista mikä tahansa kommentti"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "Miten vaihdan profiilissani olevan kuvan (gravatar)?"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
-
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Tämä tunnus on jo käytössä."
-
-#~ msgid "Screen name label"
-#~ msgstr "Käyttäjätunnus"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>Kuva joka esiintyy käyttäjien profiilissa on nimeltään <strong>gravatar</"
+"strong> (<strong>g</strong>lobally <strong>r</strong>ecognized "
+"<strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Tarvitseeko minun luoda erillinen tunnus jotta voin rekisteröityä?"
+
+#: skins/default/templates/faq_static.html:77
+#, fuzzy
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Ei. Voit kirjautua suoraan sivulle kenen tahansa OpenID-palveluntarjoajan "
+"välityksellä, esim. Google, Yahoo, AOL, jne."
-#~ msgid "Email address label"
-#~ msgstr "Sähköpostiosoite"
+#: skins/default/templates/faq_static.html:78
+#, fuzzy
+msgid "\"Login now!\""
+msgstr "Kirjaudu nyt!"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "Miksi muut voivat muokata kysymyksiäni tai vastauksiani?"
-#~ msgid "please select one of the options above"
-#~ msgstr "valitse yksi vaihtoehto"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "Tämän sivuston tavoite on..."
-#~ msgid "create account"
-#~ msgstr "Luo tunnus"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Kokeneet käyttäjät voivat muokata vastauksia ja kysymyksiä kuten wikiä. Tämä "
+"nostaa sivuston laatua."
-#~ msgid "Logout"
-#~ msgstr "Kirjaudu ulos"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "Jos et pidä tästä, kunnioitamme valintaasi."
-#~ msgid "User login"
-#~ msgstr "Kirjautuminen"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Vieläkin kysymyksiä?"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"<a href='%(ask_question_url)s'>Kysy kysymyksesi</a> ja tee sivustamme "
+"entistäkin parempi!"
-#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Palaute"
-#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Syötä käyttäjätunnus ja salasana"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Anna meille palautettasi!"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "ei sähköpostia"
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#~ msgid "Password"
-#~ msgstr "Salasana"
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#~ msgid "Login"
-#~ msgstr "Kirjautuminen"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Uusi salasana asetettu"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(tämä kenttä on pakollinen)"
-#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "anna salasana uudestaan"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#, fuzzy
-#~ msgid "last used"
-#~ msgstr "nähty viimeksi"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Lähetä palautetta"
-#~ msgid "delete"
-#~ msgstr "poista"
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Tunnus poistettu."
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "Vieläkin kysymyksiä?"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Anna tunnuksellesi uusi salasana."
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Anna tunnuksellesi uusi salasana."
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "Why use OpenID?"
-#~ msgstr "Miksi käyttää OpenID:tä?"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "with openid it is easier"
-#~ msgstr "With the OpenID you don't need to create new username and password."
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "Maailmanlaajuisesti OpenID:tä käyttää yli 160 miljoonaa ihmistä. "
-#~ "Kymmenettuhannet sivustot käyttävät OpenID-palvelua kirjautumisessa "
-#~ "hyväkseen."
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID on avoin standardi, jota käyttää moni yritys ja organisaatio."
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "Find out more"
-#~ msgstr "Ota selvää"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "Get OpenID"
-#~ msgstr "Hanki OpenID"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "Signup"
-#~ msgstr "Kirjaudu"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "valitse yksi vaihtoehto"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Luo tunnus ja salasana"
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "Toivoo ylläpito"
-#~ msgid "Create login name and password"
-#~ msgstr "Luo tunnus ja salasana"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Avaa tämä kysymys uudelleen"
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
-
-#~ msgid "Create Account"
-#~ msgstr "Luo tunnus"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "or"
-#~ msgstr "tai"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid "return to OpenID login"
-#~ msgstr "palaa OpenID-palvelun kirjautumiseen"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "Miten vaihdan profiilissani olevan kuvan (gravatar)?"
+msgid "i like this question (click again to cancel)"
+msgstr "pidän tästä (klikkaa uudestaan peruaksesi)"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Vaihda tageja"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "pidän tästä vastauksesta (klikkaa uudestaan peruaksesi)"
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Tunnuksen tiedot:"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "äänien määrä nyt"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "muutokset talletettu"
+msgid "i dont like this question (click again to cancel)"
+msgstr "en pidä tästä (klikkaa uudestaan peruaksesi)"
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "laheta/"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "en pidä tästä vastauksesta (klikkaa uudestaan peruaksesi)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "poisti vastauksen"
+msgid "anonymous user"
+msgstr "anonyymi"
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "poisti vastauksen"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "answer permanent link"
-#~ msgstr "vastauksen linkki"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "pysyväislinkki"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "kysytty"
-#~ msgid "edit"
-#~ msgstr "muokkaa"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "vastattu"
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "merkkaa loukkaavaksi (sisältää esim. roskapostia, mainostusta tai "
-#~ "loukkaavaa tekstiä)"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "lisätty"
-#~ msgid "flag offensive"
-#~ msgstr "merkkaa loukkaavaksi"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "päivitetty"
-#~ msgid "undelete"
-#~ msgstr "palauta"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "katso kysymyksiä, joilla on tagi '%(tag)s'"
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "poista kommentti"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "merkitse suosikiksi (klikkaa uudestaan peruaksesi)"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "lisää kommentti"
-#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "kysymyksen esittäjä on valinnut tämän vastauksen oikeaksi"
+#: skins/default/templates/macros.html:308
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "katso vielä <span class=\"hidden\">%(counter)s</span>yksi kommentti"
+msgstr[1] "katso vielä <strong>%(counter)s</strong> kommenttia"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "sulkemispäivä %(closed_at)s"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "katso vielä <span class=\"hidden\">%(counter)s</span>yksi kommentti"
+msgstr[1] "katso vielä <strong>%(counter)s</strong> kommenttia"
-#, fuzzy
-#~ msgid "retag"
-#~ msgstr "uudelleentagitettu"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "käyttäjän %(username)s gravatar-kuva"
-#~ msgid "reopen"
-#~ msgstr "avaa uudelleen"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "maineesi on %(reputation)s"
-#~ msgid "close"
-#~ msgstr "sulje"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "edellinen"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "vaadittu kenttä"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "nykyinen sivu"
-#~ msgid "(required)"
-#~ msgstr "(pakollinen)"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "sivu %(num)s"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Reaaliaikainen Markdown-muokkain päälle/pois"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "seuraava sivu"
-#~ msgid "hide preview"
-#~ msgstr "piilota esikatselu"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "postia per sivu"
-#~ msgid "Related tags"
-#~ msgstr "Tagit"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "vastauksia käyttäjälle %(username)s"
-#~ msgid "Interesting tags"
-#~ msgstr "Mielenkiintoiset tagit"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+"sinulla on <span class=\"hidden\">%(response_count)s</span>yksi uusi vastaus"
+msgstr[1] "sinulla on %(response_count)s uutta vastausta"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Lisää"
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "ei vastauksia"
-#~ msgid "Ignored tags"
-#~ msgstr "Hylätyt tagit"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Sivua ei löytynyt."
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Tämä saattoi tapahtua seuraavista syistä:"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "kysymys tai vastaus on poistettu;"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Kysymykset"
-#~ msgid "url has error - please check it;"
-#~ msgstr "URL-osoitteessa on virhe;"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Yksityisyydensuoja"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "sivu jota yritit käyttää on suojattu tai sinulla ei ole tarpeeksi ääniä, "
-#~ "katso"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Muokkaa kysymystä"
-#~ msgid "faq"
-#~ msgstr "ukk"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Vaihda tageja"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "jos uskot, että tämä 404-sivu on aiheeton, ole hyvä"
+#: skins/default/templates/question_retag.html:21
+#, fuzzy
+msgid "Retag"
+msgstr "tagit"
-#~ msgid "report this problem"
-#~ msgstr "kerro tästä ongelmasta"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Miksi käyttää ja muokata tageja?"
-#~ msgid "back to previous page"
-#~ msgstr "takaisin edelliselle sivulle"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "see all questions"
-#~ msgstr "näytä kaikki kysymykset"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "tagien muokkaajat saavat erikoispalkintoja yhteisöltä"
-#~ msgid "see all tags"
-#~ msgstr "näytä kaikki tagit"
+#: skins/default/templates/question_retag.html:59
+#, fuzzy
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "järjestelmävirhe on lisätty logeihimme, virhe korjataan mahdollisimman "
-#~ "pian"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Uudelleenavaa kysymys"
-#~ msgid "see latest questions"
-#~ msgstr "katso uusimmat kysymykset"
+#: skins/default/templates/reopen.html:6
+#, fuzzy
+msgid "Title"
+msgstr "otsikko"
-#~ msgid "see tags"
-#~ msgstr "näytä tagit"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
-#~ msgid "Edit answer"
-#~ msgstr "Muokkaa vastausta"
+#: skins/default/templates/reopen.html:16
+#, fuzzy
+msgid "Close reason:"
+msgstr "Sulje kysymys"
-#~ msgid "back"
-#~ msgstr "takaisin"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
-#~ msgid "revision"
-#~ msgstr "revisio"
+#: skins/default/templates/reopen.html:22
+#, fuzzy
+msgid "Reopen this question?"
+msgstr "Avaa tämä kysymys uudelleen"
-#~ msgid "select revision"
-#~ msgstr "valitse revisio"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Avaa tämä kysymys uudelleen"
-#~ msgid "Save edit"
-#~ msgstr "Tallenna muokkaus"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Historia"
-#~ msgid "show preview"
-#~ msgstr "näytä esikatselu"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "klikkaa piilottaaksesi/näyttääksesi revision"
-#~ msgid "Ask a question"
-#~ msgstr "Kysy"
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "revisiot/"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid "%(name)s"
-#~ msgstr "%(date)s"
-
-#~ msgid "Badge"
-#~ msgstr "Kunniamerkki"
+msgid "Subscribe for tags"
+msgstr "käytä tageja"
-#, fuzzy
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "%(date)s"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "kysymykset"
-
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "käyttäjä sai tämän kunniamerkin:"
-#~ msgstr[1] "käyttäjää sai tämän kunniamerkin:"
+msgid "Subscribe"
+msgstr "käytä tageja"
-#~ msgid "Badges summary"
-#~ msgstr "Kunniamerkkien yhteenveto"
-
-#~ msgid "Badges"
-#~ msgstr "Kunniamerkit"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Tagilista"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "If your questions and answers are highly voted, your contribution to this "
-#~ "Q&amp;A community will be recognized with the variety of badges."
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Below is the list of available badges and number \n"
-#~ " of times each type of badge has been awarded. Have ideas about fun "
-#~ "badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+msgid "Sort by &raquo;"
+msgstr "Järjestys:"
-#~ msgid "Community badges"
-#~ msgstr "Kunniamerkit"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "aakkosjärjestyksessä"
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Gold badge is the highest award in this community. To obtain it have to "
-#~ "show profound knowledge and ability in addition to your active "
-#~ "participation."
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "nimen mukaan"
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "Obtaining silver badge requires significant patience. If you have "
-#~ "received one, that means you have greatly contributed to this community."
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "taginkäytön mukaan"
-#~ msgid "bronze badge description"
-#~ msgstr ""
-#~ "Jos olet aktiivinen osallistuja sivustolla, saat tämän kunniamerkin."
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "suosituksen mukaan"
-#~ msgid "Close question"
-#~ msgstr "Sulje kysymys"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Mitään ei löytynyt"
-#~ msgid "Close the question"
-#~ msgstr "Sulje kysymys"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Käyttäjät"
-#~ msgid "Reasons"
-#~ msgstr "Syyt"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "OK to close"
-#~ msgstr "Hyväksytty sulkemista varten"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "maine"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Usein Kysytyt Kysymykset"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Minkälaisia kysymyksiä voin kysyä täällä?"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "äskettäiset"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr "Kaikista tärkeintä on, että kysymykset ovat tätä sivustoa vastaavia"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Ennen kuin kysyt, käytä hakua avuksesi, sillä joku on voinut jo vastata "
-#~ "kysymykseesi."
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Minkälaisia kysymyksiä minun pitäisi välttää?"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "käyttäjänimen mukaan"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Yritä välttää kysymyksiä, jotka eivät liity tähän sivustoon, ovat liian "
-#~ "subjektiivisia ja väittelyä hakevia."
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Mitä minun pitäisi välttää vastauksissani?"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Mitään ei löytynyt."
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "on <strong>kysymys ja vastaus</strong> -sivusto - <strong>se ei ole "
-#~ "keskustelupalsta tai -ryhmä</strong>. Vältä kysymyksiä, jotka yrittävät "
-#~ "nostaa pintaan väittelyä. Käytä kommentteja pieniin lisäkysymyksiin tai "
-#~ "vastauksiin."
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s kysymys"
+msgstr[1] "%(q_num)s kysymystä"
+
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
-#~ msgid "Who moderates this community?"
-#~ msgstr "Kuka vastaa sivusta?"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "tagattu"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Lyhyt vastaus on: <strong>sinä</strong>."
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Hakuvinkkejä:"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Tätä sivua hallinnoivat käyttäjät itse."
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "nollaa tekijä"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Mainejärjestelmä antaa käyttäjille oikeudet tehdä tietynlaisia "
-#~ "toimenpiteitä."
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "tai"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Miten mainejärjestelmä toimii?"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "nollaa tagit"
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "aloita alusta"
-#~ msgid "upvote"
-#~ msgstr "lisaa-aani"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr " laajentaaksesi tai lisää enemmän tageja hakuusi."
-#~ msgid "use tags"
-#~ msgstr "käytä tageja"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Hakuvinkki:"
-#~ msgid "add comments"
-#~ msgstr "lisää kommentteja"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "lisää tageja ja hakusanoja täsmentääksesi hakuasi"
-#~ msgid "downvote"
-#~ msgstr "poista-aani"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Ei vastaamattomia kysymyksiä"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Ensimmäinen hyväksytty vastaus omaan kysymykseesi"
+msgid "No questions here. "
+msgstr "Ei suosikkeja."
-#~ msgid "open and close own questions"
-#~ msgstr "avaa ja sulje omia kysymyksiä"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "uudelleentaggaa kysymyksiä"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Voit laajentaa hakuasi seuraavasti"
-#~ msgid "edit community wiki questions"
-#~ msgstr "muokkaa yhteisöwikin kysymyksiä"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "nollataan"
-#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "muokkaa mitä tahansa vastausta"
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "nollataan tagit"
-#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "poista mikä tahansa kommentti"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "aloitetaan alusta"
-#~ msgid "what is gravatar"
-#~ msgstr "Miten vaihdan profiilissani olevan kuvan (gravatar)?"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "Olet aina tervetullut kysymään!"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>Kuva joka esiintyy käyttäjien profiilissa on nimeltään "
-#~ "<strong>gravatar</strong> (<strong>g</strong>lobally <strong>r</"
-#~ "strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
-#~ "<strong>cryptographic key</strong> (unbreakable code) is calculated from "
-#~ "your email address. You upload your picture (or your favorite alter ego "
-#~ "image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
-#~ "strong></a> from where we later retreive your image using the key.</"
-#~ "p><p>This way all the websites you trust can show your image next to your "
-#~ "posts and your email address remains private.</p><p>Please "
-#~ "<strong>personalize your account</strong> with an image - just register "
-#~ "at <a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just "
-#~ "please be sure to use the same email address that you used to register "
-#~ "with us). Default image that looks like a kitchen tile is generated "
-#~ "automatically.</p>"
-
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Tarvitseeko minun luoda erillinen tunnus jotta voin rekisteröityä?"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Et löytänyt etsimääsi?"
-#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Ei. Voit kirjautua suoraan sivulle kenen tahansa OpenID-palveluntarjoajan "
-#~ "välityksellä, esim. Google, Yahoo, AOL, jne."
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Ole hyvä ja kysy kysymyksesi!"
+#: skins/default/templates/main_page/tab_bar.html:9
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Kirjaudu nyt!"
+msgid "subscribe to the questions feed"
+msgstr "uudelleentaggaa kysymyksiä"
+
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "Miksi muut voivat muokata kysymyksiäni tai vastauksiani?"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "Goal of this site is..."
-#~ msgstr "Tämän sivuston tavoite on..."
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+"jokaisen tagin tulee olla vähintään <span class=\"hidden\">%(max_chars)s</"
+"span>yhden merkin pituinen"
+msgstr[1] "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Kokeneet käyttäjät voivat muokata vastauksia ja kysymyksiä kuten wikiä. "
-#~ "Tämä nostaa sivuston laatua."
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] ""
+"käytä vähintään <span class=\"hidden\">%(tag_count)d</span>yhtä tagia"
+msgstr[1] "käytä vähintään %(tag_count)d tagia"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "Jos et pidä tästä, kunnioitamme valintaasi."
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
-#~ msgid "Still have questions?"
-#~ msgstr "Vieläkin kysymyksiä?"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
+msgstr[1] ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "<a href='%(ask_question_url)s'>Kysy kysymyksesi</a> ja tee sivustamme "
-#~ "entistäkin parempi!"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "vanhimmat vastaukset näytetään ensin"
-#~ msgid "Feedback"
-#~ msgstr "Palaute"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "vanhimmat vastaukset"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Anna meille palautettasi!"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "uusimmat vastaukset näytetään ensin"
-#~ msgid "(this field is required)"
-#~ msgstr "(tämä kenttä on pakollinen)"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "uusimmat vastaukset"
-#~ msgid "Send Feedback"
-#~ msgstr "Lähetä palautetta"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "eniten ääniä saaneet vastaukset näytetään ensin"
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr "Toivoo ylläpito"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "äänestetyimmät"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Avaa tämä kysymys uudelleen"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Vastaa omaan kysymykseesi"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "pidän tästä (klikkaa uudestaan peruaksesi)"
+msgid "Login/Signup to Answer"
+msgstr "Kirjaudu antaaksesi vastauksen"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "pidän tästä vastauksesta (klikkaa uudestaan peruaksesi)"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Vastauksesi"
-#~ msgid "current number of votes"
-#~ msgstr "äänien määrä nyt"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Ole ensimmäinen vastaaja!"
-#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "en pidä tästä (klikkaa uudestaan peruaksesi)"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
+
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Kirjaudu antaaksesi vastauksen"
+
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Post Your Answer"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "en pidä tästä vastauksesta (klikkaa uudestaan peruaksesi)"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "anonyymi"
+msgid " or"
+msgstr "tai"
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "sähköposti"
-#~ msgid "asked"
-#~ msgstr "kysytty"
+#: skins/default/templates/question/sidebar.html:4
+#, fuzzy
+msgid "Question tools"
+msgstr "Tagit"
-#~ msgid "answered"
-#~ msgstr "vastattu"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "questions with most answers"
-#~ msgid "posted"
-#~ msgstr "lisätty"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "Kaikki kysymykset"
-#~ msgid "updated"
-#~ msgstr "päivitetty"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Kaikki kysymykset"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "katso kysymyksiä, joilla on tagi '%(tag)s'"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "questions with most answers"
-#~ msgid "delete this comment"
-#~ msgstr "poista kommentti"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Kaikki kysymykset"
-#~ msgid "add comment"
-#~ msgstr "lisää kommentti"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] ""
-#~ "katso vielä <span class=\"hidden\">%(counter)s</span>yksi kommentti"
-#~ msgstr[1] "katso vielä <strong>%(counter)s</strong> kommenttia"
+msgid "email the updates"
+msgstr "sähköpostipäivitykset peruttu"
+
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "katso vielä <span class=\"hidden\">%(counter)s</span>yksi kommentti"
-#~ msgstr[1] "katso vielä <strong>%(counter)s</strong> kommenttia"
+msgid "subscribe to this question rss feed"
+msgstr "uudelleentaggaa kysymyksiä"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "maineesi on %(reputation)s"
+msgid "subscribe to rss feed"
+msgstr "uudelleentaggaa kysymyksiä"
-#~ msgid "previous"
-#~ msgstr "edellinen"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Kysytty"
-#~ msgid "current page"
-#~ msgstr "nykyinen sivu"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Nähty"
-#~ msgid "page number %(num)s"
-#~ msgstr "sivu %(num)s"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "kertaa"
-#~ msgid "next page"
-#~ msgstr "seuraava sivu"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "viimeksi päivitetty"
-#~ msgid "posts per page"
-#~ msgstr "postia per sivu"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Liittyvät kysymykset"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
-#~ msgid "responses for %(username)s"
-#~ msgstr "vastauksia käyttäjälle %(username)s"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] ""
-#~ "sinulla on <span class=\"hidden\">%(response_count)s</span>yksi uusi "
-#~ "vastaus"
-#~ msgstr[1] "sinulla on %(response_count)s uutta vastausta"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
-#~ msgid "no new responses yet"
-#~ msgstr "ei vastauksia"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(note: you can always <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
-#~ msgid "Questions"
-#~ msgstr "Kysymykset"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
-#~ msgid "Privacy policy"
-#~ msgstr "Yksityisyydensuoja"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "käyttäjän %(username)s profiili"
-#~ msgid "Edit question"
-#~ msgstr "Muokkaa kysymystä"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Muokkaa profiilia"
-#~ msgid "Change tags"
-#~ msgstr "Vaihda tageja"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "muokkaa profiilia"
-#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "tagit"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "vaihda kuva"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Miksi käyttää ja muokata tageja?"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "tagien muokkaajat saavat erikoispalkintoja yhteisöltä"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Rekisteröity käyttäjä"
-#, fuzzy
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Tunnus"
-#~ msgid "Reopen question"
-#~ msgstr "Uudelleenavaa kysymys"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Päivitä"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "otsikko"
+msgid "subscriptions"
+msgstr "kysymykset"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Sulje kysymys"
+msgid "Email subscription settings"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Stop Email"
+
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Avaa tämä kysymys uudelleen"
+msgid "followed questions"
+msgstr "Kaikki kysymykset"
-#~ msgid "Reopen this question"
-#~ msgstr "Avaa tämä kysymys uudelleen"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
-#~ msgid "Revision history"
-#~ msgstr "Historia"
+#: skins/default/templates/user_profile/user_inbox.html:34
+#, fuzzy
+msgid "Sections:"
+msgstr "kysymykset"
-#~ msgid "click to hide/show revision"
-#~ msgstr "klikkaa piilottaaksesi/näyttääksesi revision"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "käytä vähintään <span class=\"hidden\">%(tag_count)d</span>yhtä tagia"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "revisiot/"
+msgid "select:"
+msgstr "poista"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "käytä tageja"
+msgid "seen"
+msgstr "nähty viimeksi"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "käytä tageja"
+msgid "new"
+msgstr "uusin"
-#~ msgid "Tag list"
-#~ msgstr "Tagilista"
+#: skins/default/templates/user_profile/user_inbox.html:53
+#, fuzzy
+msgid "none"
+msgstr "bronssi"
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Järjestys:"
+msgid "mark as seen"
+msgstr "nähty viimeksi"
+
+#: skins/default/templates/user_profile/user_inbox.html:55
+#, fuzzy
+msgid "mark as new"
+msgstr "merkitty parhaaksi vastaukseksi"
-#~ msgid "sorted alphabetically"
-#~ msgstr "aakkosjärjestyksessä"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "by name"
-#~ msgstr "nimen mukaan"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "päivitä profiili"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "taginkäytön mukaan"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
-#~ msgid "by popularity"
-#~ msgstr "suosituksen mukaan"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "nimi"
-#~ msgid "Nothing found"
-#~ msgstr "Mitään ei löytynyt"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "liittynyt"
-#~ msgid "Users"
-#~ msgstr "Käyttäjät"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "nähty viimeksi"
-#~ msgid "reputation"
-#~ msgstr "maine"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "sivusto"
-#~ msgid "recent"
-#~ msgstr "äskettäiset"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "paikka"
-#~ msgid "by username"
-#~ msgstr "käyttäjänimen mukaan"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "ikä"
-#~ msgid "Nothing found."
-#~ msgstr "Mitään ei löytynyt."
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "years old"
-#~ msgid "Search tips:"
-#~ msgstr "Hakuvinkkejä:"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "tämän päivän käyttämättömät äänet"
-#~ msgid "reset author"
-#~ msgstr "nollaa tekijä"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "ääntä jäljellä"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid " or "
-#~ msgstr "tai"
+msgid "moderation"
+msgstr "Paikka"
-#~ msgid "reset tags"
-#~ msgstr "nollaa tagit"
-
-#~ msgid "start over"
-#~ msgstr "aloita alusta"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "maineesi on %(reputation)s"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr " laajentaaksesi tai lisää enemmän tageja hakuusi."
+#: skins/default/templates/user_profile/user_moderate.html:11
+#, fuzzy
+msgid "User status changed"
+msgstr "user karma"
-#~ msgid "Search tip:"
-#~ msgstr "Hakuvinkki:"
+#: skins/default/templates/user_profile/user_moderate.html:20
+#, fuzzy
+msgid "Save"
+msgstr "Tallenna muokkaus"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "lisää tageja ja hakusanoja täsmentääksesi hakuasi"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, fuzzy, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "maineesi on %(reputation)s"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Ei vastaamattomia kysymyksiä"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, fuzzy, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "maineesi on %(reputation)s"
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Ei suosikkeja."
+msgid "User reputation changed"
+msgstr "user karma"
-#~ msgid "You can expand your search by "
-#~ msgstr "Voit laajentaa hakuasi seuraavasti"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
-#~ msgid "resetting author"
-#~ msgstr "nollataan"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Lisää"
-#~ msgid "resetting tags"
-#~ msgstr "nollataan tagit"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "vastauksia käyttäjälle %(username)s"
-#~ msgid "starting over"
-#~ msgstr "aloitetaan alusta"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "Olet aina tervetullut kysymään!"
+#: skins/default/templates/user_profile/user_moderate.html:46
+#, fuzzy
+msgid "Message sent"
+msgstr "viestit/"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Et löytänyt etsimääsi?"
+#: skins/default/templates/user_profile/user_moderate.html:64
+#, fuzzy
+msgid "Send message"
+msgstr "viestit/"
-#~ msgid "Please, post your question!"
-#~ msgstr "Ole hyvä ja kysy kysymyksesi!"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#, fuzzy
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "uudelleentaggaa kysymyksiä"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] ""
-#~ "jokaisen tagin tulee olla vähintään <span class=\"hidden\">%(max_chars)s</"
-#~ "span>yhden merkin pituinen"
-#~ msgstr[1] ""
-#~ "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] ""
-#~ "käytä vähintään <span class=\"hidden\">%(tag_count)d</span>yhtä tagia"
-#~ msgstr[1] "käytä vähintään %(tag_count)d tagia"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "jokaisen tagin tulee olla vähintään %(max_chars)d merkin pituinen"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "käyttäjän %(username)s profiili"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "activity"
+msgstr "aktiivinen"
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "vanhimmat vastaukset näytetään ensin"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "oldest answers"
-#~ msgstr "vanhimmat vastaukset"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "äänihistoriasi."
-#~ msgid "newest answers will be shown first"
-#~ msgstr "uusimmat vastaukset näytetään ensin"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "äänihistoriasi."
-#~ msgid "newest answers"
-#~ msgstr "uusimmat vastaukset"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "yhteenveto"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "eniten ääniä saaneet vastaukset näytetään ensin"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span> kysymys"
+msgstr[1] "<span class=\"count\">%(counter)s</span> kysymystä"
-#~ msgid "popular answers"
-#~ msgstr "äänestetyimmät"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span> vastaus"
+msgstr[1] "<span class=\"count\">%(counter)s</span> vastausta"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Vastaa omaan kysymykseesi"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, fuzzy, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "tämä vastaus on hyväksytty oikeaksi"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Kirjaudu antaaksesi vastauksen"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "tämä vastaus on valittu oikeaksi"
-#~ msgid "Your answer"
-#~ msgstr "Vastauksesi"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "vastausta kommentoitiin %(comment_count)s kerran"
+msgstr[1] "vastausta kommentoitiin %(comment_count)s kertaa"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Ole ensimmäinen vastaaja!"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> ääntä"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> ääni"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!"
-
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>You are welcome to answer your own question</"
-#~ "span>, but please make sure to give an <strong>answer</strong>. Remember "
-#~ "that you can always <strong>revise your original question</strong>. "
-#~ "Please <strong>use comments for discussions</strong> and <strong>please "
-#~ "don't forget to vote :)</strong> for the answers that you liked (or "
-#~ "perhaps did not like)! "
-
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Kirjaudu antaaksesi vastauksen"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "käyttäjä on äänestänyt tätä monta kertaa"
-#~ msgid "Answer the question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr ""
+#: skins/default/templates/user_profile/user_stats.html:55
#, fuzzy
-#~ msgid " or"
-#~ msgstr "tai"
+msgid "user voted down this many times"
+msgstr "käyttäjä on äänestänyt tätä monta kertaa"
-#~ msgid "email"
-#~ msgstr "sähköposti"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> tagia"
+msgstr[1] "<span class=\"count\">%(counter)s</span> tagi"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tagit"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> kunniamerkkiä"
+msgstr[1] "<span class=\"count\">%(counter)s</span> arvomerkki"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "questions with most answers"
+msgid "Answer to:"
+msgstr "Vastausvinkkejä"
-#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "questions with most answers"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Profiili"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "sähköpostipäivitykset peruttu"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "kommentteja ja vastauksia muihin kysymyksiin"
-#~ msgid "question asked"
-#~ msgstr "Kysytty"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "question was seen"
-#~ msgstr "Nähty"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
-#~ msgid "times"
-#~ msgstr "kertaa"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "karma history"
-#~ msgid "last updated"
-#~ msgstr "viimeksi päivitetty"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "kysymyksiä, joita tämä käyttäjä on valinnut suosikikseen"
-#~ msgid "Related questions"
-#~ msgstr "Liittyvät kysymykset"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "uusimmat"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "äänihistoria"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votes"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+msgid "moderate this user"
+msgstr "Hallitse tätä käyttäjää"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(note: you can always <strong><a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>change</a></strong> how often you receive "
-#~ "updates)"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "äänet"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Vastausvinkkejä"
-#~ msgid "%(username)s's profile"
-#~ msgstr "käyttäjän %(username)s profiili"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "vastaus käsittelee tämän sivuston aihealuita"
-#~ msgid "Edit user profile"
-#~ msgstr "Muokkaa profiilia"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "yritä vastata kysymykseen mielummin, kuin että osallistut keskusteluun"
-#~ msgid "edit profile"
-#~ msgstr "muokkaa profiilia"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "anna yksityiskohtia, sillä emme omista kristallipalloa"
-#~ msgid "change picture"
-#~ msgstr "vaihda kuva"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "ole selkeä ja täsmällinen"
-#~ msgid "Registered user"
-#~ msgstr "Rekisteröity käyttäjä"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "katso usein kysytyt kysymykset"
-#~ msgid "Screen Name"
-#~ msgstr "Tunnus"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown-vinkkejä"
-#~ msgid "Update"
-#~ msgstr "Päivitä"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
-#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "kysymykset"
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "Email subscription settings"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+msgid "*italic* or _italic_"
+msgstr "*kursivointi* tai __kursivointi__"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**lihavointi** tai __lihavointi__"
-#~ msgid "Stop sending email"
-#~ msgstr "Stop Email"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "linkki"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Kaikki kysymykset"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "teksti"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "kysymykset"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "kuva"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr ""
-#~ "käytä vähintään <span class=\"hidden\">%(tag_count)d</span>yhtä tagia"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "numeroitu lista:"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "poista"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "perus HTML-tagit ovat myös tuetut"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "nähty viimeksi"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "opi lisää Markdownista"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "uusin"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "kysy kysymys"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "bronssi"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "nähty viimeksi"
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "merkitty parhaaksi vastaukseksi"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Kirjaudu sisään kysyäksesi kysymyksesi"
-#~ msgid "update profile"
-#~ msgstr "päivitä profiili"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Kysy kysymyksesi"
-#~ msgid "real name"
-#~ msgstr "nimi"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Ihmiset"
-#~ msgid "member for"
-#~ msgstr "liittynyt"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "last seen"
-#~ msgstr "nähty viimeksi"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "sivusta"
-#~ msgid "user website"
-#~ msgstr "sivusto"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "yksityisyydensuoja"
-#~ msgid "location"
-#~ msgstr "paikka"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "anna palautetta"
-#~ msgid "age"
-#~ msgstr "ikä"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "takaisin kotisivulle"
-#~ msgid "age unit"
-#~ msgstr "years old"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#~ msgid "todays unused votes"
-#~ msgstr "tämän päivän käyttämättömät äänet"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "käyttäjät"
-#~ msgid "votes left"
-#~ msgstr "ääntä jäljellä"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "kunniamerkit"
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "Paikka"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Vinkkejä kysymiseen"
-#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "maineesi on %(reputation)s"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "kysy kysymys mikä koskee aiheitamme"
-#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "user karma"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "kirjoita mahdollisimman paljon yksityiskohtia"
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "Save"
-#~ msgstr "Tallenna muokkaus"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "katselut"
+msgstr[1] "katselut"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "maineesi on %(reputation)s"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "vastaus"
+msgstr[1] "vastaus"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "maineesi on %(reputation)s"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "aanesta"
+msgstr[1] "aanesta"
-#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "user karma"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#~ msgid "Add"
-#~ msgstr "Lisää"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "näytä vastaamattomat kysymykset"
-#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "vastauksia käyttäjälle %(username)s"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "viestit/"
+msgid "see your followed questions"
+msgstr "näytä suosikit"
-#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "viestit/"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "Please ask your question here"
+msgstr "Ole hyvä ja kysy kysymyksesi!"
-#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "käyttäjän %(username)s profiili"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "aktiivinen"
+msgid "badges:"
+msgstr "kunniamerkit:"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "poistu"
-#~ msgid "Your karma change log."
-#~ msgstr "äänihistoriasi."
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "kirjaudu"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "äänihistoriasi."
+msgid "settings"
+msgstr "nollataan tagit"
-#~ msgid "overview"
-#~ msgstr "yhteenveto"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> kysymys"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> kysymystä"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> vastaus"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> vastausta"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
-#, fuzzy
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "tämä vastaus on hyväksytty oikeaksi"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "tämä vastaus on valittu oikeaksi"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "vaadittu kenttä"
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "vastausta kommentoitiin %(comment_count)s kerran"
-#~ msgstr[1] "vastausta kommentoitiin %(comment_count)s kertaa"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Valitse tunnus"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> ääntä"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> ääni"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "käyttäjätunnus on pakollinen"
-#~ msgid "user has voted up this many times"
-#~ msgstr "käyttäjä on äänestänyt tätä monta kertaa"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "tämä nimi on jo käytössä"
-#, fuzzy
-#~ msgid "user voted down this many times"
-#~ msgstr "käyttäjä on äänestänyt tätä monta kertaa"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "tämä nimi ei ole sallittu"
+
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "käyttäjää ei ole tällä nimellä"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> tagia"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> tagi"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> kunniamerkkiä"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> arvomerkki"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"käyttäjätunnus voi koostua aakkosista (a-z), välilyönneistä ( ) ja "
+"alaviivoista (_)"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Vastausvinkkejä"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "User profile"
-#~ msgstr "Profiili"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "sähköpostiosoitteesi"
-#~ msgid "graph of user reputation"
-#~ msgstr "Graph of user karma"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "sähköpostiosoite vaaditaan"
-#~ msgid "reputation history"
-#~ msgstr "karma history"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "syötä toimiva sähköpostiosoite"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "kysymyksiä, joita tämä käyttäjä on valinnut suosikikseen"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "tämä sähköpostiosoite on jo käytössä"
+
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Salasana"
-#~ msgid "recent activity"
-#~ msgstr "uusimmat"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "salasana vaaditaan"
-#~ msgid "casted votes"
-#~ msgstr "votes"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Salasana uudestaan"
-#~ msgid "votes"
-#~ msgstr "äänet"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "anna salasana uudestaan"
-#~ msgid "answer tips"
-#~ msgstr "Vastausvinkkejä"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "vastaus käsittelee tämän sivuston aihealuita"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "kaksi päivää sitten"
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "yritä vastata kysymykseen mielummin, kuin että osallistut keskusteluun"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "eilen"
-#~ msgid "please try to provide details"
-#~ msgstr "anna yksityiskohtia, sillä emme omista kristallipalloa"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)d tunti sitten"
+msgstr[1] "%(hr)d tuntia sitten"
-#~ msgid "be clear and concise"
-#~ msgstr "ole selkeä ja täsmällinen"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d minuutti sitten"
+msgstr[1] "%(min)d minuuttia sitten"
-#~ msgid "see frequently asked questions"
-#~ msgstr "katso usein kysytyt kysymykset"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown-vinkkejä"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+#, fuzzy
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:213
#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*kursivointi* tai __kursivointi__"
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**lihavointi** tai __lihavointi__"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
-#~ msgid "link"
-#~ msgstr "linkki"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "sähköpostien päivitysväli on vaihdettu päivittäiseksi"
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
-#~ msgid "text"
-#~ msgstr "teksti"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "Kirjaudu täällä:"
-#~ msgid "image"
-#~ msgstr "kuva"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "kysymys ja vastaus -keskustelupalstan palaute"
-#~ msgid "numbered list:"
-#~ msgstr "numeroitu lista:"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Kiitos palautteestasi!"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "perus HTML-tagit ovat myös tuetut"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
-#~ msgid "learn more about Markdown"
-#~ msgstr "opi lisää Markdownista"
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s kysymys"
+msgstr[1] "%(q_num)s kysymystä"
-#~ msgid "ask a question"
-#~ msgstr "kysy kysymys"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s kunniamerkki"
+msgstr[1] "%(badge_count)d %(badge_level)s kunniamerkkiä"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: views/readers.py:416
+#, fuzzy
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "tämä kysymys valittiin suosikiksi"
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+#: views/users.py:212
+#, fuzzy
+msgid "moderate user"
+msgstr "hallitse-kayttajaa/"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Kirjaudu sisään kysyäksesi kysymyksesi"
+#: views/users.py:387
+msgid "user profile"
+msgstr "käyttäjäprofiili"
-#~ msgid "Ask your question"
-#~ msgstr "Kysy kysymyksesi"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "käyttäjäprofiilin yhteenveto"
-#~ msgid "Contributors"
-#~ msgstr "Ihmiset"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "viimeisimmät"
-#~ msgid "about"
-#~ msgstr "sivusta"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "profiili - viimeisimmät"
-#~ msgid "privacy policy"
-#~ msgstr "yksityisyydensuoja"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "profiili - vastaukset"
-#~ msgid "give feedback"
-#~ msgstr "anna palautetta"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "profiili - äänet"
-#~ msgid "back to home page"
-#~ msgstr "takaisin kotisivulle"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "user karma"
-#~ msgid "users"
-#~ msgstr "käyttäjät"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "Profiili - äänet"
-#~ msgid "badges"
-#~ msgstr "kunniamerkit"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "käyttäjien suosikit"
-#~ msgid "question tips"
-#~ msgstr "Vinkkejä kysymiseen"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "profiili - suosikkikysymykset"
-#~ msgid "please ask a relevant question"
-#~ msgstr "kysy kysymys mikä koskee aiheitamme"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "muutokset talletettu"
-#~ msgid "please try provide enough details"
-#~ msgstr "kirjoita mahdollisimman paljon yksityiskohtia"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "sähköpostipäivitykset peruttu"
-#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "katselut"
-#~ msgstr[1] "katselut"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "profiili - sähköpostitilaukset"
+#: views/writers.py:59
#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "vastaus"
-#~ msgstr[1] "vastaus"
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
-#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "aanesta"
-#~ msgstr[1] "aanesta"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "hyväksytyt tiedostotyypit ovat '%(file_types)s'"
-#~ msgid "see unanswered questions"
-#~ msgstr "näytä vastaamattomat kysymykset"
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "maksimi tiedostonkoko on %s kilotavua"
+#: views/writers.py:100
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "näytä suosikit"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Tiedoston lähetyksessä tapahtui virhe. Ota yhteyttä sivuston ylläpitäjiin. "
+"Kiitos. %s"
+#: views/writers.py:192
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "kunniamerkit:"
+msgid "Please log in to ask questions"
+msgstr "Olet aina tervetullut kysymään!"
-#~ msgid "logout"
-#~ msgstr "poistu"
+#: views/writers.py:493
+#, fuzzy
+msgid "Please log in to answer questions"
+msgstr "näytä vastaamattomat kysymykset"
-#~ msgid "login"
-#~ msgstr "kirjaudu"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+#: views/writers.py:649
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "nollataan tagit"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta"
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "kysymyksen sisällön tulee olla vähintään kymmenen merkkiä pitkä"
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5585,12 +6806,6 @@ msgstr ""
#, fuzzy
#~ msgid ""
-#~ "The question has been closed for the following reason \"%(close_reason)s"
-#~ "\" by"
-#~ msgstr "Tämä saattoi tapahtua seuraavista syistä:"
-
-#, fuzzy
-#~ msgid ""
#~ "\n"
#~ " %(counter)s Answer:\n"
#~ " "
@@ -5624,10 +6839,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "Näytä:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Kaikki kysymykset"
-
#~ msgid "Sort by:"
#~ msgstr "Järjestys:"
@@ -5935,18 +7146,12 @@ msgstr ""
#~ "\n"
#~ "%(q_num)s kysymystä löytyi"
-#~ msgid "tagged"
-#~ msgstr "tagattu"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "poista tagi '%(tag_name)s' mielenkiintoisista"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "poista tagi '%(tag_name)s' hylätyistä"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "pidä hylätyt piilotettuina"
-
#~ msgid "favorites"
#~ msgstr "suosikit"
diff --git a/askbot/locale/fr/LC_MESSAGES/django.mo b/askbot/locale/fr/LC_MESSAGES/django.mo
index b0a3103b..fe39b846 100644
--- a/askbot/locale/fr/LC_MESSAGES/django.mo
+++ b/askbot/locale/fr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/fr/LC_MESSAGES/django.po b/askbot/locale/fr/LC_MESSAGES/django.po
index 72662e82..840568bd 100644
--- a/askbot/locale/fr/LC_MESSAGES/django.po
+++ b/askbot/locale/fr/LC_MESSAGES/django.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Askbot\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:32-0600\n"
+"POT-Creation-Date: 2012-01-02 11:21-0600\n"
"PO-Revision-Date: 2010-08-25 19:15+0100\n"
"Last-Translator: - <->\n"
"Language-Team: FrenchTranslationTeam <toto@toto.com>\n"
@@ -49,7 +49,10 @@ msgstr ""
msgid "Country field is required"
msgstr "ce champ est obligatoire"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "titre"
@@ -57,64 +60,74 @@ msgstr "titre"
msgid "please enter a descriptive title for your question"
msgstr "Veuillez saisir un titre descriptif pour votre question."
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "le titre doit comporter plus de 10 caractères."
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "le titre doit comporter plus de 10 caractères."
+msgstr[1] "le titre doit comporter plus de 10 caractères."
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "contenu"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "La question doit comporter plus de 10 caractères."
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "Mots-clés (tags)"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Les mots-clés sont utilisés en guise de marqueurs (\"tags\" en anglais). Ils "
+"doivent être courts, et ne pas comporter d'espaces. Vous pouvez utiliser "
+"jusqu'à 5 mots-clés."
+msgstr[1] ""
"Les mots-clés sont utilisés en guise de marqueurs (\"tags\" en anglais). Ils "
"doivent être courts, et ne pas comporter d'espaces. Vous pouvez utiliser "
"jusqu'à 5 mots-clés."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "Les mots-clés sont obligatoires."
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "Veuillez utiliser %(tag_count)d mot-clé, ou moins"
msgstr[1] "Veuillez utiliser %(tag_count)d mots-clés, ou moins"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "Chaque mot-clé doit comporter moins de %(max_chars)d caractère"
msgstr[1] "Chaque mot-clé doit comporter moins de %(max_chars)d caractères"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "utiliser-ces-caracteres-dans-les-mots-cles"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
"wiki communautaire (le karma n'est pas mis à jour & peu de personnes peuvent "
"éditer la question"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -122,11 +135,11 @@ msgstr ""
"Si vous choisissez l'option \"Wiki communautaire\" , questions et réponses "
"ne génèrent pas de points, et le nom de l'auteur ne sera pas affiché."
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "Résumé des modifications:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -134,62 +147,62 @@ msgstr ""
"Saisissez un bref résumé à propos de la révision (par exemple : correction "
"orthographique, amélioration du style, ce champ est optionnel)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Saisissez le nombre de points à ajouter ou retirer"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "approuvée"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "consultée"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "suspendu"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "bloquée"
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "Administrateur du site"
# FIXME
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "moderateur"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Modifier le statut en "
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "laquelle ?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "Impossible de changer son propre statut"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "Impossible de convertir un autre utilisateur en modérateur"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "Impossible de changer le statut d'un autre modérateur"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Impossible de changer son propre statut"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
@@ -198,199 +211,205 @@ msgstr ""
"Si vous souhaitez changer le statut de %(username)s, effectuez une "
"selection pertinente."
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Sujet"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "Corps du message"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Votre nom:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "email"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Votre message:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr "être anonyme"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "Cet email ne doit pas être lié à Gravatar"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nom réel"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Site web"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Date de naissance"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"ne sera pas affichée; utilisée pour calculer votre âge. Format: AAAA-MM-"
"JJPar exemple: 1980-12-25 pour le 25 décembre 1980"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Pseudo"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "Cet email a déjà été enregistré; merci d'utiliser une autre adresse"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "Choisissez un tag pour filtrer les emails"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Mes questions"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Questions auxquelles j'ai répondu"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Sélectionnées individuellement"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Forum entier (filtré par tag)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Commentaires et messages me mentionnant"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "D'accord, j'essaye !"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "pas d'emails s'il vous plait, merci"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "Veuillez choisir une des options ci-dessus"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "apropos/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "faq/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "vieprivee/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "reponses/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "modifier/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisions/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "questions/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "question/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "requalification/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "fermer/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "reouvrir/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "repondre/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "voter/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "mots-cles/"
@@ -400,6 +419,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "utilisateurs/"
@@ -433,11 +454,15 @@ msgstr "envoyer-sur-le-serveur/"
msgid "feedback/"
msgstr "retour/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "question/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "compte/"
@@ -988,106 +1013,121 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "Taille maximale d'un mot-clé (tag), en nombre de caractères"
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "Taille maximale d'un mot-clé (tag), en nombre de caractères"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "Taille maximale d'un mot-clé (tag), en nombre de caractères"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "Taille maximale d'un mot-clé (tag), en nombre de caractères"
+
# FXME ou "offensive" ?
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "Mots-clés"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Tags associés"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "Nombre maximal de mots-clés (tags) par question"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "Nombre de questions par défaut à afficher dans la liste "
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "Que signifie \"questions sans réponses\" ?"
@@ -2037,6 +2077,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Nombre de questions par défaut à afficher dans la liste "
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Clore la question"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Continuer de masquer les questions ignorées"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "questions favorites des utilisateurs"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "Question en doublon"
@@ -2082,7 +2155,7 @@ msgstr "trop spécifique à un lieu"
msgid "newest"
msgstr "date (↓)"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "date (↑)"
@@ -2124,6 +2197,7 @@ msgstr "pertinence"
# FIXME
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "toutes"
@@ -2270,7 +2344,7 @@ msgstr "[close]"
msgid "[deleted]"
msgstr "[supprimée]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "version initiale"
@@ -2329,15 +2403,15 @@ msgstr "Qu'est ce que 'Gravatar' ?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "or"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "argent"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronze"
@@ -2486,7 +2560,7 @@ msgid "Incorrect username."
msgstr "Nom d'utilisateur incorrect."
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "connexion/"
@@ -2526,6 +2600,7 @@ msgid "%(site)s user name and password"
msgstr "Veuillez saisir votre nom d'utilisateur et un mot de passe"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2638,46 +2713,46 @@ msgstr "Votre mot de passe a été mis à jour."
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr "désolé, les 2 mots de passe sont différents, veuillez recommencer"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
@@ -2685,12 +2760,12 @@ msgstr ""
"id='validate_email_alert' href='%(details_url)s'>Cliquez ici</a> pour en "
"savoir plus."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "Changer le mot de passe de votre compte"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2724,6 +2799,75 @@ msgstr "Valeur par défaut: %s"
msgid "Allowed image file types are %(types)s"
msgstr "Les types de fichiers image autorisés sont %(types)s"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Sites"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "Documentation"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Changer de mot de passe"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Déconnexion"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "Accueil"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "Modifier les paramétres des groupes"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Merci de bien vouloir corriger l'erreur ci-dessous."
+msgstr[1] "Merci de bien vouloir corriger les erreurs ci-dessous."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "Paramètrages inclus dans %(name)s."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "Vous n'avez pas la permission de modifier ces valeurs"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Modifier le paramètrage du site"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "Les paramètrages \"en direct\" sont désactivés pour ce site"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+"Toutes le soptions de configurations doivent être modifiées dans le fichier "
+"settings.py du site"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "paramètres du groupe : %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Tout déplier"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Félicitations, vous êtes maintenant administrateur"
@@ -2861,7 +3005,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "Bitte einloggen"
@@ -2891,13 +3035,13 @@ msgstr ""
"Désolé, vous ne pouvez pas accepter ou rejeter votre propre réponse à votre "
"propre question !"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, fuzzy, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
@@ -2906,38 +3050,38 @@ msgstr ""
"Désolé, seul l'auteur d'origine de la question - %(username)s - peut "
"accepter/désigner la meilleure réponse"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Il est interdit de voter pour ses propores publications"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr "Désolé, votre compte semble être bloqué"
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr "Désolé, votre compte semble être suspendu"
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ">%(points)s points sont requis pour pouvoir voter positivement"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s points sont requis pour pouvoir voter négativement"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr "Désolé, les utilisateurs bloqués ne peuvent pas transférer de fichier"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
"Désolé, les utilisateurs suspendus ne peuvent pas transférer de fichier"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
@@ -2945,15 +3089,15 @@ msgstr ""
"Le transfert d'images vers notre serveur est réservé aux utilisateurs ayant "
"plus de >%(min_rep)s points de réputation"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "Les utilisateurs bloques ne peuvent pas publier"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "Les utilisateurs suspendus ne peuvent pas publier"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2964,7 +3108,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
#, fuzzy
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
@@ -2972,14 +3116,14 @@ msgstr ""
"et les modérateurs peuvent requalifier des questions supprimées (c'est à "
"dire modifier leurs mots-clés)"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
"Désolé, vous ne pouvez commenter que vos propres publications, car votre "
"compte est suspendu"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
@@ -2989,7 +3133,7 @@ msgstr ""
"réputation est requis. Vous pouvez toutefois commenter vos propres "
"publications et répondre à vos questions"
-#: models/__init__.py:535
+#: models/__init__.py:538
#, fuzzy
msgid ""
"This post has been deleted and can be seen only by post owners, site "
@@ -2998,7 +3142,7 @@ msgstr ""
"Ce message a été supprimé et peut seulement être consulté par ses "
"propriétaires, les administrateurs du site, et les modérateurs"
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
@@ -3006,18 +3150,18 @@ msgstr ""
"Désolé, seuls les modérateurs, les administrateurs du site et les "
"propriétaires des messages peuvent modifier les messages supprimés"
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
"Désolé, vous ne pouvez pas modifier de messages, car votre compte est bloqué"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
"Désolé, vous ne pouvez modifier que vos propres messages, car votre compte "
"est suspendu"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, fuzzy, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
@@ -3025,7 +3169,7 @@ msgstr ""
"Désolé, pour modifier les messages du wiki, un minimum de %(min_rep)s points "
"de réputation est requis"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, fuzzy, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
@@ -3034,7 +3178,7 @@ msgstr ""
"Désolé, pour éditer les messages des autres utilisateurs, un minimum de "
"%(min_rep)s points de réputation est requis"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -3048,19 +3192,19 @@ msgstr[1] ""
"Désolé, impossible de supprimer votre question car elle a obtenu des votes "
"positifs de la part d'autres utilisateurs"
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
"Désolé, vous ne pouvez pas supprimer de messages car votre compte est bloqué"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
"Désolé, vous pouvez seulement supprimer vos propres messages car votre "
"compte est suspendu"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
@@ -3069,18 +3213,18 @@ msgstr ""
"Désolé, pour supprimer les messages des autres utilisateurs, un minimum de "
"%(min_rep)s points de réputation est requis"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
"Désolé, vous ne pouvez pas cloturer de questions car votre compte est bloqué"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
"Désolé, vous ne pouvez pas cloturer de questions car votre compte est "
"suspendu"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
@@ -3089,7 +3233,7 @@ msgstr ""
"Désolé, pour cloturer les messages des autres utilisateurs, un minimum de "
"%(min_rep)s points de réputation est requis"
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
@@ -3097,7 +3241,7 @@ msgstr ""
"Désolé, pour clore vos propres questions, un minimum de %(min_rep)s points "
"de réputation est requis"
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
@@ -3107,7 +3251,7 @@ msgstr ""
"messages avec plus de %(min_rep)s points de réputation peuvent réouvrir des "
"questions."
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
@@ -3115,31 +3259,65 @@ msgstr ""
"Désolé, pour réouvrir vos propres questions, un minimum de %(min_rep)s "
"points de réputation est requis"
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "Un message ne peut pas être étiqueté \"abusif\" deux fois"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr "Les utilisateurs bloqués ne peuvent pas étiqueter les messages"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr "Les utilisateurs suspendus ne peuvent pas étiqueter les messages"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
"Il faut au moins %(min_rep)s points de réputation pour pouvoir étiqueter les "
"messages comme étant du spam"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr "%(max_flags_per_day)s dépassé"
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "Les utilisateurs bloqués ne peuvent pas étiqueter les messages"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "Les utilisateurs suspendus ne peuvent pas étiqueter les messages"
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+"Il faut au moins %(min_rep)s points de réputation pour pouvoir étiqueter les "
+"messages comme étant du spam"
+msgstr[1] ""
+"Il faut au moins %(min_rep)s points de réputation pour pouvoir étiqueter les "
+"messages comme étant du spam"
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "Vous n'avez pas la permission de modifier ces valeurs"
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
@@ -3148,20 +3326,20 @@ msgstr ""
"et les modérateurs peuvent requalifier des questions supprimées (c'est à "
"dire modifier leurs mots-clés)"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
"Désolé, vous ne pouvez pas requalifier une question (c'est à dire changer "
"ses mots-clés) car votre compte est bloqué"
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
"Désolé, vous pouvez seulement requalifier vos propres questions (c'est à "
"dire changer leurs mots-clés) car votre compte est suspendu"
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
@@ -3169,20 +3347,20 @@ msgstr ""
"Désolé, pour requalifier une question (c'est à dire changer ses mots-clés), "
"un minimum de %(min_rep)s points de réputation est requis"
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
"Désolé, vous ne pouvez pas supprimer de commentaires car votre compte est "
"bloqué"
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
"Désolé, vous pouvez seulement supprimer vos propres commentaires car votre "
"compte est suspendu"
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
@@ -3190,133 +3368,126 @@ msgstr ""
"réputation est requis"
# FIXME ou "ayant reçu un vote négatif"
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "impossible de révoquer un ancien vote"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "le %(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "il y a %(hr)d heure"
msgstr[1] "il y a %(hr)d heures"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "il y a %(min)d minute"
msgstr[1] "il y a %(min)d minutes"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "anonyme"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr "Administrateur du site"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr "Modérateur de forum"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr "Utilisateur suspendu"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr "Utilisateur bloqué"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr "Utilisateur enregistré"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr "Utilisateurs suivis"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr "Utilisateur certifié"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, fuzzy, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "Votre karma est %(reputation)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "Badge argent - blah blah"
msgstr[1] "Badge argent - blah blah"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "Badge bronze - blah blah"
msgstr[1] "Badge bronze - blah blah"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Tags de la question"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
@@ -3325,7 +3496,7 @@ msgstr ""
"Félicitations, vous avez reçu un badge '%(badge_name)s'. Consultez <a href="
"\"%(user_profile)s\">votre profil</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3733,53 +3904,245 @@ msgstr "hebdomadaire"
msgid "No email"
msgstr "Aucun email"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Veuillez saisir votre nom d'utilisateur et un mot de passe"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "Merci de sélectionner une des options ci-dessus"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "connexion/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Changer d'email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "Sauvegarder votre adresse email"
+
+# FIXME
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "Informations concernant le changement d'email : %(email)s"
+
+# FIXME
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"voici pourquoi les emails sont obligatoires; pour plus d'infos, consultez la "
+"page %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Votre nouvelle adresse email:</strong> (ne sera<strong>pas</strong> "
+"visible des autres utilisateurs; et doit être valide)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Votre adresse email</strong> (ne sera<strong>pas</strong> visible "
+"des autres utilisateurs; et doit être valide)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "Sauvegarder l'email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Annuler"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "Valider l'email"
+
+# FIXME
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"valider l'information %(email)s ou visitez la page : %(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "Email inchangé"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"ancien email %(email)s conservé; si vous souhaitez le changer rendez-vous à "
+"l'url %(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "Adresse email modifiée."
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Votre adresse email actuelle %(email)s peut être "
+"utilisée pour cela.</span>"
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "Adresse email vérifiée."
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Merci d'avoir validé votre email.</span> Vous "
+"pouvez désormais <strong>poser des questions</strong> et <strong>répondre "
+"aux questions ouvertes</strong>. Vous pouvez également <strong>vous abonnez "
+"pour recevoir périodiquement par email des questions qui vous intéressent</"
+"strong>, ou être informé(e) des réponses et commentairesà vos questions."
+
+# FIXME
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "l'email comportant la clé de validation n'a pas été envoyé"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Ihre momentane E-Mail-Adresse %(email)s wurde "
+"bereits bestätigt</span>. Es wurde keine neue Bestätigungsmail versandt. Sie "
+"können Ihre E-Mail-Adresse bei Bedarf <a href='%(change_link)s'>ändern</a>."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "S'inscrire"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"Créez vous un compte chez %(provider)s; pour plus d'infos, <a "
+"href='%(gravatar_faq_url)s'>cliquez ici</a>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"L'utilisateur %(username)s existe déjà; veuillez choisir un autre nom pour \n"
+" %(provider)s. Un email est aussi obligatoire, "
+"cf. %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"Informations concernant la création d'un nouveau compte chez un fournisseur "
+"d'identité externe %(provider)s; pour plus d'infos <a "
+"href='%(gravatar_faq_url)s'>cliquez ici</a>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"Informations concernant la création d'un nouveau compte Facebook pour se "
+"connecter; pour plus d'infos visitez la page %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Ce compte existe déjà; merci d'en utiliser un autre."
+
+# FIXME
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "Pseudo"
+
+# FIXME
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr "Adresse email"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "Merci de sélectionner une des options ci-dessus"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+"L'outil de filtrage des mots-clés sera affiché à droite de l'écran, une fos "
+"que vous serez authentifié"
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Créer un compte"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Merci de vous être inscrit sur notre forum de Questions/Réponses !"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
#, fuzzy
msgid "Your account details are:"
msgstr "Informations détaillées sur votre compte:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Nom d'utilisateur :"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Mot de passe :"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Merci de vous authentifiez :"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "L'administrateur du forum"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Bienvenue dans notre forum de Questions/Réponses"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "Pour utiliser ce forum, utilisez le lien ci-dessous :"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
"En cliquant sur le lien ci-dessus, vous allez nous permettre de vérifier la "
@@ -3796,2140 +4159,2843 @@ msgstr ""
"accepter nos excuses \n"
"pour le dérangement que nous avons occasionné"
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Déconnexion"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Veuillez vous authentifier avec votre \"OpenID\""
+
+#: skins/common/templates/authopenid/signin.html:14
#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
"\n"
-"Bonjour, un utilisateur du forum a souhaité faire une remarque sur : "
-"%(site_title)s \n"
+"<span class=\"strong big\">Votre réponse à la question </span> <i>\"<strong>"
+"%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big\">sera "
+"publiée dès que vous vous serez authentifié.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-"Si vous pensez que ce message a été envoyé par erreur - \n"
-"aucune action de votre part n'est nécessaire. Ignorez ce mail, et veuillez "
-"accepter nos excuses \n"
-"pour le dérangement que nous avons occasionné"
+"Votre question \n"
+" %(title)s %(summary)s sera publiée dès que vous vous serez "
+"authentifié\n"
+" "
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "0"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "Image Gravatar de %(username)s"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-#, fuzzy
-msgid "Please login to post"
-msgstr "Bitte einloggen"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "ce champ est obligatoire"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "choisissez un nom d'utilisateur"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Veuillez saisir votre nom d'utilisateur et un mot de passe"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "le nom d'utilisateur est obligatoire"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "désolé, ce nom est déjà pris; veuillez en choisir un autre"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "Aucun email"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "désolé, ce nom n'est pas autorisé; veuillez en choisir un autre"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Mot de passe"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "désolé, aucun utilisateur ne porte ce nom"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Connexion"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-"désolé, ce nom d'utilisateur est utilisé par plusieurs utilisateurs. C'est "
-"un problème grave, qui peut témoigner de la présence d'un bug dans "
-"l'application. Merci de prévenir l'administrateur du site. "
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr ""
-"un nom d'utilisateur doit comporter uniquement des lettres, des espaces et "
-"des caractères de soulignement (ou <i>underscores</i> : '_')"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Nouveau mot de passe pris en compte."
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Votre adresse email <i>(ne sera pas communiquée)</i>"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "Merci de resaisir votre mot de passe"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "l'adresse email est obligatoire"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "Veuillez entrer une adresse email valide"
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "Utilisateur certifié"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "dernière connexion"
+
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-"Cette adresse email est déjà utilisée par un autre utilisateur; veuillez en "
-"saisir une autre"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "choisissez un mot de passe"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "Supprimer"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "le mot de passe est obligatoire"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Compte supprimé."
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Saisissez à nouveau le mot de passe <i>(pour confirmation)</i>"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "D'autres questions ?"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "Merci de resaisir votre mot de passe"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "désolé, les 2 mots de passe sont différents, veuillez recommencer"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "il y a 2 jours"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Changer le mot de passe de votre compte"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "hier"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "il y a %(hr)d heure"
-msgstr[1] "il y a %(hr)d heures"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Changer le mot de passe de votre compte"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "il y a %(min)d minute"
-msgstr[1] "il y a %(min)d minutes"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Pourquoi utiliser OpenID ?"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "OpenID est le nouveau standard d’identification sur Internet."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
msgstr ""
+"Le principe d'OpenID est simple : au lieu de créer un nouveau compte sur "
+"chaque nouveau site que vous visitez, vous créez UNE FOIS POUR TOUTES un "
+"compte \"OpenID\" chez le fournisseur de votre choix (Gmail, Yahoo, AOL, "
+"Orange...).Vous pourrez ensuite le réutiliser pour vous authentifier sur "
+"d'autres sites \"compatibles OpenID\", sans avoir besoin de remplir le "
+"formulaire d'inscription de ces sites..."
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"OpenID à été adopté par tous les grands portails (Google, Yahoo, Facebook, "
+"Microsoft, Flicker, ...) ce qui porte le nombre de comptes OpenID à plus de "
+"300 millions. Plus de 10000 sites sont compatibles OpenID. "
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "les utilisateurs anonymes ne peuvent pas voter"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenId est basé sur un standard international et libre."
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr "Désolé, vous avez épuisé votre crédit de votes pour ajourd'hui"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "En savoir plus."
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr "Il vous reste un crédit de %(votes_left)s votes pour aujourd'hui"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Obtenir un compte OpenID"
+
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "S'enregistrer"
-#: views/commands.py:122
+#: skins/common/templates/authopenid/signup_with_password.html:10
#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
+msgid "Please register by clicking on any of the icons below"
+msgstr "Merci de sélectionner une des options ci-dessus"
+
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Créer un nom d'utilisateur et un mot de passe"
+
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Créer un nom d'utilisateur et un mot de passe"
+
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr "Informations sur la méthode classique de connexion"
+
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-"Désolé, mais les utilisateurs anonymes ne peuvent aps accepter les réponses"
+"Merci de lire et saisir les deux mots ci-dessous pour nous aider à lutter "
+"contre la création automatique de comptes (lutte contre le spam)."
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr "Désolé, il semble y avoir un problème..."
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Créer un compte"
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "ou"
+
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "retourner à la page d'authentification OpenID"
+
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "Qu'est ce que 'Gravatar' ?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Modifier les tags"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Informations détaillées sur votre compte:"
+
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-"Désolé, mais les utilisateurs anonymes ne peuvent aps accepter les réponses"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-"Votre abonnement a été enegistré, mais nous devons valider votre adresse "
-"email %(email)s ; <a href='%(details_url)s'>Cliquez ici pour en savoir plus</"
-"a>."
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "Modifications enregistrées."
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-"La fréquence d'envoi des emails de notification de mises à jour est "
-"désormais \"quotidienne\"."
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "envoyer-sur-le-serveur/"
+
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "réponse supprimée"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:542
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Merci de vous authentifiez :"
+msgid "Delete These"
+msgstr "réponse supprimée"
-# FIXME à vérifier
-#: views/meta.py:84
-msgid "Q&A forum feedback"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "lien permanent vers une réponse"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "lien permanent"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "modifier"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "Voir tous les mots-clés"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-"Vos remarques, critiques et suggestions sur notre forum de questions/réponses"
+"Signaler un abus (par exemple : spam, publicité déguisée, contenus illégaux "
+"ou inappropriés, propos déplacés)"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Merci pour vos remarques !"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "Marquer comme 'contenu abusif'"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr ""
-"Nous aimerions bien savoir ce que vous pensez de notre service de questions/"
-"réponses ! Lors de votre prochaine visite, n'hésitez pas à nous envoyer vos "
-"remarques, critiques et suggestions ;o)"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "Voir tous les mots-clés"
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s question"
-msgstr[1] "%(q_num)s questions"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "restaurer"
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s question"
-msgstr[1] "%(q_num)s questions"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Répondre à cette question"
-#: views/readers.py:199
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "marquer cette réponse comme favorite (cliquez à nouveau pour annuler)"
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d %(badge_level)s badge"
-msgstr[1] "%(badge_count)d %(badge_level)s badges"
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "%(question_author)s a choisi cette réponse comme correcte"
-#: views/readers.py:415
-#, fuzzy
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "Désolé, cette question a été supprimée, et n'est plus accessible."
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
+"Cette question a été close pour la raison suivante : : \"%(close_reason)s\" "
+"par"
-#: views/users.py:211
-msgid "moderate this user"
-msgstr "Modérer cet utilisateur"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "Date de cloture : %(closed_at)s"
# FIXME
-#: views/users.py:212
-msgid "moderate user"
-msgstr "utilisateur modéré"
-
-# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
-#: views/users.py:386
-msgid "user profile"
-msgstr "profil de l'utilisateur"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
+msgstr "requalifier"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "infOs générales sur le profil de l'utilisateur"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "réouvrir"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "activité récente de l'utilisateur"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "fermer"
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "profil - activité récente"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "ce champ est obligatoire"
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "Commentaires et réponses à d'autres questions"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(obligatoire)"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "profil - réactions"
+# FIXME
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Basculer vers l'aperçu avec éditeur temps-réel"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "Masquer l'aperçu"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tags associés"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "Trace des votes de cet utilisateur"
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Tags intéressants"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "profil - votes"
-
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "réputation de l'utilisateur au sein de la communauté"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Ajouter"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "profil - réputation de l'utilisateur"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Tags ignorés"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "questions favorites des utilisateurs"
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
+msgstr "Filtre des tags"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "profil - questions favorites"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "Modifications enregistrées."
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Désolé, la page que vous avez demandé est introuvable."
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "Modification(s) d'email(s) annulée(s)"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Ceci a pu se produire pour les raisons suivantes :"
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "Paramètres d'abonnement aux emails"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "cette question ou cette réponse a été supprimée;"
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "profil - abonnements emails"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "l'URL comporte une erreur - merci de la vérifier;"
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
msgstr ""
-"Désolé, les utilisateurs anonymes ne peuvent pas transférer de fichiers"
+"la page que vous avez tenté d'afficher est protégée, ou vous n'avez pas un "
+"nombre de points suffisants pour la voir"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "Les types de fichiers autoprisés sont '%(file_types)s'"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "FAQ"
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-"La taille maximale autorisée pour un fichier est de %(file_size)s Kilo-octets"
+"si vous pensez que cette erreur 404 n'aurait pas du se produire, merci de"
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
-"Une erreur est survenue lors du transfert du fichier sur notre serveur. "
-"Merci de contacter l'administrateur."
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "signaler ce problème."
-#: views/writers.py:191
-#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "N'hésitez pas à poser des questions !"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "retour à la page précédente"
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "Voir les questions sans réponses"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "Voir toutes les questions"
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
-"Désolé, vous ne pouvez pas publier de commentaires car vous semblez être "
-"déconnecté. Merci d'essayer de vous <a href=\"%(sign_in_url)s\">reconnecter</"
-"a>."
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "Voir tous les mots-clés"
-#: views/writers.py:646
-#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-"Désolé, les utilisateurs anonymes ne peuvent pas transférer de fichiers"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
-"Désolé, vous ne pouvez pas supprimer de commentaires car vous semblez être "
-"déconnecté. Merci d'essayer de vous <a href=\"%(sign_in_url)s\">reconnecter</"
-"a>."
+"L'erreur a été consigné dans les journaux d'erreurs système, et sera "
+"corrigée dès que possible "
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-"Désolé, nous rencontrons apparemment des difficultés d'ordre techniques..."
+"Si vous le souhaitez, vous pouvez signaler cette erreur aux administrateurs "
+"du site. Merci"
-#~ msgid "Sites"
-#~ msgstr "Sites"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "Voir les dernières questions"
-#~ msgid "Documentation"
-#~ msgstr "Documentation"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "Voir les mots-clés (tags)"
-#~ msgid "Change password"
-#~ msgstr "Changer de mot de passe"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr "A propos de %(site_name)s"
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Modifier la réopnse"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "Retour"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "Version"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "Version auswählen"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Enregistrer les modifications"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "Afficher l'aperçu"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Poser une question"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr "%(name)s"
-#~ msgid "Log out"
-#~ msgstr "Déconnexion"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Badge"
-#~ msgid "Home"
-#~ msgstr "Accueil"
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr "Badge \"%(name)s\""
-#~ msgid "Edit Group Settings"
-#~ msgstr "Modifier les paramétres des groupes"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, python-format
+msgid "%(description)s"
+msgstr "%(description)s"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Merci de bien vouloir corriger l'erreur ci-dessous."
-#~ msgstr[1] "Merci de bien vouloir corriger les erreurs ci-dessous."
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "l'utilisateur a reçu ces badges:"
+msgstr[1] "les utilisateurs ont reçu ces badges:"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "Paramètrages inclus dans %(name)s."
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Résumé badges"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "Vous n'avez pas la permission de modifier ces valeurs"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Badges"
-#~ msgid "Edit Site Settings"
-#~ msgstr "Modifier le paramètrage du site"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"La communauté récompense vos questions, vos réponses et vos votes en vous "
+"distribuant des badges."
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "Les paramètrages \"en direct\" sont désactivés pour ce site"
+#: skins/default/templates/badges.html:8
+#, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Ci-dessous figure la liste des badges disponibles et le nombre de vois "
+"qu'ils ont été attribués. Vous pouvez nous dire ce que vous en pensez sur "
+"%(feedback_faq_url)s.\n"
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr ""
-#~ "Toutes le soptions de configurations doivent être modifiées dans le "
-#~ "fichier settings.py du site"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Badges de la communauté"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "paramètres du groupe : %(name)s"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#~ msgid "Uncollapse all"
-#~ msgstr "Tout déplier"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "Badge or - blah blah"
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Veuillez saisir votre nom d'utilisateur et un mot de passe"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "Merci de sélectionner une des options ci-dessus"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "Badge argent - blah blah"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "connexion/"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "Badge bronze - blah blah"
-#~ msgid "Change email"
-#~ msgstr "Changer d'email"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "Badge bronze - blah blah"
-#~ msgid "Save your email address"
-#~ msgstr "Sauvegarder votre adresse email"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Question close"
-# FIXME
-#~ msgid "change %(email)s info"
-#~ msgstr "Informations concernant le changement d'email : %(email)s"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Clore la question"
-# FIXME
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "voici pourquoi les emails sont obligatoires; pour plus d'infos, consultez "
-#~ "la page %(gravatar_faq_url)s"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Raisons"
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Votre nouvelle adresse email:</strong> (ne sera<strong>pas</"
-#~ "strong> visible des autres utilisateurs; et doit être valide)"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "OK pour clore"
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Votre adresse email</strong> (ne sera<strong>pas</strong> visible "
-#~ "des autres utilisateurs; et doit être valide)"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#~ msgid "Save Email"
-#~ msgstr "Sauvegarder l'email"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Questions fréquemment posées"
-#~ msgid "Cancel"
-#~ msgstr "Annuler"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Quel genre de questions puis-je poser ici ?"
-#~ msgid "Validate email"
-#~ msgstr "Valider l'email"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"Surtout, les questions doivent être <strong>pertinentes</strong> et "
+"<strong>significatives</strong> pour cette communauté."
-# FIXME
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "valider l'information %(email)s ou visitez la page : %(change_email_url)s"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Avant de poser une question, merci d'utiliser notre moteur de recherche afin "
+"de vérifier qu'elle n'a pas déjà été posée par quelqu'un d'autre"
-#~ msgid "Email not changed"
-#~ msgstr "Email inchangé"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Quelles questions dois-je éviter de poser ?"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "ancien email %(email)s conservé; si vous souhaitez le changer rendez-vous "
-#~ "à l'url %(change_email_url)s"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Evitez de poser des questions qui ne sont pas pertinentes pour cette "
+"communauté, ou quisont trop subjectives ou polémiques. "
-#~ msgid "Email changed"
-#~ msgstr "Adresse email modifiée."
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Que dois-je éviter dans mes réponses ?"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Votre adresse email actuelle %(email)s peut être "
-#~ "utilisée pour cela.</span>"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"est un site de questions/réponses, et non pas un forum de discussion. Par "
+"conséquent, merci de ne pas discuter ou polémiquer dans vos réponses. Vous "
+"avez toutefois la possibilité de faire de brèves discussions dans le champ "
+"COMMENTAIRES."
-#~ msgid "Email verified"
-#~ msgstr "Adresse email vérifiée."
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Qui modère cette communauté ?"
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Merci d'avoir validé votre email.</span> Vous "
-#~ "pouvez désormais <strong>poser des questions</strong> et <strong>répondre "
-#~ "aux questions ouvertes</strong>. Vous pouvez également <strong>vous "
-#~ "abonnez pour recevoir périodiquement par email des questions qui vous "
-#~ "intéressent</strong>, ou être informé(e) des réponses et commentairesà "
-#~ "vos questions."
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Pour faire court : <strong>vous !</strong>"
-# FIXME
-#~ msgid "email key not sent"
-#~ msgstr "l'email comportant la clé de validation n'a pas été envoyé"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Ce site est modéré par ses utilisateurs."
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Ihre momentane E-Mail-Adresse %(email)s wurde "
-#~ "bereits bestätigt</span>. Es wurde keine neue Bestätigungsmail versandt. "
-#~ "Sie können Ihre E-Mail-Adresse bei Bedarf <a href='%(change_link)"
-#~ "s'>ändern</a>."
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Le système de réputation permet aux utilisateurs d'accumuler des points, qui "
+"les autorisent ensuite à accéder à divers niveaux et tâches de modération"
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "S'inscrire"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Comment fonctionne le système de réputation ?"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "Créez vous un compte chez %(provider)s; pour plus d'infos, <a "
-#~ "href='%(gravatar_faq_url)s'>cliquez ici</a>"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"Quand une question ou une réponse est jugée positivement par le reste de la "
+"communauté, son auteur acquiert des points. Ces points lui permettent de "
+"\"monter en grade\" et obtenir un pouvoir grandissant en terme de "
+"possibilités de modérations. "
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "L'utilisateur %(username)s existe déjà; veuillez choisir un autre nom "
-#~ "pour \n"
-#~ " %(provider)s. Un email est aussi obligatoire, "
-#~ "cf. %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Par exemple, si vous posez une question intéressante, ou aidez quelqu'un en "
+"répondant à l'une de ses questions, les autres utilisateurs du forum "
+"voteront positivement pour vous. En revanche, si vos réponses sont fausses "
+"ou malveillantes, vous recevrez des votes négatifs. Chaque vote en votre "
+"faveur vous rapportera <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> "
+"points, et chaque vote en votre défaveur vous retirera <strong>"
+"%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. Vous pouvez accumuler "
+"au maximum <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points par "
+"jour pour chaque question et chaque réponse. Le tableau ci-dessous indique "
+"combien de points sont requis pour chaque tâche de modération. "
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "vote positif"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "Informations concernant la création d'un nouveau compte chez un "
-#~ "fournisseur d'identité externe %(provider)s; pour plus d'infos <a "
-#~ "href='%(gravatar_faq_url)s'>cliquez ici</a>"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "utiliser les mots-clés (tags)"
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "Informations concernant la création d'un nouveau compte Facebook pour se "
-#~ "connecter; pour plus d'infos visitez la page %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "ajouter des commentaires"
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Ce compte existe déjà; merci d'en utiliser un autre."
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "vote négatif"
-# FIXME
-#~ msgid "Screen name label"
-#~ msgstr "Pseudo"
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
+msgstr "Erste Antwort auf eine eigene Frage akzeptiert"
-# FIXME
-#~ msgid "Email address label"
-#~ msgstr "Adresse email"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "ouvrir ou fermer ses propres questions"
-#~ msgid "please select one of the options above"
-#~ msgstr "Merci de sélectionner une des options ci-dessus"
+#: skins/default/templates/faq_static.html:57
+msgid "retag other's questions"
+msgstr ""
+"requalifier les questions d'autres utilisateurs (modifier leurs mots-clés)"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "L'outil de filtrage des mots-clés sera affiché à droite de l'écran, une "
-#~ "fos que vous serez authentifié"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "Modifier les questions du \"Wiki communautaire\"."
-#~ msgid "create account"
-#~ msgstr "Créer un compte"
+#: skins/default/templates/faq_static.html:67
+msgid "\"edit any answer"
+msgstr "\"modifier n'importe quelle réponse"
-#~ msgid "Logout"
-#~ msgstr "Déconnexion"
+#: skins/default/templates/faq_static.html:71
+msgid "\"delete any comment"
+msgstr "\"supprimer n'importe quel commentaire"
-#~ msgid "User login"
-#~ msgstr "Veuillez vous authentifier avec votre \"OpenID\""
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "Qu'est ce que 'Gravatar' ?"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Votre réponse à la question </span> <i>"
-#~ "\"<strong>%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big"
-#~ "\">sera publiée dès que vous vous serez authentifié.</span>"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"Gravatar signifie (globally recognized avatar, en français avatar universel)."
+"Gravatar est basé sur un service en ligne qui permet d’attribuer un avatar "
+"(image) à une adresse e-mail. Vous laissez un commentaire avec cette adresse "
+"e-mail sur un blog ou un forum de discussion et l’image que vous avez "
+"choisie pour vous représenter apparait automatiquement. Il faut bien sûr que "
+"le site en question gère ces gravatars.Pour obtenir votre gravatar : 1. "
+"Rendez-vous sur le site gravatar (http://fr.gravatar.com/) et saisissez "
+"votre adresse e-mail. 2. Vous allez recevoir un e-mail en retour. Cliquez "
+"sur le lien dans l’e-mail pour confirmer votre adresse. 3. De retour sur "
+"le site de gravatar, cliquez sur le lien mon gravatar. 4. Envoyez une "
+"photo que vous associez à votre e-mail (pas trop grande, la photo, mais vous "
+"pourrez la recadrer sur le site). 5. Maintenant, lorsque vous saisissez "
+"votre e-mail avec un commentaire, votre gravatar s’affiche (patientez "
+"quelques minutes quand même. 6. Vous pouvez créer autant de gravatars que "
+"vous avez d’adresses e-mail."
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Ais-je besoin de créer un nouveau mot de passe pour m'inscrire ?"
+
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Non. Ce n'est pas obligatoire. Vous pouvez vous connecter avec n'importe "
+"quel service compatible OpenID, ex: Google, Yahoo, AOL, etc..\""
-#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "Votre question \n"
-#~ " %(title)s %(summary)s sera publiée dès que vous vous "
-#~ "serez authentifié\n"
-#~ " "
+#: skins/default/templates/faq_static.html:78
+msgid "\"Login now!\""
+msgstr "\"Je me connecte immédiatement !\""
-#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Veuillez saisir votre nom d'utilisateur et un mot de passe"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+"Pourquoi les autres utilisateurs peuvent-ils modifier mes questions ou mes "
+"réponses ?"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "Aucun email"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "L'objectif de ce site est simple :"
-#~ msgid "Password"
-#~ msgstr "Mot de passe"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Les questions et les réponses peuvent être modifiées (sur le principe d'un "
+"wiki) par les utilisateurs habitués du site, ce qui améliore la qualité "
+"globale de la base de connaissances qui est peu à peu constituée par notre "
+"communauté."
-#~ msgid "Login"
-#~ msgstr "Connexion"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "Si cette approche ne vous convient pas, nous respectons votre choix."
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Nouveau mot de passe pris en compte."
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "D'autres questions ?"
-#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "Merci de resaisir votre mot de passe"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Merci de <a href='%(ask_question_url)s'>poser vos questions ici</a>; vous "
+"nous aiderez ainsi à étoffer notre base de connaissances, dans l'intérêt de "
+"toute la communauté."
-#, fuzzy
-#~ msgid "provider"
-#~ msgstr "Utilisateur certifié"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Remarques"
-#, fuzzy
-#~ msgid "last used"
-#~ msgstr "dernière connexion"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Envoyez nous vos remarques !"
-#~ msgid "delete"
-#~ msgstr "Supprimer"
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Bonjour %(user_name)s</span>, nous sommes "
+"impatients de connaître votre avis sur notre module de Questions/Réponses.\n"
+"Saisissez vos remarques, critiques ou suggestions ci-dessous."
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Compte supprimé."
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Cher visiteur</span>, nous sommes impatients de "
+"connaître votre avis sur notre module de Questions/Réponses.\n"
+"Saisissez vos remarques, critiques ou suggestions ci-dessous."
-#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "D'autres questions ?"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Changer le mot de passe de votre compte"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(champ obligatoire)"
-#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Changer le mot de passe de votre compte"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "Why use OpenID?"
-#~ msgstr "Pourquoi utiliser OpenID ?"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Envoyer"
-#~ msgid "with openid it is easier"
-#~ msgstr "OpenID est le nouveau standard d’identification sur Internet."
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"Bonjour, un utilisateur du forum a souhaité faire une remarque sur : "
+"%(site_title)s \n"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "Le principe d'OpenID est simple : au lieu de créer un nouveau compte sur "
-#~ "chaque nouveau site que vous visitez, vous créez UNE FOIS POUR TOUTES un "
-#~ "compte \"OpenID\" chez le fournisseur de votre choix (Gmail, Yahoo, AOL, "
-#~ "Orange...).Vous pourrez ensuite le réutiliser pour vous authentifier sur "
-#~ "d'autres sites \"compatibles OpenID\", sans avoir besoin de remplir le "
-#~ "formulaire d'inscription de ces sites..."
-
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "OpenID à été adopté par tous les grands portails (Google, Yahoo, "
-#~ "Facebook, Microsoft, Flicker, ...) ce qui porte le nombre de comptes "
-#~ "OpenID à plus de 300 millions. Plus de 10000 sites sont compatibles "
-#~ "OpenID. "
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "openid is supported open standard"
-#~ msgstr "OpenId est basé sur un standard international et libre."
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "Find out more"
-#~ msgstr "En savoir plus."
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid "Get OpenID"
-#~ msgstr "Obtenir un compte OpenID"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "Signup"
-#~ msgstr "S'enregistrer"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "Merci de sélectionner une des options ci-dessus"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>Bonjour %(receiving_user_name)s,</p>"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Créer un nom d'utilisateur et un mot de passe"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a laissé <a href=\"%(post_url)s\">un nouveau "
+"commentaire</a>:</p>\n"
-#~ msgid "Create login name and password"
-#~ msgstr "Créer un nom d'utilisateur et un mot de passe"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a laissé <a href=\"%(post_url)s\">un nouveau "
+"commentaire</a></p>\n"
-#~ msgid "Traditional signup info"
-#~ msgstr "Informations sur la méthode classique de connexion"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a répondu à une question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr ""
-#~ "Merci de lire et saisir les deux mots ci-dessous pour nous aider à lutter "
-#~ "contre la création automatique de comptes (lutte contre le spam)."
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a publié une nouvelle question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "Create Account"
-#~ msgstr "Créer un compte"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a mis à jour une réponse à la question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "or"
-#~ msgstr "ou"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a mis à jour une question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "return to OpenID login"
-#~ msgstr "retourner à la page d'authentification OpenID"
+#: skins/default/templates/instant_notification.html:37
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<p>Sachez que vous pouvez facilement <a href=\"%(user_subscriptions_url)s"
+"\">changer</a>\n"
+"la fréquence à laquelle vous recevez les emails de notifications, ou "
+"facilement vous désabonner. Merci de l'intérêt que vous protez à notre "
+"forum !</p>\n"
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "Qu'est ce que 'Gravatar' ?"
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"<p>Salutations,<br/>L'administarteur du forum de Questions/Réponses</p>"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Modifier les tags"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Partager cette question sur twitter"
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Informations détaillées sur votre compte:"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "Modifications enregistrées."
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "envoyer-sur-le-serveur/"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "réponse supprimée"
+msgid "i like this question (click again to cancel)"
+msgstr "J'aime ce message (cliquez à nouveau pour annuler)"
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "réponse supprimée"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "J'aime cette réponse (cliquez à nouveau pour annuler)"
-#~ msgid "answer permanent link"
-#~ msgstr "lien permanent vers une réponse"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "Nombre de votes actuel"
-#~ msgid "permanent link"
-#~ msgstr "lien permanent"
+#: skins/default/templates/macros.html:43
+#, fuzzy
+msgid "i dont like this question (click again to cancel)"
+msgstr "Je n'aime pas ce message (cliquez à nouveau pour annuler)"
-#~ msgid "edit"
-#~ msgstr "modifier"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "Je n'aime pas cette réponse (cliquez à nouveau pour annuler)"
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "Signaler un abus (par exemple : spam, publicité déguisée, contenus "
-#~ "illégaux ou inappropriés, propos déplacés)"
+#: skins/default/templates/macros.html:52
+msgid "anonymous user"
+msgstr "anonyme"
-#~ msgid "flag offensive"
-#~ msgstr "Marquer comme 'contenu abusif'"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "undelete"
-#~ msgstr "restaurer"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Répondre à cette question"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "posée"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr ""
-#~ "marquer cette réponse comme favorite (cliquez à nouveau pour annuler)"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "répondue"
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "%(question_author)s a choisi cette réponse comme correcte"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "postée"
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr ""
-#~ "Cette question a été close pour la raison suivante : : \"%(close_reason)s"
-#~ "\" par"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "actualisée"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "Date de cloture : %(closed_at)s"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Voir les questions marquées par '%(tag)s'."
-# FIXME
-#~ msgid "retag"
-#~ msgstr "requalifier"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "Supprimer ce commentaire"
-#~ msgid "reopen"
-#~ msgstr "réouvrir"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "Ajouter un commentaire"
-#~ msgid "close"
-#~ msgstr "fermer"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "Voir <strong>1</strong> de plus"
+msgstr[1] "Voir <strong>%(counter)s</strong> de plus"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "ce champ est obligatoire"
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "Voir <strong>1</strong> commentaire de plus"
+msgstr[1] "Voir <strong>%(counter)s</strong> commentaires de plus"
-#~ msgid "(required)"
-#~ msgstr "(obligatoire)"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "Image Gravatar de %(username)s"
-# FIXME
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Basculer vers l'aperçu avec éditeur temps-réel"
+#: skins/default/templates/macros.html:551
+#, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "Le site web de %(username)s est \"%(url)s"
-#~ msgid "hide preview"
-#~ msgstr "Masquer l'aperçu"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "page précédente"
-#~ msgid "Related tags"
-#~ msgstr "Tags associés"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "page actuelle"
-#~ msgid "Interesting tags"
-#~ msgstr "Tags intéressants"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "Page %(num)s"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Ajouter"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "page suivante"
-#~ msgid "Ignored tags"
-#~ msgstr "Tags ignorés"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "messages par page"
-#~ msgid "Display tag filter"
-#~ msgstr "Filtre des tags"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "réponses pour %(username)s"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Désolé, la page que vous avez demandé est introuvable."
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "vous avez une nouvelle réponse"
+msgstr[1] "vous avez %(response_count)s nouvelles réponses"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Ceci a pu se produire pour les raisons suivantes :"
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "pas de nouvelles réponses pour l'instant"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "cette question ou cette réponse a été supprimée;"
+# FIXME
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "%(new)s nouveaux messages étiquetés"
-#~ msgid "url has error - please check it;"
-#~ msgstr "l'URL comporte une erreur - merci de la vérifier;"
+# FIXME
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr "%(new)s nouveaux messages étiquetés"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "la page que vous avez tenté d'afficher est protégée, ou vous n'avez pas "
-#~ "un nombre de points suffisants pour la voir"
+# FIXME
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr "%(seen)s messages taggés"
-#~ msgid "faq"
-#~ msgstr "FAQ"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Questions"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr ""
-#~ "si vous pensez que cette erreur 404 n'aurait pas du se produire, merci de"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Politique en matière de respect de la vie privée"
-#~ msgid "report this problem"
-#~ msgstr "signaler ce problème."
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Modifier une question"
-#~ msgid "back to previous page"
-#~ msgstr "retour à la page précédente"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Modifier les tags"
-#~ msgid "see all questions"
-#~ msgstr "Voir toutes les questions"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr "Requalifier"
-#~ msgid "see all tags"
-#~ msgstr "Voir tous les mots-clés"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Pourquoi utiliser et modifier les tags ?"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "L'erreur a été consigné dans les journaux d'erreurs système, et sera "
-#~ "corrigée dès que possible "
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr ""
-#~ "Si vous le souhaitez, vous pouvez signaler cette erreur aux "
-#~ "administrateurs du site. Merci"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+"Les éditeurs de tags reçoivent des récompenses de la base de la communauté"
-#~ msgid "see latest questions"
-#~ msgstr "Voir les dernières questions"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "jusqu'à 5 tags, faisant chacun moins de 20 caractères"
-#~ msgid "see tags"
-#~ msgstr "Voir les mots-clés (tags)"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Réouvrir cette question"
-#~ msgid "About %(site_name)s"
-#~ msgstr "A propos de %(site_name)s"
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr "Titre"
-#~ msgid "Edit answer"
-#~ msgstr "Modifier la réopnse"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+"Cette question a été cloturée par \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgid "back"
-#~ msgstr "Retour"
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
+msgstr "Motif de cloture :"
-#~ msgid "revision"
-#~ msgstr "Version"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr "Quand :"
-#~ msgid "select revision"
-#~ msgstr "Version auswählen"
+#: skins/default/templates/reopen.html:22
+msgid "Reopen this question?"
+msgstr "Réouvrir cette question ?"
-#~ msgid "Save edit"
-#~ msgstr "Enregistrer les modifications"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Réouvrir cette question"
-#~ msgid "show preview"
-#~ msgstr "Afficher l'aperçu"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Historique des révisions"
-#~ msgid "Ask a question"
-#~ msgstr "Poser une question"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "cliquez pour afficher/masquer la révision"
-#~ msgid "%(name)s"
-#~ msgstr "%(name)s"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr "révision %(number)s"
-#~ msgid "Badge"
-#~ msgstr "Badge"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "utiliser les mots-clés (tags)"
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "Badge \"%(name)s\""
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "Cette question a été close pour la raison suivante "
-#~ msgid "%(description)s"
-#~ msgstr "%(description)s"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "utiliser les mots-clés (tags)"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "l'utilisateur a reçu ces badges:"
-#~ msgstr[1] "les utilisateurs ont reçu ces badges:"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Liste des tags"
-#~ msgid "Badges summary"
-#~ msgstr "Résumé badges"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "Badges"
-#~ msgstr "Badges"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "Trier par:"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "La communauté récompense vos questions, vos réponses et vos votes en vous "
-#~ "distribuant des badges."
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "triée alphabétiquement"
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Ci-dessous figure la liste des badges disponibles et le nombre de vois "
-#~ "qu'ils ont été attribués. Vous pouvez nous dire ce que vous en pensez "
-#~ "sur %(feedback_faq_url)s.\n"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "par nom"
-#~ msgid "Community badges"
-#~ msgstr "Badges de la communauté"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "triée par fréquence d'utilisation des tags"
-#~ msgid "gold badge description"
-#~ msgstr "Badge or - blah blah"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "par popularité"
-#~ msgid "silver badge description"
-#~ msgstr "Badge argent - blah blah"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Aucun résultat"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "Badge bronze - blah blah"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Utilisateurs"
-#~ msgid "bronze badge description"
-#~ msgstr "Badge bronze - blah blah"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "Close question"
-#~ msgstr "Question close"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "réputation"
-#~ msgid "Close the question"
-#~ msgstr "Clore la question"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "Reasons"
-#~ msgstr "Raisons"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "récent"
-#~ msgid "OK to close"
-#~ msgstr "OK pour clore"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Questions fréquemment posées"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Quel genre de questions puis-je poser ici ?"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "par nom d'utilisateur"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "Surtout, les questions doivent être <strong>pertinentes</strong> et "
-#~ "<strong>significatives</strong> pour cette communauté."
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "utilisateurs vérifiant les critères %(suser)s"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Avant de poser une question, merci d'utiliser notre moteur de recherche "
-#~ "afin de vérifier qu'elle n'a pas déjà été posée par quelqu'un d'autre"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Aucun résultat."
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Quelles questions dois-je éviter de poser ?"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s question"
+msgstr[1] "%(q_num)s questions"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Evitez de poser des questions qui ne sont pas pertinentes pour cette "
-#~ "communauté, ou quisont trop subjectives ou polémiques. "
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "avec la contribution de %(author_name)s"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Que dois-je éviter dans mes réponses ?"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "marquée avec des mots-clés"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "est un site de questions/réponses, et non pas un forum de discussion. Par "
-#~ "conséquent, merci de ne pas discuter ou polémiquer dans vos réponses. "
-#~ "Vous avez toutefois la possibilité de faire de brèves discussions dans le "
-#~ "champ COMMENTAIRES."
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Conseils pour la recherche:"
-#~ msgid "Who moderates this community?"
-#~ msgstr "Qui modère cette communauté ?"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "Réinitialiser l'auteur"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Pour faire court : <strong>vous !</strong>"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "ou"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Ce site est modéré par ses utilisateurs."
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "Réinitialiser les tags"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Le système de réputation permet aux utilisateurs d'accumuler des points, "
-#~ "qui les autorisent ensuite à accéder à divers niveaux et tâches de "
-#~ "modération"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "Recommencer"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Comment fonctionne le système de réputation ?"
+# FIXME
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+" - pour développer ou restreindre en ajoutant plus de tags et en révisant la "
+"requête"
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "Quand une question ou une réponse est jugée positivement par le reste de "
-#~ "la communauté, son auteur acquiert des points. Ces points lui permettent "
-#~ "de \"monter en grade\" et obtenir un pouvoir grandissant en terme de "
-#~ "possibilités de modérations. "
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Conseil pour la recherche:"
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Par exemple, si vous posez une question intéressante, ou aidez quelqu'un "
-#~ "en répondant à l'une de ses questions, les autres utilisateurs du forum "
-#~ "voteront positivement pour vous. En revanche, si vos réponses sont "
-#~ "fausses ou malveillantes, vous recevrez des votes négatifs. Chaque vote "
-#~ "en votre faveur vous rapportera <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)"
-#~ "s</strong> points, et chaque vote en votre défaveur vous retirera <strong>"
-#~ "%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. Vous pouvez "
-#~ "accumuler au maximum <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points par jour pour chaque question et chaque réponse. Le tableau ci-"
-#~ "dessous indique combien de points sont requis pour chaque tâche de "
-#~ "modération. "
-
-#~ msgid "upvote"
-#~ msgstr "vote positif"
-
-#~ msgid "use tags"
-#~ msgstr "utiliser les mots-clés (tags)"
-
-#~ msgid "add comments"
-#~ msgstr "ajouter des commentaires"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "ajouter des tags et une requête pour affiner votre recherche"
-#~ msgid "downvote"
-#~ msgstr "vote négatif"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Il n'y a aucune question sans réponse"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Erste Antwort auf eine eigene Frage akzeptiert"
+msgid "No questions here. "
+msgstr "Aucune question favorite."
-#~ msgid "open and close own questions"
-#~ msgstr "ouvrir ou fermer ses propres questions"
+#: skins/default/templates/main_page/nothing_found.html:8
+#, fuzzy
+msgid "Please follow some questions or follow some users."
+msgstr "Merci de commencer (marquer) quelques questions quand vous les visitez"
-#~ msgid "retag other's questions"
-#~ msgstr ""
-#~ "requalifier les questions d'autres utilisateurs (modifier leurs mots-clés)"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Vous pouvez élargir votre recherche en"
-#~ msgid "edit community wiki questions"
-#~ msgstr "Modifier les questions du \"Wiki communautaire\"."
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "réinitialisant l'auteur"
-#~ msgid "\"edit any answer"
-#~ msgstr "\"modifier n'importe quelle réponse"
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "réinitialisant les mots-clés (\"tags\")"
-#~ msgid "\"delete any comment"
-#~ msgstr "\"supprimer n'importe quel commentaire"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "repartant de zéro"
-#~ msgid "what is gravatar"
-#~ msgstr "Qu'est ce que 'Gravatar' ?"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "N'hésitez pas à poser des questions !"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "Gravatar signifie (globally recognized avatar, en français avatar "
-#~ "universel).Gravatar est basé sur un service en ligne qui permet "
-#~ "d’attribuer un avatar (image) à une adresse e-mail. Vous laissez un "
-#~ "commentaire avec cette adresse e-mail sur un blog ou un forum de "
-#~ "discussion et l’image que vous avez choisie pour vous représenter "
-#~ "apparait automatiquement. Il faut bien sûr que le site en question gère "
-#~ "ces gravatars.Pour obtenir votre gravatar : 1. Rendez-vous sur le site "
-#~ "gravatar (http://fr.gravatar.com/) et saisissez votre adresse e-mail. "
-#~ "2. Vous allez recevoir un e-mail en retour. Cliquez sur le lien dans l’e-"
-#~ "mail pour confirmer votre adresse. 3. De retour sur le site de "
-#~ "gravatar, cliquez sur le lien mon gravatar. 4. Envoyez une photo que "
-#~ "vous associez à votre e-mail (pas trop grande, la photo, mais vous "
-#~ "pourrez la recadrer sur le site). 5. Maintenant, lorsque vous saisissez "
-#~ "votre e-mail avec un commentaire, votre gravatar s’affiche (patientez "
-#~ "quelques minutes quand même. 6. Vous pouvez créer autant de gravatars "
-#~ "que vous avez d’adresses e-mail."
-
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Ais-je besoin de créer un nouveau mot de passe pour m'inscrire ?"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Vous n'avez pas trouvé ce que vous cherchiez ?"
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Non. Ce n'est pas obligatoire. Vous pouvez vous connecter avec n'importe "
-#~ "quel service compatible OpenID, ex: Google, Yahoo, AOL, etc..\""
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Veuillez saisir votre question !"
-#~ msgid "\"Login now!\""
-#~ msgstr "\"Je me connecte immédiatement !\""
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "S'abonner au flux RSS des questions"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr ""
-#~ "Pourquoi les autres utilisateurs peuvent-ils modifier mes questions ou "
-#~ "mes réponses ?"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "Goal of this site is..."
-#~ msgstr "L'objectif de ce site est simple :"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Les questions et les réponses peuvent être modifiées (sur le principe "
-#~ "d'un wiki) par les utilisateurs habitués du site, ce qui améliore la "
-#~ "qualité globale de la base de connaissances qui est peu à peu constituée "
-#~ "par notre communauté."
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "Chaque mot-clé doit comporter moins de %(max_chars)d caractère"
+msgstr[1] "Chaque mot-clé doit comporter moins de %(max_chars)d caractères"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr ""
-#~ "Si cette approche ne vous convient pas, nous respectons votre choix."
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "Veuillez utiliser %(tag_count)d mot-clé, ou moins"
+msgstr[1] "Veuillez utiliser %(tag_count)d mots-clés, ou moins"
-#~ msgid "Still have questions?"
-#~ msgstr "D'autres questions ?"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "jusqu'à 5 tags, faisant chacun moins de 20 caractères"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Merci de <a href='%(ask_question_url)s'>poser vos questions ici</a>; vous "
-#~ "nous aiderez ainsi à étoffer notre base de connaissances, dans l'intérêt "
-#~ "de toute la communauté."
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+" %(counter)s réponse :"
+msgstr[1] ""
+"\n"
+" %(counter)s réponses :"
-#~ msgid "Feedback"
-#~ msgstr "Remarques"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "Les réponses les plus anciennes seront affichées en premier"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Envoyez nous vos remarques !"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "réponses les plus anciennes"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Bonjour %(user_name)s</span>, nous sommes "
-#~ "impatients de connaître votre avis sur notre module de Questions/"
-#~ "Réponses.\n"
-#~ "Saisissez vos remarques, critiques ou suggestions ci-dessous."
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "Les réponses les plus récentes seront affichées en premier"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Cher visiteur</span>, nous sommes impatients de "
-#~ "connaître votre avis sur notre module de Questions/Réponses.\n"
-#~ "Saisissez vos remarques, critiques ou suggestions ci-dessous."
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "Réponses les plus récentes"
-#~ msgid "(this field is required)"
-#~ msgstr "(champ obligatoire)"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "Les réponses ayant obtenu le plus de votes seront affichées en premier"
-#~ msgid "Send Feedback"
-#~ msgstr "Envoyer"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "réponses populaires"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>Bonjour %(receiving_user_name)s,</p>"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Répondre à votre propre question"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a laissé <a href=\"%(post_url)s\">un nouveau "
-#~ "commentaire</a>:</p>\n"
+#: skins/default/templates/question/new_answer_form.html:14
+#, fuzzy
+msgid "Login/Signup to Answer"
+msgstr "Connectez vous (ou Inscrivez vous) pour poster votre réponse"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a laissé <a href=\"%(post_url)s\">un nouveau "
-#~ "commentaire</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Votre réponse"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a répondu à une question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Soyez le premier à répondre à cette quesion !"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a publié une nouvelle question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Vous pouvez commencer par répondre anonymement à "
+"cette question</span>, puis vous connecter ensuite "
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a mis à jour une réponse à la question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"vous pouvez répondre à vos propres questions uniquement pour donner une "
+"réponse"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a mis à jour une question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"Merci de vous contenter de donner une réponse; n'instaurez pas une discussion"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>Sachez que vous pouvez facilement <a href=\"%(user_subscriptions_url)s"
-#~ "\">changer</a>\n"
-#~ "la fréquence à laquelle vous recevez les emails de notifications, ou "
-#~ "facilement vous désabonner. Merci de l'intérêt que vous protez à notre "
-#~ "forum !</p>\n"
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Connectez vous (ou Inscrivez vous) pour poster votre réponse"
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "<p>Salutations,<br/>L'administarteur du forum de Questions/Réponses</p>"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Répondre à cette question"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Partager cette question sur twitter"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "J'aime ce message (cliquez à nouveau pour annuler)"
+msgid " or"
+msgstr "ou"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "J'aime cette réponse (cliquez à nouveau pour annuler)"
-
-#~ msgid "current number of votes"
-#~ msgstr "Nombre de votes actuel"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "email"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "Je n'aime pas ce message (cliquez à nouveau pour annuler)"
-
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "Je n'aime pas cette réponse (cliquez à nouveau pour annuler)"
-
-#~ msgid "anonymous user"
-#~ msgstr "anonyme"
+msgid "Question tools"
+msgstr "Tags de la question"
-#~ msgid "asked"
-#~ msgstr "posée"
+# FIXME
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "Cliquez ici pour voir les questions ayant obtenu le plus de réponses"
-#~ msgid "answered"
-#~ msgstr "répondue"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "Toutes les questions"
-#~ msgid "posted"
-#~ msgstr "postée"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Toutes les questions"
-#~ msgid "updated"
-#~ msgstr "actualisée"
+# FIXME
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "Cliquez ici pour voir les questions ayant obtenu le plus de réponses"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Voir les questions marquées par '%(tag)s'."
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Toutes les questions"
-#~ msgid "delete this comment"
-#~ msgstr "Supprimer ce commentaire"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "add comment"
-#~ msgstr "Ajouter un commentaire"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "Modification(s) d'email(s) annulée(s)"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "Voir <strong>1</strong> de plus"
-#~ msgstr[1] "Voir <strong>%(counter)s</strong> de plus"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "Voir <strong>1</strong> commentaire de plus"
-#~ msgstr[1] "Voir <strong>%(counter)s</strong> commentaires de plus"
+#: skins/default/templates/question/sidebar.html:35
+#, fuzzy
+msgid "subscribe to this question rss feed"
+msgstr "S'abonner au flux RSS des questions"
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "Le site web de %(username)s est \"%(url)s"
+#: skins/default/templates/question/sidebar.html:36
+#, fuzzy
+msgid "subscribe to rss feed"
+msgstr "S'abonner au flux RSS des questions"
-#~ msgid "previous"
-#~ msgstr "page précédente"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "current page"
-#~ msgstr "page actuelle"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "question posée"
-#~ msgid "page number %(num)s"
-#~ msgstr "Page %(num)s"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "la question a été vue:"
-#~ msgid "next page"
-#~ msgstr "page suivante"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "fois"
-#~ msgid "posts per page"
-#~ msgstr "messages par page"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "dernière mise à jour"
-#~ msgid "responses for %(username)s"
-#~ msgstr "réponses pour %(username)s"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Questions liées"
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "vous avez une nouvelle réponse"
-#~ msgstr[1] "vous avez %(response_count)s nouvelles réponses"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Me notifier les nouvelles réponses par email</strong> une fois par "
+"jour"
-#~ msgid "no new responses yet"
-#~ msgstr "pas de nouvelles réponses pour l'instant"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Me notifier les nouvelles réponses par email</strong> une fois par "
+"semaine"
-# FIXME
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "%(new)s nouveaux messages étiquetés"
-
-# FIXME
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "%(new)s nouveaux messages étiquetés"
+msgid "Notify me immediately when there are any new answers"
+msgstr "Me notifier immédiatement dès qu'il y a des nouvelles réponses"
-# FIXME
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "%(seen)s messages taggés"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"Vous pourrez toujours ajuster la fréquence des emails de notification depuis "
+"<strong><a href='%(profile_url)s?sort=email_subscriptions'>votre profil</a></"
+"strong> ...)"
-#~ msgid "Questions"
-#~ msgstr "Questions"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"vous pourrez vous abonner aux mails de notifications de mise à jour dès que "
+"vous vous serez connecté"
-#~ msgid "Privacy policy"
-#~ msgstr "Politique en matière de respect de la vie privée"
+# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "Profil de l'utilisateur %(username)s"
-#~ msgid "Edit question"
-#~ msgstr "Modifier une question"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Modifier le profil utilisateur"
-#~ msgid "Change tags"
-#~ msgstr "Modifier les tags"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "Modifier le profil"
-#~ msgid "Retag"
-#~ msgstr "Requalifier"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "changer d'image"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Pourquoi utiliser et modifier les tags ?"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr ""
-#~ "Les éditeurs de tags reçoivent des récompenses de la base de la communauté"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Utilisateur enregistré"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "jusqu'à 5 tags, faisant chacun moins de 20 caractères"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Pseudo"
-#~ msgid "Reopen question"
-#~ msgstr "Réouvrir cette question"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Mettre à jour"
-#~ msgid "Title"
-#~ msgstr "Titre"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
+msgstr "Abonnements aux emails"
-#~ msgid ""
-#~ "This question has been closed by \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgstr ""
-#~ "Cette question a été cloturée par \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "Paramètres d'abonnement aux emails"
-#~ msgid "Close reason:"
-#~ msgstr "Motif de cloture :"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Infos concernant les paramètres d'abonnement aux "
+"emails </span> Ceci vous permet de vous abonner aux questions que vous "
+"trouvez intéressantes. Vous recevrez les réponses par email. "
-#~ msgid "When:"
-#~ msgstr "Quand :"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Arrêter d'envoyer des emails"
-#~ msgid "Reopen this question?"
-#~ msgstr "Réouvrir cette question ?"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
+#, fuzzy
+msgid "followed questions"
+msgstr "Toutes les questions"
-#~ msgid "Reopen this question"
-#~ msgstr "Réouvrir cette question"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
-#~ msgid "Revision history"
-#~ msgstr "Historique des révisions"
+#: skins/default/templates/user_profile/user_inbox.html:34
+#, fuzzy
+msgid "Sections:"
+msgstr "questions"
-#~ msgid "click to hide/show revision"
-#~ msgstr "cliquez pour afficher/masquer la révision"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#~ msgid "revision %(number)s"
-#~ msgstr "révision %(number)s"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "Veuillez utiliser %(tag_count)d mot-clé, ou moins"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "utiliser les mots-clés (tags)"
+msgid "select:"
+msgstr "Supprimer"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Cette question a été close pour la raison suivante "
+msgid "seen"
+msgstr "dernière connexion"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "utiliser les mots-clés (tags)"
+msgid "new"
+msgstr "date (↓)"
-#~ msgid "Tag list"
-#~ msgstr "Liste des tags"
+#: skins/default/templates/user_profile/user_inbox.html:53
+#, fuzzy
+msgid "none"
+msgstr "bronze"
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Trier par:"
+msgid "mark as seen"
+msgstr "dernière connexion"
-#~ msgid "sorted alphabetically"
-#~ msgstr "triée alphabétiquement"
+# FIXME ou "ayant reçu une récompense"
+#: skins/default/templates/user_profile/user_inbox.html:55
+#, fuzzy
+msgid "mark as new"
+msgstr "marquée comme meilleure réponse"
-#~ msgid "by name"
-#~ msgstr "par nom"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "triée par fréquence d'utilisation des tags"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "Mettre à jour le profil"
-#~ msgid "by popularity"
-#~ msgstr "par popularité"
+#: skins/default/templates/user_profile/user_info.html:40
+#, fuzzy
+msgid "manage login methods"
+msgstr "Bitte einloggen"
-#~ msgid "Nothing found"
-#~ msgstr "Aucun résultat"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "nom réél"
-#~ msgid "Users"
-#~ msgstr "Utilisateurs"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "membre depuis"
-#~ msgid "reputation"
-#~ msgstr "réputation"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "dernière connexion"
-#~ msgid "recent"
-#~ msgstr "récent"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "Site internet"
-#~ msgid "by username"
-#~ msgstr "par nom d'utilisateur"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "Lieu"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "utilisateurs vérifiant les critères %(suser)s"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "Age"
-#~ msgid "Nothing found."
-#~ msgstr "Aucun résultat."
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "ans "
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "avec la contribution de %(author_name)s"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "Votes non utilisés aujourd'hui"
-#~ msgid "Search tips:"
-#~ msgstr "Conseils pour la recherche:"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "votes restants"
-#~ msgid "reset author"
-#~ msgstr "Réinitialiser l'auteur"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+msgid "moderation"
+msgstr "Modération"
-#, fuzzy
-#~ msgid " or "
-#~ msgstr "ou"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "Le statut actuel de %(username)s est \"%(status)s\""
-#~ msgid "reset tags"
-#~ msgstr "Réinitialiser les tags"
+#: skins/default/templates/user_profile/user_moderate.html:11
+msgid "User status changed"
+msgstr "Statut de l'utilisateur modifié"
-#~ msgid "start over"
-#~ msgstr "Recommencer"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "Enregistrer"
-# FIXME
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr ""
-#~ " - pour développer ou restreindre en ajoutant plus de tags et en révisant "
-#~ "la requête"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "Vous avez actuellement %(reputation)s points de réputation"
-#~ msgid "Search tip:"
-#~ msgstr "Conseil pour la recherche:"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "Cet utilisateur a actuellement %(reputation)s points de réputation"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "ajouter des tags et une requête pour affiner votre recherche"
+#: skins/default/templates/user_profile/user_moderate.html:31
+msgid "User reputation changed"
+msgstr "Réputation de l'utilisateur modifiée"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Il n'y a aucune question sans réponse"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr "Soustraire"
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Aucune question favorite."
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Ajouter"
-#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr ""
-#~ "Merci de commencer (marquer) quelques questions quand vous les visitez"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
+msgstr "Envoyer un message à %(username)s"
-#~ msgid "You can expand your search by "
-#~ msgstr "Vous pouvez élargir votre recherche en"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+"Un email sera envoyé à cet utilisateur avec le champ 'reply-to' pré-"
+"renseigné avec votre adresse email, afin qu'il puisse vous répondre "
+"directement. Merci de vérifier que votre adresse email est correcte."
-#~ msgid "resetting author"
-#~ msgstr "réinitialisant l'auteur"
+#: skins/default/templates/user_profile/user_moderate.html:46
+msgid "Message sent"
+msgstr "Message envoyé"
-#~ msgid "resetting tags"
-#~ msgstr "réinitialisant les mots-clés (\"tags\")"
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr "Envoyer le message"
-#~ msgid "starting over"
-#~ msgstr "repartant de zéro"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "N'hésitez pas à poser des questions !"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Vous n'avez pas trouvé ce que vous cherchiez ?"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
-#~ msgid "Please, post your question!"
-#~ msgstr "Veuillez saisir votre question !"
+#: skins/default/templates/user_profile/user_moderate.html:83
+#, fuzzy
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "Les utilisateurs suspendus ne peuvent pas étiqueter les messages"
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "S'abonner au flux RSS des questions"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "Chaque mot-clé doit comporter moins de %(max_chars)d caractère"
-#~ msgstr[1] "Chaque mot-clé doit comporter moins de %(max_chars)d caractères"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "Veuillez utiliser %(tag_count)d mot-clé, ou moins"
-#~ msgstr[1] "Veuillez utiliser %(tag_count)d mots-clés, ou moins"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "jusqu'à 5 tags, faisant chacun moins de 20 caractères"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ " %(counter)s réponse :"
-#~ msgstr[1] ""
-#~ "\n"
-#~ " %(counter)s réponses :"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "Les réponses les plus anciennes seront affichées en premier"
+# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "Profil de l'utilisateur %(username)s"
-#~ msgid "oldest answers"
-#~ msgstr "réponses les plus anciennes"
+# TODO demander au développeur de faire 2 entrées distinctes. Une contiendra "date (↑)" et l'autre "date"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr "actualité (↓)"
-#~ msgid "newest answers will be shown first"
-#~ msgstr "Les réponses les plus récentes seront affichées en premier"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "newest answers"
-#~ msgstr "Réponses les plus récentes"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "most voted answers will be shown first"
-#~ msgstr ""
-#~ "Les réponses ayant obtenu le plus de votes seront affichées en premier"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "L'évolution de votre Karma."
-#~ msgid "popular answers"
-#~ msgstr "réponses populaires"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Evolution du karma de %(user_name)s"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Répondre à votre propre question"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "aperçu"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Connectez vous (ou Inscrivez vous) pour poster votre réponse"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Question"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgid "Your answer"
-#~ msgstr "Votre réponse"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Réponse"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Réponses"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Soyez le premier à répondre à cette quesion !"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "Cette réponse a obtenu %(answer_score)s votes positifs"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Vous pouvez commencer par répondre anonymement à "
-#~ "cette question</span>, puis vous connecter ensuite "
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "Cette réponse a été sélectionnée comme correct"
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "vous pouvez répondre à vos propres questions uniquement pour donner une "
-#~ "réponse"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "(%(comment_count)s commentaire)"
+msgstr[1] "cette réponse a été commentée %(comment_count)s fois"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "Merci de vous contenter de donner une réponse; n'instaurez pas une "
-#~ "discussion"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> Vote"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Connectez vous (ou Inscrivez vous) pour poster votre réponse"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "J'aime (+1)"
-#~ msgid "Answer the question"
-#~ msgstr "Répondre à cette question"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "L'utilisateur a voté positivement pour cela de nombreuses fois"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "ou"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "J'aime pas (-1)"
-#~ msgid "email"
-#~ msgstr "email"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "L'utilisateur a voté négativement pour cela de nombreuses fois"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tags de la question"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Mot-clé"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Mots-clés"
-# FIXME
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr ""
-#~ "Cliquez ici pour voir les questions ayant obtenu le plus de réponses"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Badge"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Badges"
# FIXME
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr ""
-#~ "Cliquez ici pour voir les questions ayant obtenu le plus de réponses"
+msgid "Answer to:"
+msgstr "Conseils pour répondre"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "Modification(s) d'email(s) annulée(s)"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Profil utilisateur"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "S'abonner au flux RSS des questions"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "Commentaires et réponses à d'autres questions"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "S'abonner au flux RSS des questions"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "question asked"
-#~ msgstr "question posée"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Statistiques sur la réputation de cet utilisateur"
-#~ msgid "question was seen"
-#~ msgstr "la question a été vue:"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "Historique de la réputation"
-#~ msgid "times"
-#~ msgstr "fois"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "questions favorites de cet utilisateur"
-#~ msgid "last updated"
-#~ msgstr "dernière mise à jour"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "activité récente"
-#~ msgid "Related questions"
-#~ msgstr "Questions liées"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "Trace des votes de cet utilisateur"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Me notifier les nouvelles réponses par email</strong> une fois "
-#~ "par jour"
+# FIXME
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "abgegebene Stimmen"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Me notifier les nouvelles réponses par email</strong> une fois "
-#~ "par semaine"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "Paramètres d'abonnement aux emails"
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "Me notifier immédiatement dès qu'il y a des nouvelles réponses"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr "Modérer cet utilisateur"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "Vous pourrez toujours ajuster la fréquence des emails de notification "
-#~ "depuis <strong><a href='%(profile_url)s?sort=email_subscriptions'>votre "
-#~ "profil</a></strong> ...)"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "votes"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "vous pourrez vous abonner aux mails de notifications de mise à jour dès "
-#~ "que vous vous serez connecté"
+# FIXME
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Conseils pour répondre"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr ""
+"Rédiger vos réponses afin qu'elles soient pertinentes pour la communauté."
+
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+"Contentez-vous de donner une réponse, plutôt que de vous engagez dans une "
+"discussion."
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "Fournissez un maximum de détails."
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "Soyez clair et concis."
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "lisez notre FAQ (Foire aux questions)"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Aide sur les balises \"Markdown\""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr "*italique*"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr "**gras**"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr "*italique* ou __italique__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**gras** ou __gras__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "lien"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "texte"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "image"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "liste numérotée:"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "les balises HTML élémentaires sont aussi supportées."
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "en savoir plus sur les balises \"Markdown\""
+
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "Poser une question"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">Formulez votre question à l'aide du formulaire ci-"
+"dessous (un court titre résumant la question, puis la question à proprement "
+"parler, aussi détaillée que vous le souhaitez...)</span>. A l'étape "
+"suivante, vous devrez saisir votre email et votre nom (ou un pseudo si vous "
+"souhaitez rester anonyme...). Ces éléments sont nécessaires pour bénéficier "
+"des fonctionnalités de notre module de questions/réponses, qui repose sur un "
+"principe communautaire."
-# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
-#~ msgid "%(username)s's profile"
-#~ msgstr "Profil de l'utilisateur %(username)s"
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Ihre E-Mail-Adresse %(email)s wurde noch nicht "
+"bestätigt.</span> Um Beiträge veröffentlichen zu können, müssen Sie Ihre E-"
+"Mail-Adresse bestätigen. <a href='%(email_validation_faq_url)s'>Mehr infos "
+"hier</a>.<br>Sie können Ihren Beitrag speichern und die Bestätigung danach "
+"durchführen - Ihr Beitrag wird bis dahin gespeichert."
-#~ msgid "Edit user profile"
-#~ msgstr "Modifier le profil utilisateur"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Vous devez vous authentifier pour publier votre question "
-#~ msgid "edit profile"
-#~ msgstr "Modifier le profil"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Poser votre question"
-#~ msgid "change picture"
-#~ msgstr "changer d'image"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Contributeurs"
-#~ msgid "Registered user"
-#~ msgstr "Utilisateur enregistré"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "Screen Name"
-#~ msgstr "Pseudo"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "Qui sommes nous ?"
-#~ msgid "Update"
-#~ msgstr "Mettre à jour"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "Respect de la vie privée"
-#~ msgid "subscriptions"
-#~ msgstr "Abonnements aux emails"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "Faire une remarque"
-#~ msgid "Email subscription settings"
-#~ msgstr "Paramètres d'abonnement aux emails"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "Retour à l'accueil"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Infos concernant les paramètres d'abonnement aux "
-#~ "emails </span> Ceci vous permet de vous abonner aux questions que vous "
-#~ "trouvez intéressantes. Vous recevrez les réponses par email. "
+#: skins/default/templates/widgets/logo.html:4
+#, fuzzy, python-format
+msgid "%(site)s logo"
+msgstr "Logo du site de Questions/Réponses"
-#~ msgid "Stop sending email"
-#~ msgstr "Arrêter d'envoyer des emails"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "Communauté"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Toutes les questions"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "Réputation"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "questions"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "conseils pour poser une question"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "Veuillez utiliser %(tag_count)d mot-clé, ou moins"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "Merci de poser une question pertinente."
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "Supprimer"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "Merci de fournir suffisamment de détails."
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "dernière connexion"
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] "vue"
+msgstr[1] "vues"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "date (↓)"
+#: skins/default/templates/widgets/question_summary.html:29
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "réponse"
+msgstr[1] "réponses"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "bronze"
+#: skins/default/templates/widgets/question_summary.html:40
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "vote"
+msgstr[1] "votes"
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "dernière connexion"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-# FIXME ou "ayant reçu une récompense"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "marquée comme meilleure réponse"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "Voir les questions sans réponses"
-#~ msgid "update profile"
-#~ msgstr "Mettre à jour le profil"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "Bitte einloggen"
-
-#~ msgid "real name"
-#~ msgstr "nom réél"
+msgid "see your followed questions"
+msgstr "Voir vos questions favorites"
-#~ msgid "member for"
-#~ msgstr "membre depuis"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
-#~ msgid "last seen"
-#~ msgstr "dernière connexion"
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "Veuillez saisir votre question !"
-#~ msgid "user website"
-#~ msgstr "Site internet"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
-#~ msgid "location"
-#~ msgstr "Lieu"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+msgid "badges:"
+msgstr "badges :"
-#~ msgid "age"
-#~ msgstr "Age"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "Déconnexion"
-#~ msgid "age unit"
-#~ msgstr "ans "
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "Connexion"
-#~ msgid "todays unused votes"
-#~ msgstr "Votes non utilisés aujourd'hui"
+#: skins/default/templates/widgets/user_navigation.html:14
+msgid "settings"
+msgstr "paramètres"
-#~ msgid "votes left"
-#~ msgstr "votes restants"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "0"
-#~ msgid "moderation"
-#~ msgstr "Modération"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "Le statut actuel de %(username)s est \"%(status)s\""
+#: utils/decorators.py:109
+#, fuzzy
+msgid "Please login to post"
+msgstr "Bitte einloggen"
-#~ msgid "User status changed"
-#~ msgstr "Statut de l'utilisateur modifié"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "Save"
-#~ msgstr "Enregistrer"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "ce champ est obligatoire"
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "Vous avez actuellement %(reputation)s points de réputation"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "choisissez un nom d'utilisateur"
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "Cet utilisateur a actuellement %(reputation)s points de réputation"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "le nom d'utilisateur est obligatoire"
-#~ msgid "User reputation changed"
-#~ msgstr "Réputation de l'utilisateur modifiée"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "désolé, ce nom est déjà pris; veuillez en choisir un autre"
-#~ msgid "Subtract"
-#~ msgstr "Soustraire"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "désolé, ce nom n'est pas autorisé; veuillez en choisir un autre"
-#~ msgid "Add"
-#~ msgstr "Ajouter"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "désolé, aucun utilisateur ne porte ce nom"
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Envoyer un message à %(username)s"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"désolé, ce nom d'utilisateur est utilisé par plusieurs utilisateurs. C'est "
+"un problème grave, qui peut témoigner de la présence d'un bug dans "
+"l'application. Merci de prévenir l'administrateur du site. "
-#~ msgid ""
-#~ "An email will be sent to the user with 'reply-to' field set to your email "
-#~ "address. Please make sure that your address is entered correctly."
-#~ msgstr ""
-#~ "Un email sera envoyé à cet utilisateur avec le champ 'reply-to' pré-"
-#~ "renseigné avec votre adresse email, afin qu'il puisse vous répondre "
-#~ "directement. Merci de vérifier que votre adresse email est correcte."
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"un nom d'utilisateur doit comporter uniquement des lettres, des espaces et "
+"des caractères de soulignement (ou <i>underscores</i> : '_')"
-#~ msgid "Message sent"
-#~ msgstr "Message envoyé"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "Send message"
-#~ msgstr "Envoyer le message"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Votre adresse email <i>(ne sera pas communiquée)</i>"
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "Les utilisateurs suspendus ne peuvent pas étiqueter les messages"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "l'adresse email est obligatoire"
-# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
-#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "Profil de l'utilisateur %(username)s"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "Veuillez entrer une adresse email valide"
-# TODO demander au développeur de faire 2 entrées distinctes. Une contiendra "date (↑)" et l'autre "date"
-#~ msgid "activity"
-#~ msgstr "actualité (↓)"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+"Cette adresse email est déjà utilisée par un autre utilisateur; veuillez en "
+"saisir une autre"
-#~ msgid "Your karma change log."
-#~ msgstr "L'évolution de votre Karma."
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "choisissez un mot de passe"
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "Evolution du karma de %(user_name)s"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "le mot de passe est obligatoire"
-#~ msgid "overview"
-#~ msgstr "aperçu"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Saisissez à nouveau le mot de passe <i>(pour confirmation)</i>"
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Question"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Questions"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "Merci de resaisir votre mot de passe"
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Réponse"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Réponses"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "désolé, les 2 mots de passe sont différents, veuillez recommencer"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "Cette réponse a obtenu %(answer_score)s votes positifs"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "il y a 2 jours"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "Cette réponse a été sélectionnée comme correct"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "hier"
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "(%(comment_count)s commentaire)"
-#~ msgstr[1] "cette réponse a été commentée %(comment_count)s fois"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "il y a %(hr)d heure"
+msgstr[1] "il y a %(hr)d heures"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> Votes "
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "il y a %(min)d minute"
+msgstr[1] "il y a %(min)d minutes"
-#~ msgid "thumb up"
-#~ msgstr "J'aime (+1)"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "user has voted up this many times"
-#~ msgstr "L'utilisateur a voté positivement pour cela de nombreuses fois"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "thumb down"
-#~ msgstr "J'aime pas (-1)"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "user voted down this many times"
-#~ msgstr "L'utilisateur a voté négativement pour cela de nombreuses fois"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "les utilisateurs anonymes ne peuvent pas voter"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Mot-clé"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Mots-clés"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr "Désolé, vous avez épuisé votre crédit de votes pour ajourd'hui"
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Badges"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr "Il vous reste un crédit de %(votes_left)s votes pour aujourd'hui"
-# FIXME
+#: views/commands.py:123
#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Conseils pour répondre"
-
-#~ msgid "User profile"
-#~ msgstr "Profil utilisateur"
-
-#~ msgid "graph of user reputation"
-#~ msgstr "Statistiques sur la réputation de cet utilisateur"
-
-#~ msgid "reputation history"
-#~ msgstr "Historique de la réputation"
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+"Désolé, mais les utilisateurs anonymes ne peuvent aps accepter les réponses"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "questions favorites de cet utilisateur"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr "Désolé, il semble y avoir un problème..."
-#~ msgid "recent activity"
-#~ msgstr "activité récente"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+"Désolé, mais les utilisateurs anonymes ne peuvent aps accepter les réponses"
-# FIXME
-#~ msgid "casted votes"
-#~ msgstr "abgegebene Stimmen"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Votre abonnement a été enegistré, mais nous devons valider votre adresse "
+"email %(email)s ; <a href='%(details_url)s'>Cliquez ici pour en savoir plus</"
+"a>."
-#~ msgid "votes"
-#~ msgstr "votes"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+"La fréquence d'envoi des emails de notification de mises à jour est "
+"désormais \"quotidienne\"."
-# FIXME
-#~ msgid "answer tips"
-#~ msgstr "Conseils pour répondre"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr ""
-#~ "Rédiger vos réponses afin qu'elles soient pertinentes pour la communauté."
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "Contentez-vous de donner une réponse, plutôt que de vous engagez dans une "
-#~ "discussion."
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "Merci de vous authentifiez :"
-#~ msgid "please try to provide details"
-#~ msgstr "Fournissez un maximum de détails."
+# FIXME à vérifier
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr ""
+"Vos remarques, critiques et suggestions sur notre forum de questions/réponses"
-#~ msgid "be clear and concise"
-#~ msgstr "Soyez clair et concis."
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Merci pour vos remarques !"
-#~ msgid "see frequently asked questions"
-#~ msgstr "lisez notre FAQ (Foire aux questions)"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+"Nous aimerions bien savoir ce que vous pensez de notre service de questions/"
+"réponses ! Lors de votre prochaine visite, n'hésitez pas à nous envoyer vos "
+"remarques, critiques et suggestions ;o)"
-#~ msgid "Markdown tips"
-#~ msgstr "Aide sur les balises \"Markdown\""
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s question"
+msgstr[1] "%(q_num)s questions"
-#~ msgid "*italic*"
-#~ msgstr "*italique*"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s badge"
+msgstr[1] "%(badge_count)d %(badge_level)s badges"
-#~ msgid "**bold**"
-#~ msgstr "**gras**"
+#: views/readers.py:416
+#, fuzzy
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "Désolé, cette question a été supprimée, et n'est plus accessible."
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*italique* ou __italique__"
+# FIXME
+#: views/users.py:212
+msgid "moderate user"
+msgstr "utilisateur modéré"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**gras** ou __gras__"
+# FIXME ou bien "Annulation des emails de notification de mises à jour" ???
+#: views/users.py:387
+msgid "user profile"
+msgstr "profil de l'utilisateur"
-#~ msgid "link"
-#~ msgstr "lien"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "infOs générales sur le profil de l'utilisateur"
-#~ msgid "text"
-#~ msgstr "texte"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "activité récente de l'utilisateur"
-#~ msgid "image"
-#~ msgstr "image"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "profil - activité récente"
-#~ msgid "numbered list:"
-#~ msgstr "liste numérotée:"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "profil - réactions"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "les balises HTML élémentaires sont aussi supportées."
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "profil - votes"
-#~ msgid "learn more about Markdown"
-#~ msgstr "en savoir plus sur les balises \"Markdown\""
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "réputation de l'utilisateur au sein de la communauté"
-#~ msgid "ask a question"
-#~ msgstr "Poser une question"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "profil - réputation de l'utilisateur"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Formulez votre question à l'aide du formulaire "
-#~ "ci-dessous (un court titre résumant la question, puis la question à "
-#~ "proprement parler, aussi détaillée que vous le souhaitez...)</span>. A "
-#~ "l'étape suivante, vous devrez saisir votre email et votre nom (ou un "
-#~ "pseudo si vous souhaitez rester anonyme...). Ces éléments sont "
-#~ "nécessaires pour bénéficier des fonctionnalités de notre module de "
-#~ "questions/réponses, qui repose sur un principe communautaire."
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "questions favorites des utilisateurs"
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Ihre E-Mail-Adresse %(email)s wurde noch nicht "
-#~ "bestätigt.</span> Um Beiträge veröffentlichen zu können, müssen Sie Ihre "
-#~ "E-Mail-Adresse bestätigen. <a href='%(email_validation_faq_url)s'>Mehr "
-#~ "infos hier</a>.<br>Sie können Ihren Beitrag speichern und die Bestätigung "
-#~ "danach durchführen - Ihr Beitrag wird bis dahin gespeichert."
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "profil - questions favorites"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Vous devez vous authentifier pour publier votre question "
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "Modifications enregistrées."
-#~ msgid "Ask your question"
-#~ msgstr "Poser votre question"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "Modification(s) d'email(s) annulée(s)"
-#~ msgid "Contributors"
-#~ msgstr "Contributeurs"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "profil - abonnements emails"
-#~ msgid "about"
-#~ msgstr "Qui sommes nous ?"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+"Désolé, les utilisateurs anonymes ne peuvent pas transférer de fichiers"
-#~ msgid "privacy policy"
-#~ msgstr "Respect de la vie privée"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "Les types de fichiers autoprisés sont '%(file_types)s'"
-#~ msgid "give feedback"
-#~ msgstr "Faire une remarque"
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+"La taille maximale autorisée pour un fichier est de %(file_size)s Kilo-octets"
-#~ msgid "back to home page"
-#~ msgstr "Retour à l'accueil"
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Une erreur est survenue lors du transfert du fichier sur notre serveur. "
+"Merci de contacter l'administrateur."
+#: views/writers.py:192
#, fuzzy
-#~ msgid "%(site)s logo"
-#~ msgstr "Logo du site de Questions/Réponses"
-
-#~ msgid "users"
-#~ msgstr "Communauté"
-
-#~ msgid "badges"
-#~ msgstr "Réputation"
-
-#~ msgid "question tips"
-#~ msgstr "conseils pour poser une question"
-
-#~ msgid "please ask a relevant question"
-#~ msgstr "Merci de poser une question pertinente."
-
-#~ msgid "please try provide enough details"
-#~ msgstr "Merci de fournir suffisamment de détails."
-
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "vue"
-#~ msgstr[1] "vues"
-
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "réponse"
-#~ msgstr[1] "réponses"
+msgid "Please log in to ask questions"
+msgstr "N'hésitez pas à poser des questions !"
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "vote"
-#~ msgstr[1] "votes"
+#: views/writers.py:493
+#, fuzzy
+msgid "Please log in to answer questions"
+msgstr "Voir les questions sans réponses"
-#~ msgid "see unanswered questions"
-#~ msgstr "Voir les questions sans réponses"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Désolé, vous ne pouvez pas publier de commentaires car vous semblez être "
+"déconnecté. Merci d'essayer de vous <a href=\"%(sign_in_url)s\">reconnecter</"
+"a>."
+#: views/writers.py:649
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "Voir vos questions favorites"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+"Désolé, les utilisateurs anonymes ne peuvent pas transférer de fichiers"
-#~ msgid "badges:"
-#~ msgstr "badges :"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Désolé, vous ne pouvez pas supprimer de commentaires car vous semblez être "
+"déconnecté. Merci d'essayer de vous <a href=\"%(sign_in_url)s\">reconnecter</"
+"a>."
-#~ msgid "logout"
-#~ msgstr "Déconnexion"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+"Désolé, nous rencontrons apparemment des difficultés d'ordre techniques..."
-#~ msgid "login"
-#~ msgstr "Connexion"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "La question doit comporter plus de 10 caractères."
-#~ msgid "settings"
-#~ msgstr "paramètres"
+#, fuzzy
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr ""
+#~ "Si vous pensez que ce message a été envoyé par erreur - \n"
+#~ "aucune action de votre part n'est nécessaire. Ignorez ce mail, et "
+#~ "veuillez accepter nos excuses \n"
+#~ "pour le dérangement que nous avons occasionné"
#~ msgid "(please enter a valid email)"
#~ msgstr "(veuillez entrer une adresse email valide)"
@@ -5990,10 +7056,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "Questions:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Toutes les questions"
-
#~ msgid "Sort by:"
#~ msgstr "Trier par:"
@@ -6221,18 +7283,12 @@ msgstr ""
#~ "\n"
#~ " Nous avons trouvé %(q_num)s questions"
-#~ msgid "tagged"
-#~ msgstr "marquée avec des mots-clés"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "Retirer '%(tag_name)s' de la liste des tags intéressants"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "Retirer '%(tag_name)s' de la liste des tags ignorés"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "Continuer de masquer les questions ignorées"
-
#~ msgid ""
#~ "see other questions with %(view_user)s's contributions tagged '%(tag_name)"
#~ "s' "
diff --git a/askbot/locale/fr/LC_MESSAGES/djangojs.po b/askbot/locale/fr/LC_MESSAGES/djangojs.po
index 2e3be03d..d910854f 100644
--- a/askbot/locale/fr/LC_MESSAGES/djangojs.po
+++ b/askbot/locale/fr/LC_MESSAGES/djangojs.po
@@ -1,173 +1,178 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+#
+# Translators:
+# Christophe kryskool <christophe.chauvet@gmail.com>, 2011.
+# Mademoiselle Geek <mademoisellegeek42@gmail.com>, 2011.
msgid ""
msgstr ""
-"Project-Id-Version: 0.7\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 01:59-0600\n"
-"PO-Revision-Date: 2011-09-28 08:12-0800\n"
-"Last-Translator: Rosandra Cuello <rosandra.cuello@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"Project-Id-Version: askbot\n"
+"Report-Msgid-Bugs-To: http://askbot.org/\n"
+"POT-Creation-Date: 2011-11-27 01:58-0600\n"
+"PO-Revision-Date: 2011-12-17 21:30+0000\n"
+"Last-Translator: Mademoiselle Geek <mademoisellegeek42@gmail.com>\n"
+"Language-Team: French (http://www.transifex.net/projects/p/askbot/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: skins/common/media/jquery-openid/jquery.openid.js:73
#, c-format
msgid "Are you sure you want to remove your %s login?"
-msgstr ""
+msgstr "Etes-vous sûr de vouloir supprimer votre identifiant %s?"
#: skins/common/media/jquery-openid/jquery.openid.js:90
msgid "Please add one or more login methods."
-msgstr ""
+msgstr "Merci d'ajouter au moins une méthode d'identification."
#: skins/common/media/jquery-openid/jquery.openid.js:93
msgid ""
"You don't have a method to log in right now, please add one or more by "
"clicking any of the icons below."
msgstr ""
+"Vous n'avez pas encore de méthode d'identification, merci d'en ajouter une "
+"ou plus en cliquant sur un des icônes ci-dessous."
#: skins/common/media/jquery-openid/jquery.openid.js:135
msgid "passwords do not match"
-msgstr ""
+msgstr "les mots de passe ne correspondent pas"
#: skins/common/media/jquery-openid/jquery.openid.js:162
msgid "Show/change current login methods"
-msgstr ""
+msgstr "Afficher/modifier les méthodes d'identification actuelles"
#: skins/common/media/jquery-openid/jquery.openid.js:223
#, c-format
msgid "Please enter your %s, then proceed"
-msgstr ""
+msgstr "Merci de saisir votre %s, puis continuer"
#: skins/common/media/jquery-openid/jquery.openid.js:225
msgid "Connect your %(provider_name)s account to %(site)s"
-msgstr ""
+msgstr "Connecter votre compte %(provider_name)s à %(site)s"
#: skins/common/media/jquery-openid/jquery.openid.js:319
#, c-format
msgid "Change your %s password"
-msgstr ""
+msgstr "Modifier votre mot de passe %s"
#: skins/common/media/jquery-openid/jquery.openid.js:320
msgid "Change password"
-msgstr ""
+msgstr "Modifier le mot de passe"
#: skins/common/media/jquery-openid/jquery.openid.js:323
#, c-format
msgid "Create a password for %s"
-msgstr ""
+msgstr "Créer un mot de passe pour %s"
#: skins/common/media/jquery-openid/jquery.openid.js:324
msgid "Create password"
-msgstr ""
+msgstr "Créer un mot de passe"
#: skins/common/media/jquery-openid/jquery.openid.js:340
msgid "Create a password-protected account"
-msgstr ""
+msgstr "Créer un compte protégé par mot de passe"
#: skins/common/media/js/post.js:28
msgid "loading..."
-msgstr "Chargement en cours..."
+msgstr "chargement..."
#: skins/common/media/js/post.js:128 skins/common/media/js/post.js.c:859
msgid "tags cannot be empty"
-msgstr "Les mots-clés ne doivent pas être vides"
+msgstr "merci de saisir au moins un mot clé"
#: skins/common/media/js/post.js:134
msgid "content cannot be empty"
-msgstr "Le contenu ne doit pas être vide"
+msgstr "le contenu ne peut pas être vide"
#: skins/common/media/js/post.js:135
#, c-format
msgid "%s content minchars"
-msgstr "Veuillez saisir au moins %s caractères"
+msgstr "merci de saisir plus de %s caractères"
#: skins/common/media/js/post.js:138
msgid "please enter title"
-msgstr "Veuillez saisir un titre"
+msgstr "merci de saisir un titre"
#: skins/common/media/js/post.js:139 skins/common/media/js/post.js.c:987
#, c-format
msgid "%s title minchars"
-msgstr "Veuillez saisir au moins %s caractères"
+msgstr "merci de saisir au moins %s caractères"
#: skins/common/media/js/post.js:282
msgid "insufficient privilege"
-msgstr "Privilèges insuffisants"
+msgstr "privilège insuffisant"
#: skins/common/media/js/post.js:283
msgid "cannot pick own answer as best"
-msgstr ""
-"Vous ne pouvez pas désigner une de vos propres réponses comme étant la "
-"meilleure réponse"
+msgstr "désolé, vous ne pouvez pas accepter votre propre réponse"
#: skins/common/media/js/post.js:288
msgid "please login"
-msgstr "Veuillez vous authentifier"
+msgstr "merci de vous identifier"
#: skins/common/media/js/post.js:290
msgid "anonymous users cannot follow questions"
-msgstr ""
+msgstr "les utilisateurs anonymes ne peuvent pas suivre une question"
#: skins/common/media/js/post.js:291
msgid "anonymous users cannot subscribe to questions"
-msgstr ""
+msgstr "les utilisateurs anonymes ne peuvent pas souscrire à une question"
#: skins/common/media/js/post.js:292
msgid "anonymous users cannot vote"
-msgstr "les utilisateurs anonyment ne peuvent pas voter "
+msgstr "désolé, les utilisateurs anonymes ne peuvent pas voter"
#: skins/common/media/js/post.js:294
msgid "please confirm offensive"
-msgstr "Veuillez confirmer que le contenu est abusif"
+msgstr ""
+"êtes-vous sûr que ce message est offensant, contient du spam, de la "
+"publicité, des remarques malveillantes, etc.?"
#: skins/common/media/js/post.js:295
msgid "anonymous users cannot flag offensive posts"
msgstr ""
-"Les utilisateurs anonymes ne peuvent pas signaler les messages à contenu "
-"abusif"
+"les utilisateurs anonymes ne peuvent pas signaler les messages offensants"
#: skins/common/media/js/post.js:296
msgid "confirm delete"
-msgstr "Confirmer la suppression"
+msgstr "êtes-vous de vouloir supprimer ceci?"
#: skins/common/media/js/post.js:297
msgid "anonymous users cannot delete/undelete"
-msgstr "Les utilisateurs anonymes ne peuvent pas supprimer/restaurer"
+msgstr ""
+"désolé, les utilisateurs anonymes ne peuvent pas supprimer ou annuler la "
+"suppression d'un message"
#: skins/common/media/js/post.js:298
msgid "post recovered"
-msgstr "Message restauré"
+msgstr "votre message a été restauré!"
#: skins/common/media/js/post.js:299
msgid "post deleted"
-msgstr "Message supprimé"
+msgstr "votre message a été supprimé"
#: skins/common/media/js/post.js:539 skins/old/media/js/post.js:535
msgid "Follow"
-msgstr ""
+msgstr "Suivre"
#: skins/common/media/js/post.js:548 skins/common/media/js/post.js.c:557
#: skins/old/media/js/post.js:544 skins/old/media/js/post.js.c:553
#, c-format
msgid "%s follower"
msgid_plural "%s followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%s Abonné"
+msgstr[1] "%s Abonnés"
#: skins/common/media/js/post.js:553 skins/old/media/js/post.js:549
msgid "<div>Following</div><div class=\"unfollow\">Unfollow</div>"
-msgstr ""
+msgstr "<div>Abonnement</div><div class=\"unfollow\">Désabonnement</div>"
#: skins/common/media/js/post.js:615
msgid "undelete"
-msgstr "Restaurer"
+msgstr "annuler la suppression"
#: skins/common/media/js/post.js:620
msgid "delete"
@@ -175,29 +180,29 @@ msgstr "supprimer"
#: skins/common/media/js/post.js:957
msgid "add comment"
-msgstr "OK"
+msgstr "ajouter un commentaire"
#: skins/common/media/js/post.js:960
msgid "save comment"
-msgstr ""
+msgstr "sauvegarder un commentaire"
#: skins/common/media/js/post.js:990
#, c-format
msgid "enter %s more characters"
-msgstr ""
+msgstr "merci de saisir au moins %s caractères"
#: skins/common/media/js/post.js:995
#, c-format
msgid "%s characters left"
-msgstr ""
+msgstr "%s caractères restants"
#: skins/common/media/js/post.js:1066
msgid "cancel"
-msgstr ""
+msgstr "annuler"
#: skins/common/media/js/post.js:1109
msgid "confirm abandon comment"
-msgstr ""
+msgstr "Etes-vous sûr de ne pas vouloir publier ce commentaire?"
#: skins/common/media/js/post.js:1183
msgid "delete this comment"
@@ -205,68 +210,70 @@ msgstr "supprimer ce commentaire"
#: skins/common/media/js/post.js:1387
msgid "confirm delete comment"
-msgstr "Confirmer la suppression du commentaire"
+msgstr "êtes-vous sûr de vouloir supprimer ce commentaire?"
#: skins/common/media/js/post.js:1628 skins/old/media/js/post.js:1621
msgid "Please enter question title (>10 characters)"
-msgstr ""
+msgstr "Veuillez entrer le titre de la question (>10 caractères)"
#: skins/common/media/js/tag_selector.js:15
#: skins/old/media/js/tag_selector.js:15
msgid "Tag \"<span></span>\" matches:"
-msgstr ""
+msgstr "L'étiquette \"<span></span>\" doit correspondre:"
#: skins/common/media/js/tag_selector.js:84
#: skins/old/media/js/tag_selector.js:84
#, c-format
msgid "and %s more, not shown..."
-msgstr ""
+msgstr "et %s plus, non montré"
#: skins/common/media/js/user.js:14
msgid "Please select at least one item"
-msgstr ""
+msgstr "Merci de sélectionner au moins un élément"
#: skins/common/media/js/user.js:58
msgid "Delete this notification?"
msgid_plural "Delete these notifications?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Supprimer cet avertissement?"
+msgstr[1] "Supprimer ces avertissements?"
#: skins/common/media/js/user.js:125 skins/old/media/js/user.js:129
msgid "Please <a href=\"%(signin_url)s\">signin</a> to follow %(username)s"
msgstr ""
+"Veuillez <a href=\"%(signin_url)s\">vous connecter</a> pour suivre "
+"%(username)s"
#: skins/common/media/js/user.js:157 skins/old/media/js/user.js:161
#, c-format
msgid "unfollow %s"
-msgstr ""
+msgstr "Ne plus suivre %s"
#: skins/common/media/js/user.js:160 skins/old/media/js/user.js:164
#, c-format
msgid "following %s"
-msgstr ""
+msgstr "Abonnement %s"
#: skins/common/media/js/user.js:166 skins/old/media/js/user.js:170
#, c-format
msgid "follow %s"
-msgstr ""
+msgstr "Suivre %s"
#: skins/common/media/js/utils.js:43
msgid "click to close"
-msgstr ""
+msgstr "cliquer pour fermer"
#: skins/common/media/js/utils.js:214
msgid "click to edit this comment"
-msgstr ""
+msgstr "cliquer pour modifier ce commentaire"
#: skins/common/media/js/utils.js:215
msgid "edit"
-msgstr ""
+msgstr "modifier"
#: skins/common/media/js/utils.js:369
#, c-format
msgid "see questions tagged '%s'"
-msgstr ""
+msgstr "voir les questions marquées '%s'"
#: skins/common/media/js/wmd/wmd.js:30
msgid "bold"
@@ -282,19 +289,19 @@ msgstr "lien"
#: skins/common/media/js/wmd/wmd.js:33
msgid "quote"
-msgstr "Citer"
+msgstr "citation"
#: skins/common/media/js/wmd/wmd.js:34
msgid "preformatted text"
-msgstr "Texte préformaté"
+msgstr "texte pré-formaté"
#: skins/common/media/js/wmd/wmd.js:35
msgid "image"
-msgstr "Image"
+msgstr "image"
#: skins/common/media/js/wmd/wmd.js:36
msgid "attachment"
-msgstr ""
+msgstr "pièce jointe"
#: skins/common/media/js/wmd/wmd.js:37
msgid "numbered list"
@@ -302,46 +309,50 @@ msgstr "liste numérotée"
#: skins/common/media/js/wmd/wmd.js:38
msgid "bulleted list"
-msgstr "liste"
+msgstr "liste à puces"
#: skins/common/media/js/wmd/wmd.js:39
msgid "heading"
-msgstr "Titre"
+msgstr "titre"
#: skins/common/media/js/wmd/wmd.js:40
msgid "horizontal bar"
-msgstr "Barre horizontale"
+msgstr "barre horizontale"
#: skins/common/media/js/wmd/wmd.js:41
msgid "undo"
-msgstr "Annuler"
+msgstr "défaire"
#: skins/common/media/js/wmd/wmd.js:42 skins/common/media/js/wmd/wmd.js:1116
msgid "redo"
-msgstr "Rétablir"
+msgstr "refaire"
#: skins/common/media/js/wmd/wmd.js:53
msgid "enter image url"
msgstr ""
-"Veuillez saisir une URL menant à une image, par exemple <br />http://www."
-"votre-domaine.com/nom-image.jpg"
+"saisir l'URL de l'image, par example http://www.example.com/image.jpg ou "
+"télécharger une image vers le serveur"
#: skins/common/media/js/wmd/wmd.js:54
msgid "enter url"
-msgstr "Entrez une URL, par exemple <br />http://www.askbot.org/ </p>"
+msgstr ""
+"saisir une adresse web, par example http://www.example.com \"titre de la "
+"page\""
#: skins/common/media/js/wmd/wmd.js:55
msgid "upload file attachment"
-msgstr ""
+msgstr "Merci de choisir un fichier et de le télécharger vers le serveur:"
#: skins/common/media/js/wmd/wmd.js:1778
msgid "image description"
-msgstr ""
+msgstr "description de l'image"
#: skins/common/media/js/wmd/wmd.js:1781
msgid "file name"
-msgstr ""
+msgstr "nom du fichier"
#: skins/common/media/js/wmd/wmd.js:1785
msgid "link text"
-msgstr ""
+msgstr "texte du lien"
+
+
diff --git a/askbot/locale/it/LC_MESSAGES/django.mo b/askbot/locale/it/LC_MESSAGES/django.mo
index 0235a51f..48e6edf5 100644
--- a/askbot/locale/it/LC_MESSAGES/django.mo
+++ b/askbot/locale/it/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/it/LC_MESSAGES/django.po b/askbot/locale/it/LC_MESSAGES/django.po
index 7c375803..cb10cc12 100644
--- a/askbot/locale/it/LC_MESSAGES/django.po
+++ b/askbot/locale/it/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:33-0600\n"
+"POT-Creation-Date: 2012-01-02 11:22-0600\n"
"PO-Revision-Date: 2011-11-19 11:27\n"
"Last-Translator: <tapion@pdp.linux.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -46,7 +46,10 @@ msgstr "Paese"
msgid "Country field is required"
msgstr "Il campo Stato è obbligatorio"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "titolo"
@@ -54,63 +57,72 @@ msgstr "titolo"
msgid "please enter a descriptive title for your question"
msgstr "per favore inserisci un titolo descrittivo per la tua domanda"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "il titolo deve essere più lungo di 10 caratteri"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "il titolo deve essere più lungo di 10 caratteri"
+msgstr[1] "il titolo deve essere più lungo di 10 caratteri"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "contenuto"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "la domanda deve contenere più di 10 caratteri"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "tag"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"I tag sono brevi parole chiave, senza spaziature tra una e l'altra. Possono "
+"essere inseriti fino a 5 tags."
+msgstr[1] ""
"I tag sono brevi parole chiave, senza spaziature tra una e l'altra. Possono "
"essere inseriti fino a 5 tags."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "i tag sono obbligatori"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "per favore usa un numero uguale o inferiore a %(tag_count)d tag"
msgstr[1] "per favore usa un numero uguale o inferiore a %(tag_count)d tags"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr "Devi inserire almeno uno di questi tag: %(tags)s"
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "ogni tag deve essere più corto di %(max_chars)d carattere"
msgstr[1] "ogni tag deve essere più corto di %(max_chars)d caratteri"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "usa-questi-caratteri-nei-tag"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
"wiki della comunità (il karma non è ricompensato & molti altri possono "
"modificare le pagine del wiki)"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -118,11 +130,11 @@ msgstr ""
"se scegli l'opzione 'domanda comunitaria', le domanda e le risposte non "
"genereranno punti ed il nome dell'autore non verrà mostrato"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "aggiorna il sommario:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -130,59 +142,59 @@ msgstr ""
"inserisci una breve descrizione della tua modifica (ad esempio, corretta "
"l'ortografia, migliorato lo stile. Questo campo è opzionale)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Inserisci un numero di punti da aggiungere o rimuovere"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "approvato"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "osservato"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "sospeso"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "bloccato"
-#: forms.py:346
+#: forms.py:383
msgid "administrator"
msgstr "Amministratore"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "moderatore"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Cambia lo stato a"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "quale?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "Non è possibile cambiare il proprio stato"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "Non è possibile rendere moderatore un altro utente"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "Non è possibile cambiare lo stato di un altro moderatore"
-#: forms.py:434
+#: forms.py:471
msgid "Cannot change status to admin"
msgstr "Non è possibile cambiare il proprio stato ad amministratore"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
@@ -191,45 +203,45 @@ msgstr ""
"Se desideri cambiare lo stato di %(username)s, per piacere fai una selezione "
"sensata."
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Oggetto"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "Messaggio"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Il tuo nome:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "e-mail:"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Il tuo messaggio:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr "chiedi come utente anonimo"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr "Controlla se non vuoi rivelare il tuo nome quando fai questa domanda"
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
@@ -237,11 +249,11 @@ msgstr ""
"Hai posto questa domanda in modo anonimo. se decidi di rivelare la tua "
"identità, per favore seleziona questo campo."
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr "rivela l'identità"
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
@@ -249,7 +261,7 @@ msgstr ""
"Spiacenti, solo il proprietario della domanda anonima può rivelare la sua "
"identità, per favore togli la spunta dal campo"
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
@@ -259,136 +271,142 @@ msgstr ""
"porre domande anonime. Controlla il box \"rivela identità\" oppure ricarica "
"questa pagina e prova a modificare la domanda ancora"
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr "questa email verrà linkata a gravatar"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nome reale"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Sito web"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr "Città"
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr "Mostra paese"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Data di nascita"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"non verrà mostrata, utilizzato per calcolare l'età, formato: YYYY-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profilo"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Nome utente"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "questa email è già stata registrata, per favore utilizzane un'altra"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "Scegli il tag filtro per l'email"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Chiesto da me"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Risposta fornita da me"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Selezionato individualmente"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Tutto il forum (tag filtrati)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Commenti e post che mi citano"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "okay, proviamo!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "no askbot email please, thanks"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "per favore scegli una delle opzioni soprariportate"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "about/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "faq/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "privacy/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "risposte/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "modifica/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisioni/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "domande/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "chiedi/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "retag/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "chiudi/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "riapri/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "rispondi/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "vota/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "tag/"
@@ -398,6 +416,8 @@ msgid "subscribe-for-tags/"
msgstr "iscrivi-per-tag/"
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "utenti/"
@@ -429,11 +449,15 @@ msgstr "upload/"
msgid "feedback/"
msgstr "contatti/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "domanda/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "account/"
@@ -971,11 +995,26 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "Massima lunghezza di un tag (numero di caratteri)"
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "Massima lunghezza di un tag (numero di caratteri)"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "Massima lunghezza di un tag (numero di caratteri)"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "Massima lunghezza di un tag (numero di caratteri)"
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr "Tag obbligatori"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
@@ -984,11 +1023,11 @@ msgstr ""
"Il tag obbligatorio può essere anche un wildcard, se i tag wilcard sono "
"attivi."
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr "Forza tag con lettere minuscole"
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
@@ -998,22 +1037,22 @@ msgstr ""
"database ed esegui il comando <code>python manage.py fix_question_tags</"
"code> per aggiornare i tag globalmente"
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr "Formato della lista dei tag"
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
"Seleziona il formato con cui mostrare i tag: lista semplice o come una "
"nuvola di tag"
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
msgid "Use wildcard tags"
msgstr "Usa tag multipli"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
@@ -1021,49 +1060,49 @@ msgstr ""
"I tag wildcards possono essere usati per selezionare o ignorare più tag "
"insieme, un tag wildcard valido ha una wildcard singola alla fine"
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr "Numero massimo di commenti da mostrare sotto il post"
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr "La lunghezza massima del commento deve essere < %(max_len)s"
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr "Limita il tempo per modificare i commenti"
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
"Se non selezionato, non ci sarà un limite di tempo per modificare i commenti"
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr "Minuti concessi per modificare un commento"
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr "Per abilitare questa impostazione devi selezionare la precedente"
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr "Salva i commenti premendo <Enter>"
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr "Lunghezza minima dei termini di ricerca per la ricerca Ajax"
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr "Deve corrispondere all'analoga impostazione backend del database"
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr "Non rendere il campo di ricerca adesivo"
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
@@ -1074,15 +1113,15 @@ msgstr ""
"sua posizione predefinita o non ti piace il comportamento adesivo "
"predefinito della barra di ricerca."
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "Massimo numero di tag per domanda"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "Numero di domande da mostrare di default"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "Cosa dovrebbe significare \"domande senza risposta\"?"
@@ -2005,6 +2044,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Numero di domande da mostrare di default"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Chiudi la domanda"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "nascondi le domande ignorate"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "domande preferite"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "la domanda è già stata posta"
@@ -2046,7 +2118,7 @@ msgstr "troppo specifica"
msgid "newest"
msgstr "più recenti"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "meno recenti"
@@ -2079,6 +2151,7 @@ msgid "relevance"
msgstr "rilevanza"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "tutte"
@@ -2214,7 +2287,7 @@ msgstr "[chiusa]"
msgid "[deleted]"
msgstr "[cancellata]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "versione iniziale"
@@ -2270,15 +2343,15 @@ msgstr "wavatar"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "oro"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "argento"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronzo"
@@ -2415,7 +2488,7 @@ msgid "Incorrect username."
msgstr "Mi spiace, questo username non esiste"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "signin/"
@@ -2453,6 +2526,7 @@ msgid "%(site)s user name and password"
msgstr "Per favore inserisci username e password di %(site)s"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2555,56 +2629,56 @@ msgstr "Nuova password salvata"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr "Oops! C'è stato un errore, per favore riprova"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Il tuo indirizzo e-mail dev'essere verificato &mdash; vedi %(details_url)s"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr "Recupera la password su %(site)s"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2638,6 +2712,75 @@ msgstr "Valore predefinito: %s"
msgid "Allowed image file types are %(types)s"
msgstr "I tipi di file immagine consentiti sono %(types)s"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Siti"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "Documentazione"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Cambia password"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Log out"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "Home"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "Modifica le impostazioni dei gruppi"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Per favore correggi l'errore sottostante"
+msgstr[1] "Per favore correggi gli errori sottostanti"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "Impostazioni incluse in %(name)s."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "Non hai i permessi per modificare i valori."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Modifica impostazioni del sito"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "I Livesettings sono disabilitati per questo sito."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+"Tutte le opzioni di configurazione devono essere modificate nel file "
+"settings.py"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "Impostazioni per i gruppi: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Espandi tutti"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Congratulazioni, ora sei un Amministratore"
@@ -2774,7 +2917,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "Accedi o registrati per inserire domande"
@@ -2801,13 +2944,13 @@ msgstr ""
"Ti servono più di %(points)s punti per accettare o negare la risposta alla "
"tua stessa domanda"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
@@ -2816,39 +2959,39 @@ msgstr ""
"Mi spiace, solo il moderatore o l'autore della domanda, %(username)s, può "
"accettare la risposta migliore"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Mi spiace, non puoi votare per i tuoi post"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr "Mi spiace, il tuo account è stato bloccato"
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr "Mi spiace, il tuo account è stato sospeso"
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ""
"Serve avere più di %(points)s punti reputazione per poter votare a favore"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ""
"Serve avere più di %(points)s punti reputazione per poter votare contro"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr "Mi spiace, gli utenti bloccati non possono caricare files"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr "Mi spiace, gli utenti sospesi non possono caricare files"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
@@ -2856,21 +2999,21 @@ msgstr ""
"Mi spiace, serve avere più di %(min_rep)s punti reputazione per caricare "
"immagini"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr ""
"Mi spiace, il tuo account è stato bloccato; non puoi fare nuovi post finché "
"la questione non verrà risolta. Contatta l'amministratore del forum per "
"trovare una soluzione."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr ""
"Mi spiace, il tuo account è stato sospeso; non puoi fare nuovi post finché "
"la questione non verrà risolta. Puoi però modificare i tuoi vecchi post. "
"Contatta l'amministratore del forum per trovare una soluzione."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2881,20 +3024,20 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
"Mi spiace, solo gli autori, i moderatori e gli amministratori possono "
"modificare i commenti"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
"Mi spiace, visto che il tuo account è sospeso puoi commentare solo i tuoi "
"post"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
@@ -2904,7 +3047,7 @@ msgstr ""
"Per commentare gli altri post serve avere almeno %(min_rep)s punti "
"reputazione. "
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
@@ -2912,7 +3055,7 @@ msgstr ""
"Questo post è stato cancellato e può essere consultato solo dall'autore, dai "
"moderatori e dagli amministratori"
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
@@ -2920,18 +3063,18 @@ msgstr ""
"Mi spiace, solo l'autore, i moderatori e gli amministratori possono "
"modificare un post cancellato."
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
"Mi spiace, non puoi modificare alcun post perché il tuo account è stato "
"bloccato"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
"Mi spiace, puoi modificare solo i tuoi post perché il tuo account è sospeso"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
@@ -2939,7 +3082,7 @@ msgstr ""
"Mi spiace, per modificare i post appartenenti allo wiki servono almeno "
"%(min_rep)s punti reputazione"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
@@ -2948,7 +3091,7 @@ msgstr ""
"Mi spiace, per modificare i post altrui servono almeno %(min_rep)s punti "
"reputazione"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2962,17 +3105,17 @@ msgstr[1] ""
"Mi spiace, non puoi cancellare la tua domanda perché qualcun altro ha "
"fornito delle risposte con voti a favore"
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr "Mi spiace, non puoi cancellare post perché il tuo account è blocato"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
"Mi spiace, puoi cancellare solo i tuoi post perché il tuo account è sospeso"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
@@ -2981,16 +3124,16 @@ msgstr ""
"Mi spiace, per cancellare i post altrui servono almeno %(min_rep)s punti "
"reputazione"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
"Mi spiace, non puoi chiudere domande perché il tuo account è stato bloccato"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr "Mi spiace, non puoi chiudere domande perché il tuo account è sospeso"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
@@ -2999,7 +3142,7 @@ msgstr ""
"Mi spiace, per chiudere post altrui servono almeno %(min_rep)s punti "
"reputazione."
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
@@ -3007,7 +3150,7 @@ msgstr ""
"Mi spiace, per chiudere una tua domanda servono almeno %(min_rep)s punti "
"reputazione."
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
@@ -3016,7 +3159,7 @@ msgstr ""
"Mi spiace, solo amministratori, moderatori e autori con più di %(min_rep)s "
"punti reputazione possono riaprire domande."
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
@@ -3024,39 +3167,77 @@ msgstr ""
"Mi spiace, per riaprire una tua domanda devi avere almeno %(min_rep)s punti "
"reputazione."
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
"Hai già segnalato questo messaggio come inappropriato, non puoi farlo una "
"seconda volta."
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr ""
"Non puoi segnalare questo messaggio come inappropriato perché il tuo account "
"è stato bloccato."
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr ""
"Non puoi segnalare questo messaggio come inappropriato perché il tuo account "
"è sospeso."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
"Mi spiace, servono più di %(min_rep)s punti reputazione per segnalare un "
"post come inappropriato."
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
"Mi spiace, hai già segnalato %(max_flags_per_day)s post come offensivi oggi, "
"hai superato il massimo giornaliero."
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Non puoi segnalare questo messaggio come inappropriato perché il tuo account "
+"è stato bloccato."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Non puoi segnalare questo messaggio come inappropriato perché il tuo account "
+"è sospeso."
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+"Mi spiace, servono più di %(min_rep)s punti reputazione per segnalare un "
+"post come inappropriato."
+msgstr[1] ""
+"Mi spiace, servono più di %(min_rep)s punti reputazione per segnalare un "
+"post come inappropriato."
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "Non hai i permessi per modificare i valori."
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
@@ -3064,19 +3245,19 @@ msgstr ""
"Mi spiace, solo gli autori, i moderatori e gli amministratori possono "
"cambiare i tag di una domanda cancellata"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
"Mi spiace, non puoi cambiare i tag perché il tuo account è stato bloccato."
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
"Mi spiace, puoi cambiare i tag solo alle tue domande perché il tuo account è "
"sospeso."
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
@@ -3084,152 +3265,145 @@ msgstr ""
"Mi spiace, servono almeno %(min_rep)s punti reputazione per cambiare i tag "
"di una domanda"
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
"Mi spiace, non puoi cancellare commenti perché il tuo account è stato "
"bloccato."
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
"Mi spiace, puoi cancellare solo i tuoi commenti perché il tuo account è "
"sospeso."
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
"Mi spiace, servono almeno %(min_rep)s punti reputazione per cancellare "
"commenti."
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "Mi spiace, non è possibile annullare voti."
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "il %(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "%(hr)d ora fa"
msgstr[1] "%(hr)d ore fa"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "%(min)d minuto fa"
msgstr[1] "%(min)d minuti fa"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr "utente non registrato"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr "Amministratore del sito"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr "Moderatore del forum"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr "Utente sospeso"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr "Utente bloccato"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr "Utente registrato"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr "Utente in prova"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr "Utente approvato"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "%(username)s ha %(reputation)s punti reputazione"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "una medaglia d'argento"
msgstr[1] "%(count)d medaglie d'argento"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "una medaglia di bronzo"
msgstr[1] "%(count)d medaglie di bronzo"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
+#: models/__init__.py:2305
+#, fuzzy, python-format
+msgid "\"%(title)s\""
msgstr "Re:\"%(title)s\""
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr "Domanda: \"%(title)s\""
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
@@ -3238,7 +3412,7 @@ msgstr ""
"Congratulazioni, hai ricevuto la medaglia %(badge_name)s. Controlla il <a "
"href=\"%(user_profile)s\">tuo profilo</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3633,35 +3807,268 @@ msgstr "Ogni settimana"
msgid "No email"
msgstr "Mai"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Per favore inserisci username e password"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "scegli una delle opzioni qui sopra"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "signin/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Cambia e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "Salva il tuo indirizzo e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"Se vuoi usare un nuovo indirizzo per le<strong>e-mail di notifica</"
+"strong>, \n"
+"<span class=\"strong big\">inseriscilo qui sotto il nuovo indirizzo</span>."
+"<br>L'indirizzo corrente è <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Inserisci il tuo indirizzo e-mail qui sotto</span> "
+"&Egrave; obbligatorio inserire un indirizzo e-mail valido. Se lo desideri, "
+"puoi ricevere <strong>messaggi di notifica</strong> sulle domande che ti "
+"interessano o sull'intero forum. Inoltre, il tuo indirizzo è usato per "
+"creare un'immagine <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
+"a> unica per il tuo account. Il tuo indirizzo e-mail non sarà mai pubblicato "
+"o comunicato a terze parti."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Il tuo nuovo indirizzo e-mail:</strong> (non verrà <strong>mai</"
+"strong> rivelato agli altri utenti, deve essere valido)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Il tuo indirizzo e-mail</strong> (<i>deve essere valido, non sarà "
+"mai rivelato agli altri utenti</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "Salva e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Annulla"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "Verifica e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Un'e-mail di verifica è stata spedita a %(email)s."
+"</span> <strong>Clicca sul link contenuto nell'e-mail</strong> per "
+"verificare il tuo indirizzo. La verifica dell'e-mail è necessaria per "
+"l'utilizzo del forum. Se preferisci usare <strong>un altro indirizzo</"
+"strong>, puoi <a href='%(change_email_url)s'><strong>cambiarlo di nuovo</"
+"strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "E-mail non modificata"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Il tuo indirizzo e-mail %(email)s non è stato "
+"modificato.</span> Se decidi di cambiarlo, puoi farlo dal tuo profilo utente "
+"o utilizzare di nuovo <a href='%(change_email_url)s'><strong>questa pagina</"
+"strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "E-mail modificata"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Il tuo indirizzo e-mail è ora %(email)s.</span> "
+"Gli aggiornamenti sulle domande di tuo interesse saranno spediti a questo "
+"indirizzo. Le e-mail di notifica vengono spedite solo in caso di "
+"aggiornamenti, al massimo una volta al giorno."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "E-mail verificata"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Grazie per aver verificato il tuo indirizzo e-"
+"mail!</span> Ora puoi <strong>scrivere domande</strong> e <strong>risposte</"
+"strong>. Puoi inoltre <strong>seguire gli sviluppi</strong> delle domande "
+"che più ti interessano: quando ci sono novità, ti sarà spedita un'e-mail di "
+"notifica <strong>una volta al giorno</strong> o meno."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "E-mail di verifica non spedita"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Il tuo indirizzo %(email)s è già stato verificato</"
+"span>, quindi l'e-mail non è stata spedita. Se necessario puoi <a "
+"href='%(change_link)s'>cambiare</a> l'indirizzo usato per le notifiche."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "Registrati"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">&Egrave; la prima volta che accedi con il tuo "
+"account OpenID %(provider)s.</span> Imposta il <strong>nome visualizzato</"
+"strong> e il tuo <strong>indirizzo e-mail</strong>. Con esso puoi "
+"<strong>ricevere aggiornamenti</strong> sulle domande che più ti "
+"interessano; verrà inoltre usato per creare un'immagine unica associata al "
+"tuo account, detta <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
+"a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... l'utente %(username)s esiste già.</"
+"span></p><p>Scegli un altro nome utente da visualizzare per il tuo account "
+"OpenID %(provider)s. Inoltre, è necessario inserire <strong>indirizzo e-"
+"mail</strong>. Con esso puoi <strong>ricevere aggiornamenti</strong> sulle "
+"domande che più ti interessano; verrà inoltre usato per creare un'immagine "
+"unica associata al tuo account, detta <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><p><span class=\"big strong\">&Egrave; la prima volta che accedi con il "
+"tuo account OpenID %(provider)s.</span> </p><p>Puoi utilizzare il tuo nome "
+"utente %(provider)s come <strong>nome visualizzato</strong> oppure "
+"sceglierne uno nuovo.</p><p>Inoltre, è necessario inserire un "
+"<strong>indirizzo e-mail</strong> valido. Con esso puoi <strong>ricevere "
+"aggiornamenti</strong> sulle domande che più ti interessano; verrà inoltre "
+"usato per creare un'immagine unica associata al tuo account, detta <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">&Egrave; la prima volta che accedi con il tuo "
+"account Facebook.</span> Scegli il tuo <strong>nome visualizzato</strong> e "
+"imposta il tuo <strong>indirizzo e-mail</strong>. Con esso puoi "
+"<strong>ricevere aggiornamenti</strong> sulle domande che più ti "
+"interessano; verrà inoltre usato per creare un'immagine unica associata al "
+"tuo account, detta <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
+"a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Questo nome utente è già in uso, scegline un altro."
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr ""
+"<strong>Nome visualizzato</strong> (<i>verrà mostrato agli altri utenti</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>Indirizzo e-mail</strong> (<i><strong>non</strong> verrà mostrato "
+"agli altri utenti, dev'essere valido</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Ricevi aggiornamenti via e-mail</strong> &mdash; questo aiuterà la "
+"nostra comunità a crescere e diventare più utile.<br/>Normalmente questo "
+"forum <span class='orange'>Q&amp;A</span> ti spedirà <strong>un'e-mail a "
+"settimana</strong> con un riassunto delle novità (se ce ne sono)<br/> Se lo "
+"desideri, modifica queste impostazioni."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "scegli una delle opzioni qui sopra"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+"Quando accederai al sito, sulla destra troverai il pannello con i filtri tag."
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "registrati"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Grazie per esserti registrato sul nostro forum Q&A!"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "Il tuo account è:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Nome utente:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Password:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Puoi accedere al tuo account da qui:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3670,17 +4077,14 @@ msgstr ""
" l'Amministratore"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Benvenuto sul forum Q&A"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "Per utilizzare il forum, clicca sul collegamento qui sotto:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
"Cliccando sul collegamento qui sopra, verificherai il tuo indirizzo e-mail."
@@ -3694,2171 +4098,2823 @@ msgstr ""
"Se hai ricevuto questo messaggio per errore, basta che tu ignori questa e-"
"mail. Ci scusiamo per il problema."
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, fuzzy, python-format
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Logout"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Accesso utente"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
"\n"
-"Salve, questo è un messaggio di notifica del forum %(site_title)s.\n"
+"<span class=\"strong big\">La tua risposta alla domanda </span> <i>\"<strong>"
+"%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big\">è stata "
+"memorizzata e verrà pubblicata non appena ti registrerai.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-"Se hai ricevuto questo messaggio per errore, basta che tu ignori questa e-"
-"mail. Ci scusiamo per il problema."
+"<span class=\"strong big\">La tua domanda</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">è stata memorizzata "
+"e verrà pubblicata non appena ti registrerai.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "Immagine gravatar per %(username)s "
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
-msgstr "Accedi o registrati per inserire domande"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "campo obbligatorio"
+#: skins/common/templates/authopenid/signin.html:42
+#, fuzzy
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr "Per favore inserisci la tua password"
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Scegli un nome utente"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Per favore inserisci username e password"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "il nome utente è obbligatorio"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "mi spiace, questo nome utente è in uso, scegline un altro"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "mai"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "mi spiace, questo nome utente non è consentito, scegline un altro"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Password"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "mi spiace, questo nome utente è già in uso"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Accedi"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-"mi spiace, c'è un errore imprevisto &mdash; questo nome utente è già in uso "
-"da più di un utente"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr "il nome utente può contenere solo lettere, spazi, e _trattini_bassi_"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "New password created"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "la tua e-mail <i>(resterà privata)</i>"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "per favore, digita di nuovo la password"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "l'indirizzo e-mail è obbligatorio"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "inserisci un indirizzo e-mail valido"
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "Utente approvato"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "questa e-mail è già in uso, scegline un'altra"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "ultimo accesso"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Password"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "la password è obbligatoria"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "cancella"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Password <i>(per conferma)</i>"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Account eliminato."
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "per favore, digita di nuovo la password"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Hai altre domande?"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "le due password non coincidono, riprova"
+#: skins/common/templates/authopenid/signin.html:186
+#, fuzzy
+msgid "Please, enter your email address below and obtain a new key"
+msgstr "Per favore inserisci la tua password"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "2 giorni fa"
+#: skins/common/templates/authopenid/signin.html:188
+#, fuzzy
+msgid "Please, enter your email address below to recover your account"
+msgstr "Per favore inserisci la tua password"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "ieri"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Scegli una nuova password"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)d ora fa"
-msgstr[1] "%(hr)d ore fa"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d minuto fa"
-msgstr[1] "%(min)d minuti fa"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Scegli una nuova password"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Perché usare OpenID?"
+
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
msgstr ""
+"Con OpenID non devi creare un nome utente e una password per ogni sito che "
+"utilizzi."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
msgstr ""
+"Puoi riutilizzare in completa sicurezza le stesse credenziali per tutti i "
+"siti abilitati."
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"Ci sono più di 160 milioni di account OpenID in uso. Più di 10.000 siti "
+"utilizzano OpenID."
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "mi spiace, devi essere registrato per votare"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr ""
+"OpenID è basato su uno standard aperto, supportato da molte organizzazioni."
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr "hai superato il massimo giornaliero di voti consentiti"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Scopri di più"
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr "Puoi votare ancora %(votes_left)s volte oggi"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Ottieni un OpenID"
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr ""
-"Spiacenti, gli utenti anonimi non possono accedere ai messaggi in arrivo"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "Accedi"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr "Mi spiace, qualcosa non va qui..."
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "scegli una delle opzioni qui sopra"
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "mi spiace, devi essere registrato per accettare una risposta"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Scegli nome utente e password"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr ""
-"La tua iscrizione è stata registrata, ma il tuo indirizzo e-mail %(email)s "
-"dev'essere verificato, leggi <a href='%(details_url)s'>qui</a> per maggiori "
-"dettagli"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Scegli nome utente e password"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
-"la frequenza delle notifiche via e-mail è stata impostata a 'ogni giorno'"
+"<span class='strong big'>Se preferisci, puoi scegliere un nome utente e una "
+"password per questo forum qui. Però</span>, considera che questo sito "
+"supporta anche la registrazione via <strong>OpenID</strong>. Con "
+"<strong>OpenID</strong> puoi riutilizzare il tuo account su uno dei maggiori "
+"siti (per esempio Gmail o AOL), senza dover rivelare a noi né a nessuno la "
+"tua password e senza doverne scegliere una nuova."
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
+"Riscrivi le due parole che leggi qui sotto. Questo serve a impedire la "
+"creazione automatizzata di nuovi account."
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr "Accedi per sottoscrivere i tag: %(tags)s"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Crea account"
-#: views/commands.py:542
-msgid "Please sign in to vote"
-msgstr "Accedi per votare"
-
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Contatti forum Q&A"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "oppure"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Grazie per il tuo messaggio!"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "torna al login OpenID"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
msgstr ""
-"Siamo curiosi di sentire la tua opinione! Sarà per la prossima volta :)"
+"Come cambio la mia immagine personale (gravatar)? Che cos'è il gravatar?"
-#: views/readers.py:151
-#, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s domanda, taggata"
-msgstr[1] "%(q_num)s domande, taggate"
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Cambia tag"
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s domanda"
-msgstr[1] "%(q_num)s domande"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Il tuo account è:"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d%(badge_level)s medaglia"
-msgstr[1] "%(badge_count)d%(badge_level)s medaglie"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "Mi spiace, questo commento è stata cancellato e non è più accessibile"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
-#: views/users.py:211
-msgid "moderate this user"
-msgstr "modera questo utente"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "i cambiamenti sono stati salvati"
-#: views/users.py:212
-msgid "moderate user"
-msgstr "modera utente"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
+msgstr ""
-#: views/users.py:386
-msgid "user profile"
-msgstr "profilo utente"
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "upload/"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "profilo"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "ha cancellato una risposta"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "attività recente"
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "profilo utente &mdash; attività recente"
+#: skins/common/templates/avatar/confirm_delete.html:6
+#, python-format
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
+msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "commenti e risposte a domande"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "ha cancellato una risposta"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "profilo utente &mdash; risposte"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "link permanente alla risposta"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "link permanente"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "modifica"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "vedi tutti i tag"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "elenco dei voti dati"
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr "segnala questo messaggio come offensivo (spam, pubblicità, insulti...)"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "profilo utente &mdash; voti"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "segnala come offensivo"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "punti reputazione"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "vedi tutti i tag"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "profilo utente &mdash; reputazione"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "riattiva domanda"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "domande preferite"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Rispondi alla domanda"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "profilo utente &mdash; domande preferite"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr ""
+"segna questa risposta tra le preferite (clicca una seconda volta per "
+"annullare)"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "i cambiamenti sono stati salvati"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "%(question_author)s ha scelto questa come risposta migliore"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "notifiche via e-mail cancellate"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
+"Questa domanda è stata chiusa per il seguente motivo: \"%(close_reason)s\" da"
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "impostazioni notifiche via e-mail"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "data di chiusura %(closed_at)s"
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "profilo utente &mdash; notifiche via e-mail"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
+msgstr "modifica i tag"
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "Mi spiace, gli utenti non registrati non possono caricare file."
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "riapri"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "i tipi di file consentiti sono: '%(file_types)s'"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "chiudi"
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "la dimensione massima di file caricabile è %(file_size)sK"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "campo obbligatorio"
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr "Errore nel caricamento del file. Contatta un amministratore."
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(campo obbligatorio)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "attiva/disattiva l'anteprima del codice Markdown"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "nascondi anteprima"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tag"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Tag preferiti"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Aggiungi"
-#: views/writers.py:191
-msgid "Please log in to ask questions"
-msgstr "Accedi per fare una domanda"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Tag ignorati"
-#: views/writers.py:492
-msgid "Please log in to answer questions"
-msgstr "Accedi per rispondere alle domande"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "Scegli il tag filtro per l'email"
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-"Gli utenti non registrati non possono lasciare commenti. <a href="
-"\"%(sign_in_url)s\">Accedi o registrati</a>."
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr ""
-"Mi spiace, gli utenti non registrati non possono modificare i commenti."
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Pagina non trovata"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
-"Gli utenti non registrati non possono cancellare commenti. <a href="
-"\"%(sign_in_url)s\">Accedi o registrati</a>."
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Possibili motivi:"
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr "Mi spiace, ci sono dei problemi tecnici"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "questa domanda o risposta è stata cancellata;"
-#~ msgid "Sites"
-#~ msgstr "Siti"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "l'indirizzo è errato &mdash; controllalo;"
-#~ msgid "Documentation"
-#~ msgstr "Documentazione"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"la pagina che stai cercando di visitare è protetta oppure non hai "
+"sufficienti punti reputazione, vedi"
-#~ msgid "Change password"
-#~ msgstr "Cambia password"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "domande frequenti"
-#~ msgid "Log out"
-#~ msgstr "Log out"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "se credi che questo messaggio di errore 404 sia inappropriato,"
-#~ msgid "Home"
-#~ msgstr "Home"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "per favore segnala questo problema"
-#~ msgid "Edit Group Settings"
-#~ msgstr "Modifica le impostazioni dei gruppi"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "torna alla pagina precedente"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Per favore correggi l'errore sottostante"
-#~ msgstr[1] "Per favore correggi gli errori sottostanti"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "vedi tutte le domande"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "Impostazioni incluse in %(name)s."
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "vedi tutti i tag"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "Non hai i permessi per modificare i valori."
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr ""
-#~ msgid "Edit Site Settings"
-#~ msgstr "Modifica impostazioni del sito"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr "questo errore è stato registrato, sarà risolto al più presto possibile"
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "I Livesettings sono disabilitati per questo sito."
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "puoi segnalare tu stesso questo errore agli amministratori del sito"
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr ""
-#~ "Tutte le opzioni di configurazione devono essere modificate nel file "
-#~ "settings.py"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "vedi le domande recenti"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "Impostazioni per i gruppi: %(name)s"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "vedi i tag"
-#~ msgid "Uncollapse all"
-#~ msgstr "Espandi tutti"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Modifica risposta"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "indietro"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "revisione"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "scegli revisione"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Salva modifica"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "mostra anteprima"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Chiedi"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, fuzzy, python-format
+msgid "%(name)s"
+msgstr "il %(date)s"
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Per favore inserisci username e password"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Medaglia"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "scegli una delle opzioni qui sopra"
+#: skins/default/templates/badge.html:7
+#, fuzzy, python-format
+msgid "Badge \"%(name)s\""
+msgstr "il %(date)s"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "signin/"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "notifiche"
-#~ msgid "Change email"
-#~ msgstr "Cambia e-mail"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "utente ha guadagnato questa medaglia:"
+msgstr[1] "utenti hanno guadagnato questa medaglia:"
-#~ msgid "Save your email address"
-#~ msgstr "Salva il tuo indirizzo e-mail"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Elenco medaglie"
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "Se vuoi usare un nuovo indirizzo per le<strong>e-mail di notifica</"
-#~ "strong>, \n"
-#~ "<span class=\"strong big\">inseriscilo qui sotto il nuovo indirizzo</"
-#~ "span>.<br>L'indirizzo corrente è <strong>%(email)s</strong>"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Medaglie"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Inserisci il tuo indirizzo e-mail qui sotto</"
-#~ "span> &Egrave; obbligatorio inserire un indirizzo e-mail valido. Se lo "
-#~ "desideri, puoi ricevere <strong>messaggi di notifica</strong> sulle "
-#~ "domande che ti interessano o sull'intero forum. Inoltre, il tuo indirizzo "
-#~ "è usato per creare un'immagine <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> unica per il tuo account. Il tuo "
-#~ "indirizzo e-mail non sarà mai pubblicato o comunicato a terze parti."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Il tuo nuovo indirizzo e-mail:</strong> (non verrà <strong>mai</"
-#~ "strong> rivelato agli altri utenti, deve essere valido)"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"Il tuo contributo a questa comunità, attraverso domande, risposte e voti, "
+"viene premiato con delle medaglie."
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Il tuo indirizzo e-mail</strong> (<i>deve essere valido, non sarà "
-#~ "mai rivelato agli altri utenti</i>)"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Qui sotto trovi una lista delle medaglie disponibili, con indicato il numero "
+"di persone che le hanno ottenute. Hai qualche idea per delle nuove medaglie? "
+"<a href='%(feedback_faq_url)s'>Proponila</a>"
-#~ msgid "Save Email"
-#~ msgstr "Salva e-mail"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Tipi di medaglie "
-#~ msgid "Cancel"
-#~ msgstr "Annulla"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#~ msgid "Validate email"
-#~ msgstr "Verifica e-mail"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"Le medaglie d'oro sono le più pregiate. Per ottenerle, non basta partecipare "
+"attivamente, ma servono anche conoscenze e abilità."
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Un'e-mail di verifica è stata spedita a "
-#~ "%(email)s.</span> <strong>Clicca sul link contenuto nell'e-mail</strong> "
-#~ "per verificare il tuo indirizzo. La verifica dell'e-mail è necessaria "
-#~ "per l'utilizzo del forum. Se preferisci usare <strong>un altro indirizzo</"
-#~ "strong>, puoi <a href='%(change_email_url)s'><strong>cambiarlo di nuovo</"
-#~ "strong></a>."
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#~ msgid "Email not changed"
-#~ msgstr "E-mail non modificata"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"Per ottenere le medaglie d'argento ci vuole del tempo. Se ne hai ottenuta "
+"una, vuol dire che hai dato un grande contributo alla comunità."
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Il tuo indirizzo e-mail %(email)s non è stato "
-#~ "modificato.</span> Se decidi di cambiarlo, puoi farlo dal tuo profilo "
-#~ "utente o utilizzare di nuovo <a href='%(change_email_url)"
-#~ "s'><strong>questa pagina</strong></a>."
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "Medaglie di bronzo: date anche come riconoscimento speciale"
-#~ msgid "Email changed"
-#~ msgstr "E-mail modificata"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr ""
+"Se partecipi regolarmente a questa comunità, verrai sicuramente premiato con "
+"delle medaglie di bronzo."
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Il tuo indirizzo e-mail è ora %(email)s.</span> "
-#~ "Gli aggiornamenti sulle domande di tuo interesse saranno spediti a questo "
-#~ "indirizzo. Le e-mail di notifica vengono spedite solo in caso di "
-#~ "aggiornamenti, al massimo una volta al giorno."
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Chiudi domanda"
-#~ msgid "Email verified"
-#~ msgstr "E-mail verificata"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Chiudi la domanda"
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Grazie per aver verificato il tuo indirizzo e-"
-#~ "mail!</span> Ora puoi <strong>scrivere domande</strong> e "
-#~ "<strong>risposte</strong>. Puoi inoltre <strong>seguire gli sviluppi</"
-#~ "strong> delle domande che più ti interessano: quando ci sono novità, ti "
-#~ "sarà spedita un'e-mail di notifica <strong>una volta al giorno</strong> o "
-#~ "meno."
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Motivo:"
-#~ msgid "email key not sent"
-#~ msgstr "E-mail di verifica non spedita"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "Chiudi"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Il tuo indirizzo %(email)s è già stato "
-#~ "verificato</span>, quindi l'e-mail non è stata spedita. Se necessario "
-#~ "puoi <a href='%(change_link)s'>cambiare</a> l'indirizzo usato per le "
-#~ "notifiche."
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "Registrati"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Domande frequenti"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">&Egrave; la prima volta che accedi con il "
-#~ "tuo account OpenID %(provider)s.</span> Imposta il <strong>nome "
-#~ "visualizzato</strong> e il tuo <strong>indirizzo e-mail</strong>. Con "
-#~ "esso puoi <strong>ricevere aggiornamenti</strong> sulle domande che più "
-#~ "ti interessano; verrà inoltre usato per creare un'immagine unica "
-#~ "associata al tuo account, detta <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a>.</p>"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Che tipo di domande posso porre qui?"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... l'utente %(username)s esiste già.</"
-#~ "span></p><p>Scegli un altro nome utente da visualizzare per il tuo "
-#~ "account OpenID %(provider)s. Inoltre, è necessario inserire "
-#~ "<strong>indirizzo e-mail</strong>. Con esso puoi <strong>ricevere "
-#~ "aggiornamenti</strong> sulle domande che più ti interessano; verrà "
-#~ "inoltre usato per creare un'immagine unica associata al tuo account, "
-#~ "detta <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"La cosa più importante &mdash; le domande devono essere "
+"<strong>interessanti</strong> per gli altri"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><p><span class=\"big strong\">&Egrave; la prima volta che accedi con "
-#~ "il tuo account OpenID %(provider)s.</span> </p><p>Puoi utilizzare il tuo "
-#~ "nome utente %(provider)s come <strong>nome visualizzato</strong> oppure "
-#~ "sceglierne uno nuovo.</p><p>Inoltre, è necessario inserire un "
-#~ "<strong>indirizzo e-mail</strong> valido. Con esso puoi <strong>ricevere "
-#~ "aggiornamenti</strong> sulle domande che più ti interessano; verrà "
-#~ "inoltre usato per creare un'immagine unica associata al tuo account, "
-#~ "detta <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">&Egrave; la prima volta che accedi con il "
-#~ "tuo account Facebook.</span> Scegli il tuo <strong>nome visualizzato</"
-#~ "strong> e imposta il tuo <strong>indirizzo e-mail</strong>. Con esso puoi "
-#~ "<strong>ricevere aggiornamenti</strong> sulle domande che più ti "
-#~ "interessano; verrà inoltre usato per creare un'immagine unica associata "
-#~ "al tuo account, detta <a href='%(gravatar_faq_url)s'><strong>gravatar</"
-#~ "strong></a>.</p>"
-
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Questo nome utente è già in uso, scegline un altro."
-
-#~ msgid "Screen name label"
-#~ msgstr ""
-#~ "<strong>Nome visualizzato</strong> (<i>verrà mostrato agli altri utenti</"
-#~ "i>)"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Prima di porre una domanda, usa la funzione di ricerca per assicurarti che "
+"non sia già stata posta"
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>Indirizzo e-mail</strong> (<i><strong>non</strong> verrà mostrato "
-#~ "agli altri utenti, dev'essere valido</i>)"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Che domande devo evitare?"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Ricevi aggiornamenti via e-mail</strong> &mdash; questo aiuterà "
-#~ "la nostra comunità a crescere e diventare più utile.<br/>Normalmente "
-#~ "questo forum <span class='orange'>Q&amp;A</span> ti spedirà <strong>un'e-"
-#~ "mail a settimana</strong> con un riassunto delle novità (se ce ne sono)"
-#~ "<br/> Se lo desideri, modifica queste impostazioni."
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Evita domande che sono troppo vaghe, polemiche o poco interessanti per gli "
+"altri"
-#~ msgid "please select one of the options above"
-#~ msgstr "scegli una delle opzioni qui sopra"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Cosa devo evitare nelle risposte?"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "Quando accederai al sito, sulla destra troverai il pannello con i filtri "
-#~ "tag."
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"è un sito di <strong>domande e risposte</strong> &mdash; <strong>non di "
+"discussioni</strong>. Evita di intavolare discussioni nelle tue risposte. "
+"Per brevi scambi di opinioni, utilizza i commenti."
-#~ msgid "create account"
-#~ msgstr "registrati"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Chi sono i moderatori?"
-#~ msgid "Logout"
-#~ msgstr "Logout"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "In breve: <strong>tu</strong>."
-#~ msgid "User login"
-#~ msgstr "Accesso utente"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Questo sito è moderato dai suoi utenti."
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">La tua risposta alla domanda </span> <i>"
-#~ "\"<strong>%(title)s</strong> %(summary)s...\"</i> <span class=\"strong big"
-#~ "\">è stata memorizzata e verrà pubblicata non appena ti registrerai.</"
-#~ "span>"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Il sistema dei punti reputazione consente agli utenti di guadagnare il "
+"diritto di effettuare le varie operazioni di moderazione."
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">La tua domanda</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">è stata "
-#~ "memorizzata e verrà pubblicata non appena ti registrerai.</span>"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Come funzionano i punti reputazione?"
-#, fuzzy
-#~ msgid ""
-#~ "Please check your email and visit the enclosed link to re-connect to your "
-#~ "account"
-#~ msgstr "Per favore inserisci la tua password"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"Quando qualcuno vota a favore di una tua domanda o risposta, guadagni alcuni "
+"punti reputazione. I punti reputazione misurano il grado di fiducia della "
+"comunità nei tuoi confronti.\n"
+"Ti verranno assegnati gradualmente poteri di moderazione sul sito in base "
+"alla tua reputazione."
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Per esempio, se poni una domanda interessante o dai una risposta utile, gli "
+"utenti ti daranno dei voti positivi. D'altro canto, se la risposta è "
+"sbagliata, gli utenti ti daranno dei voti negativi. Ogni voto a tuo favore "
+"ti procura <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> punti "
+"reputazione; ogni voto contro di te ti fa perdere <strong>"
+"%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> punti reputazione. Puoi "
+"guadagnare un massimo di <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
+"punti al giorno per ogni tua domanda o risposta. Nella tabella qui sotto "
+"trovi quanti punti reputazione sono necessari per ogni tipo di potere di "
+"moderazione."
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "votare a favore"
+
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "usare i tag"
+
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "aggiungere commenti"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "votare contro"
+
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Per favore inserisci username e password"
+msgid " accept own answer to own questions"
+msgstr "Prima risposta accettata a una tua domanda"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "mai"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "aprire e chiudere le proprie domande"
-#~ msgid "Password"
-#~ msgstr "Password"
+#: skins/default/templates/faq_static.html:57
+msgid "retag other's questions"
+msgstr "modificare i tag delle domande altrui"
-#~ msgid "Login"
-#~ msgstr "Accedi"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "modificare le 'domande comunitarie'"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "New password"
-#~ msgstr "New password created"
+msgid "\"edit any answer"
+msgstr "modificare ogni risposta"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "per favore, digita di nuovo la password"
-
+msgid "\"delete any comment"
+msgstr "cancellare commenti altrui"
+
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr ""
+"Come cambio la mia immagine personale (gravatar)? Che cos'è il gravatar?"
+
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>L'immagine che appare nel tuo profilo utente è chiamata<strong>gravatar</"
+"strong> (che vuol dire <strong>g</strong>lobally <strong>r</strong>ecognized "
+"<strong>avatar</strong>).</p><p>Ecco come funziona: viene calcolata una "
+"<strong>firma digitale</strong> a partire dal tuo indirizzo e-mail. Puoi "
+"caricare una tua foto, o il tuo alter ego preferito, sul sito <a "
+"href='http://gravatar.com'><strong>gravatar.com</strong></a>, da cui la tua "
+"immagine viene recuperata utilizzando la firma digitale.</p><p>In questo "
+"modo tutti i siti di cui ti fidi possono mostrare la tua immagine vicino ai "
+"tuoi post, mentre il tuo indirizzo e-mail rimane segreto.</"
+"p><p><strong>Personalizza il tuo account</strong> con un'immagine "
+"registrandoti su <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> (ricordati di usare lo stesso indirizzo e-mail che hai usato per "
+"registrarti su questo sito). L'immagine predefinita è generata "
+"automaticamente e contiene un motivo geometrico che ricorda un po' una "
+"piastrella.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Devo scegliere una password per registrarmi?"
+
+#: skins/default/templates/faq_static.html:77
#, fuzzy
-#~ msgid "provider"
-#~ msgstr "Utente approvato"
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"No, non è necessario. Puoi accedere attraverso il tuo account su un "
+"qualunque sito che supporta OpenID, come Google, Yahoo, AOL, eccetera."
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "ultimo accesso"
+msgid "\"Login now!\""
+msgstr "Accedi ora!"
-#~ msgid "delete"
-#~ msgstr "cancella"
-
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Account eliminato."
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "Perché le altre persone possono modificare quello che scrivo?"
-#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "Hai altre domande?"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr ""
+"Lo scopo di questo sito è di creare una comunità dedita allo scambio di idee "
+"e alla creazione di contenuti il più possibile utili alla comunità stessa."
-#, fuzzy
-#~ msgid "Please, enter your email address below and obtain a new key"
-#~ msgstr "Per favore inserisci la tua password"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Perciò domande e risposte possono essere modificate come pagine di uno wiki "
+"dagli utenti più esperti; questo contribuisce a migliorare la qualità totale "
+"dei contenuti in questo sito."
-#, fuzzy
-#~ msgid "Please, enter your email address below to recover your account"
-#~ msgstr "Per favore inserisci la tua password"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "Se questo approccio non fa per te, rispettiamo la tua scelta."
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Scegli una nuova password"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Hai altre domande?"
-#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Scegli una nuova password"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"<a href='%(ask_question_url)s'>Ponile</a> tu stesso, e contribuisci a "
+"migliorare questo sito!"
-#~ msgid "Why use OpenID?"
-#~ msgstr "Perché usare OpenID?"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Contatti"
-#~ msgid "with openid it is easier"
-#~ msgstr ""
-#~ "Con OpenID non devi creare un nome utente e una password per ogni sito "
-#~ "che utilizzi."
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Dicci cosa pensi di questo sito!"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "Puoi riutilizzare in completa sicurezza le stesse credenziali per tutti i "
-#~ "siti abilitati."
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Caro %(user_name)s</span>, ci interessa moltissimo "
+"sentire la tua opinione. Scrivi i tuoi commenti qui sotto."
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "Ci sono più di 160 milioni di account OpenID in uso. Più di 10.000 siti "
-#~ "utilizzano OpenID."
+#: skins/default/templates/feedback.html:21
+#, fuzzy
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Caro visitatore</span>, ci interessa moltissimo la "
+"tua opinione. Scrivi i tuoi commenti qui sotto."
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID è basato su uno standard aperto, supportato da molte "
-#~ "organizzazioni."
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "Find out more"
-#~ msgstr "Scopri di più"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(campo obbligatorio)"
-#~ msgid "Get OpenID"
-#~ msgstr "Ottieni un OpenID"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "Signup"
-#~ msgstr "Accedi"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Invia"
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "scegli una delle opzioni qui sopra"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"Salve, questo è un messaggio di notifica del forum %(site_title)s.\n"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Scegli nome utente e password"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "Create login name and password"
-#~ msgstr "Scegli nome utente e password"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>Se preferisci, puoi scegliere un nome utente e "
-#~ "una password per questo forum qui. Però</span>, considera che questo sito "
-#~ "supporta anche la registrazione via <strong>OpenID</strong>. Con "
-#~ "<strong>OpenID</strong> puoi riutilizzare il tuo account su uno dei "
-#~ "maggiori siti (per esempio Gmail o AOL), senza dover rivelare a noi né a "
-#~ "nessuno la tua password e senza doverne scegliere una nuova."
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr ""
-#~ "Riscrivi le due parole che leggi qui sotto. Questo serve a impedire la "
-#~ "creazione automatizzata di nuovi account."
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "Create Account"
-#~ msgstr "Crea account"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "or"
-#~ msgstr "oppure"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>Caro %(receiving_user_name)s,</p>"
-#~ msgid "return to OpenID login"
-#~ msgstr "torna al login OpenID"
+#: skins/default/templates/instant_notification.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha lasciato un <a href=\"%%(post_url)s\">nuovo "
+"commento</a>\n"
+"alla domanda \"%(origin_post_title)s\"</p>\n"
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr ""
-#~ "Come cambio la mia immagine personale (gravatar)? Che cos'è il gravatar?"
+#: skins/default/templates/instant_notification.html:8
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha lasciato un <a href=\"%%(post_url)s\">nuovo "
+"commento</a>\n"
+"alla domanda \"%(origin_post_title)s\"</p>\n"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Cambia tag"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha risposto alla domanda\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Il tuo account è:"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha posto una nuova domanda <a href=\"%(post_url)s"
+"\">%(origin_post_title)s</a></p>\n"
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "i cambiamenti sono stati salvati"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha modificato una risposta alla domanda <a href="
+"\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "upload/"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ha modificato la domanda\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "ha cancellato una risposta"
+#: skins/default/templates/instant_notification.html:37
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<p>Puoi <a href=\"%(user_subscriptions_url)s\">configurare</a> la frequenza "
+"con cui ti vengono inviati questi aggiornamenti o eliminarli. Grazie per la "
+"tua partecipazione a questo forum!</p>\n"
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "ha cancellato una risposta"
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "<p>Cordialmente,<br/>l'amministratore</p>"
-#~ msgid "answer permanent link"
-#~ msgstr "link permanente alla risposta"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Riapri questa domanda"
-#~ msgid "permanent link"
-#~ msgstr "link permanente"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "edit"
-#~ msgstr "modifica"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "segnala questo messaggio come offensivo (spam, pubblicità, insulti...)"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "segnala come offensivo"
+#: skins/default/templates/macros.html:29
+#, fuzzy
+msgid "i like this question (click again to cancel)"
+msgstr "Mi piace questo messaggio (clicca una seconda volta per annullare)"
-#~ msgid "undelete"
-#~ msgstr "riattiva domanda"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "Mi piace questa risposta (clicca una seconda volta per annullare)"
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Rispondi alla domanda"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "numero attuale di voti"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr ""
-#~ "segna questa risposta tra le preferite (clicca una seconda volta per "
-#~ "annullare)"
+msgid "i dont like this question (click again to cancel)"
+msgstr "Non mi piace questo messaggio (clicca una seconda volta per annullare)"
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "%(question_author)s ha scelto questa come risposta migliore"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "Non mi piace questa risposta (clicca una seconda volta per annullare)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr ""
-#~ "Questa domanda è stata chiusa per il seguente motivo: \"%(close_reason)s"
-#~ "\" da"
+msgid "anonymous user"
+msgstr "utente non registrato"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "data di chiusura %(closed_at)s"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "retag"
-#~ msgstr "modifica i tag"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#~ msgid "reopen"
-#~ msgstr "riapri"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "chiesto il"
-#~ msgid "close"
-#~ msgstr "chiudi"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "risposto il"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "campo obbligatorio"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "scritto il"
-#~ msgid "(required)"
-#~ msgstr "(campo obbligatorio)"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "modificato"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "attiva/disattiva l'anteprima del codice Markdown"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "vedi domande con i tag '%(tag)s'"
-#~ msgid "hide preview"
-#~ msgstr "nascondi anteprima"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "cancella questo commento"
-#~ msgid "Related tags"
-#~ msgstr "Tag"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "aggiungi commento"
-#~ msgid "Interesting tags"
-#~ msgstr "Tag preferiti"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "visualizza <strong>%(counter)s</strong> commento aggiuntivo"
+msgstr[1] "visualizza <strong>%(counter)s</strong> commenti aggiuntivi"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Aggiungi"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "visualizza <strong>%(counter)s</strong> commento aggiuntivo"
+msgstr[1] "visualizza <strong>%(counter)s</strong> commenti aggiuntivi"
-#~ msgid "Ignored tags"
-#~ msgstr "Tag ignorati"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "Immagine gravatar per %(username)s "
-#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "Scegli il tag filtro per l'email"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "lo stato dell'utente %(username)s è \"%(status)s\""
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Pagina non trovata"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "precedente"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Possibili motivi:"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "pagina corrente"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "questa domanda o risposta è stata cancellata;"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "pagina %(num)s"
-#~ msgid "url has error - please check it;"
-#~ msgstr "l'indirizzo è errato &mdash; controllalo;"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "pagina successiva"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "la pagina che stai cercando di visitare è protetta oppure non hai "
-#~ "sufficienti punti reputazione, vedi"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "post per pagina"
-#~ msgid "faq"
-#~ msgstr "domande frequenti"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "risposte per %(username)s"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "se credi che questo messaggio di errore 404 sia inappropriato,"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "hai una nuova risposta"
+msgstr[1] "hai %(response_count)s nuove risposte"
-#~ msgid "report this problem"
-#~ msgstr "per favore segnala questo problema"
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "nessuna nuova risposta"
-#~ msgid "back to previous page"
-#~ msgstr "torna alla pagina precedente"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "Ha segnalato un post come inappropriato"
-#~ msgid "see all questions"
-#~ msgstr "vedi tutte le domande"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "Ha segnalato un post come inappropriato"
-#~ msgid "see all tags"
-#~ msgstr "vedi tutti i tag"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "Ha segnalato un post come inappropriato"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "questo errore è stato registrato, sarà risolto al più presto possibile"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Domande"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "puoi segnalare tu stesso questo errore agli amministratori del sito"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Regole per la privacy"
-#~ msgid "see latest questions"
-#~ msgstr "vedi le domande recenti"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Modifica domanda"
-#~ msgid "see tags"
-#~ msgstr "vedi i tag"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Cambia tag"
-#~ msgid "Edit answer"
-#~ msgstr "Modifica risposta"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr "Modifica tag"
-#~ msgid "back"
-#~ msgstr "indietro"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Perché usare e modificare i tag?"
-#~ msgid "revision"
-#~ msgstr "revisione"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "select revision"
-#~ msgstr "scegli revisione"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "sarai premiato con delle medaglie per il buon uso dei tag"
-#~ msgid "Save edit"
-#~ msgstr "Salva modifica"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "fino a 5 tag, ognuno lungo al massimo 20 caratteri"
-#~ msgid "show preview"
-#~ msgstr "mostra anteprima"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Riapri domanda"
-#~ msgid "Ask a question"
-#~ msgstr "Chiedi"
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr "Titolo"
-#, fuzzy
-#~ msgid "%(name)s"
-#~ msgstr "il %(date)s"
+#: skins/default/templates/reopen.html:11
+#, fuzzy, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+"Questa domanda è stata chiusa da\n"
+"<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>"
-#~ msgid "Badge"
-#~ msgstr "Medaglia"
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
+msgstr "Motivo della chiusura:"
-#, fuzzy
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "il %(date)s"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr "Quando:"
-#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "notifiche"
+#: skins/default/templates/reopen.html:22
+msgid "Reopen this question?"
+msgstr "Riapri questa domanda?"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "utente ha guadagnato questa medaglia:"
-#~ msgstr[1] "utenti hanno guadagnato questa medaglia:"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Riapri questa domanda"
-#~ msgid "Badges summary"
-#~ msgstr "Elenco medaglie"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Storia delle modifiche"
-#~ msgid "Badges"
-#~ msgstr "Medaglie"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "clicca per mostrare/nascondere le modifiche"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "Il tuo contributo a questa comunità, attraverso domande, risposte e voti, "
-#~ "viene premiato con delle medaglie."
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "Numero di revisione dei media della skin"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Qui sotto trovi una lista delle medaglie disponibili, con indicato il "
-#~ "numero di persone che le hanno ottenute. Hai qualche idea per delle nuove "
-#~ "medaglie? <a href='%(feedback_faq_url)s'>Proponila</a>"
+msgid "Subscribe for tags"
+msgstr "usare i tag"
-#~ msgid "Community badges"
-#~ msgstr "Tipi di medaglie "
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "Accedi per sottoscrivere i tag: %(tags)s"
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Le medaglie d'oro sono le più pregiate. Per ottenerle, non basta "
-#~ "partecipare attivamente, ma servono anche conoscenze e abilità."
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "usare i tag"
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "Per ottenere le medaglie d'argento ci vuole del tempo. Se ne hai ottenuta "
-#~ "una, vuol dire che hai dato un grande contributo alla comunità."
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Lista dei tag"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "Medaglie di bronzo: date anche come riconoscimento speciale"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr ""
-#~ "Se partecipi regolarmente a questa comunità, verrai sicuramente premiato "
-#~ "con delle medaglie di bronzo."
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "Ordina per:"
-#~ msgid "Close question"
-#~ msgstr "Chiudi domanda"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "ordina i tag alfabeticamente"
-#~ msgid "Close the question"
-#~ msgstr "Chiudi la domanda"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "per nome"
-#~ msgid "Reasons"
-#~ msgstr "Motivo:"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "ordina i tag per frequenza d'uso"
-#~ msgid "OK to close"
-#~ msgstr "Chiudi"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "per numero di voti"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Domande frequenti"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Nessun risultato"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Che tipo di domande posso porre qui?"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Utenti"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "La cosa più importante &mdash; le domande devono essere "
-#~ "<strong>interessanti</strong> per gli altri"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Prima di porre una domanda, usa la funzione di ricerca per assicurarti "
-#~ "che non sia già stata posta"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "punti reputazione"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Che domande devo evitare?"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Evita domande che sono troppo vaghe, polemiche o poco interessanti per "
-#~ "gli altri"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "più recenti"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Cosa devo evitare nelle risposte?"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "è un sito di <strong>domande e risposte</strong> &mdash; <strong>non di "
-#~ "discussioni</strong>. Evita di intavolare discussioni nelle tue risposte. "
-#~ "Per brevi scambi di opinioni, utilizza i commenti."
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "Who moderates this community?"
-#~ msgstr "Chi sono i moderatori?"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "per nome"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "In breve: <strong>tu</strong>."
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "utenti contenenti %(suser)s:"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Questo sito è moderato dai suoi utenti."
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Nessun utente trovato"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Il sistema dei punti reputazione consente agli utenti di guadagnare il "
-#~ "diritto di effettuare le varie operazioni di moderazione."
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s domanda"
+msgstr[1] "%(q_num)s domande"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Come funzionano i punti reputazione?"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "contenenti messaggi di %(author_name)s"
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "Quando qualcuno vota a favore di una tua domanda o risposta, guadagni "
-#~ "alcuni punti reputazione. I punti reputazione misurano il grado di "
-#~ "fiducia della comunità nei tuoi confronti.\n"
-#~ "Ti verranno assegnati gradualmente poteri di moderazione sul sito in base "
-#~ "alla tua reputazione."
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "con i tag"
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Per esempio, se poni una domanda interessante o dai una risposta utile, "
-#~ "gli utenti ti daranno dei voti positivi. D'altro canto, se la risposta è "
-#~ "sbagliata, gli utenti ti daranno dei voti negativi. Ogni voto a tuo "
-#~ "favore ti procura <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> "
-#~ "punti reputazione; ogni voto contro di te ti fa perdere <strong>"
-#~ "%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> punti reputazione. Puoi "
-#~ "guadagnare un massimo di <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</"
-#~ "strong> punti al giorno per ogni tua domanda o risposta. Nella tabella "
-#~ "qui sotto trovi quanti punti reputazione sono necessari per ogni tipo di "
-#~ "potere di moderazione."
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Consigli per la ricerca:"
-#~ msgid "upvote"
-#~ msgstr "votare a favore"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "azzera autore"
-#~ msgid "use tags"
-#~ msgstr "usare i tag"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "oppure"
-#~ msgid "add comments"
-#~ msgstr "aggiungere commenti"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "azzera i tag"
-#~ msgid "downvote"
-#~ msgstr "votare contro"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "ricomincia da capo"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Prima risposta accettata a una tua domanda"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+"- per espandere, o raffinare la tua ricerca aggiungendo altri tag o "
+"modificando le parole chiave"
-#~ msgid "open and close own questions"
-#~ msgstr "aprire e chiudere le proprie domande"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Suggerimenti per la ricerca:"
-#~ msgid "retag other's questions"
-#~ msgstr "modificare i tag delle domande altrui"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "aggiungi tag e parole chiave per restringere il campo"
-#~ msgid "edit community wiki questions"
-#~ msgstr "modificare le 'domande comunitarie'"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Non ci sono domande senza risposte"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "modificare ogni risposta"
+msgid "No questions here. "
+msgstr "Non ci sono domande preferite"
+#: skins/default/templates/main_page/nothing_found.html:8
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "cancellare commenti altrui"
+msgid "Please follow some questions or follow some users."
+msgstr "Aggiungi qualche domanda alla tua lista di domande preferite"
-#~ msgid "what is gravatar"
-#~ msgstr ""
-#~ "Come cambio la mia immagine personale (gravatar)? Che cos'è il gravatar?"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "puoi espandere la tua ricerca"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>L'immagine che appare nel tuo profilo utente è "
-#~ "chiamata<strong>gravatar</strong> (che vuol dire <strong>g</"
-#~ "strong>lobally <strong>r</strong>ecognized <strong>avatar</strong>).</"
-#~ "p><p>Ecco come funziona: viene calcolata una <strong>firma digitale</"
-#~ "strong> a partire dal tuo indirizzo e-mail. Puoi caricare una tua foto, o "
-#~ "il tuo alter ego preferito, sul sito <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a>, da cui la tua immagine viene "
-#~ "recuperata utilizzando la firma digitale.</p><p>In questo modo tutti i "
-#~ "siti di cui ti fidi possono mostrare la tua immagine vicino ai tuoi post, "
-#~ "mentre il tuo indirizzo e-mail rimane segreto.</p><p><strong>Personalizza "
-#~ "il tuo account</strong> con un'immagine registrandoti su <a href='http://"
-#~ "gravatar.com'><strong>gravatar.com</strong></a> (ricordati di usare lo "
-#~ "stesso indirizzo e-mail che hai usato per registrarti su questo sito). "
-#~ "L'immagine predefinita è generata automaticamente e contiene un motivo "
-#~ "geometrico che ricorda un po' una piastrella.</p>"
-
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Devo scegliere una password per registrarmi?"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "azzerando l'autore"
-#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "No, non è necessario. Puoi accedere attraverso il tuo account su un "
-#~ "qualunque sito che supporta OpenID, come Google, Yahoo, AOL, eccetera."
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "azzerando i tag"
-#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Accedi ora!"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "ricominciando da capo"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "Perché le altre persone possono modificare quello che scrivo?"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "Ricorda, puoi sempre porre tu stesso una domanda!"
-#~ msgid "Goal of this site is..."
-#~ msgstr ""
-#~ "Lo scopo di questo sito è di creare una comunità dedita allo scambio di "
-#~ "idee e alla creazione di contenuti il più possibile utili alla comunità "
-#~ "stessa."
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Non hai trovato quello che cercavi?"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Perciò domande e risposte possono essere modificate come pagine di uno "
-#~ "wiki dagli utenti più esperti; questo contribuisce a migliorare la "
-#~ "qualità totale dei contenuti in questo sito."
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Poni tu stesso la domanda!"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "Se questo approccio non fa per te, rispettiamo la tua scelta."
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "sottoscrivi al feed delle domande"
-#~ msgid "Still have questions?"
-#~ msgstr "Hai altre domande?"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "<a href='%(ask_question_url)s'>Ponile</a> tu stesso, e contribuisci a "
-#~ "migliorare questo sito!"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "Feedback"
-#~ msgstr "Contatti"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "ogni tag deve essere più corto di %(max_chars)d carattere"
+msgstr[1] "ogni tag deve essere più corto di %(max_chars)d caratteri"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Dicci cosa pensi di questo sito!"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "per favore usa un numero uguale o inferiore a %(tag_count)d tag"
+msgstr[1] "per favore usa un numero uguale o inferiore a %(tag_count)d tags"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Caro %(user_name)s</span>, ci interessa "
-#~ "moltissimo sentire la tua opinione. Scrivi i tuoi commenti qui sotto."
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "fino a 5 tag, ognuno lungo al massimo 20 caratteri"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Caro visitatore</span>, ci interessa moltissimo "
-#~ "la tua opinione. Scrivi i tuoi commenti qui sotto."
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"%(counter)s Risposta:"
+msgstr[1] ""
+"\n"
+"%(counter)s Risposte:"
-#~ msgid "(this field is required)"
-#~ msgstr "(campo obbligatorio)"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "mostra prima le risposte più vecchie"
-#~ msgid "Send Feedback"
-#~ msgstr "Invia"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "più vecchie"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>Caro %(receiving_user_name)s,</p>"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "mostra prima le risposte più nuove"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha lasciato un <a href=\"%%(post_url)s\">nuovo "
-#~ "commento</a>\n"
-#~ "alla domanda \"%(origin_post_title)s\"</p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "più nuove"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha lasciato un <a href=\"%%(post_url)s\">nuovo "
-#~ "commento</a>\n"
-#~ "alla domanda \"%(origin_post_title)s\"</p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "mostra prima le risposte più votate"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha risposto alla domanda\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "più votate"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha posto una nuova domanda <a href=\"%(post_url)"
-#~ "s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Rispondi alla tua domanda"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha modificato una risposta alla domanda <a href="
-#~ "\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:14
+#, fuzzy
+msgid "Login/Signup to Answer"
+msgstr "Accedi/registrati per scrivere la tua risposta"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ha modificato la domanda\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "La tua risposta"
+#: skins/default/templates/question/new_answer_form.html:24
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>Puoi <a href=\"%(user_subscriptions_url)s\">configurare</a> la "
-#~ "frequenza con cui ti vengono inviati questi aggiornamenti o eliminarli. "
-#~ "Grazie per la tua partecipazione a questo forum!</p>\n"
+msgid "Be the first one to answer this question!"
+msgstr "Per favore accetta la migliore risposta per questa domanda:"
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr "<p>Cordialmente,<br/>l'amministratore</p>"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Comincia pure a rispondere </span> - la tua "
+"risposta verrà memorizzata e pubblicata non appena accederai o registrerai "
+"un nuovo account. Cerca di dare una <strong>vera risposta</strong>, per "
+"eventuali discussioni <strong>utilizza i commenti</strong> e "
+"<strong>ricordati di votare</strong> (non appena hai fatto il login)!"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Riapri questa domanda"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>Rispondi pure alla tua domanda</span>, ma cerca di "
+"dare una <strong>vera risposta</strong>. Puoi sempre <strong>modificare la "
+"tua domanda</strong>. <strong>Usa i commenti per discutere</strong> e "
+"<strong>ricordati di votare :)</strong> per le risposte migliori (e per "
+"quelle peggiori!)"
-#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "Mi piace questo messaggio (clicca una seconda volta per annullare)"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Cerca di dare una vera risposta</span>. Se vuoi "
+"solo aggiungere un commento a una domanda/risposta, <strong>usa i commenti</"
+"strong>. Ricorda che puoi <strong>modificare una vecchia risposta</strong> "
+"invece di scriverne una nuova. Inoltre, <strong>ricordati di votare</strong> "
+"&mdash; ci permette di individuare facilmente le domande e risposte migliori!"
+
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Accedi/registrati per scrivere la tua risposta"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "Mi piace questa risposta (clicca una seconda volta per annullare)"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Rispondi alla domanda"
-#~ msgid "current number of votes"
-#~ msgstr "numero attuale di voti"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr ""
-#~ "Non mi piace questo messaggio (clicca una seconda volta per annullare)"
+msgid " or"
+msgstr "oppure"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr ""
-#~ "Non mi piace questa risposta (clicca una seconda volta per annullare)"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "e-mail:"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "utente non registrato"
+msgid "Question tools"
+msgstr "Tag"
-#~ msgid "asked"
-#~ msgstr "chiesto il"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "clicca qui per vedere le domande con più risposte"
-#~ msgid "answered"
-#~ msgstr "risposto il"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "Chiudi domanda"
-#~ msgid "posted"
-#~ msgstr "scritto il"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Chiudi domanda"
-#~ msgid "updated"
-#~ msgstr "modificato"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "clicca qui per vedere le domande con più risposte"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "vedi domande con i tag '%(tag)s'"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Chiudi domanda"
-#~ msgid "delete this comment"
-#~ msgstr "cancella questo commento"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "add comment"
-#~ msgstr "aggiungi commento"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "notifiche via e-mail cancellate"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "visualizza <strong>%(counter)s</strong> commento aggiuntivo"
-#~ msgstr[1] "visualizza <strong>%(counter)s</strong> commenti aggiuntivi"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "visualizza <strong>%(counter)s</strong> commento aggiuntivo"
-#~ msgstr[1] "visualizza <strong>%(counter)s</strong> commenti aggiuntivi"
+msgid "subscribe to this question rss feed"
+msgstr "sottoscrivi al feed delle domande"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "lo stato dell'utente %(username)s è \"%(status)s\""
+msgid "subscribe to rss feed"
+msgstr "sottoscrivi al feed delle domande"
-#~ msgid "previous"
-#~ msgstr "precedente"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "current page"
-#~ msgstr "pagina corrente"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Chiesta il"
-#~ msgid "page number %(num)s"
-#~ msgstr "pagina %(num)s"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "domanda consultata"
-#~ msgid "next page"
-#~ msgstr "pagina successiva"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "volte"
-#~ msgid "posts per page"
-#~ msgstr "post per pagina"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "Aggiornata l'ultima voltail"
-#~ msgid "responses for %(username)s"
-#~ msgstr "risposte per %(username)s"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Domande simili"
-#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "hai una nuova risposta"
-#~ msgstr[1] "hai %(response_count)s nuove risposte"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
+"giorno"
-#~ msgid "no new responses yet"
-#~ msgstr "nessuna nuova risposta"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
+"settimana"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "Ha segnalato un post come inappropriato"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
+"settimana"
-#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "Ha segnalato un post come inappropriato"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(nota: puoi <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>modificare</a></strong> la frequenza con cui "
+"ricevi gli aggiornamenti)"
-#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "Ha segnalato un post come inappropriato"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"Se ti registri, potrai scegliere di ricevere periodicamente aggiornamenti "
+"via e-mail sullo stato di questa domanda."
-#~ msgid "Questions"
-#~ msgstr "Domande"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "profilo dell'utente %(username)s"
-#~ msgid "Privacy policy"
-#~ msgstr "Regole per la privacy"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Modifica profilo"
-#~ msgid "Edit question"
-#~ msgstr "Modifica domanda"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "modifica profilo"
-#~ msgid "Change tags"
-#~ msgstr "Cambia tag"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "cambia immagine"
-#~ msgid "Retag"
-#~ msgstr "Modifica tag"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Perché usare e modificare i tag?"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Utente registrato"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "sarai premiato con delle medaglie per il buon uso dei tag"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Nome visualizzato"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "fino a 5 tag, ognuno lungo al massimo 20 caratteri"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Conferma"
-#~ msgid "Reopen question"
-#~ msgstr "Riapri domanda"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
+msgstr "notifiche"
-#~ msgid "Title"
-#~ msgstr "Titolo"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "E-mail di notifica"
-#, fuzzy
-#~ msgid ""
-#~ "This question has been closed by \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgstr ""
-#~ "Questa domanda è stata chiusa da\n"
-#~ "<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Modifica la frequenza delle e-mail di notifica</"
+"span> Ricevi aggiornamenti via e-mail sulle domande che ti interessano, e "
+"<strong><br/>aiuta la comunità</strong> rispondendo alle domande degli "
+"altri. Se non vuoi ricevere e-mail, seleziona 'mai' qui sotto.<br/>Le e-mail "
+"di aggiornamento vengono spedite solo quando ci sono nuove attività."
-#~ msgid "Close reason:"
-#~ msgstr "Motivo della chiusura:"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Non spedire più nessuna e-mail"
-#~ msgid "When:"
-#~ msgstr "Quando:"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
+#, fuzzy
+msgid "followed questions"
+msgstr "Chiudi domanda"
-#~ msgid "Reopen this question?"
-#~ msgstr "Riapri questa domanda?"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
-#~ msgid "Reopen this question"
-#~ msgstr "Riapri questa domanda"
+#: skins/default/templates/user_profile/user_inbox.html:34
+#, fuzzy
+msgid "Sections:"
+msgstr "domande"
-#~ msgid "Revision history"
-#~ msgstr "Storia delle modifiche"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#~ msgid "click to hide/show revision"
-#~ msgstr "clicca per mostrare/nascondere le modifiche"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "per favore usa un numero uguale o inferiore a %(tag_count)d tag"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "Numero di revisione dei media della skin"
+msgid "select:"
+msgstr "cancella"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "usare i tag"
+msgid "seen"
+msgstr "ultimo accesso"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Accedi per sottoscrivere i tag: %(tags)s"
+msgid "new"
+msgstr "più recenti"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "usare i tag"
+msgid "none"
+msgstr "bronzo"
-#~ msgid "Tag list"
-#~ msgstr "Lista dei tag"
+#: skins/default/templates/user_profile/user_inbox.html:54
+#, fuzzy
+msgid "mark as seen"
+msgstr "ultimo accesso"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Ordina per:"
+msgid "mark as new"
+msgstr "ha accettato una risposta"
-#~ msgid "sorted alphabetically"
-#~ msgstr "ordina i tag alfabeticamente"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "by name"
-#~ msgstr "per nome"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "aggiorna profilo"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "ordina i tag per frequenza d'uso"
+#: skins/default/templates/user_profile/user_info.html:40
+#, fuzzy
+msgid "manage login methods"
+msgstr "Accedi o registrati per inserire domande"
-#~ msgid "by popularity"
-#~ msgstr "per numero di voti"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "nome vero"
-#~ msgid "Nothing found"
-#~ msgstr "Nessun risultato"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "membro dal"
-#~ msgid "Users"
-#~ msgstr "Utenti"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "ultimo accesso"
-#~ msgid "reputation"
-#~ msgstr "punti reputazione"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "sito personale"
-#~ msgid "recent"
-#~ msgstr "più recenti"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "residenza"
-#~ msgid "by username"
-#~ msgstr "per nome"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "età"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "utenti contenenti %(suser)s:"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "anni"
-#~ msgid "Nothing found."
-#~ msgstr "Nessun utente trovato"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "voti rimanenti per oggi"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "contenenti messaggi di %(author_name)s"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "voti rimanenti"
-#~ msgid "Search tips:"
-#~ msgstr "Consigli per la ricerca:"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+msgid "moderation"
+msgstr "modera"
-#~ msgid "reset author"
-#~ msgstr "azzera autore"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "lo stato dell'utente %(username)s è \"%(status)s\""
-#, fuzzy
-#~ msgid " or "
-#~ msgstr "oppure"
+#: skins/default/templates/user_profile/user_moderate.html:11
+msgid "User status changed"
+msgstr "Lo stato dell'utente è stato modificato"
-#~ msgid "reset tags"
-#~ msgstr "azzera i tag"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "Salva"
-#~ msgid "start over"
-#~ msgstr "ricomincia da capo"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "Hai %(reputation)s punti reputazione"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr ""
-#~ "- per espandere, o raffinare la tua ricerca aggiungendo altri tag o "
-#~ "modificando le parole chiave"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "Questo utente ha %(reputation)s punti reputazione"
-#~ msgid "Search tip:"
-#~ msgstr "Suggerimenti per la ricerca:"
+#: skins/default/templates/user_profile/user_moderate.html:31
+msgid "User reputation changed"
+msgstr "La reputazione dell'utente è stata modificata"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "aggiungi tag e parole chiave per restringere il campo"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr "Sottrai"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Non ci sono domande senza risposte"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Aggiungi"
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Non ci sono domande preferite"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
+msgstr "Spedisci messaggio a %(username)s"
-#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr "Aggiungi qualche domanda alla tua lista di domande preferite"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+"Verrà spedita all'utente un'e-mail utilizzando il tuo indirizzo come campo "
+"'reply-to'. Assicurati che il tuo indirizzo sia inserito correttamente."
-#~ msgid "You can expand your search by "
-#~ msgstr "puoi espandere la tua ricerca"
+#: skins/default/templates/user_profile/user_moderate.html:46
+msgid "Message sent"
+msgstr "Messaggio spedito"
-#~ msgid "resetting author"
-#~ msgstr "azzerando l'autore"
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr "Spedisci messaggio"
-#~ msgid "resetting tags"
-#~ msgstr "azzerando i tag"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "starting over"
-#~ msgstr "ricominciando da capo"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "Ricorda, puoi sempre porre tu stesso una domanda!"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Non hai trovato quello che cercavi?"
+#: skins/default/templates/user_profile/user_moderate.html:83
+#, fuzzy
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Non puoi segnalare questo messaggio come inappropriato perché il tuo account "
+"è sospeso."
-#~ msgid "Please, post your question!"
-#~ msgstr "Poni tu stesso la domanda!"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "sottoscrivi al feed delle domande"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "ogni tag deve essere più corto di %(max_chars)d carattere"
-#~ msgstr[1] "ogni tag deve essere più corto di %(max_chars)d caratteri"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "per favore usa un numero uguale o inferiore a %(tag_count)d tag"
-#~ msgstr[1] "per favore usa un numero uguale o inferiore a %(tag_count)d tags"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "fino a 5 tag, ognuno lungo al massimo 20 caratteri"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "%(counter)s Risposta:"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "%(counter)s Risposte:"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "profilo dell'utente %(username)s"
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "mostra prima le risposte più vecchie"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr "attività"
-#~ msgid "oldest answers"
-#~ msgstr "più vecchie"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "newest answers will be shown first"
-#~ msgstr "mostra prima le risposte più nuove"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "newest answers"
-#~ msgstr "più nuove"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "Registro dei tuoi punti reputazione"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "mostra prima le risposte più votate"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Registro dei punti reputazione di %(user_name)s"
-#~ msgid "popular answers"
-#~ msgstr "più votate"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "dettagli"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Rispondi alla tua domanda"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Domanda"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Domande"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Accedi/registrati per scrivere la tua risposta"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Risposta"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Risposte"
-#~ msgid "Your answer"
-#~ msgstr "La tua risposta"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "questa risposta ha ricevuto %(answer_score)s voti"
-#, fuzzy
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Per favore accetta la migliore risposta per questa domanda:"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "questa risposta è stata accettata dall'autore"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Comincia pure a rispondere </span> - la tua "
-#~ "risposta verrà memorizzata e pubblicata non appena accederai o "
-#~ "registrerai un nuovo account. Cerca di dare una <strong>vera risposta</"
-#~ "strong>, per eventuali discussioni <strong>utilizza i commenti</strong> e "
-#~ "<strong>ricordati di votare</strong> (non appena hai fatto il login)!"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "(%(comment_count)s commento)"
+msgstr[1] "(%(comment_count)s commenti)"
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>Rispondi pure alla tua domanda</span>, ma cerca "
-#~ "di dare una <strong>vera risposta</strong>. Puoi sempre "
-#~ "<strong>modificare la tua domanda</strong>. <strong>Usa i commenti per "
-#~ "discutere</strong> e <strong>ricordati di votare :)</strong> per le "
-#~ "risposte migliori (e per quelle peggiori!)"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> Voto"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> Voti"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Cerca di dare una vera risposta</span>. Se vuoi "
-#~ "solo aggiungere un commento a una domanda/risposta, <strong>usa i "
-#~ "commenti</strong>. Ricorda che puoi <strong>modificare una vecchia "
-#~ "risposta</strong> invece di scriverne una nuova. Inoltre, "
-#~ "<strong>ricordati di votare</strong> &mdash; ci permette di individuare "
-#~ "facilmente le domande e risposte migliori!"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "pollice su"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Accedi/registrati per scrivere la tua risposta"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "l'utente ha dato questo numero di voti a favore"
-#~ msgid "Answer the question"
-#~ msgstr "Rispondi alla domanda"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "pollice in giù"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "oppure"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "l'utente ha dato questo numero di voti contro"
-#~ msgid "email"
-#~ msgstr "e-mail:"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Tag"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Tag"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tag"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Medaglia"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Medaglie"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "clicca qui per vedere le domande con più risposte"
+msgid "Answer to:"
+msgstr "consigli per le risposte"
+#: skins/default/templates/user_profile/user_tabs.html:5
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "clicca qui per vedere le domande con più risposte"
+msgid "User profile"
+msgstr "profilo utente"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "notifiche via e-mail cancellate"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "commenti e risposte a domande"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "sottoscrivi al feed delle domande"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "registro dei punti reputazione"
+
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "reputazione"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "sottoscrivi al feed delle domande"
+msgid "questions that user is following"
+msgstr "domande preferite da questo utente"
-#~ msgid "question asked"
-#~ msgstr "Chiesta il"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "attività recente"
-#~ msgid "question was seen"
-#~ msgstr "domanda consultata"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "elenco dei voti dati"
-#~ msgid "times"
-#~ msgstr "volte"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "voti"
-#~ msgid "last updated"
-#~ msgstr "Aggiornata l'ultima voltail"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "impostazioni notifiche via e-mail"
-#~ msgid "Related questions"
-#~ msgstr "Domande simili"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr "modera questo utente"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
-#~ "giorno"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "voti"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
-#~ "settimana"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "consigli per le risposte"
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Segnalami</strong> nuove risposte o aggiornamenti via e-mail ogni "
-#~ "settimana"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "fai in modo che la tua risposta sia interessante per la comunità"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(nota: puoi <strong><a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>modificare</a></strong> la frequenza con cui "
-#~ "ricevi gli aggiornamenti)"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "cerca di dare una risposta, non di iniziare una discussione"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "Se ti registri, potrai scegliere di ricevere periodicamente aggiornamenti "
-#~ "via e-mail sullo stato di questa domanda."
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "includi tutti i dettagli necessari"
-#~ msgid "%(username)s's profile"
-#~ msgstr "profilo dell'utente %(username)s"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "sii chiaro e conciso"
-#~ msgid "Edit user profile"
-#~ msgstr "Modifica profilo"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "vedi le domande frequenti"
-#~ msgid "edit profile"
-#~ msgstr "modifica profilo"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "sintassi Markdown"
-#~ msgid "change picture"
-#~ msgstr "cambia immagine"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
-#~ msgid "Registered user"
-#~ msgstr "Utente registrato"
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
-#~ msgid "Screen Name"
-#~ msgstr "Nome visualizzato"
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+#, fuzzy
+msgid "*italic* or _italic_"
+msgstr "*corsivo* o _corsivo_"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**grassetto** o __grassetto__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "collegamento"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "testo"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "immagine"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "lista numerata:"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "sono supportati anche alcuni semplici tag HTML"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "informazioni su Markdown"
+
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "chiedi"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">Puoi cominciare ora a scrivere la tua domanda "
+"come utente non registrato</span>. Quando avrai finito, sarai reindirizzato "
+"alla pagina di accesso/registrazione. La tua domanda sarà salvata e "
+"pubblicata non appena ti sarai registrato. Accedere al proprio account "
+"richiede circa 30 secondi, registrarne uno nuovo meno di un minuto."
+
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Il tuo indirizzo e-mail %(email)s non è stato "
+"ancora verificato</span> Prima di pubblicare messaggi devi verificare il tuo "
+"indirizzo; maggiori dettagli <a href='%(email_validation_faq_url)s'>qui</a>."
+"<br>Puoi porre la tua domanda ora e verificare la tua e-mail in un secondo "
+"momento; la tua domanda nel frattempo rimarrà in attesa."
-#~ msgid "Update"
-#~ msgstr "Conferma"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Accedi/Registrati per porre una domanda"
-#~ msgid "subscriptions"
-#~ msgstr "notifiche"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Chiedi"
-#~ msgid "Email subscription settings"
-#~ msgstr "E-mail di notifica"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Utenti attivi"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Modifica la frequenza delle e-mail di notifica</"
-#~ "span> Ricevi aggiornamenti via e-mail sulle domande che ti interessano, e "
-#~ "<strong><br/>aiuta la comunità</strong> rispondendo alle domande degli "
-#~ "altri. Se non vuoi ricevere e-mail, seleziona 'mai' qui sotto.<br/>Le e-"
-#~ "mail di aggiornamento vengono spedite solo quando ci sono nuove attività."
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "Stop sending email"
-#~ msgstr "Non spedire più nessuna e-mail"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "informazioni su Askbot"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Chiudi domanda"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "privacy"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "domande"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "contatti"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "per favore usa un numero uguale o inferiore a %(tag_count)d tag"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "torna alla home page"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "cancella"
+#: skins/default/templates/widgets/logo.html:4
+#, fuzzy, python-format
+msgid "%(site)s logo"
+msgstr "Logo del forum Q&A"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "ultimo accesso"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "utenti"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "più recenti"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "medaglie"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "bronzo"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Suggerimenti"
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "ultimo accesso"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "poni una domanda interessante per gli altri"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "ha accettato una risposta"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "sii sufficientemente dettagliato"
-#~ msgid "update profile"
-#~ msgstr "aggiorna profilo"
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] "consultazione"
+msgstr[1] "consultazioni"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "Accedi o registrati per inserire domande"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "risposta"
+msgstr[1] "risposta"
-#~ msgid "real name"
-#~ msgstr "nome vero"
+#: skins/default/templates/widgets/question_summary.html:40
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "voto"
+msgstr[1] "voti"
-#~ msgid "member for"
-#~ msgstr "membro dal"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#~ msgid "last seen"
-#~ msgstr "ultimo accesso"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "vedi domande senza risposta"
-#~ msgid "user website"
-#~ msgstr "sito personale"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
-#~ msgid "location"
-#~ msgstr "residenza"
+#: skins/default/templates/widgets/scope_nav.html:8
+#, fuzzy
+msgid "see your followed questions"
+msgstr "vedi le tue domande preferite"
-#~ msgid "age"
-#~ msgstr "età"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
-#~ msgid "age unit"
-#~ msgstr "anni"
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "Poni tu stesso la domanda!"
-#~ msgid "todays unused votes"
-#~ msgstr "voti rimanenti per oggi"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
-#~ msgid "votes left"
-#~ msgstr "voti rimanenti"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+#, fuzzy
+msgid "badges:"
+msgstr "medaglie:"
-#~ msgid "moderation"
-#~ msgstr "modera"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "logout"
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "lo stato dell'utente %(username)s è \"%(status)s\""
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "login"
-#~ msgid "User status changed"
-#~ msgstr "Lo stato dell'utente è stato modificato"
+#: skins/default/templates/widgets/user_navigation.html:14
+msgid "settings"
+msgstr "impostazioni"
-#~ msgid "Save"
-#~ msgstr "Salva"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "Hai %(reputation)s punti reputazione"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "Questo utente ha %(reputation)s punti reputazione"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr "Accedi o registrati per inserire domande"
-#~ msgid "User reputation changed"
-#~ msgstr "La reputazione dell'utente è stata modificata"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "Subtract"
-#~ msgstr "Sottrai"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "campo obbligatorio"
-#~ msgid "Add"
-#~ msgstr "Aggiungi"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Scegli un nome utente"
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Spedisci messaggio a %(username)s"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "il nome utente è obbligatorio"
-#~ msgid ""
-#~ "An email will be sent to the user with 'reply-to' field set to your email "
-#~ "address. Please make sure that your address is entered correctly."
-#~ msgstr ""
-#~ "Verrà spedita all'utente un'e-mail utilizzando il tuo indirizzo come "
-#~ "campo 'reply-to'. Assicurati che il tuo indirizzo sia inserito "
-#~ "correttamente."
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "mi spiace, questo nome utente è in uso, scegline un altro"
-#~ msgid "Message sent"
-#~ msgstr "Messaggio spedito"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "mi spiace, questo nome utente non è consentito, scegline un altro"
-#~ msgid "Send message"
-#~ msgstr "Spedisci messaggio"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "mi spiace, questo nome utente è già in uso"
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Non puoi segnalare questo messaggio come inappropriato perché il tuo "
-#~ "account è sospeso."
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"mi spiace, c'è un errore imprevisto &mdash; questo nome utente è già in uso "
+"da più di un utente"
-#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "profilo dell'utente %(username)s"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr "il nome utente può contenere solo lettere, spazi, e _trattini_bassi_"
-#~ msgid "activity"
-#~ msgstr "attività"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "Your karma change log."
-#~ msgstr "Registro dei tuoi punti reputazione"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "la tua e-mail <i>(resterà privata)</i>"
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "Registro dei punti reputazione di %(user_name)s"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "l'indirizzo e-mail è obbligatorio"
-#~ msgid "overview"
-#~ msgstr "dettagli"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "inserisci un indirizzo e-mail valido"
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Domanda"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Domande"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "questa e-mail è già in uso, scegline un'altra"
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Risposta"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Risposte"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Password"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "questa risposta ha ricevuto %(answer_score)s voti"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "la password è obbligatoria"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "questa risposta è stata accettata dall'autore"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Password <i>(per conferma)</i>"
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "(%(comment_count)s commento)"
-#~ msgstr[1] "(%(comment_count)s commenti)"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "per favore, digita di nuovo la password"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> Voto"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> Voti"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "le due password non coincidono, riprova"
-#~ msgid "thumb up"
-#~ msgstr "pollice su"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "2 giorni fa"
-#~ msgid "user has voted up this many times"
-#~ msgstr "l'utente ha dato questo numero di voti a favore"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "ieri"
-#~ msgid "thumb down"
-#~ msgstr "pollice in giù"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)d ora fa"
+msgstr[1] "%(hr)d ore fa"
-#~ msgid "user voted down this many times"
-#~ msgstr "l'utente ha dato questo numero di voti contro"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d minuto fa"
+msgstr[1] "%(min)d minuti fa"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Tag"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Medaglia"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Medaglie"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "consigli per le risposte"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#, fuzzy
-#~ msgid "User profile"
-#~ msgstr "profilo utente"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "mi spiace, devi essere registrato per votare"
-#~ msgid "graph of user reputation"
-#~ msgstr "registro dei punti reputazione"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr "hai superato il massimo giornaliero di voti consentiti"
-#~ msgid "reputation history"
-#~ msgstr "reputazione"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr "Puoi votare ancora %(votes_left)s volte oggi"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "domande preferite da questo utente"
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+"Spiacenti, gli utenti anonimi non possono accedere ai messaggi in arrivo"
-#~ msgid "recent activity"
-#~ msgstr "attività recente"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr "Mi spiace, qualcosa non va qui..."
-#~ msgid "casted votes"
-#~ msgstr "voti"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "mi spiace, devi essere registrato per accettare una risposta"
-#~ msgid "votes"
-#~ msgstr "voti"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"La tua iscrizione è stata registrata, ma il tuo indirizzo e-mail %(email)s "
+"dev'essere verificato, leggi <a href='%(details_url)s'>qui</a> per maggiori "
+"dettagli"
-#~ msgid "answer tips"
-#~ msgstr "consigli per le risposte"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+"la frequenza delle notifiche via e-mail è stata impostata a 'ogni giorno'"
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "fai in modo che la tua risposta sia interessante per la comunità"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "cerca di dare una risposta, non di iniziare una discussione"
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr "Accedi per sottoscrivere i tag: %(tags)s"
-#~ msgid "please try to provide details"
-#~ msgstr "includi tutti i dettagli necessari"
+#: views/commands.py:578
+msgid "Please sign in to vote"
+msgstr "Accedi per votare"
-#~ msgid "be clear and concise"
-#~ msgstr "sii chiaro e conciso"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Contatti forum Q&A"
-#~ msgid "see frequently asked questions"
-#~ msgstr "vedi le domande frequenti"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Grazie per il tuo messaggio!"
-#~ msgid "Markdown tips"
-#~ msgstr "sintassi Markdown"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+"Siamo curiosi di sentire la tua opinione! Sarà per la prossima volta :)"
-#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*corsivo* o _corsivo_"
+#: views/readers.py:152
+#, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s domanda, taggata"
+msgstr[1] "%(q_num)s domande, taggate"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**grassetto** o __grassetto__"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d%(badge_level)s medaglia"
+msgstr[1] "%(badge_count)d%(badge_level)s medaglie"
-#~ msgid "link"
-#~ msgstr "collegamento"
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "Mi spiace, questo commento è stata cancellato e non è più accessibile"
-#~ msgid "text"
-#~ msgstr "testo"
+#: views/users.py:212
+msgid "moderate user"
+msgstr "modera utente"
-#~ msgid "image"
-#~ msgstr "immagine"
+#: views/users.py:387
+msgid "user profile"
+msgstr "profilo utente"
-#~ msgid "numbered list:"
-#~ msgstr "lista numerata:"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "profilo"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "sono supportati anche alcuni semplici tag HTML"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "attività recente"
-#~ msgid "learn more about Markdown"
-#~ msgstr "informazioni su Markdown"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "profilo utente &mdash; attività recente"
-#~ msgid "ask a question"
-#~ msgstr "chiedi"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "profilo utente &mdash; risposte"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Puoi cominciare ora a scrivere la tua domanda "
-#~ "come utente non registrato</span>. Quando avrai finito, sarai "
-#~ "reindirizzato alla pagina di accesso/registrazione. La tua domanda sarà "
-#~ "salvata e pubblicata non appena ti sarai registrato. Accedere al proprio "
-#~ "account richiede circa 30 secondi, registrarne uno nuovo meno di un "
-#~ "minuto."
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "profilo utente &mdash; voti"
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Il tuo indirizzo e-mail %(email)s non è stato "
-#~ "ancora verificato</span> Prima di pubblicare messaggi devi verificare il "
-#~ "tuo indirizzo; maggiori dettagli <a href='%(email_validation_faq_url)"
-#~ "s'>qui</a>.<br>Puoi porre la tua domanda ora e verificare la tua e-mail "
-#~ "in un secondo momento; la tua domanda nel frattempo rimarrà in attesa."
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "punti reputazione"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Accedi/Registrati per porre una domanda"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "profilo utente &mdash; reputazione"
-#~ msgid "Ask your question"
-#~ msgstr "Chiedi"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "domande preferite"
-#~ msgid "Contributors"
-#~ msgstr "Utenti attivi"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "profilo utente &mdash; domande preferite"
-#~ msgid "about"
-#~ msgstr "informazioni su Askbot"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "i cambiamenti sono stati salvati"
-#~ msgid "privacy policy"
-#~ msgstr "privacy"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "notifiche via e-mail cancellate"
-#~ msgid "give feedback"
-#~ msgstr "contatti"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "profilo utente &mdash; notifiche via e-mail"
-#~ msgid "back to home page"
-#~ msgstr "torna alla home page"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "Mi spiace, gli utenti non registrati non possono caricare file."
-#, fuzzy
-#~ msgid "%(site)s logo"
-#~ msgstr "Logo del forum Q&A"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "i tipi di file consentiti sono: '%(file_types)s'"
-#~ msgid "users"
-#~ msgstr "utenti"
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "la dimensione massima di file caricabile è %(file_size)sK"
-#~ msgid "badges"
-#~ msgstr "medaglie"
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr "Errore nel caricamento del file. Contatta un amministratore."
-#~ msgid "question tips"
-#~ msgstr "Suggerimenti"
+#: views/writers.py:192
+msgid "Please log in to ask questions"
+msgstr "Accedi per fare una domanda"
-#~ msgid "please ask a relevant question"
-#~ msgstr "poni una domanda interessante per gli altri"
+#: views/writers.py:493
+msgid "Please log in to answer questions"
+msgstr "Accedi per rispondere alle domande"
-#~ msgid "please try provide enough details"
-#~ msgstr "sii sufficientemente dettagliato"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Gli utenti non registrati non possono lasciare commenti. <a href="
+"\"%(sign_in_url)s\">Accedi o registrati</a>."
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "consultazione"
-#~ msgstr[1] "consultazioni"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+"Mi spiace, gli utenti non registrati non possono modificare i commenti."
-#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "risposta"
-#~ msgstr[1] "risposta"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Gli utenti non registrati non possono cancellare commenti. <a href="
+"\"%(sign_in_url)s\">Accedi o registrati</a>."
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "voto"
-#~ msgstr[1] "voti"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr "Mi spiace, ci sono dei problemi tecnici"
-#~ msgid "see unanswered questions"
-#~ msgstr "vedi domande senza risposta"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "la domanda deve contenere più di 10 caratteri"
-#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "vedi le tue domande preferite"
+#~ msgid "Question: \"%(title)s\""
+#~ msgstr "Domanda: \"%(title)s\""
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "medaglie:"
-
-#~ msgid "logout"
-#~ msgstr "logout"
-
-#~ msgid "login"
-#~ msgstr "login"
-
-#~ msgid "settings"
-#~ msgstr "impostazioni"
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr ""
+#~ "Se hai ricevuto questo messaggio per errore, basta che tu ignori questa e-"
+#~ "mail. Ci scusiamo per il problema."
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5919,10 +6975,6 @@ msgstr "Mi spiace, ci sono dei problemi tecnici"
#~ msgid "In:"
#~ msgstr "In:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Chiudi domanda"
-
#~ msgid "Sort by:"
#~ msgstr "Ordina per:"
@@ -6306,18 +7358,12 @@ msgstr "Mi spiace, ci sono dei problemi tecnici"
#~ "\n"
#~ "%(q_num)s domande trovate"
-#~ msgid "tagged"
-#~ msgstr "con i tag"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "rimuovi '%(tag_name)s' dalla tua lista di tag preferiti"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "rimuovi '%(tag_name)s' dalla tua lista di tag ignorati"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "nascondi le domande ignorate"
-
#~ msgid ""
#~ "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></"
#~ "span>'"
diff --git a/askbot/locale/ja/LC_MESSAGES/django.mo b/askbot/locale/ja/LC_MESSAGES/django.mo
index 11bf5ff6..4e9de372 100644
--- a/askbot/locale/ja/LC_MESSAGES/django.mo
+++ b/askbot/locale/ja/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/ja/LC_MESSAGES/django.po b/askbot/locale/ja/LC_MESSAGES/django.po
index 0bf0acb7..35bdbf3d 100644
--- a/askbot/locale/ja/LC_MESSAGES/django.po
+++ b/askbot/locale/ja/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:34-0600\n"
+"POT-Creation-Date: 2012-01-02 11:22-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,7 +48,10 @@ msgstr ""
msgid "Country field is required"
msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…é ˆã§ã™"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "タイトル"
@@ -56,59 +59,64 @@ msgstr "タイトル"
msgid "please enter a descriptive title for your question"
msgstr "質å•ã®è¨˜è¿°çš„ãªã‚¿ã‚¤ãƒˆãƒ«ã‚’入力ã—ã¦ãã ã•ã„"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "タイトルã¯ï¼‘ï¼æ–‡å­—以上必è¦ã§ã™"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "タイトルã¯ï¼‘ï¼æ–‡å­—以上必è¦ã§ã™"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "内容"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "質å•ã®å†…容ã¯ï¼‘ï¼æ–‡å­—以上必è¦ã§ã™"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "ã‚¿ã‚°"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
"ã‚¿ã‚°ã¯çŸ­ã„キーワードã§ç©ºç™½æ–‡å­—(スペース)ã¯å«ã‚ã¾ã›ã‚“。5ã¤ã¾ã§ã®ã‚¿ã‚°ãŒä½¿ç”¨"
"ã§ãã¾ã™ã€‚"
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "ã‚¿ã‚°ãŒå¿…é ˆã§ã™"
-#: forms.py:173
+#: forms.py:210
#, fuzzy, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "%(tag_count)dã¤ä»¥å†…ã®ã‚¿ã‚°ã‚’使ã„ã¾ã—ょã†"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, fuzzy, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "ã‚¿ã‚°ã¯%(max_chars)d文字以内ã®é•·ã•ã§ã™"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -116,11 +124,11 @@ msgstr ""
"コミュニティー wikiオプションをé¸æŠžã—ãŸå ´åˆã€è³ªå•ã¨å›žç­”ã¯ãƒã‚¤ãƒ³ãƒˆã‚’生æˆã›ãšã€"
"作者åã¯è¡¨ç¤ºã•ã‚Œãªã„"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "サマリーを更新:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -128,28 +136,28 @@ msgstr ""
"ã‚ãªãŸã®ãƒªãƒ“ジョンã®è¦ç´„サマリ(ãŸã¨ãˆã°ã€ã‚¹ãƒšãƒ«ä¿®æ­£ã€æ–‡æ³•ä¿®æ­£ã€ã‚¹ã‚¿ã‚¤ãƒ«æ”¹å–„"
"ãªã©ã€‚ã“ã“オプションã§ã™ã€‚)を入力ã—ã¦ãã ã•ã„"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
msgstr "æ›´æ–°æ—¥"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr ""
@@ -157,238 +165,244 @@ msgstr ""
"--\n"
"Q&A フォーラム管ç†"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr ""
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "タグを変更ã™ã‚‹"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr ""
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "タグを変更ã™ã‚‹"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
#, fuzzy
msgid "Message text"
msgstr "メッセージ本文:"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "åå‰ï¼š"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã§ï¼š"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "メッセージ:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "匿å"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯gravatorã«ãƒªãƒ³ã‚¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "実å"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "ウェブサイト"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "生年月日"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "表示ã•ã‚Œã¾ã›ã‚“ã€å¹´é½¢ã®è¨ˆç®—ã«åˆ©ç”¨ã—ã¾ã™ã€åž‹å¼ï¼šYYYY-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "プロファイル"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "スクリーンå"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ç™»éŒ²æ¸ˆã¿ã§ã™ã€ã»ã‹ã®ã‚‚ã®ã‚’使ã£ã¦ä¸‹ã•ã„"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¿ã‚°ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã‚’é¸æŠžã—ã¦ãã ã•ã„"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "自分ã‹ã‚‰ã®è³ªå•"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "自分ã‹ã‚‰ã®å›žç­”"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "個人的ã«é¸æŠžã•ã‚ŒãŸ"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "フォーラム全体(タグã§ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã•ã‚ŒãŸï¼‰"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "よã—ã€ã¯ã˜ã‚よã†ï¼"
-#: forms.py:1116
+#: forms.py:1153
#, fuzzy
msgid "no community email please, thanks"
msgstr "OSAQコミュニティ電å­ãƒ¡ãƒ¼ãƒ«ç„¡ã—ã§"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "上記ã‹ã‚‰ä¸€ã¤é¸æŠžã—ã¦ãã ã•ã„"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr ""
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr ""
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr ""
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr ""
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr ""
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr ""
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr ""
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "å†åº¦ã‚¿ã‚°ä»˜ã‘"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr ""
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr ""
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr ""
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr ""
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr ""
@@ -398,6 +412,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr ""
@@ -430,11 +446,15 @@ msgstr ""
msgid "feedback/"
msgstr ""
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr ""
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr ""
@@ -944,106 +964,118 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "æ›´æ–°ã•ã‚ŒãŸã‚¿ã‚°"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "ã‚¿ã‚°"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
#, fuzzy
msgid "Limit time to edit comments"
msgstr "%s 回コメントã—ãŸ"
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "unanswered questions"
@@ -1970,6 +2002,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "質å•ã‚’閉鎖ã™ã‚‹"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "é‡è¤‡ã—ãŸè³ªå•"
@@ -2013,7 +2078,7 @@ msgstr ""
msgid "newest"
msgstr "最新"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "登録順"
@@ -2048,6 +2113,7 @@ msgid "relevance"
msgstr "関連"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -2192,7 +2258,7 @@ msgstr "[閉鎖ã•ã‚Œã¾ã—ãŸ]"
msgid "[deleted]"
msgstr "[削除ã•ã‚Œã¾ã—ãŸ]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "最åˆã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
@@ -2253,15 +2319,15 @@ msgstr "What is gravatar?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "金賞"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "銀賞"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "銅賞"
@@ -2416,7 +2482,7 @@ msgid "Incorrect username."
msgstr "sorry, there is no such user name"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2456,6 +2522,7 @@ msgid "%(site)s user name and password"
msgstr "ユーザåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2567,60 +2634,60 @@ msgstr "パスワードã®å¾©æ—§"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
"申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€å…¥åŠ›ã—ãŸãƒ‘スワードã¯ä¸€è‡´ã—ã¾ã›ã‚“ã§ã—ãŸã€‚å†åº¦å…¥åŠ›ã—ã¦ãã "
"ã•ã„。"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "ã‚ãŸã‚‰ã—ã„パスワードを設定ã™ã‚‹"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2656,6 +2723,78 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr ""
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#, fuzzy
+msgid "Sites"
+msgstr "サイトã®çŠ¶æ…‹"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "場所"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "パスワードを変更ã™ã‚‹"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Log out"
+msgstr "ログアウト"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "ホーム"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "質å•ã‚’編集ã™ã‚‹"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+#, fuzzy
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "次ã®ã‚¨ãƒ©ãƒ¼ã‚’æ­£ã—ã¦ãã ã•ã„:"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "設定"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "質å•ã‚’編集ã™ã‚‹"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2778,7 +2917,7 @@ msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
@@ -2802,64 +2941,64 @@ msgid ""
"own question"
msgstr "自身ã®è³ªå•ã®æœ€åˆã®ç´å¾—回答"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr ""
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ""
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ""
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr ""
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
-#: models/__init__.py:431
+#: models/__init__.py:434
#, fuzzy, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "sorry, file uploading requires karma >60"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr ""
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr ""
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2869,56 +3008,56 @@ msgid_plural ""
"minutes from posting"
msgstr[0] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2927,163 +3066,188 @@ msgid_plural ""
"by other users"
msgstr[0] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr ""
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr ""
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+msgid "blocked users cannot remove flags"
+msgstr ""
+
+#: models/__init__.py:805
+msgid "suspended users cannot remove flags"
+msgstr ""
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
#, fuzzy
msgid "cannot revoke old vote"
msgstr "キャンセルã•ã‚ŒãŸæŠ•ç¥¨"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "%(hr)d 時間å‰"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "%(min)d 分å‰"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "匿å"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr ""
@@ -3091,44 +3255,44 @@ msgstr ""
"--\n"
"Q&A フォーラム管ç†"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "é€ä¿¡è€…ã¯"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "登録ユーザー"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3136,42 +3300,36 @@ msgstr[0] ""
"銀ãƒãƒƒã‚¸ã‚’å¾—ã‚‹ã«ã¯ã€è‘—ã—ã„勤勉ã•ãŒå¿…è¦ã§ã™ã€‚得る事ãŒã§ããŸãªã‚‰ã€ãã‚Œã¯ã“ã®ã‚³"
"ミュニティーã¸ã®å‰å¤§ãªè²¢çŒ®ã‚’æ„味ã—ã¦ã„ã¾ã™ã€‚"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] ""
"ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã®æ´»å‹•çš„ãªå‚加者ã§ã‚ã‚‹ãªã‚‰ã€ã“ã®ãƒãƒƒã‚¸ã§èªå®šã•ã‚Œã¾ã™ã€‚"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "ã‚¿ã‚°"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3586,35 +3744,266 @@ msgstr "ウイークリー"
msgid "No email"
msgstr "メール無ã—"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "ユーザåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "上記ã‹ã‚‰ä¸€ã¤é¸æŠžã—ã¦ãã ã•ã„"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "サインアップã™ã‚‹"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’変更ã™ã‚‹"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’ä¿å­˜ã™ã‚‹"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "メールアドレス"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯å¤‰æ›´ã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯å¤‰æ›´ã•ã‚Œã¾ã—ãŸ"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯ç¢ºè¨¼ã•ã‚Œã¾ã—ãŸ"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "登録"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’使ã£ã¦ãã ã•ã„。"
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>スクリーンå</strong> (<i>ä»–ã®ã²ã¨ã«è¡¨ç¤ºã•ã‚Œã¾ã™</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹</strong> (<i>will <strong>not</strong> be shared "
+"with anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+#, fuzzy
+msgid "please select one of the options above"
+msgstr "上記ã‹ã‚‰ä¸€ã¤é¸æŠžã—ã¦ãã ã•ã„"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "サインアップ"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Q&amp;Aフォーラムã«ç™»éŒ²ã„ãŸã ãã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã™ï¼"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "アカウントã®è©³ç´°ï¼š"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "ユーザå:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "パスワード:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "ã“ã“ã«ã‚µã‚¤ãƒ³ã—ã¦ãã ã•ã„:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3624,17 +4013,14 @@ msgstr ""
"Q&A フォーラム管ç†"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Q&amp;Aフォーマルã‹ã‚‰ã®ãŠã—らã›ã§ã™"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3645,1888 +4031,2773 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, python-format
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "ログアウト"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "ユーザーログイン"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…é ˆã§ã™"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "ユーザåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "ユーザåã¯å¿…é ˆã§ã™"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ç„¡ã—"
+
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "パスワード"
+
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "ログイン"
+
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-"申ã—訳ã”ã–ã„ã¾ã›ã‚“ã€ã“ã®åå‰ã¯ã™ã§ã«å–られã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’ãŠé¸ã³ãã ã•ã„"
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "申ã—訳ã”ã–ã„ã¾ã›ã‚“ã€ã“ã®åå‰ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。他ã®ã‚’ãŠé¸ã³ãã ã•ã„"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "パスワード"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "確èªç”¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "ã‚ãŸã‚‰ã—ã„プロãƒã‚¤ãƒ€ãƒ¼ã‚’追加ã™ã‚‹"
+
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "最終活動"
+
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "削除ã™ã‚‹"
+
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "キャンセルã•ã‚ŒãŸæŠ•ç¥¨"
+
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
+
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "é›»å­ãƒ¡ãƒ¼ãƒ« <i>(éžå…¬é–‹)</i>"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯å¿…é ˆã§ã™"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "ã‚ãŸã‚‰ã—ã„パスワードを設定ã™ã‚‹"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "有効ãªé›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’入力ã—ã¦ãã ã•ã„"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯ã™ã§ã«èª°ã‹åˆ¥äººã«ã¤ã‹ã‚ã‚Œã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’ãŠé¸ã³ãã ã•ã„。"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "ã‚ãŸã‚‰ã—ã„パスワードを設定ã™ã‚‹"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "パスワード"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "ãªãœOpenIDã‚’ã¤ã‹ã†ã®ã‹ï¼Ÿ"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "パスワードã¯å¿…é ˆã§ã™"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "OpenIDã‚’ã¤ã‹ã†ã¨ã€ã‚らãŸã«ãƒ¦ãƒ¼ã‚¶åã¨ãƒ‘スワードを作る必è¦ãŒã‚ã‚Šã¾ã›ã‚“。"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "パスワード <i>(確èªç”¨)</i>"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "ã™ã¹ã¦ã®OpenID対応ウェブサイトã§ãŠãªã˜ãƒ­ã‚°ã‚¤ãƒ³ã‚’安全ã«å†åˆ©ç”¨ã§ãã¾ã™ã€‚"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "確èªç”¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr "ã™ã§ã«å¤šæ•°ã®ã‚¦ã‚§ãƒ–サイトã§OpenIDアカウントãŒåˆ©ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
msgstr ""
-"申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€å…¥åŠ›ã—ãŸãƒ‘スワードã¯ä¸€è‡´ã—ã¾ã›ã‚“ã§ã—ãŸã€‚å†åº¦å…¥åŠ›ã—ã¦ãã "
-"ã•ã„。"
+"OpenIDã¯ã€å¤šãã®çµ„ç¹”ãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„るオープンスタンダードã«åŸºã¥ã„ã¦ã„ã¾ã™ã€‚"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "二日å‰"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "より詳ã—ã知るã«ã¯"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "昨日"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "OpenIDã‚’å–å¾—ã™ã‚‹"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)d 時間å‰"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "サインアップã™ã‚‹"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d 分å‰"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "上記ã‹ã‚‰ä¸€ã¤é¸æŠžã—ã¦ãã ã•ã„"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "ログインåã¨ãƒ‘スワードを作æˆã™ã‚‹"
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "ログインåã¨ãƒ‘スワードを作æˆã™ã‚‹"
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "アカウントを作æˆã™ã‚‹"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "ã‚‚ã—ãã¯"
+
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "OpenID ログインã«æˆ»ã‚‹"
+
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "What is gravatar?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "タグを変更ã™ã‚‹"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "アカウントã®è©³ç´°ï¼š"
+
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/change.html:22
+msgid "Upload"
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "削除ã•ã‚ŒãŸå›žç­”"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:288
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "メール更新頻度ãŒæ—¥åˆŠã«è¨­å®šã•ã‚Œã¾ã—ãŸã€‚"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "削除ã•ã‚ŒãŸå›žç­”"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "回答ã®ãƒªãƒ³ã‚¯"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "リンク"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "編集ã™ã‚‹"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "ã™ã¹ã¦ã®ã‚¿ã‚°ã‚’ã¿ã‚‹"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
+"侮辱的ã¨ãƒ¬ãƒãƒ¼ãƒˆã™ã‚‹ (例:SPAMãŒå«ã¾ã‚Œã‚‹ã€åºƒå‘Šçš„ã€æ‚ªæ„ã®ã‚るテキストã€ãªã©ãª"
+"ã©ï¼‰"
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr ""
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "侮辱的ã¨å°ã‚’付ã‘ã‚‹"
-#: views/commands.py:542
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "ã“ã“ã«ã‚µã‚¤ãƒ³ã—ã¦ãã ã•ã„:"
+msgid "remove flag"
+msgstr "ã™ã¹ã¦ã®ã‚¿ã‚°ã‚’ã¿ã‚‹"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "QAフォーラムフィードãƒãƒƒã‚¯"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "undelete"
+msgstr "削除ã™ã‚‹"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "ã”æ„見ã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã™ï¼"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Post Your Answer"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr ""
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "ã“ã®è³ªå•ã‚’ãŠæ°—ã«å…¥ã‚Šã«ç™»éŒ²ã™ã‚‹ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
-#: views/readers.py:151
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "ã‚ãŸã‚‰ã—ã„質å•"
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "ã“ã®è³ªå•ã¯ãŠæ°—ã«å…¥ã‚Šã«é¸ã°ã‚Œã¾ã—ãŸ"
-#: views/readers.py:159
+#: skins/common/templates/question/closed_question_info.html:2
#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "ã‚ãŸã‚‰ã—ã„質å•"
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "ã“ã‚Œã¯ã‚‚ã—ã‹ã—ãŸã‚‰ã¤ãŽã®ã‚ˆã†ãªç†ç”±ã§ãŠã“ã£ãŸã‹ã‚‚ã—ã‚Œãªã„:"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
+#: skins/common/templates/question/closed_question_info.html:4
+#, fuzzy, python-format
+msgid "close date %(closed_at)s"
+msgstr "閉鎖ã—ãŸæ—¥æ™‚"
-#: views/readers.py:415
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "ã“ã®è³ªå•ã¯ãŠæ°—ã«å…¥ã‚Šã¨ã—ã¦é¸ã°ã‚Œã¾ã—ãŸ"
+msgid "retag"
+msgstr "å†åº¦ã‚¿ã‚°ä»˜ã‘"
-#: views/users.py:211
-#, fuzzy
-msgid "moderate this user"
-msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’モデレートã™ã‚‹"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "å†åº¦é–‹ã"
-#: views/users.py:212
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "閉鎖ã™ã‚‹"
+
+#: skins/common/templates/widgets/edit_post.html:21
#, fuzzy
-msgid "moderate user"
-msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’モデレートã™ã‚‹"
+msgid "one of these is required"
+msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…é ˆã§ã™"
-#: views/users.py:386
-msgid "user profile"
-msgstr "ユーザプロファイル"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(必須)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "リアルタイムMarkdown編集プレビューをトグルã™ã‚‹"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "プレビューを隠ã™"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "ã‚¿ã‚°"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "ユーザプロファイル概略"
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "興味ã‚ã‚‹ã‚¿ã‚°"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "最近ã®ãƒ¦ãƒ¼ã‚¶ã®æ´»å‹•"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "追加ã™ã‚‹"
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "プロファイル:最近ã®æ´»å‹•"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "表示ã—ãªã„ã‚¿ã‚°"
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¿ã‚°ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã‚’é¸æŠžã—ã¦ãã ã•ã„"
+
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "プロファイル:応答"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "残念ãªãŒã‚‰ã€ãƒªã‚¯ã‚¨ã‚¹ãƒˆã•ã‚ŒãŸãƒšãƒ¼ã‚¸ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
-#: views/users.py:860
-msgid "user vote record"
-msgstr ""
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "ã“ã‚Œã¯ã‚‚ã—ã‹ã—ãŸã‚‰ã¤ãŽã®ã‚ˆã†ãªç†ç”±ã§ãŠã“ã£ãŸã‹ã‚‚ã—ã‚Œãªã„:"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "プロファイル:投票"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "ã“ã®è³ªå•ã‚‚ã—ãã¯å›žç­”ã¯å‰Šé™¤ã•ã‚Œã¾ã—ãŸï¼›"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "å¾³"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "URLãŒã‚¨ãƒ©ãƒ¼ã‚’å«ã‚“ã§ã„ã¾ã™ã€‚。確èªã—ã¦ä¸‹ã•ã„ï¼›"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "プロファイル:徳"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr "é–‹ã“ã†ã¨ã—ãŸãƒšãƒ¼ã‚¸ã¯ä¿è­·ã•ã‚Œã¦ã„ã‚‹ã‹ã€å分ãªãƒã‚¤ãƒ³ãƒˆã‚’ã‚‚ã£ã¦ã„ã¾ã›ã‚“ã€"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "よãã‚る質å•"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "プロファイル:ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "ã“ã®ã‚¨ãƒ©ãƒ¼404ãŒãŠã“らãªã„ã¨ã‚’ä¿¡ã˜ã‚‹ãªã‚‰ã€"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "ã“ã®å•é¡Œã‚’レãƒãƒ¼ãƒˆã™ã‚‹"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "メール更新ãŒã‚­ãƒ£ãƒ³ã‚»ãƒ«ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "以å‰ã®ãƒšãƒ¼ã‚¸ã«æˆ»ã‚‹"
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "ã™ã¹ã¦ã®è³ªå•ã‚’ã¿ã‚‹"
+
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "ã™ã¹ã¦ã®ã‚¿ã‚°ã‚’ã¿ã‚‹"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "プロファイル:メール登録ãªã©"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+"システムエラーログãŒè¨˜éŒ²ã•ã‚Œã¾ã—ãŸã€ã‚¨ãƒ©ãƒ¼ã¯ã§ãã‚‹é™ã‚Šé€Ÿã‚„ã‹ã«ä¿®æ­£ã•ã‚Œã‚‹ã§"
+"ã—ょã†"
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-#: views/writers.py:68
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "最新ã®è³ªå•ã‚’ã¿ã‚‹"
+
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "ã‚¿ã‚°ã‚’ã¿ã‚‹"
+
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid "allowed file types are '%(file_types)s'"
+msgid "About %(site_name)s"
msgstr ""
-#: views/writers.py:91
-#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "最大アップロードファイルサイズ㯠%sK ã§ã™ã€‚"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "回答を編集ã™ã‚‹"
-#: views/writers.py:99
-#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
-"ファイルアップロードエラー:サイト管ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。ã”å”力ã‚ã‚ŠãŒã¨ã†"
-"ã”ã–ã„ã¾ã™ã€‚"
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "ã‚‚ã©ã‚‹"
-#: views/writers.py:191
-#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "改訂"
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "未回答"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "改訂をé¸æŠžã™ã‚‹"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "編集をä¿å­˜ã™ã‚‹"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "プレビューを表示ã™ã‚‹"
-#: views/writers.py:598
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "質å•ã™ã‚‹"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+msgid "%(name)s"
msgstr ""
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr ""
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "ãƒãƒƒã‚¸"
-#: views/writers.py:654
+#: skins/default/templates/badge.html:7
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+msgid "Badge \"%(name)s\""
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "メール登録設定"
-#, fuzzy
-#~ msgid "Sites"
-#~ msgstr "サイトã®çŠ¶æ…‹"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
-#, fuzzy
-#~ msgid "Documentation"
-#~ msgstr "場所"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "ãƒãƒƒã‚¸ã‚µãƒžãƒªãƒ¼"
-#~ msgid "Change password"
-#~ msgstr "パスワードを変更ã™ã‚‹"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "ãƒãƒƒã‚¸"
-#, fuzzy
-#~ msgid "Log out"
-#~ msgstr "ログアウト"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"質å•ã¨å›žç­”ãŒé«˜ã投票ã•ã‚Œã‚‹ã¨ã€Q&amp;Aコミュニティーã¸ã®è²¢çŒ®ãŒã•ã¾ã–ã¾ãªãƒãƒƒã‚¸"
+"ã§èªå®šã•ã‚Œã¾ã™ã€‚"
-#~ msgid "Home"
-#~ msgstr "ホーム"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Currently badges differ only by their level: <strong>gold</strong>, "
+"<strong>silver</strong> and <strong>bronze</strong> (their meanings are "
+"described on the right). In the future there will be many types of badges at "
+"each level. <strong>Please give us your <a "
+"href='%(feedback_faq_url)s'>feedback</a></strong> - what kinds of badges "
+"would you like to see and suggest the activity for which those badges might "
+"be awarded."
-#, fuzzy
-#~ msgid "Edit Group Settings"
-#~ msgstr "質å•ã‚’編集ã™ã‚‹"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "ãƒãƒƒã‚¸ãƒ¬ãƒ™ãƒ«"
-#, fuzzy
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "次ã®ã‚¨ãƒ©ãƒ¼ã‚’æ­£ã—ã¦ãã ã•ã„:"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#, fuzzy
-#~ msgid "Edit Site Settings"
-#~ msgstr "設定"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"金ãƒãƒƒã‚¸ã¯ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã®æœ€é«˜ã®æ „誉ã§ã™ã€‚活発ãªå‚加ã«ãã‚ãˆã¦ã€æ·±ã„洞察"
+"ã¨çŸ¥è­˜ã€å®Ÿè¡ŒåŠ›ã‚’示ã—ãŸã“ã¨ã«ã‚ˆã£ã¦ãã‚Œã¯å¾—られã¾ã™ã€‚"
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "ユーザåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "サインアップã™ã‚‹"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"銀ãƒãƒƒã‚¸ã‚’å¾—ã‚‹ã«ã¯ã€è‘—ã—ã„勤勉ã•ãŒå¿…è¦ã§ã™ã€‚得る事ãŒã§ããŸãªã‚‰ã€ãã‚Œã¯ã“ã®ã‚³"
+"ミュニティーã¸ã®å‰å¤§ãªè²¢çŒ®ã‚’æ„味ã—ã¦ã„ã¾ã™ã€‚"
-#~ msgid "Change email"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’変更ã™ã‚‹"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
-#~ msgid "Save your email address"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’ä¿å­˜ã™ã‚‹"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr ""
+"ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã®æ´»å‹•çš„ãªå‚加者ã§ã‚ã‚‹ãªã‚‰ã€ã“ã®ãƒãƒƒã‚¸ã§èªå®šã•ã‚Œã¾ã™ã€‚"
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "質å•ã‚’閉鎖ã™ã‚‹"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-#~ "anyone, must be valid)"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "質å•ã‚’閉鎖ã™ã‚‹"
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "ç†ç”±"
-#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "メールアドレス"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "閉鎖を確定ã™ã‚‹"
-#~ msgid "Cancel"
-#~ msgstr "キャンセル"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#~ msgid "Validate email"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "よãã‚る質å•"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "ã“ã“ã§ã©ã‚“ãªè³ªå•ã‚’ã—ã¦ã‚ˆã„ã®ã‹ï¼Ÿ"
-#~ msgid "Email not changed"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯å¤‰æ›´ã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again."
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Before you ask - please make sure to search for a similar question. You can "
+"search questions by their title or tags."
-#~ msgid "Email changed"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯å¤‰æ›´ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "What kinds of questions should be avoided?"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
-#~ msgid "Email verified"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯ç¢ºè¨¼ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/faq_static.html:13
+#, fuzzy
+msgid "What should I avoid in my answers?"
+msgstr "What kinds of questions should be avoided?"
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"is a <strong>question and answer</strong> site - <strong>it is not a "
+"discussion group</strong>. Please avoid holding debates in your answers as "
+"they tend to dilute the essense of questions and answers. For the brief "
+"discussions please use commenting facility."
-#~ msgid "email key not sent"
-#~ msgstr "Validation email not sent"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã‚’ã ã‚ŒãŒãƒ¢ãƒ‡ãƒ¬ãƒ¼ãƒˆã—ã¦ã„ã‚‹ã®ã‹ï¼Ÿ"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a "
-#~ "href='%(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "登録"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "How does karma system work?"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#~ msgid "This account already exists, please use another."
-#~ msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’使ã£ã¦ãã ã•ã„。"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
-#~ msgid "Screen name label"
-#~ msgstr "<strong>スクリーンå</strong> (<i>ä»–ã®ã²ã¨ã«è¡¨ç¤ºã•ã‚Œã¾ã™</i>)"
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+#, fuzzy
+msgid "upvote"
+msgstr "上ã’"
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹</strong> (<i>will <strong>not</strong> be "
-#~ "shared with anyone, must be valid</i>)"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "タグを利用ã™ã‚‹"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "コメントを加ãˆã‚‹"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
#, fuzzy
-#~ msgid "please select one of the options above"
-#~ msgstr "上記ã‹ã‚‰ä¸€ã¤é¸æŠžã—ã¦ãã ã•ã„"
-
-#~ msgid "create account"
-#~ msgstr "サインアップ"
-
-#~ msgid "Logout"
-#~ msgstr "ログアウト"
+msgid "downvote"
+msgstr "下ã’"
-#~ msgid "User login"
-#~ msgstr "ユーザーログイン"
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
+msgstr "自身ã®è³ªå•ã®æœ€åˆã®ç´å¾—回答"
+#: skins/default/templates/faq_static.html:53
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "open and close own questions"
+msgstr "ã‚らゆる閉鎖ã—ãŸè³ªå•ã‚’é–‹ã"
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "retag other's questions"
+msgstr "質å•ã«ã‚¿ã‚°ã‚’å†ã³ã¤ã‘ã‚‹"
+
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "コミュニティー wiki 質å•ã‚’編集ã™ã‚‹"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "ユーザåã¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+msgid "\"edit any answer"
+msgstr "ã‚らゆる回答を編集ã™ã‚‹"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ç„¡ã—"
+msgid "\"delete any comment"
+msgstr "ã‚らゆるコメントを削除ã™ã‚‹"
-#~ msgid "Password"
-#~ msgstr "パスワード"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "What is gravatar?"
-#~ msgid "Login"
-#~ msgstr "ログイン"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong> - your unique avatar image "
+"associated with your email address. It's simply a picture that shows next to "
+"your posts on the websites that support gravatar protocol. By default gravar "
+"appears as a square filled with a snowflake-like figure. You can <strong>set "
+"your image</strong> at <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a>"
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "パスワード"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
-#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "確èªç”¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "provider"
-#~ msgstr "ã‚ãŸã‚‰ã—ã„プロãƒã‚¤ãƒ€ãƒ¼ã‚’追加ã™ã‚‹"
+msgid "\"Login now!\""
+msgstr "ログインã§ãã¾ã™ï¼"
-#, fuzzy
-#~ msgid "last used"
-#~ msgstr "最終活動"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "ãªãœä»–ã®ã²ã¨ãŒç§ã®è³ªå•ã‚„回答を編集ã§ãã‚‹ã®ã§ã™ã‹ï¼Ÿ"
-#~ msgid "delete"
-#~ msgstr "削除ã™ã‚‹"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "ã“ã®ã‚µã‚¤ãƒˆã®ã‚´ãƒ¼ãƒ«ã¯..."
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "キャンセルã•ã‚ŒãŸæŠ•ç¥¨"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "ã‚ãŸã‚‰ã—ã„パスワードを設定ã™ã‚‹"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+#: skins/default/templates/faq_static.html:84
#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "ã‚ãŸã‚‰ã—ã„パスワードを設定ã™ã‚‹"
+msgid "Still have questions?"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
-#~ msgid "Why use OpenID?"
-#~ msgstr "ãªãœOpenIDã‚’ã¤ã‹ã†ã®ã‹ï¼Ÿ"
-
-#~ msgid "with openid it is easier"
-#~ msgstr ""
-#~ "OpenIDã‚’ã¤ã‹ã†ã¨ã€ã‚らãŸã«ãƒ¦ãƒ¼ã‚¶åã¨ãƒ‘スワードを作る必è¦ãŒã‚ã‚Šã¾ã›ã‚“。"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "ã™ã¹ã¦ã®OpenID対応ウェブサイトã§ãŠãªã˜ãƒ­ã‚°ã‚¤ãƒ³ã‚’安全ã«å†åˆ©ç”¨ã§ãã¾ã™ã€‚"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "フィードãƒãƒƒã‚¯"
-#~ msgid "openid is widely adopted"
-#~ msgstr "ã™ã§ã«å¤šæ•°ã®ã‚¦ã‚§ãƒ–サイトã§OpenIDアカウントãŒåˆ©ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "ã‚ãªãŸã®ãƒ•ã‚£ãƒ¼ãƒ‰ãƒãƒƒã‚¯ã‚’ãã ã•ã„ï¼"
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenIDã¯ã€å¤šãã®çµ„ç¹”ãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„るオープンスタンダードã«åŸºã¥ã„ã¦ã„ã¾"
-#~ "ã™ã€‚"
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#~ msgid "Find out more"
-#~ msgstr "より詳ã—ã知るã«ã¯"
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#~ msgid "Get OpenID"
-#~ msgstr "OpenIDã‚’å–å¾—ã™ã‚‹"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "Signup"
-#~ msgstr "サインアップã™ã‚‹"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…須)"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "ログインåã¨ãƒ‘スワードを作æˆã™ã‚‹"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "Create login name and password"
-#~ msgstr "ログインåã¨ãƒ‘スワードを作æˆã™ã‚‹"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "フィードãƒãƒƒã‚¯ã‚’é€ã‚‹"
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
-
-#~ msgid "Create Account"
-#~ msgstr "アカウントを作æˆã™ã‚‹"
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
-#~ msgid "or"
-#~ msgstr "ã‚‚ã—ãã¯"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "return to OpenID login"
-#~ msgstr "OpenID ログインã«æˆ»ã‚‹"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "What is gravatar?"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "タグを変更ã™ã‚‹"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "アカウントã®è©³ç´°ï¼š"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "削除ã•ã‚ŒãŸå›žç­”"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "削除ã•ã‚ŒãŸå›žç­”"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
-#~ msgid "answer permanent link"
-#~ msgstr "回答ã®ãƒªãƒ³ã‚¯"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "リンク"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "edit"
-#~ msgstr "編集ã™ã‚‹"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "侮辱的ã¨ãƒ¬ãƒãƒ¼ãƒˆã™ã‚‹ (例:SPAMãŒå«ã¾ã‚Œã‚‹ã€åºƒå‘Šçš„ã€æ‚ªæ„ã®ã‚るテキストã€ãª"
-#~ "ã©ãªã©ï¼‰"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "侮辱的ã¨å°ã‚’付ã‘ã‚‹"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "undelete"
-#~ msgstr "削除ã™ã‚‹"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"よã‚ã—ããŠã­ãŒã„ã—ã¾ã™ã€‚\n"
+"--\n"
+"Q&A フォーラム管ç†"
+
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
+
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+# "ã“れらã®ãƒãƒªã‚·ãƒ¼ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®å€‹äººæƒ…å ±ä¿è­·ã®æ”¹å–„ã®ç‚ºã«ä¿®æ­£ã•ã‚Œã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚ãã®ã‚ˆã†ãªå¤‰æ›´ãŒã‚ã‚‹ãŸã³ã«ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å†…部通知システムを経由ã—ã¦é€šçŸ¥ã‚’å—ã‘ã‚‹ã“ã¨ã«ãªã‚Šã¾ã™ã€‚"
+# "These policies may be adjusted to improve protection of user's privacy. "
+# "Whenever such changes occur, users will be notified via the internal "
+# "messaging system. "
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Post Your Answer"
+msgid "i like this question (click again to cancel)"
+msgstr "ã“ã®æŠ•ç¨¿ã¯è‰¯ã„ã¨æ€ã†ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+# "ã“れらã®ãƒãƒªã‚·ãƒ¼ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®å€‹äººæƒ…å ±ä¿è­·ã®æ”¹å–„ã®ç‚ºã«ä¿®æ­£ã•ã‚Œã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚ãã®ã‚ˆã†ãªå¤‰æ›´ãŒã‚ã‚‹ãŸã³ã«ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å†…部通知システムを経由ã—ã¦é€šçŸ¥ã‚’å—ã‘ã‚‹ã“ã¨ã«ãªã‚Šã¾ã™ã€‚"
+# "These policies may be adjusted to improve protection of user's privacy. "
+# "Whenever such changes occur, users will be notified via the internal "
+# "messaging system. "
+#: skins/default/templates/macros.html:31
#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "ã“ã®è³ªå•ã‚’ãŠæ°—ã«å…¥ã‚Šã«ç™»éŒ²ã™ã‚‹ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+msgid "i like this answer (click again to cancel)"
+msgstr "ã“ã®æŠ•ç¨¿ã¯è‰¯ã„ã¨æ€ã†ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "ç¾åœ¨ã®æŠ•ç¥¨æ•°"
+
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "ã“ã®è³ªå•ã¯ãŠæ°—ã«å…¥ã‚Šã«é¸ã°ã‚Œã¾ã—ãŸ"
+msgid "i dont like this question (click again to cancel)"
+msgstr "ã“ã®æŠ•ç¥¨ã¯è‰¯ããªã„(å†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+#: skins/default/templates/macros.html:45
#, fuzzy
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "閉鎖ã—ãŸæ—¥æ™‚"
+msgid "i dont like this answer (click again to cancel)"
+msgstr "ã“ã®æŠ•ç¥¨ã¯è‰¯ããªã„(å†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "retag"
-#~ msgstr "å†åº¦ã‚¿ã‚°ä»˜ã‘"
+msgid "anonymous user"
+msgstr "匿å"
-#~ msgid "reopen"
-#~ msgstr "å†åº¦é–‹ã"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "close"
-#~ msgstr "閉鎖ã™ã‚‹"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…é ˆã§ã™"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "質å•æ—¥"
-#~ msgid "(required)"
-#~ msgstr "(必須)"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "回答日"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "リアルタイムMarkdown編集プレビューをトグルã™ã‚‹"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "投稿日"
-#~ msgid "hide preview"
-#~ msgstr "プレビューを隠ã™"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "æ›´æ–°æ—¥"
-#~ msgid "Related tags"
-#~ msgstr "ã‚¿ã‚°"
+#: skins/default/templates/macros.html:221
+#, fuzzy, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "'%(tagname)s'ã‚¿ã‚°ã®ã¤ã„ãŸè³ªå•ã‚’ã¿ã‚‹"
-#~ msgid "Interesting tags"
-#~ msgstr "興味ã‚ã‚‹ã‚¿ã‚°"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’削除ã™ã‚‹"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "追加ã™ã‚‹"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "post a comment"
-#~ msgid "Ignored tags"
-#~ msgstr "表示ã—ãªã„ã‚¿ã‚°"
+#: skins/default/templates/macros.html:308
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "ã‚‚ã£ã¨ã‚‚<strong>投票ã•ã‚ŒãŸ</strong>質å•"
-#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¿ã‚°ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã‚’é¸æŠžã—ã¦ãã ã•ã„"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "ã‚‚ã£ã¨ã‚‚<strong>投票ã•ã‚ŒãŸ</strong>質å•"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "残念ãªãŒã‚‰ã€ãƒªã‚¯ã‚¨ã‚¹ãƒˆã•ã‚ŒãŸãƒšãƒ¼ã‚¸ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "ã“ã‚Œã¯ã‚‚ã—ã‹ã—ãŸã‚‰ã¤ãŽã®ã‚ˆã†ãªç†ç”±ã§ãŠã“ã£ãŸã‹ã‚‚ã—ã‚Œãªã„:"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "ユーザプロファイル"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "ã“ã®è³ªå•ã‚‚ã—ãã¯å›žç­”ã¯å‰Šé™¤ã•ã‚Œã¾ã—ãŸï¼›"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "以å‰ã®"
-#~ msgid "url has error - please check it;"
-#~ msgstr "URLãŒã‚¨ãƒ©ãƒ¼ã‚’å«ã‚“ã§ã„ã¾ã™ã€‚。確èªã—ã¦ä¸‹ã•ã„ï¼›"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "ç¾åœ¨ã®ãƒšãƒ¼ã‚¸"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "é–‹ã“ã†ã¨ã—ãŸãƒšãƒ¼ã‚¸ã¯ä¿è­·ã•ã‚Œã¦ã„ã‚‹ã‹ã€å分ãªãƒã‚¤ãƒ³ãƒˆã‚’ã‚‚ã£ã¦ã„ã¾ã›ã‚“ã€"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, fuzzy, python-format
+msgid "page number %(num)s"
+msgstr "ページ数"
-#~ msgid "faq"
-#~ msgstr "よãã‚る質å•"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "次ã®ãƒšãƒ¼ã‚¸"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "ã“ã®ã‚¨ãƒ©ãƒ¼404ãŒãŠã“らãªã„ã¨ã‚’ä¿¡ã˜ã‚‹ãªã‚‰ã€"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "ページã‚ãŸã‚Šã®æŠ•ç¨¿æ•°"
-#~ msgid "report this problem"
-#~ msgstr "ã“ã®å•é¡Œã‚’レãƒãƒ¼ãƒˆã™ã‚‹"
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
-#~ msgid "back to previous page"
-#~ msgstr "以å‰ã®ãƒšãƒ¼ã‚¸ã«æˆ»ã‚‹"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "åå¿œ"
-#~ msgid "see all questions"
-#~ msgstr "ã™ã¹ã¦ã®è³ªå•ã‚’ã¿ã‚‹"
+#: skins/default/templates/macros.html:635
+#, fuzzy
+msgid "no new responses yet"
+msgstr "åå¿œ"
-#~ msgid "see all tags"
-#~ msgstr "ã™ã¹ã¦ã®ã‚¿ã‚°ã‚’ã¿ã‚‹"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "システムエラーログãŒè¨˜éŒ²ã•ã‚Œã¾ã—ãŸã€ã‚¨ãƒ©ãƒ¼ã¯ã§ãã‚‹é™ã‚Šé€Ÿã‚„ã‹ã«ä¿®æ­£ã•ã‚Œã‚‹ã§"
-#~ "ã—ょã†"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
-#~ msgid "see latest questions"
-#~ msgstr "最新ã®è³ªå•ã‚’ã¿ã‚‹"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
-#~ msgid "see tags"
-#~ msgstr "ã‚¿ã‚°ã‚’ã¿ã‚‹"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "質å•"
-#~ msgid "Edit answer"
-#~ msgstr "回答を編集ã™ã‚‹"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "プライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
-#~ msgid "back"
-#~ msgstr "ã‚‚ã©ã‚‹"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "質å•ã‚’編集ã™ã‚‹"
-#~ msgid "revision"
-#~ msgstr "改訂"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "タグを変更ã™ã‚‹"
-#~ msgid "select revision"
-#~ msgstr "改訂をé¸æŠžã™ã‚‹"
+#: skins/default/templates/question_retag.html:21
+#, fuzzy
+msgid "Retag"
+msgstr "ã‚¿ã‚°"
-#~ msgid "Save edit"
-#~ msgstr "編集をä¿å­˜ã™ã‚‹"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "ãªãœã‚¿ã‚°ã‚’ã¤ã‹ã£ãŸã‚Šã€ä¿®æ­£ã™ã‚‹ã®ã§ã™ã‹ï¼Ÿ"
-#~ msgid "show preview"
-#~ msgstr "プレビューを表示ã™ã‚‹"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "Ask a question"
-#~ msgstr "質å•ã™ã‚‹"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
-#~ msgid "Badge"
-#~ msgstr "ãƒãƒƒã‚¸"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "5タグã¾ã§ã€ï¼’ï¼æ–‡å­—未満"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "å†é–‹ã•ã‚ŒãŸè³ªå•"
+
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "メール登録設定"
+msgid "Title"
+msgstr "タイトル"
-#~ msgid "Badges summary"
-#~ msgstr "ãƒãƒƒã‚¸ã‚µãƒžãƒªãƒ¼"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
-#~ msgid "Badges"
-#~ msgstr "ãƒãƒƒã‚¸"
+#: skins/default/templates/reopen.html:16
+#, fuzzy
+msgid "Close reason:"
+msgstr "質å•ã‚’閉鎖ã™ã‚‹"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "質å•ã¨å›žç­”ãŒé«˜ã投票ã•ã‚Œã‚‹ã¨ã€Q&amp;Aコミュニティーã¸ã®è²¢çŒ®ãŒã•ã¾ã–ã¾ãª"
-#~ "ãƒãƒƒã‚¸ã§èªå®šã•ã‚Œã¾ã™ã€‚"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Currently badges differ only by their level: <strong>gold</strong>, "
-#~ "<strong>silver</strong> and <strong>bronze</strong> (their meanings are "
-#~ "described on the right). In the future there will be many types of badges "
-#~ "at each level. <strong>Please give us your <a href='%(feedback_faq_url)"
-#~ "s'>feedback</a></strong> - what kinds of badges would you like to see and "
-#~ "suggest the activity for which those badges might be awarded."
+msgid "Reopen this question?"
+msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
-#~ msgid "Community badges"
-#~ msgstr "ãƒãƒƒã‚¸ãƒ¬ãƒ™ãƒ«"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "金ãƒãƒƒã‚¸ã¯ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã®æœ€é«˜ã®æ „誉ã§ã™ã€‚活発ãªå‚加ã«ãã‚ãˆã¦ã€æ·±ã„æ´ž"
-#~ "察ã¨çŸ¥è­˜ã€å®Ÿè¡ŒåŠ›ã‚’示ã—ãŸã“ã¨ã«ã‚ˆã£ã¦ãã‚Œã¯å¾—られã¾ã™ã€‚"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "更新履歴"
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "銀ãƒãƒƒã‚¸ã‚’å¾—ã‚‹ã«ã¯ã€è‘—ã—ã„勤勉ã•ãŒå¿…è¦ã§ã™ã€‚得る事ãŒã§ããŸãªã‚‰ã€ãã‚Œã¯ã“ã®"
-#~ "コミュニティーã¸ã®å‰å¤§ãªè²¢çŒ®ã‚’æ„味ã—ã¦ã„ã¾ã™ã€‚"
+#: skins/default/templates/revisions.html:23
+#, fuzzy
+msgid "click to hide/show revision"
+msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
-#~ msgid "bronze badge description"
-#~ msgstr ""
-#~ "ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã®æ´»å‹•çš„ãªå‚加者ã§ã‚ã‚‹ãªã‚‰ã€ã“ã®ãƒãƒƒã‚¸ã§èªå®šã•ã‚Œã¾ã™ã€‚"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr ""
-#~ msgid "Close question"
-#~ msgstr "質å•ã‚’閉鎖ã™ã‚‹"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "タグを利用ã™ã‚‹"
-#~ msgid "Close the question"
-#~ msgstr "質å•ã‚’閉鎖ã™ã‚‹"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
-#~ msgid "Reasons"
-#~ msgstr "ç†ç”±"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "タグを利用ã™ã‚‹"
-#~ msgid "OK to close"
-#~ msgstr "閉鎖を確定ã™ã‚‹"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "タグリスト"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "よãã‚る質å•"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "ã“ã“ã§ã©ã‚“ãªè³ªå•ã‚’ã—ã¦ã‚ˆã„ã®ã‹ï¼Ÿ"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Before you ask - please make sure to search for a similar question. You "
-#~ "can search questions by their title or tags."
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr ""
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "åå‰é †"
-#, fuzzy
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "is a <strong>question and answer</strong> site - <strong>it is not a "
-#~ "discussion group</strong>. Please avoid holding debates in your answers "
-#~ "as they tend to dilute the essense of questions and answers. For the "
-#~ "brief discussions please use commenting facility."
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "人気順"
-#~ msgid "Who moderates this community?"
-#~ msgstr "ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã‚’ã ã‚ŒãŒãƒ¢ãƒ‡ãƒ¬ãƒ¼ãƒˆã—ã¦ã„ã‚‹ã®ã‹ï¼Ÿ"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "何もã¿ã¤ã‹ã‚‰ãªã„"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Karma system allows users to earn rights to perform a variety of "
-#~ "moderation tasks"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "ユーザー"
-#~ msgid "How does reputation system work?"
-#~ msgstr "How does karma system work?"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "信用度"
-#, fuzzy
-#~ msgid "upvote"
-#~ msgstr "上ã’"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "use tags"
-#~ msgstr "タグを利用ã™ã‚‹"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "æ–°è¦ç™»éŒ²é †"
-#~ msgid "add comments"
-#~ msgstr "コメントを加ãˆã‚‹"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#, fuzzy
-#~ msgid "downvote"
-#~ msgstr "下ã’"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "自身ã®è³ªå•ã®æœ€åˆã®ç´å¾—回答"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "ユーザーåé †"
-#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "ã‚らゆる閉鎖ã—ãŸè³ªå•ã‚’é–‹ã"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
-#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "質å•ã«ã‚¿ã‚°ã‚’å†ã³ã¤ã‘ã‚‹"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "何も見付ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ"
+
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "ã‚ãŸã‚‰ã—ã„質å•"
-#~ msgid "edit community wiki questions"
-#~ msgstr "コミュニティー wiki 質å•ã‚’編集ã™ã‚‹"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "ã‚らゆる回答を編集ã™ã‚‹"
+msgid "Tagged"
+msgstr "å†åº¦ã‚¿ã‚°ä»˜ã‘"
+#: skins/default/templates/main_page/headline.html:23
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "ã‚らゆるコメントを削除ã™ã‚‹"
+msgid "Search tips:"
+msgstr "検索çµæžœ"
-#~ msgid "what is gravatar"
-#~ msgstr "What is gravatar?"
+#: skins/default/templates/main_page/headline.html:26
+#, fuzzy
+msgid "reset author"
+msgstr "作者ã«ãŸãšã­ã‚‹"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</"
-#~ "strong>ecognized <strong>avatar</strong> - your unique avatar image "
-#~ "associated with your email address. It's simply a picture that shows next "
-#~ "to your posts on the websites that support gravatar protocol. By default "
-#~ "gravar appears as a square filled with a snowflake-like figure. You can "
-#~ "<strong>set your image</strong> at <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a>"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "ã‚‚ã—ãã¯"
+#: skins/default/templates/main_page/headline.html:29
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "ログインã§ãã¾ã™ï¼"
+msgid "reset tags"
+msgstr "ã‚¿ã‚°ã‚’ã¿ã‚‹"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "ãªãœä»–ã®ã²ã¨ãŒç§ã®è³ªå•ã‚„回答を編集ã§ãã‚‹ã®ã§ã™ã‹ï¼Ÿ"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+#, fuzzy
+msgid "start over"
+msgstr "作者ã«ãŸãšã­ã‚‹"
-#~ msgid "Goal of this site is..."
-#~ msgstr "ã“ã®ã‚µã‚¤ãƒˆã®ã‚´ãƒ¼ãƒ«ã¯..."
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+#: skins/default/templates/main_page/headline.html:40
#, fuzzy
-#~ msgid "Still have questions?"
-#~ msgstr "ã™ã¹ã¦ã®è³ªå•"
+msgid "Search tip:"
+msgstr "検索çµæžœ"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-#~ "our community better!"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
-#~ msgid "Feedback"
-#~ msgstr "フィードãƒãƒƒã‚¯"
+#: skins/default/templates/main_page/nothing_found.html:4
+#, fuzzy
+msgid "There are no unanswered questions here"
+msgstr ""
+"<div class=\"questions-count\">%(num_q)s</div>questions <strong>without "
+"accepted answers</strong>"
-#~ msgid "Give us your feedback!"
-#~ msgstr "ã‚ãªãŸã®ãƒ•ã‚£ãƒ¼ãƒ‰ãƒãƒƒã‚¯ã‚’ãã ã•ã„ï¼"
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
+msgid "No questions here. "
+msgstr "ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
-#~ msgid "(this field is required)"
-#~ msgstr "(ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…須)"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#~ msgid "Send Feedback"
-#~ msgstr "フィードãƒãƒƒã‚¯ã‚’é€ã‚‹"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:16
#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "よã‚ã—ããŠã­ãŒã„ã—ã¾ã™ã€‚\n"
-#~ "--\n"
-#~ "Q&A フォーラム管ç†"
+msgid "resetting author"
+msgstr "作者ã«ãŸãšã­ã‚‹"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
+msgid "resetting tags"
+msgstr "興味ã‚ã‚‹ã‚¿ã‚°"
-# "ã“れらã®ãƒãƒªã‚·ãƒ¼ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®å€‹äººæƒ…å ±ä¿è­·ã®æ”¹å–„ã®ç‚ºã«ä¿®æ­£ã•ã‚Œã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚ãã®ã‚ˆã†ãªå¤‰æ›´ãŒã‚ã‚‹ãŸã³ã«ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å†…部通知システムを経由ã—ã¦é€šçŸ¥ã‚’å—ã‘ã‚‹ã“ã¨ã«ãªã‚Šã¾ã™ã€‚"
-# "These policies may be adjusted to improve protection of user's privacy. "
-# "Whenever such changes occur, users will be notified via the internal "
-# "messaging system. "
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "ã“ã®æŠ•ç¨¿ã¯è‰¯ã„ã¨æ€ã†ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+msgid "starting over"
+msgstr "作者ã«ãŸãšã­ã‚‹"
-# "ã“れらã®ãƒãƒªã‚·ãƒ¼ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®å€‹äººæƒ…å ±ä¿è­·ã®æ”¹å–„ã®ç‚ºã«ä¿®æ­£ã•ã‚Œã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚ãã®ã‚ˆã†ãªå¤‰æ›´ãŒã‚ã‚‹ãŸã³ã«ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯å†…部通知システムを経由ã—ã¦é€šçŸ¥ã‚’å—ã‘ã‚‹ã“ã¨ã«ãªã‚Šã¾ã™ã€‚"
-# "These policies may be adjusted to improve protection of user's privacy. "
-# "Whenever such changes occur, users will be notified via the internal "
-# "messaging system. "
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "ã“ã®æŠ•ç¨¿ã¯è‰¯ã„ã¨æ€ã†ï¼ˆå†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+msgid "Please always feel free to ask your question!"
+msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
-#~ msgid "current number of votes"
-#~ msgstr "ç¾åœ¨ã®æŠ•ç¥¨æ•°"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "探ã—ã¦ã„ãŸç‰©ã¯è¦‹ä»˜ã‹ã‚Šã¾ã›ã‚“ã‹ï¼Ÿ"
-#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "ã“ã®æŠ•ç¥¨ã¯è‰¯ããªã„(å†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
-#, fuzzy
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "ã“ã®æŠ•ç¥¨ã¯è‰¯ããªã„(å†åº¦ã‚¯ãƒªãƒƒã‚¯ã§ã‚­ãƒ£ãƒ³ã‚»ãƒ«ï¼‰"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
+#: skins/default/templates/main_page/tab_bar.html:10
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "匿å"
+msgid "RSS"
+msgstr "RSSã§ï¼š"
-#~ msgid "asked"
-#~ msgstr "質å•æ—¥"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "answered"
-#~ msgstr "回答日"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "ã‚¿ã‚°ã¯%(max_chars)s文字以内ã®é•·ã•ã§ã™"
-#~ msgid "posted"
-#~ msgstr "投稿日"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "%(tag_count)sã¤ä»¥å†…ã®ã‚¿ã‚°ã‚’使ã„ã¾ã—ょã†"
-#~ msgid "updated"
-#~ msgstr "æ›´æ–°æ—¥"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "%(tag_count)sã‚¿ã‚°ã¾ã§ã€%(max_chars)s文字未満"
-#, fuzzy
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "'%(tagname)s'ã‚¿ã‚°ã®ã¤ã„ãŸè³ªå•ã‚’ã¿ã‚‹"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+" %(counter)個ã®å›žç­”:\n"
+" "
-#~ msgid "delete this comment"
-#~ msgstr "ã“ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’削除ã™ã‚‹"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "最å¤ã®å›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
-#~ msgid "add comment"
-#~ msgstr "post a comment"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "回答順"
-#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "ã‚‚ã£ã¨ã‚‚<strong>投票ã•ã‚ŒãŸ</strong>質å•"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "最新ã®å›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
+
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "最新"
+
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "ã‚‚ã£ã¨ã‚‚投票ã•ã‚ŒãŸå›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
+
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "支æŒã•ã‚Œã¦ã„ã‚‹é †"
+
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "ã‚ãªãŸè‡ªèº«ã®è³ªå•ã«å›žç­”ã™ã‚‹"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "ã‚‚ã£ã¨ã‚‚<strong>投票ã•ã‚ŒãŸ</strong>質å•"
+msgid "Login/Signup to Answer"
+msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
+#: skins/default/templates/question/new_answer_form.html:22
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "ユーザプロファイル"
+msgid "Your answer"
+msgstr "支æŒã•ã‚Œã¦ã„ã‚‹é †"
+
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "ã“ã®è³ªå•ã®æœ€åˆã®å›žç­”ã«ãªã‚Œã¾ã™ï¼"
+
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
-#~ msgid "previous"
-#~ msgstr "以å‰ã®"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "<span class='big strong'>よã†ã“ãï¼</span>"
-#~ msgid "current page"
-#~ msgstr "ç¾åœ¨ã®ãƒšãƒ¼ã‚¸"
+# "<span class='big strong'>You are welcome to answer your own question</span>, "
+# "but please make sure to give an <strong>answer</strong>. Remember that you "
+# "can always <strong>revise your original question</strong>. Please "
+# "<strong>use comments for discussions</strong> and <strong>please don't "
+# "forget to vote :)</strong> for the answers that you liked (or perhaps did "
+# "not like)! "
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/question/new_answer_form.html:43
#, fuzzy
-#~ msgid "page number %(num)s"
-#~ msgstr "ページ数"
+msgid "Login/Signup to Post Your Answer"
+msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
-#~ msgid "next page"
-#~ msgstr "次ã®ãƒšãƒ¼ã‚¸"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Post Your Answer"
-#~ msgid "posts per page"
-#~ msgstr "ページã‚ãŸã‚Šã®æŠ•ç¨¿æ•°"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
+msgid " or"
+msgstr "ã‚‚ã—ãã¯"
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "メールアドレス"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "åå¿œ"
+msgid "Question tools"
+msgstr "ã‚¿ã‚°"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "no new responses yet"
-#~ msgstr "åå¿œ"
+msgid "click to unfollow this question"
+msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
+msgid "Following"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
+#: skins/default/templates/question/sidebar.html:9
#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
+msgid "Unfollow"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "フラグを最åˆã«ãƒã‚¹ãƒˆã—ãŸ"
+msgid "click to follow this question"
+msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
-#~ msgid "Questions"
-#~ msgstr "質å•"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
-#~ msgid "Privacy policy"
-#~ msgstr "プライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
-#~ msgid "Edit question"
-#~ msgstr "質å•ã‚’編集ã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "メール更新ãŒã‚­ãƒ£ãƒ³ã‚»ãƒ«ã•ã‚Œã¾ã—ãŸ"
-#~ msgid "Change tags"
-#~ msgstr "タグを変更ã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "ã‚¿ã‚°"
+msgid "subscribe to this question rss feed"
+msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "ãªãœã‚¿ã‚°ã‚’ã¤ã‹ã£ãŸã‚Šã€ä¿®æ­£ã™ã‚‹ã®ã§ã™ã‹ï¼Ÿ"
+#: skins/default/templates/question/sidebar.html:36
+#, fuzzy
+msgid "subscribe to rss feed"
+msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "5タグã¾ã§ã€ï¼’ï¼æ–‡å­—未満"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "Reopen question"
-#~ msgstr "å†é–‹ã•ã‚ŒãŸè³ªå•"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "質å•æ—¥"
-#, fuzzy
-#~ msgid "Title"
-#~ msgstr "タイトル"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "閲覧数"
-#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "質å•ã‚’閉鎖ã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "回"
-#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "最終更新日"
-#~ msgid "Reopen this question"
-#~ msgstr "ã“ã®è³ªå•ã‚’å†é–‹ã™ã‚‹"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "関係ã—ãŸè³ªå•"
-#~ msgid "Revision history"
-#~ msgstr "更新履歴"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
-#, fuzzy
-#~ msgid "click to hide/show revision"
-#~ msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "タグを利用ã™ã‚‹"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
-#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "タグを利用ã™ã‚‹"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, fuzzy, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"\n"
+"(note: you can always <a href='%(profile_url)s?"
+"sort=email_subscriptions'>adjust frequency</a> of email updates)"
-#~ msgid "Tag list"
-#~ msgstr "タグリスト"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
-#~ msgid "by name"
-#~ msgstr "åå‰é †"
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "ユーザプロファイル"
-#~ msgid "by popularity"
-#~ msgstr "人気順"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "ユーザープロファイルを編集ã™ã‚‹"
-#~ msgid "Nothing found"
-#~ msgstr "何もã¿ã¤ã‹ã‚‰ãªã„"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "プロファイルを編集ã™ã‚‹"
-#~ msgid "Users"
-#~ msgstr "ユーザー"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+#, fuzzy
+msgid "change picture"
+msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
-#~ msgid "reputation"
-#~ msgstr "信用度"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "recent"
-#~ msgstr "æ–°è¦ç™»éŒ²é †"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "登録ユーザー"
-#~ msgid "by username"
-#~ msgstr "ユーザーåé †"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "スクリーンå"
-#~ msgid "Nothing found."
-#~ msgstr "何も見付ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "æ›´æ–°ã™ã‚‹"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Search tips:"
-#~ msgstr "検索çµæžœ"
+msgid "subscriptions"
+msgstr "メール登録設定"
-#, fuzzy
-#~ msgid "reset author"
-#~ msgstr "作者ã«ãŸãšã­ã‚‹"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "メール登録設定"
-#, fuzzy
-#~ msgid " or "
-#~ msgstr "ã‚‚ã—ãã¯"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’åœæ­¢ã™ã‚‹"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "reset tags"
-#~ msgstr "ã‚¿ã‚°ã‚’ã¿ã‚‹"
+msgid "followed questions"
+msgstr "ã™ã¹ã¦ã®è³ªå•"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "Search tip:"
-#~ msgstr "検索çµæžœ"
+msgid "Sections:"
+msgstr "設定"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "%(tag_count)sã¤ä»¥å†…ã®ã‚¿ã‚°ã‚’使ã„ã¾ã—ょã†"
+
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr ""
-#~ "<div class=\"questions-count\">%(num_q)s</div>questions <strong>without "
-#~ "accepted answers</strong>"
+msgid "select:"
+msgstr "削除ã™ã‚‹"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+msgid "seen"
+msgstr "最終活動"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "resetting author"
-#~ msgstr "作者ã«ãŸãšã­ã‚‹"
+msgid "new"
+msgstr "最新"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "興味ã‚ã‚‹ã‚¿ã‚°"
+msgid "none"
+msgstr "銅賞"
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "starting over"
-#~ msgstr "作者ã«ãŸãšã­ã‚‹"
+msgid "mark as seen"
+msgstr "最終活動"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
+msgid "mark as new"
+msgstr "ベストアンサーå°"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "探ã—ã¦ã„ãŸç‰©ã¯è¦‹ä»˜ã‹ã‚Šã¾ã›ã‚“ã‹ï¼Ÿ"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "Please, post your question!"
-#~ msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "プロファイルを更新ã™ã‚‹"
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
-#, fuzzy
-#~ msgid "RSS"
-#~ msgstr "RSSã§ï¼š"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "実å"
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "ã‚¿ã‚°ã¯%(max_chars)s文字以内ã®é•·ã•ã§ã™"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "登録日"
+
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "最終活動"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "ユーザーã®ã‚¦ã‚§ãƒ–サイト"
+
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "場所"
+
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "å¹´é½¢"
+
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "æ­³"
+
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "今日ã®ä½¿ã‚ã‚Œã¦ãªã„投票"
+
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "消ãˆåŽ»ã£ãŸæŠ•ç¥¨"
+
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "%(tag_count)sã¤ä»¥å†…ã®ã‚¿ã‚°ã‚’使ã„ã¾ã—ょã†"
+msgid "moderation"
+msgstr "場所"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "ユーザプロファイル"
+
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "%(tag_count)sã‚¿ã‚°ã¾ã§ã€%(max_chars)s文字未満"
+msgid "User status changed"
+msgstr "å¾³"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ " %(counter)個ã®å›žç­”:\n"
-#~ " "
+msgid "Save"
+msgstr "編集をä¿å­˜ã™ã‚‹"
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "最å¤ã®å›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "oldest answers"
-#~ msgstr "回答順"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "newest answers will be shown first"
-#~ msgstr "最新ã®å›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
+#: skins/default/templates/user_profile/user_moderate.html:31
+#, fuzzy
+msgid "User reputation changed"
+msgstr "å¾³"
-#~ msgid "newest answers"
-#~ msgstr "最新"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "ã‚‚ã£ã¨ã‚‚投票ã•ã‚ŒãŸå›žç­”ãŒæœ€åˆã«è¡¨ç¤ºã•ã‚Œã¾ã™"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "追加ã™ã‚‹"
-#~ msgid "popular answers"
-#~ msgstr "支æŒã•ã‚Œã¦ã„ã‚‹é †"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "ã‚ãªãŸè‡ªèº«ã®è³ªå•ã«å›žç­”ã™ã‚‹"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
+msgid "Message sent"
+msgstr "メッセージ本文:"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Your answer"
-#~ msgstr "支æŒã•ã‚Œã¦ã„ã‚‹é †"
+msgid "Send message"
+msgstr "メッセージ:"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "ã“ã®è³ªå•ã®æœ€åˆã®å›žç­”ã«ãªã‚Œã¾ã™ï¼"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "<span class='big strong'>よã†ã“ãï¼</span>"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
-# "<span class='big strong'>You are welcome to answer your own question</span>, "
-# "but please make sure to give an <strong>answer</strong>. Remember that you "
-# "can always <strong>revise your original question</strong>. Please "
-# "<strong>use comments for discussions</strong> and <strong>please don't "
-# "forget to vote :)</strong> for the answers that you liked (or perhaps did "
-# "not like)! "
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+#: skins/default/templates/user_profile/user_moderate.html:83
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
-#, fuzzy
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Answer the question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "ã‚‚ã—ãã¯"
+#: skins/default/templates/user_profile/user_network.html:10
+#, fuzzy, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
-#~ msgid "email"
-#~ msgstr "メールアドレス"
+#: skins/default/templates/user_profile/user_network.html:14
+#, fuzzy, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "ã‚¿ã‚°"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "ユーザプロファイル"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+msgid "activity"
+msgstr "最近ã®æ´»å‹•"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "メール更新ãŒã‚­ãƒ£ãƒ³ã‚»ãƒ«ã•ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+#: skins/default/templates/user_profile/user_reputation.html:11
#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "質å•ãƒ•ã‚£ãƒ¼ãƒ‰ã‚’購読ã™ã‚‹"
+msgid "Your karma change log."
+msgstr "ユーザプロファイル"
-#~ msgid "question asked"
-#~ msgstr "質å•æ—¥"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "ユーザプロファイル"
-#~ msgid "question was seen"
-#~ msgstr "閲覧数"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "概略"
-#~ msgid "times"
-#~ msgstr "回"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+"\n"
+"<span class=\"count\">%(counter)s</span>個ã®è³ªå•\n"
+" "
-#~ msgid "last updated"
-#~ msgstr "最終更新日"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+"\n"
+" <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
+" "
-#~ msgid "Related questions"
-#~ msgstr "関係ã—ãŸè³ªå•"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, fuzzy, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "回答㯠%(vote_count)s 回投票ã•ã‚Œã¾ã—ãŸ"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "ã“ã®å›žç­”ãŒå¦¥å½“ã§ã‚ã‚‹ã¨é¸ã°ã‚Œã¾ã—ãŸ"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+"\n"
+" <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
+" "
+# msgid "<span class=\"count\">{{cnt}}</span> Vote"
+# msgid_plural "<span class=\"count\">{{cnt}}</span> Votes"
+# msgstr[0] "<span class=\"count\">{{cnt}}</span>個ã®æŠ•ç¥¨"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "イイãƒ"
+
+#: skins/default/templates/user_profile/user_stats.html:51
#, fuzzy
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "\n"
-#~ "(note: you can always <a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>adjust frequency</a> of email updates)"
+msgid "user has voted up this many times"
+msgstr "Post Your Answer"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "( ´ _ã‚`)"
+#: skins/default/templates/user_profile/user_stats.html:55
#, fuzzy
-#~ msgid "%(username)s's profile"
-#~ msgstr "ユーザプロファイル"
+msgid "user voted down this many times"
+msgstr "Post Your Answer"
-#~ msgid "Edit user profile"
-#~ msgstr "ユーザープロファイルを編集ã™ã‚‹"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+"\n"
+" <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
+" "
-#~ msgid "edit profile"
-#~ msgstr "プロファイルを編集ã™ã‚‹"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+"\n"
+" <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
+" "
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "change picture"
-#~ msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
+msgid "Answer to:"
+msgstr "回答"
-#~ msgid "Registered user"
-#~ msgstr "登録ユーザー"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "ユーザープロファイル"
-#~ msgid "Screen Name"
-#~ msgstr "スクリーンå"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
-#~ msgid "Update"
-#~ msgstr "æ›´æ–°ã™ã‚‹"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
+
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "信用度履歴"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "メール登録設定"
+msgid "questions that user is following"
+msgstr "マッãƒã—ãŸè³ªå•ï¼š"
-#~ msgid "Email subscription settings"
-#~ msgstr "メール登録設定"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "最近ã®æ´»å‹•"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
-#~ msgid "Stop sending email"
-#~ msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚’åœæ­¢ã™ã‚‹"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votes"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "ã™ã¹ã¦ã®è³ªå•"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "設定"
+msgid "moderate this user"
+msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’モデレートã™ã‚‹"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "%(tag_count)sã¤ä»¥å†…ã®ã‚¿ã‚°ã‚’使ã„ã¾ã—ょã†"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "投票"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "削除ã™ã‚‹"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "コツ"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "最終活動"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã«å³ã—ãŸå›žç­”ã‚’ã—ã¦ãã ã‚ã—"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "最新"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "è­°è«–ã«ã‹ã¿åˆã†ã‚ˆã‚Šã‚€ã—ã‚ã€å›žç­”ã‚’ã‚ãŸãˆã‚‹ã‚ˆã†ã«ã—ã¦ã¿ã¾ã—ょã†"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "銅賞"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "詳細をæä¾›ã—ã¦ã¿ã¾ã—ょã†"
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "最終活動"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "明確ã§æ­£ç¢ºãªè³ªå•ã‚’"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "良ãã‚る質å•ã‚’ã¿ã¾ã—ょã†"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown 記法ã®åŸºæœ¬"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "ベストアンサーå°"
+msgid "*italic* or _italic_"
+msgstr "*斜体* ã‚‚ã—ã㯠__斜体__"
-#~ msgid "update profile"
-#~ msgstr "プロファイルを更新ã™ã‚‹"
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**太文字** ã‚‚ã—ã㯠__太文字__"
-#~ msgid "real name"
-#~ msgstr "実å"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "リンク"
-#~ msgid "member for"
-#~ msgstr "登録日"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "テキスト"
-#~ msgid "last seen"
-#~ msgstr "最終活動"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "ç”»åƒ"
-#~ msgid "user website"
-#~ msgstr "ユーザーã®ã‚¦ã‚§ãƒ–サイト"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "数字付ãリスト"
-#~ msgid "location"
-#~ msgstr "場所"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "基本HTMLタグもサãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™"
-#~ msgid "age"
-#~ msgstr "å¹´é½¢"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "Markdown記法ã«ã¤ã„ã¦ã•ã‚‰ã«å­¦ã¶"
-#~ msgid "age unit"
-#~ msgstr "æ­³"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "質å•ã™ã‚‹"
-#~ msgid "todays unused votes"
-#~ msgstr "今日ã®ä½¿ã‚ã‚Œã¦ãªã„投票"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#~ msgid "votes left"
-#~ msgstr "消ãˆåŽ»ã£ãŸæŠ•ç¥¨"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "場所"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
-#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "ユーザプロファイル"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "質å•ã‚’投稿ã™ã‚‹"
-#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "å¾³"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
-#, fuzzy
-#~ msgid "Save"
-#~ msgstr "編集をä¿å­˜ã™ã‚‹"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "å¾³"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "概è¦"
-#~ msgid "Add"
-#~ msgstr "追加ã™ã‚‹"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "プライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
-#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "フィードãƒãƒƒã‚¯ã™ã‚‹"
-#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "メッセージ本文:"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "ホームã«æˆ»ã‚‹"
-#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "メッセージ:"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#, fuzzy
-#~ msgid "Followed by %(count)s person"
-#~ msgid_plural "Followed by %(count)s people"
-#~ msgstr[0] "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "ユーザー"
-#, fuzzy
-#~ msgid "Following %(count)s person"
-#~ msgid_plural "Following %(count)s people"
-#~ msgstr[0] "ã“ã®è³ªå•ã‚’フォローã™ã‚‹"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "ãƒãƒƒã‚¸"
+
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "コツ"
+
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "CNPROG コミュニティーã«é©ã—ãŸè³ªå•ã‚’ã—ã¾ã—ょã†ã€‚"
+
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "å¿…è¦å分ã«è©³ã—ã質å•ã—ã¾ã—ょã†ã€‚"
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "ユーザプロファイル"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "閲覧"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "最近ã®æ´»å‹•"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "回答"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "ユーザプロファイル"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "投票"
-#~ msgid "overview"
-#~ msgstr "概略"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:5
#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] ""
-#~ "\n"
-#~ "<span class=\"count\">%(counter)s</span>個ã®è³ªå•\n"
-#~ " "
+msgid "see unanswered questions"
+msgstr "未回答"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] ""
-#~ "\n"
-#~ " <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
-#~ " "
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "回答㯠%(vote_count)s 回投票ã•ã‚Œã¾ã—ãŸ"
+msgid "see your followed questions"
+msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "ã“ã®å›žç­”ãŒå¦¥å½“ã§ã‚ã‚‹ã¨é¸ã°ã‚Œã¾ã—ãŸ"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] ""
-#~ "\n"
-#~ " <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
-#~ " "
+msgid "Please ask your question here"
+msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
-# msgid "<span class=\"count\">{{cnt}}</span> Vote"
-# msgid_plural "<span class=\"count\">{{cnt}}</span> Votes"
-# msgstr[0] "<span class=\"count\">{{cnt}}</span>個ã®æŠ•ç¥¨"
-#~ msgid "thumb up"
-#~ msgstr "イイãƒ"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "user has voted up this many times"
-#~ msgstr "Post Your Answer"
+msgid "badges:"
+msgstr "ãƒãƒƒã‚¸"
-#~ msgid "thumb down"
-#~ msgstr "( ´ _ã‚`)"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "ログアウト"
-#, fuzzy
-#~ msgid "user voted down this many times"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "ログイン"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] ""
-#~ "\n"
-#~ " <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
-#~ " "
+msgid "settings"
+msgstr "設定"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] ""
-#~ "\n"
-#~ " <span class=\"count\">%(counter)s</span>ãƒãƒƒã‚¸\n"
-#~ " "
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr ""
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "回答"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "User profile"
-#~ msgstr "ユーザープロファイル"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
-#~ msgid "graph of user reputation"
-#~ msgstr "Graph of user karma"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "reputation history"
-#~ msgstr "信用度履歴"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "ã“ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å¿…é ˆã§ã™"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "マッãƒã—ãŸè³ªå•ï¼š"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "スクリーンåã‚’é¸æŠžã—ã¾ã—ょã†"
-#~ msgid "recent activity"
-#~ msgstr "最近ã®æ´»å‹•"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "ユーザåã¯å¿…é ˆã§ã™"
-#~ msgid "casted votes"
-#~ msgstr "votes"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
+"申ã—訳ã”ã–ã„ã¾ã›ã‚“ã€ã“ã®åå‰ã¯ã™ã§ã«å–られã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’ãŠé¸ã³ãã ã•ã„"
-#~ msgid "votes"
-#~ msgstr "投票"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "申ã—訳ã”ã–ã„ã¾ã›ã‚“ã€ã“ã®åå‰ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。他ã®ã‚’ãŠé¸ã³ãã ã•ã„"
-#~ msgid "answer tips"
-#~ msgstr "コツ"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "ã“ã®ã‚³ãƒŸãƒ¥ãƒ‹ãƒ†ã‚£ãƒ¼ã«å³ã—ãŸå›žç­”ã‚’ã—ã¦ãã ã‚ã—"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "è­°è«–ã«ã‹ã¿åˆã†ã‚ˆã‚Šã‚€ã—ã‚ã€å›žç­”ã‚’ã‚ãŸãˆã‚‹ã‚ˆã†ã«ã—ã¦ã¿ã¾ã—ょã†"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
-#~ msgid "please try to provide details"
-#~ msgstr "詳細をæä¾›ã—ã¦ã¿ã¾ã—ょã†"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "be clear and concise"
-#~ msgstr "明確ã§æ­£ç¢ºãªè³ªå•ã‚’"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ« <i>(éžå…¬é–‹)</i>"
-#~ msgid "see frequently asked questions"
-#~ msgstr "良ãã‚る質å•ã‚’ã¿ã¾ã—ょã†"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯å¿…é ˆã§ã™"
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown 記法ã®åŸºæœ¬"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "有効ãªé›»å­ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’入力ã—ã¦ãã ã•ã„"
-#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*斜体* ã‚‚ã—ã㯠__斜体__"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "é›»å­ãƒ¡ãƒ¼ãƒ«ã¯ã™ã§ã«èª°ã‹åˆ¥äººã«ã¤ã‹ã‚ã‚Œã¦ã„ã¾ã™ã€‚ä»–ã®ã‚’ãŠé¸ã³ãã ã•ã„。"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**太文字** ã‚‚ã—ã㯠__太文字__"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "パスワード"
-#~ msgid "link"
-#~ msgstr "リンク"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "パスワードã¯å¿…é ˆã§ã™"
-#~ msgid "text"
-#~ msgstr "テキスト"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "パスワード <i>(確èªç”¨)</i>"
-#~ msgid "image"
-#~ msgstr "ç”»åƒ"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "確èªç”¨ãƒ‘スワードを入力ã—ã¦ãã ã•ã„"
-#~ msgid "numbered list:"
-#~ msgstr "数字付ãリスト"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+"申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€å…¥åŠ›ã—ãŸãƒ‘スワードã¯ä¸€è‡´ã—ã¾ã›ã‚“ã§ã—ãŸã€‚å†åº¦å…¥åŠ›ã—ã¦ãã "
+"ã•ã„。"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "基本HTMLタグもサãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "二日å‰"
-#~ msgid "learn more about Markdown"
-#~ msgstr "Markdown記法ã«ã¤ã„ã¦ã•ã‚‰ã«å­¦ã¶"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "昨日"
-#~ msgid "ask a question"
-#~ msgstr "質å•ã™ã‚‹"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)d 時間å‰"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d 分å‰"
-#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "Login/signup to post your question"
-#~ msgstr "投稿ã™ã‚‹ãŸã‚ã«ãƒ­ã‚°ã‚¤ãƒ³ï¼ã‚µã‚¤ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "Ask your question"
-#~ msgstr "質å•ã‚’投稿ã™ã‚‹"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "about"
-#~ msgstr "概è¦"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr ""
-#~ msgid "privacy policy"
-#~ msgstr "プライãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "give feedback"
-#~ msgstr "フィードãƒãƒƒã‚¯ã™ã‚‹"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
-#~ msgid "back to home page"
-#~ msgstr "ホームã«æˆ»ã‚‹"
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
-#~ msgid "users"
-#~ msgstr "ユーザー"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
-#~ msgid "badges"
-#~ msgstr "ãƒãƒƒã‚¸"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
-#~ msgid "question tips"
-#~ msgstr "コツ"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
-#~ msgid "please ask a relevant question"
-#~ msgstr "CNPROG コミュニティーã«é©ã—ãŸè³ªå•ã‚’ã—ã¾ã—ょã†ã€‚"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "メール更新頻度ãŒæ—¥åˆŠã«è¨­å®šã•ã‚Œã¾ã—ãŸã€‚"
-#~ msgid "please try provide enough details"
-#~ msgstr "å¿…è¦å分ã«è©³ã—ã質å•ã—ã¾ã—ょã†ã€‚"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "閲覧"
+msgid "Please sign in to vote"
+msgstr "ã“ã“ã«ã‚µã‚¤ãƒ³ã—ã¦ãã ã•ã„:"
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "QAフォーラムフィードãƒãƒƒã‚¯"
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "ã”æ„見ã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã™ï¼"
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "ã‚ãŸã‚‰ã—ã„質å•"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+
+#: views/readers.py:416
#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "回答"
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "ã“ã®è³ªå•ã¯ãŠæ°—ã«å…¥ã‚Šã¨ã—ã¦é¸ã°ã‚Œã¾ã—ãŸ"
+#: views/users.py:212
#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "投票"
+msgid "moderate user"
+msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’モデレートã™ã‚‹"
+
+#: views/users.py:387
+msgid "user profile"
+msgstr "ユーザプロファイル"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "ユーザプロファイル概略"
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "最近ã®ãƒ¦ãƒ¼ã‚¶ã®æ´»å‹•"
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "プロファイル:最近ã®æ´»å‹•"
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "プロファイル:応答"
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "プロファイル:投票"
+
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "å¾³"
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "プロファイル:徳"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "プロファイル:ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "変更ãŒä¿å­˜ã•ã‚Œã¾ã—ãŸ"
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "メール更新ãŒã‚­ãƒ£ãƒ³ã‚»ãƒ«ã•ã‚Œã¾ã—ãŸ"
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "プロファイル:メール登録ãªã©"
+
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "最大アップロードファイルサイズ㯠%sK ã§ã™ã€‚"
+
+#: views/writers.py:100
#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "未回答"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"ファイルアップロードエラー:サイト管ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。ã”å”力ã‚ã‚ŠãŒã¨ã†"
+"ã”ã–ã„ã¾ã™ã€‚"
+#: views/writers.py:192
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "ユーザã®ãŠæ°—ã«å…¥ã‚Šã®è³ªå•"
+msgid "Please log in to ask questions"
+msgstr "ãœã²ã€è³ªå•ã‚’投稿ã—ã¾ã—ょã†ï¼"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "ãƒãƒƒã‚¸"
+msgid "Please log in to answer questions"
+msgstr "未回答"
-#~ msgid "logout"
-#~ msgstr "ログアウト"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "login"
-#~ msgstr "ログイン"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
-#, fuzzy
-#~ msgid "settings"
-#~ msgstr "設定"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "質å•ã®å†…容ã¯ï¼‘ï¼æ–‡å­—以上必è¦ã§ã™"
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5544,12 +6815,6 @@ msgstr ""
#, fuzzy
#~ msgid ""
-#~ "The question has been closed for the following reason \"%(close_reason)s"
-#~ "\" by"
-#~ msgstr "ã“ã‚Œã¯ã‚‚ã—ã‹ã—ãŸã‚‰ã¤ãŽã®ã‚ˆã†ãªç†ç”±ã§ãŠã“ã£ãŸã‹ã‚‚ã—ã‚Œãªã„:"
-
-#, fuzzy
-#~ msgid ""
#~ "\n"
#~ " %(counter)s Answer:\n"
#~ " "
@@ -5575,10 +6840,6 @@ msgstr ""
#~ msgid "search"
#~ msgstr "検索ã™ã‚‹"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "ã™ã¹ã¦ã®è³ªå•"
-
#~ msgid "Email (not shared with anyone):"
#~ msgstr "メールアドレス(ã»ã‹ã®ã²ã¨ã«ã¯éžå…¬é–‹ï¼‰ï¼š"
@@ -5857,10 +7118,6 @@ msgstr ""
#~ "\n"
#~ "<div class=\"questions-count\">%(q_num)s</div><p>question</p>"
-#, fuzzy
-#~ msgid "tagged"
-#~ msgstr "å†åº¦ã‚¿ã‚°ä»˜ã‘"
-
#~ msgid "favorites"
#~ msgstr "ãŠæ°—ã«å…¥ã‚Š"
diff --git a/askbot/locale/ko/LC_MESSAGES/django.mo b/askbot/locale/ko/LC_MESSAGES/django.mo
index 5cdb0ec1..269b3456 100644
--- a/askbot/locale/ko/LC_MESSAGES/django.mo
+++ b/askbot/locale/ko/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/ko/LC_MESSAGES/django.po b/askbot/locale/ko/LC_MESSAGES/django.po
index 69d7485d..295ea2f8 100644
--- a/askbot/locale/ko/LC_MESSAGES/django.po
+++ b/askbot/locale/ko/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:35-0600\n"
+"POT-Creation-Date: 2012-01-02 11:23-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Evgeny Fadeev <evgeny.fadeev@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -45,7 +45,10 @@ msgstr ""
msgid "Country field is required"
msgstr ""
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr ""
@@ -53,321 +56,332 @@ msgstr ""
msgid "please enter a descriptive title for your question"
msgstr ""
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr ""
+#: forms.py:111
+#, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] ""
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr ""
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr ""
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr ""
-#: forms.py:136
+#: forms.py:168
+#, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr ""
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] ""
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] ""
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr ""
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr ""
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr ""
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
msgid "administrator"
msgstr ""
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr ""
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr ""
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr ""
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
msgid "Cannot change status to admin"
msgstr ""
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr ""
-#: forms.py:542
+#: forms.py:579
msgid "Your name (optional):"
msgstr ""
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr ""
"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr ""
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr ""
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr ""
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr ""
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr ""
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr ""
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr ""
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr ""
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr ""
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr ""
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr ""
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr ""
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr ""
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr ""
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "no askbot email please, thanks"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr ""
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr ""
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr ""
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr ""
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr ""
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr ""
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr ""
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr ""
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr ""
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr ""
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr ""
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr ""
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr ""
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr ""
@@ -377,6 +391,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr ""
@@ -408,11 +424,15 @@ msgstr ""
msgid "feedback/"
msgstr ""
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr ""
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr ""
@@ -899,104 +919,116 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr ""
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Tags"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr ""
@@ -1892,6 +1924,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "answered question"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Post Your Answer"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Post Your Answer"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "Post Your Answer"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr ""
@@ -1932,7 +1997,7 @@ msgstr ""
msgid "newest"
msgstr ""
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr ""
@@ -1965,6 +2030,7 @@ msgid "relevance"
msgstr ""
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -2101,7 +2167,7 @@ msgstr ""
msgid "[deleted]"
msgstr ""
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr ""
@@ -2158,15 +2224,15 @@ msgstr "How to change my picture (gravatar) and what is gravatar?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr ""
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr ""
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr ""
@@ -2317,7 +2383,7 @@ msgid "Incorrect username."
msgstr "sorry, there is no such user name"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2355,6 +2421,7 @@ msgid "%(site)s user name and password"
msgstr ""
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2457,57 +2524,57 @@ msgstr ""
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr ""
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2541,6 +2608,76 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr ""
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "karma"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+#, fuzzy
+msgid "Change password"
+msgstr "Password"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2675,7 +2812,7 @@ msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr ""
@@ -2704,70 +2841,70 @@ msgid ""
"own question"
msgstr ""
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Sorry, you cannot vote for your own posts"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ">%(points)s points required to upvote "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s points required to downvote "
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr ""
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "sorry, file uploading requires karma >%(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr ""
"Sorry, your account appears to be blocked and you cannot make new posts "
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr ""
"Sorry, your account appears to be suspended and you cannot make new posts "
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2777,56 +2914,56 @@ msgid_plural ""
"minutes from posting"
msgstr[0] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2835,248 +2972,275 @@ msgid_plural ""
"by other users"
msgstr[0] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "You have flagged this question before and cannot do it more than once"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr ""
"Sorry, since your account is blocked you cannot flag posts as offensive"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr ""
"Sorry, your account appears to be suspended and you cannot make new posts "
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
"Sorry, to flag posts as offensive a minimum reputation of %(min_rep)s is "
"required"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
"Sorry, you have exhausted the maximum number of %(max_flags_per_day)s "
"offensive flags per day."
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, since your account is blocked you cannot flag posts as offensive"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+"Sorry, to flag posts as offensive a minimum reputation of %(min_rep)s is "
+"required"
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "sorry, but older votes cannot be revoked"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr ""
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr ""
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] ""
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] ""
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr ""
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3465,30 +3629,261 @@ msgstr ""
msgid "No email"
msgstr ""
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+msgid "(or select another login method above)"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+#, fuzzy
+msgid "Save your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "How to validate email and why?"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "karma"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Signup"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
#, fuzzy
msgid "Username:"
msgstr "Choose screen name"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
#, fuzzy
msgid "Password:"
msgstr "Password"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
#, fuzzy
msgid "Please sign in here:"
msgstr ""
@@ -3500,8 +3895,6 @@ msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
#, fuzzy
msgid ""
"Sincerely,\n"
@@ -3511,17 +3904,14 @@ msgstr ""
"Q&A Forum Administrator"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3532,331 +3922,800 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Sign out"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "User login"
+
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Choose screen name"
+#: skins/common/templates/authopenid/signin.html:87
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr ""
-#: utils/forms.py:52
-msgid "user name is required"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:97
+msgid "Login or email"
msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "Password"
+
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Sign in"
+
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Password"
+
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
msgstr ""
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
msgstr ""
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Your email <i>(never shared)</i>"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "Last updated"
-#: utils/forms.py:119
-msgid "email address is required"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "delete"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "sorry, but older votes cannot be revoked"
+
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Post Your Answer"
+
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Password"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
+msgstr ""
-#: utils/forms.py:150
-msgid "password is required"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Password <i>(please retype)</i>"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
+msgstr ""
-#: utils/forms.py:154
-msgid "please, retype your password"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
+
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
-#: utils/functions.py:74
-msgid "2 days ago"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID is based on an open standard, supported by many organizations."
+
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
msgstr ""
-#: utils/functions.py:76
-msgid "yesterday"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr ""
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
+#: skins/common/templates/authopenid/signup_with_password.html:10
+msgid "Please register by clicking on any of the icons below"
+msgstr ""
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:23
+msgid "or create a new user name and password here"
msgstr ""
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
msgstr ""
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "Sorry, anonymous users cannot vote"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+#, fuzzy
+msgid "Create Account"
+msgstr "Signup"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Retag question"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+msgid "Your current avatar: "
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "Retag question"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/avatar/change.html:22
+msgid "Upload"
msgstr ""
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:542
-msgid "Please sign in to vote"
+#: skins/common/templates/avatar/confirm_delete.html:12
+msgid "Delete These"
msgstr ""
-#: views/meta.py:84
-msgid "Q&A forum feedback"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "permanent link"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "link"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+#, fuzzy
+msgid "edit"
+msgstr "Change Email"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "Tags"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
msgstr ""
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "Tags"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "undelete"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Post Your Answer"
+
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+msgid "mark this answer as correct (click again to undo)"
msgstr ""
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "Asked"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr ""
-#: views/readers.py:159
+#: skins/common/templates/question/closed_question_info.html:2
#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] ""
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:4
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
+msgid "close date %(closed_at)s"
+msgstr ""
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
msgstr ""
-#: views/users.py:211
-msgid "moderate this user"
+#: skins/common/templates/question/question_controls.html:13
+#, fuzzy
+msgid "reopen"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
msgstr ""
-#: views/users.py:212
-msgid "moderate user"
+#: skins/common/templates/widgets/edit_post.html:21
+msgid "one of these is required"
msgstr ""
-#: views/users.py:386
-msgid "user profile"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
msgstr ""
-#: views/users.py:387
-msgid "user profile overview"
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
msgstr ""
-#: views/users.py:698
-msgid "recent user activity"
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tags"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+#, fuzzy
+msgid "Interesting tags"
+msgstr "Tags"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+msgid "add"
msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/common/templates/widgets/tag_selector.html:20
+#, fuzzy
+msgid "Ignored tags"
+msgstr "Retag question"
+
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-#: views/users.py:860
-msgid "user vote record"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
msgstr ""
-#: views/users.py:861
-msgid "profile - votes"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
msgstr ""
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "user karma"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr ""
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "Profile - User's Karma"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr ""
-#: views/users.py:924
-msgid "users favorite questions"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-#: views/users.py:955
-msgid "email updates canceled"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
msgstr ""
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+#, fuzzy
+msgid "see all questions"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/404.jinja.html:32
+#, fuzzy
+msgid "see all tags"
+msgstr "Tags"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-#: views/writers.py:68
+#: skins/default/templates/500.jinja.html:12
+#, fuzzy
+msgid "see latest questions"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/500.jinja.html:13
+#, fuzzy
+msgid "see tags"
+msgstr "Tags"
+
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid "allowed file types are '%(file_types)s'"
+msgid "About %(site_name)s"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+#, fuzzy
+msgid "Edit answer"
+msgstr "oldest"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+#, fuzzy
+msgid "Save edit"
+msgstr "Change Email"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
msgstr ""
-#: views/writers.py:91
+#: skins/default/templates/ask.html:4
+#, fuzzy
+msgid "Ask a question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+msgid "%(name)s"
msgstr ""
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+#: skins/default/templates/badge.html:5
+#, fuzzy
+msgid "Badge"
+msgstr "Badges"
+
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
msgstr ""
-#: views/writers.py:191
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Badges"
+
+#: skins/default/templates/badges.html:5
#, fuzzy
-msgid "Please log in to ask questions"
+msgid "Badges"
+msgstr "Badges"
+
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
-#: views/writers.py:492
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Badge levels"
+
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
+
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"Gold badge is the highest award in this community. To obtain it have to show "
+"profound knowledge and ability in addition to your active participation."
+
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
+
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"silver badge: occasionally awarded for the very high quality contributions"
+
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "bronze badge: often given as a special honor"
+
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
#, fuzzy
-msgid "Please log in to answer questions"
+msgid "Close question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/close.html:6
+#, fuzzy
+msgid "Close the question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr ""
+
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr ""
+
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:5
+#, fuzzy
+msgid "Frequently Asked Questions "
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Before you ask - please make sure to search for a similar question. You can "
+"search questions by their title or tags."
+
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:13
+#, fuzzy
+msgid "What should I avoid in my answers?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"is a <strong>question and answer</strong> site - <strong>it is not a "
+"discussion group</strong>. Please avoid holding debates in your answers as "
+"they tend to dilute the essense of questions and answers. For the brief "
+"discussions please use commenting facility."
+
+#: skins/default/templates/faq_static.html:15
+#, fuzzy
+msgid "Who moderates this community?"
+msgstr "post a comment"
+
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
+
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "How does karma system work?"
+
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
+
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+#, fuzzy
+msgid "upvote"
+msgstr "votes"
+
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "Tags"
+
+#: skins/default/templates/faq_static.html:42
+#, fuzzy
+msgid "add comments"
+msgstr "post a comment"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+#, fuzzy
+msgid "downvote"
+msgstr "votes"
+
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
msgstr ""
"<span class='big strong'>Please try to give a substantial answer</span>. If "
"you wanted to comment on the question or answer, just <strong>use the "
@@ -3865,895 +4724,2008 @@ msgstr ""
"please <strong>don't forget to vote</strong> - it really helps to select the "
"best questions and answers!"
-#: views/writers.py:598
+#: skins/default/templates/faq_static.html:53
+#, fuzzy
+msgid "open and close own questions"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/faq_static.html:57
+#, fuzzy
+msgid "retag other's questions"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/faq_static.html:62
+#, fuzzy
+msgid "edit community wiki questions"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/faq_static.html:67
+#, fuzzy
+msgid "\"edit any answer"
+msgstr "oldest"
+
+#: skins/default/templates/faq_static.html:71
+#, fuzzy
+msgid "\"delete any comment"
+msgstr "post a comment"
+
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>The picture that appears on the users profiles is called "
+"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+
+#: skins/default/templates/faq_static.html:78
+#, fuzzy
+msgid "\"Login now!\""
+msgstr "Logout Now"
+
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:84
+#, fuzzy
+msgid "Still have questions?"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/faq_static.html:85
#, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
msgstr ""
-#: views/writers.py:654
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr ""
+
+#: skins/default/templates/feedback.html:14
#, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
msgstr ""
-#~ msgid "Change email"
-#~ msgstr "Change Email"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#, fuzzy
-#~ msgid "Save your email address"
-#~ msgstr "Your email <i>(never shared)</i>"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr ""
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-#~ "anyone, must be valid)"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr ""
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "Change Email"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "How to validate email and why?"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
-
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again."
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "email key not sent"
-#~ msgstr "Validation email not sent"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a "
-#~ "href='%(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "karma"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/macros.html:3
+#, python-format
+msgid "Share this question on %(site)s"
+msgstr ""
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
-
-#~ msgid "Screen name label"
-#~ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
-
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared "
-#~ "with anyone, must be valid</i>)"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
-#~ msgid "create account"
-#~ msgstr "Signup"
+#: skins/default/templates/macros.html:29
+msgid "i like this question (click again to cancel)"
+msgstr ""
-#~ msgid "Logout"
-#~ msgstr "Sign out"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr ""
-#~ msgid "User login"
-#~ msgstr "User login"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr ""
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#: skins/default/templates/macros.html:43
+msgid "i dont like this question (click again to cancel)"
+msgstr ""
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:52
+#, fuzzy
+msgid "anonymous user"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#~ msgid "Login"
-#~ msgstr "Sign in"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr ""
+#: skins/default/templates/macros.html:91
#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Password"
+msgid "answered"
+msgstr "oldest"
+
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr ""
+#: skins/default/templates/macros.html:123
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "Last updated"
+msgid "updated"
+msgstr "Last updated"
+
+#: skins/default/templates/macros.html:221
+#, fuzzy, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Asked"
+#: skins/default/templates/macros.html:278
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "sorry, but older votes cannot be revoked"
+msgid "delete this comment"
+msgstr "post a comment"
-#~ msgid "with openid it is easier"
-#~ msgstr "With the OpenID you don't need to create new username and password."
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "post a comment"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "There are > 160,000,000 OpenID account in use. Over 10,000 sites are "
-#~ "OpenID-enabled."
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID is based on an open standard, supported by many organizations."
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "User login"
-#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "Signup"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr ""
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr ""
+
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "page %(num)s"
+
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr ""
+
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr ""
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "Choose screen name"
+
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
+#: skins/default/templates/main_page.html:11
#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Retag question"
+msgid "Questions"
+msgstr "Tags"
+
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr ""
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "Retag question"
+msgid "Edit question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Retag question"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr ""
+
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgid "Reopen question"
+msgstr "Post Your Answer"
-#~ msgid "answer permanent link"
-#~ msgstr "permanent link"
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "link"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Post Your Answer"
+msgid "Close reason:"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "reopen"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+msgid "Reopen this question?"
+msgstr "Post Your Answer"
-#~ msgid "Related tags"
-#~ msgstr "Tags"
+#: skins/default/templates/reopen.html:26
+#, fuzzy
+msgid "Reopen this question"
+msgstr "Post Your Answer"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
#, fuzzy
-#~ msgid "Interesting tags"
-#~ msgstr "Tags"
+msgid "Revision history"
+msgstr "karma history"
+#: skins/default/templates/revisions.html:23
#, fuzzy
-#~ msgid "Ignored tags"
-#~ msgstr "Retag question"
+msgid "click to hide/show revision"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid "see all questions"
-#~ msgstr "Ask Your Question"
+msgid "Subscribe for tags"
+msgstr "Tags"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid "see all tags"
-#~ msgstr "Tags"
+msgid "Subscribe"
+msgstr "Tags"
+
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Tags"
+
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
+
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr ""
+
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr ""
+
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
+
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr ""
+
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr ""
+
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "People"
+
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
+
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "karma"
+
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
+
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr ""
+
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
+
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
+#: skins/default/templates/users.html:33
#, fuzzy
-#~ msgid "see latest questions"
-#~ msgstr "Post Your Answer"
+msgid "by username"
+msgstr "Choose screen name"
+
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
+
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] ""
+
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:12
+msgid "Tagged"
+msgstr ""
+#: skins/default/templates/main_page/headline.html:23
#, fuzzy
-#~ msgid "see tags"
-#~ msgstr "Tags"
+msgid "Search tips:"
+msgstr "Tips"
+#: skins/default/templates/main_page/headline.html:26
#, fuzzy
-#~ msgid "Edit answer"
-#~ msgstr "oldest"
+msgid "reset author"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr ""
+#: skins/default/templates/main_page/headline.html:29
#, fuzzy
-#~ msgid "Ask a question"
-#~ msgstr "Ask Your Question"
+msgid "reset tags"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr ""
-#~ msgid "Badges summary"
-#~ msgstr "Badges"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+#: skins/default/templates/main_page/headline.html:40
#, fuzzy
-#~ msgid "Badges"
-#~ msgstr "Badges"
+msgid "Search tip:"
+msgstr "Tips"
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:4
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Below is the list of available badges and number \n"
-#~ " of times each type of badge has been awarded. Have ideas about fun "
-#~ "badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+msgid "There are no unanswered questions here"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
-#~ msgid "Community badges"
-#~ msgstr "Badge levels"
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
+msgid "No questions here. "
+msgstr "answered question"
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Gold badge is the highest award in this community. To obtain it have to "
-#~ "show profound knowledge and ability in addition to your active "
-#~ "participation."
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "silver badge: occasionally awarded for the very high quality contributions"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr "bronze badge: often given as a special honor"
+#: skins/default/templates/main_page/nothing_found.html:16
+#, fuzzy
+msgid "resetting author"
+msgstr "Tags"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "Close question"
-#~ msgstr "Post Your Answer"
+msgid "resetting tags"
+msgstr "Tags"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid "Close the question"
-#~ msgstr "Post Your Answer"
+msgid "starting over"
+msgstr "Tags"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Before you ask - please make sure to search for a similar question. You "
-#~ "can search questions by their title or tags."
+#: skins/default/templates/main_page/nothing_found.html:30
+#, fuzzy
+msgid "Please always feel free to ask your question!"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr ""
+#: skins/default/templates/main_page/questions_loop.html:13
#, fuzzy
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "What kinds of questions should be avoided?"
+msgid "Please, post your question!"
+msgstr "Ask Your Question"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "is a <strong>question and answer</strong> site - <strong>it is not a "
-#~ "discussion group</strong>. Please avoid holding debates in your answers "
-#~ "as they tend to dilute the essense of questions and answers. For the "
-#~ "brief discussions please use commenting facility."
+#: skins/default/templates/main_page/tab_bar.html:9
+#, fuzzy
+msgid "subscribe to the questions feed"
+msgstr "Post Your Answer"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Karma system allows users to earn rights to perform a variety of "
-#~ "moderation tasks"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "How does reputation system work?"
-#~ msgstr "How does karma system work?"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+
+#: skins/default/templates/meta/editor_data.html:7
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] ""
+
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr ""
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "oldest"
+
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "newest"
+
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "most voted"
+
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
#, fuzzy
-#~ msgid "use tags"
-#~ msgstr "Tags"
+msgid "Answer Your Own Question"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "add comments"
-#~ msgstr "post a comment"
+msgid "Login/Signup to Answer"
+msgstr "Login/Signup to Post"
+#: skins/default/templates/question/new_answer_form.html:22
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+msgid "Your answer"
+msgstr "most voted"
+#: skins/default/templates/question/new_answer_form.html:24
#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "Post Your Answer"
+msgid "Be the first one to answer this question!"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
+
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+msgid " or"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "Post Your Answer"
+msgid "email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "oldest"
+msgid "Question tools"
+msgstr "Tags"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "post a comment"
+msgid "click to unfollow this question"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#~ msgid "what is gravatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+#: skins/default/templates/question/sidebar.html:8
+msgid "Following"
+msgstr ""
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>The picture that appears on the users profiles is called "
-#~ "<strong>gravatar</strong> (which means <strong>g</strong>lobally "
-#~ "<strong>r</strong>ecognized <strong>avatar</strong>).</p><p>Here is how "
-#~ "it works: a <strong>cryptographic key</strong> (unbreakable code) is "
-#~ "calculated from your email address. You upload your picture (or your "
-#~ "favorite alter ego image) the website <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a> from where we later retreive your "
-#~ "image using the key.</p><p>This way all the websites you trust can show "
-#~ "your image next to your posts and your email address remains private.</"
-#~ "p><p>Please <strong>personalize your account</strong> with an image - "
-#~ "just register at <a href='http://gravatar.com'><strong>gravatar.com</"
-#~ "strong></a> (just please be sure to use the same email address that you "
-#~ "used to register with us). Default image that looks like a kitchen tile "
-#~ "is generated automatically.</p>"
+#: skins/default/templates/question/sidebar.html:9
+msgid "Unfollow"
+msgstr ""
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Logout Now"
+msgid "click to follow this question"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#, fuzzy
-#~ msgid "Still have questions?"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/question/sidebar.html:14
+msgid "Follow"
+msgstr ""
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-#~ "our community better!"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "Sorry, anonymous users cannot vote"
+msgid "email the updates"
+msgstr "Last updated"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "answered"
-#~ msgstr "oldest"
+msgid "subscribe to this question rss feed"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "updated"
-#~ msgstr "Last updated"
+msgid "subscribe to rss feed"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Asked"
+
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Seen"
+
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "Last updated"
+#: skins/default/templates/question/sidebar.html:63
#, fuzzy
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Asked"
+msgid "Related questions"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "delete this comment"
-#~ msgstr "post a comment"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
-#~ msgid "add comment"
-#~ msgstr "post a comment"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(note: you can always <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
-#~ msgid "page number %(num)s"
-#~ msgstr "page %(num)s"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_edit.html:4
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "Choose screen name"
+msgid "Edit user profile"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_edit.html:7
#, fuzzy
-#~ msgid "Questions"
-#~ msgstr "Tags"
+msgid "edit profile"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
#, fuzzy
-#~ msgid "Edit question"
-#~ msgstr "Post Your Answer"
+msgid "change picture"
+msgstr "Retag question"
-#~ msgid "Change tags"
-#~ msgstr "Retag question"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#, fuzzy
-#~ msgid "Reopen question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr ""
+#: skins/default/templates/user_profile/user_edit.html:39
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Post Your Answer"
+msgid "Screen Name"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
#, fuzzy
-#~ msgid "Reopen this question"
-#~ msgstr "Post Your Answer"
+msgid "Update"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Revision history"
-#~ msgstr "karma history"
+msgid "subscriptions"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
#, fuzzy
-#~ msgid "click to hide/show revision"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
-
-#~ msgid "Tag list"
-#~ msgstr "Tags"
+msgid "Email subscription settings"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
-#~ msgid "Users"
-#~ msgstr "People"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
-#~ msgid "reputation"
-#~ msgstr "karma"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Stop Email"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Search tips:"
-#~ msgstr "Tips"
+msgid "followed questions"
+msgstr "Ask Your Question"
-#, fuzzy
-#~ msgid "reset tags"
-#~ msgstr "Tags"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+msgid "Sections:"
+msgstr "Tags"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "answered question"
+msgid "seen"
+msgstr "Last updated"
+
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "Tags"
+msgid "mark as seen"
+msgstr "Last updated"
+
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:36
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+msgid "update profile"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "member since"
+
+#: skins/default/templates/user_profile/user_info.html:63
#, fuzzy
-#~ msgid "Please, post your question!"
-#~ msgstr "Ask Your Question"
+msgid "last seen"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "website"
+
+#: skins/default/templates/user_profile/user_info.html:75
#, fuzzy
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "Post Your Answer"
+msgid "location"
+msgstr "karma"
-#~ msgid "oldest answers"
-#~ msgstr "oldest"
+#: skins/default/templates/user_profile/user_info.html:82
+#, fuzzy
+msgid "age"
+msgstr "Badges"
-#~ msgid "newest answers"
-#~ msgstr "newest"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "years old"
-#~ msgid "popular answers"
-#~ msgstr "most voted"
+#: skins/default/templates/user_profile/user_info.html:88
+#, fuzzy
+msgid "todays unused votes"
+msgstr "votes"
+#: skins/default/templates/user_profile/user_info.html:89
#, fuzzy
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Post Your Answer"
+msgid "votes left"
+msgstr "votes"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Login/Signup to Post"
+msgid "moderation"
+msgstr "karma"
+
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid "Your answer"
-#~ msgstr "most voted"
+msgid "User status changed"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
-
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!"
-
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>You are welcome to answer your own question</"
-#~ "span>, but please make sure to give an <strong>answer</strong>. Remember "
-#~ "that you can always <strong>revise your original question</strong>. "
-#~ "Please <strong>use comments for discussions</strong> and <strong>please "
-#~ "don't forget to vote :)</strong> for the answers that you liked (or "
-#~ "perhaps did not like)! "
-
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+msgid "Save"
+msgstr "Change Email"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Login/Signup to Post"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "Answer the question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tags"
+msgid "User reputation changed"
+msgstr "user karma"
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "Choose screen name"
+
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+msgid "Message sent"
+msgstr "years old"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "Last updated"
+msgid "Send message"
+msgstr "Choose screen name"
-#~ msgid "question asked"
-#~ msgstr "Asked"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "question was seen"
-#~ msgstr "Seen"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "last updated"
-#~ msgstr "Last updated"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Related questions"
-#~ msgstr "ask a question interesting to this community"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+msgid "Answer to:"
+msgstr "Tips"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(note: you can always <strong><a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>change</a></strong> how often you receive "
-#~ "updates)"
+#: skins/default/templates/user_profile/user_tabs.html:5
+#, fuzzy
+msgid "User profile"
+msgstr "User login"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
+
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "karma history"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
+msgid "questions that user is following"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votes"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_votes.html:4
#, fuzzy
-#~ msgid "change picture"
-#~ msgstr "Retag question"
+msgid "votes"
+msgstr "votes"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Tips"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
#, fuzzy
-#~ msgid "Screen Name"
-#~ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "provide enough details"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
#, fuzzy
-#~ msgid "Email subscription settings"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+msgid "see frequently asked questions"
+msgstr "ask a question interesting to this community"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown basics"
-#~ msgid "Stop sending email"
-#~ msgstr "Stop Email"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/widgets/ask_button.html:2
#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Ask Your Question"
+msgid "ask a question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
+
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Ask Your Question"
-#~ msgid "member for"
-#~ msgstr "member since"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
-#~ msgid "user website"
-#~ msgstr "website"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#~ msgid "age unit"
-#~ msgstr "years old"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "people"
+#: skins/default/templates/widgets/meta_nav.html:15
#, fuzzy
-#~ msgid "todays unused votes"
-#~ msgstr "votes"
+msgid "badges"
+msgstr "Badges"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Tips"
+
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "provide enough details"
+
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] ""
+
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "karma"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "oldest"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "User login"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "votes"
+
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:5
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "user karma"
+msgid "see unanswered questions"
+msgstr "Ask Your Question"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "years old"
+msgid "see your followed questions"
+msgstr "Ask Your Question"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "Please ask your question here"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Tips"
+msgid "badges:"
+msgstr "Badges"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "sign out"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "Hi, there! Please sign in"
+
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "User profile"
-#~ msgstr "User login"
+msgid "settings"
+msgstr "User login"
+
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
-#~ msgid "graph of user reputation"
-#~ msgstr "Graph of user karma"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "reputation history"
-#~ msgstr "karma history"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
-#~ msgid "casted votes"
-#~ msgstr "votes"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#, fuzzy
-#~ msgid "votes"
-#~ msgstr "votes"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr ""
-#~ msgid "answer tips"
-#~ msgstr "Tips"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Choose screen name"
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "ask a question interesting to this community"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr ""
-#, fuzzy
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
-
-#~ msgid "please try to provide details"
-#~ msgstr "provide enough details"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
-#, fuzzy
-#~ msgid "see frequently asked questions"
-#~ msgstr "ask a question interesting to this community"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown basics"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr ""
-#, fuzzy
-#~ msgid "ask a question"
-#~ msgstr "Ask Your Question"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Login/Signup to Post"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Your email <i>(never shared)</i>"
-#~ msgid "Ask your question"
-#~ msgstr "Ask Your Question"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr ""
-#~ msgid "users"
-#~ msgstr "people"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr ""
-#~ msgid "question tips"
-#~ msgstr "Tips"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Password"
-#~ msgid "please ask a relevant question"
-#~ msgstr "ask a question interesting to this community"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr ""
-#~ msgid "please try provide enough details"
-#~ msgstr "provide enough details"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Password <i>(please retype)</i>"
+
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr ""
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr ""
+
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr ""
+
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
+
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
+msgid "Please sign in to vote"
+msgstr ""
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr ""
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr ""
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "Asked"
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+
+#: views/users.py:212
+msgid "moderate user"
+msgstr ""
+
+#: views/users.py:387
+msgid "user profile"
+msgstr ""
+
+#: views/users.py:388
+msgid "user profile overview"
+msgstr ""
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr ""
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr ""
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr ""
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr ""
+
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "user karma"
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "Profile - User's Karma"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr ""
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr ""
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr ""
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr ""
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr ""
+
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+
+#: views/writers.py:192
#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "Ask Your Question"
+msgid "Please log in to ask questions"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "Ask Your Question"
+msgid "Please log in to answer questions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "logout"
-#~ msgstr "sign out"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
-#~ msgid "login"
-#~ msgstr "Hi, there! Please sign in"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#, fuzzy
-#~ msgid "settings"
-#~ msgstr "User login"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
#, fuzzy
#~ msgid "(please enter a valid email)"
diff --git a/askbot/locale/pt_BR/LC_MESSAGES/django.mo b/askbot/locale/pt_BR/LC_MESSAGES/django.mo
index 143a0ceb..488da95a 100644
--- a/askbot/locale/pt_BR/LC_MESSAGES/django.mo
+++ b/askbot/locale/pt_BR/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/pt_BR/LC_MESSAGES/django.po b/askbot/locale/pt_BR/LC_MESSAGES/django.po
index 120ac747..d58542bc 100644
--- a/askbot/locale/pt_BR/LC_MESSAGES/django.po
+++ b/askbot/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: askbot\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:45-0600\n"
+"POT-Creation-Date: 2012-01-02 11:26-0600\n"
"PO-Revision-Date: 2011-06-30 21:57+0000\n"
"Last-Translator: sandrossv <sandrossv@hotmail.com>\n"
"Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/"
@@ -48,7 +48,10 @@ msgstr "País"
msgid "Country field is required"
msgstr "Campo País é necessário"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "título"
@@ -56,60 +59,69 @@ msgstr "título"
msgid "please enter a descriptive title for your question"
msgstr "digite um título descritivo para sua pergunta"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "título deve ser > 10 caracteres"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "título deve ser > 10 caracteres"
+msgstr[1] "título deve ser > 10 caracteres"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "conteúdo"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "conteúdo questão deve ser > 10 caracteres"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "tags"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr "Tags são palavras-chave, sem espaços. Até cinco tags podem ser usadas."
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Tags são palavras-chave, sem espaços. Até cinco tags podem ser usadas."
+msgstr[1] ""
+"Tags são palavras-chave, sem espaços. Até cinco tags podem ser usadas."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "tags são necessárias"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "por favor, use %(tag_count)d tags ou menos"
msgstr[1] "por favor, use %(tag_count)d tags ou menos"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] ""
msgstr[1] ""
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "use-estes-caracteres-nas-tags"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
"wiki comunitária (karma não é concedido e muitos outros podem editar a wiki)"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -117,11 +129,11 @@ msgstr ""
"se você escolher a opção de wiki comunitária, a pergunta e a resposta não "
"geram pontos e o nome do autor não será mostrado"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "atualizar resumo:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -129,60 +141,60 @@ msgstr ""
"insira um breve resumo de sua revisão (por exemplo, correção de ortografia, "
"gramática, melhorou estilo , este campo é opcional)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Digite o número de pontos para adicionar ou subtrair"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "aprovado"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "assistido"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "suspenso"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "bloqueado"
-#: forms.py:346
+#: forms.py:383
msgid "administrator"
msgstr ""
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "moderador"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Mudar status para"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "qual?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "Não pode alterar o próprio estado"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "Não é possível tornar outro usuário moderador"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "Não é possível alterar o status de outro moderador"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Não pode alterar o próprio estado"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
@@ -191,44 +203,44 @@ msgstr ""
"Se você deseja mudar o status de %(username)s, por favor, faça uma seleção "
"significativa."
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Linha de assunto"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "Texto da mensagem"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Seu nome:"
-#: forms.py:543
+#: forms.py:580
msgid "Email:"
msgstr ""
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "A sua mensagem:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr "perguntar anonimamente"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr "Marque se você não quer revelar seu nome ao fazer esta pergunta"
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
@@ -236,11 +248,11 @@ msgstr ""
"Você fez essa pergunta de forma anônima, se você decidir revelar sua "
"identidade, por favor, marque esta caixa."
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr "revelar a identidade"
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
@@ -248,7 +260,7 @@ msgstr ""
"Desculpe, apenas o proprietário da questão anônima pode revelar sua "
"identidade, por favor, desmarque a caixa"
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
@@ -258,135 +270,141 @@ msgstr ""
"forma anônima. Por favor, marque a caixa \"revelar a identidade\" ou "
"recarregue esta página e tente editar novamente a questão."
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr "este e-mail será ligado ao gravatar"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nome real"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Site"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr "Cidade"
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr "Mostrar país"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Data de nascimento"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "não será mostrado, usado para calcular a idade formato: AAAA-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Perfil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Apelido"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "este e-mail já foi registrado, por favor use outro"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Perguntada(s) por mim"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Respondida(s) por mim"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Selecionados individualmente"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Forum inteiro (filtrada por tag)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Comentários e posts me mencionando"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "ok, vamos tentar!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "não envie e-mails, obrigado(a)"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "por favor, escolha uma das opções acima"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "about /"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "faq /"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "privacidade /"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "respostas /"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "editar /"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revisões /"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "perguntas /"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "perguntar /"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "alterar tags/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "fechar /"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "reabrir /"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "responder/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "votar/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "tags/"
@@ -396,6 +414,8 @@ msgid "subscribe-for-tags/"
msgstr "inscrever-por-tags/"
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "usuários/"
@@ -428,11 +448,15 @@ msgstr "upload/"
msgid "feedback/"
msgstr "feedback/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "perguntar/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "conta/"
@@ -912,103 +936,115 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr ""
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
msgid "Use wildcard tags"
msgstr ""
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr ""
@@ -1902,6 +1938,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "perguntas /"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "últimas perguntas"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "últimas perguntas"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "últimas perguntas"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr ""
@@ -1942,7 +2011,7 @@ msgstr ""
msgid "newest"
msgstr ""
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr ""
@@ -1975,6 +2044,7 @@ msgid "relevance"
msgstr ""
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -2110,7 +2180,7 @@ msgstr ""
msgid "[deleted]"
msgstr ""
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr ""
@@ -2166,15 +2236,15 @@ msgstr ""
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr ""
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr ""
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr ""
@@ -2309,7 +2379,7 @@ msgid "Incorrect username."
msgstr ""
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2347,6 +2417,7 @@ msgid "%(site)s user name and password"
msgstr ""
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2449,55 +2520,55 @@ msgstr ""
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr ""
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2531,6 +2602,77 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr ""
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "karma"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+#, fuzzy
+msgid "Change password"
+msgstr "Mudar status para"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "perguntar/"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+msgstr[1] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "Configurar insígnias/"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "perguntar/"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2647,7 +2789,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "últimas perguntas"
@@ -2671,64 +2813,64 @@ msgid ""
"own question"
msgstr ""
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr ""
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ""
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ""
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr ""
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr ""
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr ""
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr ""
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2739,56 +2881,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2798,246 +2940,266 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr ""
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr ""
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+msgid "blocked users cannot remove flags"
+msgstr ""
+
+#: models/__init__.py:805
+msgid "suspended users cannot remove flags"
+msgstr ""
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr ""
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr ""
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr ""
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr ""
+#: models/__init__.py:2305
+#, fuzzy, python-format
+msgid "\"%(title)s\""
+msgstr "título"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3426,53 +3588,264 @@ msgstr ""
msgid "No email"
msgstr ""
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "por favor, escolha uma das opções acima"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Change email"
+msgstr "Mudar status para"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, fuzzy, python-format
+msgid "change %(email)s info"
+msgstr "Mudar status para"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, fuzzy, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
+"class=\"bigger strong\">How?</span> If you have just set or changed your "
+"email address - <strong>check your email and click the included link</"
+"strong>.<br>The link contains a key generated specifically for you. You can "
+"also <button style='display:inline' type='submit'><strong>get a new key</"
+"strong></button> and check your email again.</p></form><span class=\"bigger "
+"strong\">Why?</span> Email validation is required to make sure that "
+"<strong>only you can post messages</strong> on your behalf and to "
+"<strong>minimize spam</strong> posts.<br>With email you can "
+"<strong>subscribe for updates</strong> on the most interesting questions. "
+"Also, when you sign up for the first time - create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+#, fuzzy
+msgid "Your new Email"
+msgstr "A sua mensagem:"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+#, fuzzy
+msgid "Your Email"
+msgstr "A sua mensagem:"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "A sua mensagem:"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "How to validate email and why?"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "moderador"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, fuzzy, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
+"class=\"bigger strong\">How?</span> If you have just set or changed your "
+"email address - <strong>check your email and click the included link</"
+"strong>.<br>The link contains a key generated specifically for you. You can "
+"also <button style='display:inline' type='submit'><strong>get a new key</"
+"strong></button> and check your email again.</p></form><span class=\"bigger "
+"strong\">Why?</span> Email validation is required to make sure that "
+"<strong>only you can post messages</strong> on your behalf and to "
+"<strong>minimize spam</strong> posts.<br>With email you can "
+"<strong>subscribe for updates</strong> on the most interesting questions. "
+"Also, when you sign up for the first time - create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:34
+#, fuzzy, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
+"class=\"bigger strong\">How?</span> If you have just set or changed your "
+"email address - <strong>check your email and click the included link</"
+"strong>.<br>The link contains a key generated specifically for you. You can "
+"also <button style='display:inline' type='submit'><strong>get a new key</"
+"strong></button> and check your email again.</p></form><span class=\"bigger "
+"strong\">Why?</span> Email validation is required to make sure that "
+"<strong>only you can post messages</strong> on your behalf and to "
+"<strong>minimize spam</strong> posts.<br>With email you can "
+"<strong>subscribe for updates</strong> on the most interesting questions. "
+"Also, when you sign up for the first time - create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, fuzzy, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
+"class=\"bigger strong\">How?</span> If you have just set or changed your "
+"email address - <strong>check your email and click the included link</"
+"strong>.<br>The link contains a key generated specifically for you. You can "
+"also <button style='display:inline' type='submit'><strong>get a new key</"
+"strong></button> and check your email again.</p></form><span class=\"bigger "
+"strong\">Why?</span> Email validation is required to make sure that "
+"<strong>only you can post messages</strong> on your behalf and to "
+"<strong>minimize spam</strong> posts.<br>With email you can "
+"<strong>subscribe for updates</strong> on the most interesting questions. "
+"Also, when you sign up for the first time - create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+#, fuzzy
+msgid "This account already exists, please use another."
+msgstr "este e-mail já foi registrado, por favor use outro"
+
+#: skins/common/templates/authopenid/complete.html:59
+#, fuzzy
+msgid "Screen name label"
+msgstr "Apelido"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+#, fuzzy
+msgid "please select one of the options above"
+msgstr "por favor, escolha uma das opções acima"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+#, fuzzy
+msgid "create account"
+msgstr "conta/"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
+#, fuzzy
msgid "Username:"
-msgstr ""
+msgstr "Nome real"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
#, fuzzy
msgid "Please sign in here:"
msgstr "últimas perguntas"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3483,822 +3856,2711 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+#, fuzzy
+msgid "Logout"
+msgstr "sair /"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+#, fuzzy
+msgid "User login"
+msgstr "Configurar insígnias/"
+
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
+#: skins/common/templates/authopenid/signin.html:87
+msgid "Please enter your <span>user name and password</span>, then sign in"
msgstr ""
-#: utils/forms.py:52
-msgid "user name is required"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:97
+msgid "Login or email"
msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "Mudar status para"
+
+#: skins/common/templates/authopenid/signin.html:106
+#, fuzzy
+msgid "Login"
+msgstr "Configurar insígnias/"
+
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Mudar status para"
+
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
msgstr ""
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "aprovado"
+
+#: skins/common/templates/authopenid/signin.html:151
+msgid "last used"
msgstr ""
-#: utils/forms.py:118
-msgid "your email address"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/forms.py:119
-msgid "email address is required"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "delete"
+msgstr "Mudar status para"
+
+#: skins/common/templates/authopenid/signin.html:168
+msgid "cannot be deleted"
msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "últimas perguntas"
+
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
-#: utils/forms.py:149
-msgid "choose password"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
msgstr ""
-#: utils/forms.py:150
-msgid "password is required"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: utils/forms.py:153
-msgid "retype password"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
msgstr ""
-#: utils/forms.py:154
-msgid "please, retype your password"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
+#: skins/common/templates/authopenid/signin.html:222
+#, fuzzy
+msgid "reuse openid"
+msgstr "reabrir /"
+
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
-#: utils/functions.py:76
-msgid "yesterday"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr ""
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr ""
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
msgstr ""
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "por favor, escolha uma das opções acima"
+
+#: skins/common/templates/authopenid/signup_with_password.html:23
+msgid "or create a new user name and password here"
msgstr ""
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+#, fuzzy
+msgid "Create Account"
+msgstr "conta/"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "Mudar status para"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Mudar status para"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+msgid "Your current avatar: "
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "Mudar status para"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "upload/"
+
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "Mudar status para"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:542
-msgid "Please sign in to vote"
+#: skins/common/templates/avatar/confirm_delete.html:12
+msgid "Delete These"
msgstr ""
-#: views/meta.py:84
-msgid "Q&A forum feedback"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
msgstr ""
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
msgstr ""
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+#, fuzzy
+msgid "edit"
+msgstr "editar /"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "tags"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: views/readers.py:151
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr ""
+
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+msgid "remove flag"
+msgstr ""
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr ""
+
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "últimas perguntas"
+
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+msgid "mark this answer as correct (click again to undo)"
+msgstr ""
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] ""
-msgstr[1] ""
+msgid "%(question_author)s has selected this answer as correct"
+msgstr ""
-#: views/readers.py:159
+#: skins/common/templates/question/closed_question_info.html:2
#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] ""
-msgstr[1] ""
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:4
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
+msgid "close date %(closed_at)s"
+msgstr ""
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+#: skins/common/templates/question/question_controls.html:6
+#, fuzzy
+msgid "retag"
+msgstr "alterar tags/"
+
+#: skins/common/templates/question/question_controls.html:13
+#, fuzzy
+msgid "reopen"
+msgstr "reabrir /"
+
+#: skins/common/templates/question/question_controls.html:17
+#, fuzzy
+msgid "close"
+msgstr "fechar /"
+
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "Campo País é necessário"
+
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
msgstr ""
-#: views/users.py:211
-msgid "moderate this user"
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
msgstr ""
-#: views/users.py:212
-msgid "moderate user"
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
msgstr ""
-#: views/users.py:386
-msgid "user profile"
+#: skins/common/templates/widgets/related_tags.html:3
+#, fuzzy
+msgid "Related tags"
+msgstr "tags"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+#, fuzzy
+msgid "Interesting tags"
+msgstr "Configurar insígnias/"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+msgid "add"
msgstr ""
-#: views/users.py:387
-msgid "user profile overview"
+#: skins/common/templates/widgets/tag_selector.html:20
+#, fuzzy
+msgid "Ignored tags"
+msgstr "Mudar status para"
+
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
msgstr ""
-#: views/users.py:698
-msgid "recent user activity"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
msgstr ""
-#: views/users.py:860
-msgid "user vote record"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
msgstr ""
-#: views/users.py:861
-msgid "profile - votes"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
msgstr ""
-#: views/users.py:896
-msgid "user reputation in the community"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+#, fuzzy
+msgid "faq"
+msgstr "faq /"
+
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-#: views/users.py:897
-msgid "profile - user reputation"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
msgstr ""
-#: views/users.py:924
-msgid "users favorite questions"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+#, fuzzy
+msgid "see all questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/404.jinja.html:32
+#, fuzzy
+msgid "see all tags"
+msgstr "tags"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
-#: views/users.py:955
-msgid "email updates canceled"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/500.jinja.html:12
+#, fuzzy
+msgid "see latest questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/500.jinja.html:13
+#, fuzzy
+msgid "see tags"
+msgstr "tags"
+
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+#, fuzzy
+msgid "Edit answer"
+msgstr "responder/"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+#, fuzzy
+msgid "back"
+msgstr "feedback/"
+
+#: skins/default/templates/answer_edit.html:14
+#, fuzzy
+msgid "revision"
+msgstr "revisões /"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+#, fuzzy
+msgid "select revision"
+msgstr "revisões /"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+#, fuzzy
+msgid "Save edit"
+msgstr "editar /"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
msgstr ""
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/ask.html:4
+#, fuzzy
+msgid "Ask a question"
+msgstr "perguntar/"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
msgstr ""
-#: views/writers.py:68
+#: skins/default/templates/badge.html:5
+#, fuzzy
+msgid "Badge"
+msgstr "insígnias/"
+
+#: skins/default/templates/badge.html:7
#, python-format
-msgid "allowed file types are '%(file_types)s'"
+msgid "Badge \"%(name)s\""
+msgstr ""
+
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "perguntas /"
+
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/badges.html:3
+#, fuzzy
+msgid "Badges summary"
+msgstr "atualizar resumo:"
+
+#: skins/default/templates/badges.html:5
+#, fuzzy
+msgid "Badges"
+msgstr "insígnias/"
+
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
msgstr ""
-#: views/writers.py:91
+#: skins/default/templates/badges.html:8
#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
msgstr ""
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr ""
+
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
+
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
msgstr ""
-#: views/writers.py:191
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr ""
+
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
#, fuzzy
-msgid "Please log in to ask questions"
+msgid "Close question"
msgstr "últimas perguntas"
-#: views/writers.py:492
-msgid "Please log in to answer questions"
+#: skins/default/templates/close.html:6
+#, fuzzy
+msgid "Close the question"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/close.html:11
+msgid "Reasons"
msgstr ""
-#: views/writers.py:598
-#, python-format
+#: skins/default/templates/close.html:15
+#, fuzzy
+msgid "OK to close"
+msgstr "fechar /"
+
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:5
+#, fuzzy
+msgid "Frequently Asked Questions "
+msgstr "últimas perguntas"
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:7
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
msgstr ""
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
msgstr ""
-#: views/writers.py:654
-#, python-format
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:11
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
msgstr ""
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:20
+#, fuzzy
+msgid "How does reputation system work?"
+msgstr "karma"
+
+#: skins/default/templates/faq_static.html:21
+#, fuzzy
+msgid "Rep system summary"
+msgstr "atualizar resumo:"
+
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+#, fuzzy
+msgid "upvote"
+msgstr "votar/"
+
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "tags"
+
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+#, fuzzy
+msgid "downvote"
+msgstr "votar/"
+
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/faq_static.html:53
+#, fuzzy
+msgid "open and close own questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<form style='margin:0;padding:0;' action='%(send_email_key_url)"
-#~ "s'><p><span class=\"bigger strong\">How?</span> If you have just set or "
-#~ "changed your email address - <strong>check your email and click the "
-#~ "included link</strong>.<br>The link contains a key generated specifically "
-#~ "for you. You can also <button style='display:inline' "
-#~ "type='submit'><strong>get a new key</strong></button> and check your "
-#~ "email again.</p></form><span class=\"bigger strong\">Why?</span> Email "
-#~ "validation is required to make sure that <strong>only you can post "
-#~ "messages</strong> on your behalf and to <strong>minimize spam</strong> "
-#~ "posts.<br>With email you can <strong>subscribe for updates</strong> on "
-#~ "the most interesting questions. Also, when you sign up for the first time "
-#~ "- create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
-#~ "strong></a> personal image.</p>"
+msgid "retag other's questions"
+msgstr "últimas perguntas"
+#: skins/default/templates/faq_static.html:62
#, fuzzy
-#~ msgid "Your Email"
-#~ msgstr "A sua mensagem:"
+msgid "edit community wiki questions"
+msgstr "últimas perguntas"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "How to validate email and why?"
+msgid "\"edit any answer"
+msgstr "responder/"
+#: skins/default/templates/faq_static.html:71
+msgid "\"delete any comment"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:74
#, fuzzy
-#~ msgid "This account already exists, please use another."
-#~ msgstr "este e-mail já foi registrado, por favor use outro"
+msgid "what is gravatar"
+msgstr "Mudar status para"
+
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+
+#: skins/default/templates/faq_static.html:78
+msgid "\"Login now!\""
+msgstr ""
+
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+#: skins/default/templates/faq_static.html:84
#, fuzzy
-#~ msgid "Screen name label"
-#~ msgstr "Apelido"
+msgid "Still have questions?"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+#: skins/default/templates/feedback.html:3
#, fuzzy
-#~ msgid "please select one of the options above"
-#~ msgstr "por favor, escolha uma das opções acima"
+msgid "Feedback"
+msgstr "feedback/"
+#: skins/default/templates/feedback.html:5
#, fuzzy
-#~ msgid "create account"
-#~ msgstr "conta/"
+msgid "Give us your feedback!"
+msgstr "feedback/"
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
#, fuzzy
-#~ msgid "Logout"
-#~ msgstr "sair /"
+msgid "(this field is required)"
+msgstr "Campo País é necessário"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:63
#, fuzzy
-#~ msgid "User login"
-#~ msgstr "Configurar insígnias/"
+msgid "Send Feedback"
+msgstr "feedback/"
+
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
+
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+
+#: skins/default/templates/macros.html:3
+#, python-format
+msgid "Share this question on %(site)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:29
+msgid "i like this question (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr ""
+
+#: skins/default/templates/macros.html:43
+msgid "i dont like this question (click again to cancel)"
+msgstr ""
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "provider"
-#~ msgstr "aprovado"
+msgid "anonymous user"
+msgstr "perguntar anonimamente"
+
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr ""
+#: skins/default/templates/macros.html:91
#, fuzzy
-#~ msgid "reuse openid"
-#~ msgstr "reabrir /"
+msgid "answered"
+msgstr "responder/"
+
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr ""
+
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr ""
+
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr ""
+
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr ""
+
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr ""
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
+
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "Perfil"
+
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "conta/"
+msgid "previous"
+msgstr "revisões /"
+
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr ""
+
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr ""
+
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr ""
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "mensagens/"
+
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
+
+#: skins/default/templates/main_page.html:11
#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Mudar status para"
+msgid "Questions"
+msgstr "perguntas /"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "upload/"
+msgid "Privacy policy"
+msgstr "privacidade /"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
#, fuzzy
-#~ msgid "edit"
-#~ msgstr "editar /"
+msgid "Edit question"
+msgstr "perguntar/"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "últimas perguntas"
+msgid "Change tags"
+msgstr "Mudar status para"
+#: skins/default/templates/question_retag.html:21
#, fuzzy
-#~ msgid "retag"
-#~ msgstr "alterar tags/"
+msgid "Retag"
+msgstr "alterar tags/"
+
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr ""
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
#, fuzzy
-#~ msgid "reopen"
-#~ msgstr "reabrir /"
+msgid "Reopen question"
+msgstr "últimas perguntas"
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid "close"
-#~ msgstr "fechar /"
+msgid "Title"
+msgstr "título"
+
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "Campo País é necessário"
+msgid "Close reason:"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "faq"
-#~ msgstr "faq /"
+msgid "Reopen this question?"
+msgstr "últimas perguntas"
+#: skins/default/templates/reopen.html:26
#, fuzzy
-#~ msgid "see all questions"
-#~ msgstr "últimas perguntas"
+msgid "Reopen this question"
+msgstr "últimas perguntas"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
#, fuzzy
-#~ msgid "see latest questions"
-#~ msgstr "últimas perguntas"
+msgid "Revision history"
+msgstr "revisões /"
+#: skins/default/templates/revisions.html:23
#, fuzzy
-#~ msgid "see tags"
-#~ msgstr "tags"
+msgid "click to hide/show revision"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "revisões /"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid "Edit answer"
-#~ msgstr "responder/"
+msgid "Subscribe for tags"
+msgstr "inscrever-por-tags/"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid "back"
-#~ msgstr "feedback/"
+msgid "Subscribe"
+msgstr "inscrever-por-tags/"
+
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr ""
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
+
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr ""
+
+#: skins/default/templates/tags.html:20
#, fuzzy
-#~ msgid "revision"
-#~ msgstr "revisões /"
+msgid "by name"
+msgstr "Nome real"
+
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
+#: skins/default/templates/tags.html:26
#, fuzzy
-#~ msgid "select revision"
-#~ msgstr "revisões /"
+msgid "by popularity"
+msgstr "most voted"
+
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr ""
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
#, fuzzy
-#~ msgid "Ask a question"
-#~ msgstr "perguntar/"
+msgid "Users"
+msgstr "usuários/"
+
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
#, fuzzy
-#~ msgid "Badge"
-#~ msgstr "insígnias/"
+msgid "reputation"
+msgstr "karma"
+
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
+
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr ""
+
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
+
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
+#: skins/default/templates/users.html:33
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "perguntas /"
+msgid "by username"
+msgstr "Nome real"
+
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
+
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr ""
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:12
+msgid "Tagged"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:23
#, fuzzy
-#~ msgid "Badges summary"
-#~ msgstr "atualizar resumo:"
+msgid "Search tips:"
+msgstr "respostas /"
+#: skins/default/templates/main_page/headline.html:26
#, fuzzy
-#~ msgid "Badges"
-#~ msgstr "insígnias/"
+msgid "reset author"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:29
#, fuzzy
-#~ msgid "Close question"
-#~ msgstr "últimas perguntas"
+msgid "reset tags"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:40
#, fuzzy
-#~ msgid "Close the question"
-#~ msgstr "últimas perguntas"
+msgid "Search tip:"
+msgstr "respostas /"
+
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:4
#, fuzzy
-#~ msgid "Rep system summary"
-#~ msgstr "atualizar resumo:"
+msgid "There are no unanswered questions here"
+msgstr "últimas perguntas"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "upvote"
-#~ msgstr "votar/"
+msgid "No questions here. "
+msgstr "perguntas /"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:16
#, fuzzy
-#~ msgid "use tags"
-#~ msgstr "tags"
+msgid "resetting author"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "downvote"
-#~ msgstr "votar/"
+msgid "resetting tags"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "últimas perguntas"
+msgid "starting over"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "últimas perguntas"
+msgid "Please always feel free to ask your question!"
+msgstr "últimas perguntas"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr ""
+
+#: skins/default/templates/main_page/questions_loop.html:13
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "últimas perguntas"
+msgid "Please, post your question!"
+msgstr "últimas perguntas"
+#: skins/default/templates/main_page/tab_bar.html:9
#, fuzzy
-#~ msgid "Still have questions?"
-#~ msgstr "últimas perguntas"
+msgid "subscribe to the questions feed"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
+
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "por favor, use %(tag_count)d tags ou menos"
+msgstr[1] "por favor, use %(tag_count)d tags ou menos"
+
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:15
#, fuzzy
-#~ msgid "Feedback"
-#~ msgstr "feedback/"
+msgid "oldest answers"
+msgstr "oldest"
+
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr ""
+#: skins/default/templates/question/answer_tab_bar.html:18
#, fuzzy
-#~ msgid "(this field is required)"
-#~ msgstr "Campo País é necessário"
+msgid "newest answers"
+msgstr "oldest"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:21
#, fuzzy
-#~ msgid "Send Feedback"
-#~ msgstr "feedback/"
+msgid "popular answers"
+msgstr "oldest"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "perguntar anonimamente"
+msgid "Answer Your Own Question"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "answered"
-#~ msgstr "responder/"
+msgid "Login/Signup to Answer"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/new_answer_form.html:22
#, fuzzy
-#~ msgid "previous"
-#~ msgstr "revisões /"
+msgid "Your answer"
+msgstr "oldest"
+#: skins/default/templates/question/new_answer_form.html:24
#, fuzzy
-#~ msgid "Questions"
-#~ msgstr "perguntas /"
+msgid "Be the first one to answer this question!"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+
+#: skins/default/templates/question/new_answer_form.html:43
#, fuzzy
-#~ msgid "Edit question"
-#~ msgstr "perguntar/"
+msgid "Login/Signup to Post Your Answer"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/new_answer_form.html:48
#, fuzzy
-#~ msgid "Change tags"
-#~ msgstr "Mudar status para"
+msgid "Answer the question"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+msgid " or"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "alterar tags/"
+msgid "email"
+msgstr "A sua mensagem:"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "Reopen question"
-#~ msgstr "últimas perguntas"
+msgid "Question tools"
+msgstr "perguntas /"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "título"
+msgid "click to unfollow this question"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "últimas perguntas"
+msgid "Following"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sidebar.html:9
#, fuzzy
-#~ msgid "Reopen this question"
-#~ msgstr "últimas perguntas"
+msgid "Unfollow"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "Revision history"
-#~ msgstr "revisões /"
+msgid "click to follow this question"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sidebar.html:14
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "revisões /"
+msgid "Follow"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/question/sidebar.html:27
+msgid "email the updates"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "inscrever-por-tags/"
+msgid "subscribe to this question rss feed"
+msgstr "últimas perguntas"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "by name"
-#~ msgstr "Nome real"
+msgid "subscribe to rss feed"
+msgstr "inscrever-por-tags/"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:48
#, fuzzy
-#~ msgid "by popularity"
-#~ msgstr "most voted"
+msgid "question asked"
+msgstr "perguntas /"
+#: skins/default/templates/question/sidebar.html:51
#, fuzzy
-#~ msgid "Users"
-#~ msgstr "usuários/"
+msgid "question was seen"
+msgstr "perguntas /"
+
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr ""
+#: skins/default/templates/question/sidebar.html:63
#, fuzzy
-#~ msgid "reputation"
-#~ msgstr "karma"
+msgid "Related questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "Perfil"
+#: skins/default/templates/user_profile/user_edit.html:4
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "perguntas /"
+msgid "Edit user profile"
+msgstr "Perfil"
+#: skins/default/templates/user_profile/user_edit.html:7
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "Configurar insígnias/"
+msgid "edit profile"
+msgstr "Perfil"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "últimas perguntas"
+msgid "change picture"
+msgstr "Mudar status para"
+
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:39
#, fuzzy
-#~ msgid "Please, post your question!"
-#~ msgstr "últimas perguntas"
+msgid "Screen Name"
+msgstr "Apelido"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "por favor, use %(tag_count)d tags ou menos"
-#~ msgstr[1] "por favor, use %(tag_count)d tags ou menos"
+msgid "subscriptions"
+msgstr "perguntas /"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
#, fuzzy
-#~ msgid "oldest answers"
-#~ msgstr "oldest"
+msgid "Email subscription settings"
+msgstr "perguntas /"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
#, fuzzy
-#~ msgid "newest answers"
-#~ msgstr "oldest"
+msgid "email subscription settings info"
+msgstr "perguntas /"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr ""
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "popular answers"
-#~ msgstr "oldest"
+msgid "followed questions"
+msgstr "últimas perguntas"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "Your answer"
-#~ msgstr "oldest"
+msgid "Sections:"
+msgstr "perguntas /"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "por favor, use %(tag_count)d tags ou menos"
+
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:51
+msgid "seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:54
+msgid "mark as seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:36
#, fuzzy
-#~ msgid "Answer the question"
-#~ msgstr "últimas perguntas"
+msgid "update profile"
+msgstr "Perfil"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:53
#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "perguntas /"
+msgid "real name"
+msgstr "Nome real"
+
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr ""
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:69
#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "últimas perguntas"
+msgid "user website"
+msgstr "Site"
+#: skins/default/templates/user_profile/user_info.html:75
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "últimas perguntas"
+msgid "location"
+msgstr "moderador"
+#: skins/default/templates/user_profile/user_info.html:82
#, fuzzy
-#~ msgid "question asked"
-#~ msgstr "perguntas /"
+msgid "age"
+msgstr "insígnias/"
+#: skins/default/templates/user_profile/user_info.html:83
#, fuzzy
-#~ msgid "question was seen"
-#~ msgstr "perguntas /"
+msgid "age unit"
+msgstr "Texto da mensagem"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:89
#, fuzzy
-#~ msgid "Related questions"
-#~ msgstr "últimas perguntas"
+msgid "votes left"
+msgstr "votar/"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid "edit profile"
-#~ msgstr "Perfil"
+msgid "moderation"
+msgstr "moderador"
+
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid "Screen Name"
-#~ msgstr "Apelido"
+msgid "User status changed"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "perguntas /"
+msgid "Save"
+msgstr "editar /"
+
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "Email subscription settings"
-#~ msgstr "perguntas /"
+msgid "User reputation changed"
+msgstr "Configurar insígnias/"
+
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "mensagens/"
+
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "últimas perguntas"
+msgid "Message sent"
+msgstr "Texto da mensagem"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "perguntas /"
+msgid "Send message"
+msgstr "mensagens/"
+
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:83
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "Perfil"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Perfil"
+
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "real name"
-#~ msgstr "Nome real"
+msgid "Answer to:"
+msgstr "respostas /"
+#: skins/default/templates/user_profile/user_tabs.html:5
#, fuzzy
-#~ msgid "user website"
-#~ msgstr "Site"
+msgid "User profile"
+msgstr "Perfil"
+
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:23
#, fuzzy
-#~ msgid "age"
-#~ msgstr "insígnias/"
+msgid "reputation history"
+msgstr "karma"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
+msgid "questions that user is following"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr ""
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_votes.html:4
#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "moderador"
+msgid "votes"
+msgstr "votar/"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "Configurar insígnias/"
+msgid "answer tips"
+msgstr "respostas /"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "Configurar insígnias/"
+msgid "please make your answer relevant to this community"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "Texto da mensagem"
+msgid "see frequently asked questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/widgets/ask_button.html:2
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "mensagens/"
+msgid "ask a question"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/ask_form.html:6
#, fuzzy
-#~ msgid "User profile"
-#~ msgstr "Perfil"
+msgid "login to post question info"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+
+#: skins/default/templates/widgets/ask_form.html:42
#, fuzzy
-#~ msgid "reputation history"
-#~ msgstr "karma"
+msgid "Login/signup to post your question"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/ask_form.html:44
#, fuzzy
-#~ msgid "votes"
-#~ msgstr "votar/"
+msgid "Ask your question"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:38
#, fuzzy
-#~ msgid "answer tips"
-#~ msgstr "respostas /"
+msgid "about"
+msgstr "about /"
+#: skins/default/templates/widgets/footer.html:40
#, fuzzy
-#~ msgid "see frequently asked questions"
-#~ msgstr "últimas perguntas"
+msgid "privacy policy"
+msgstr "privacidade /"
+#: skins/default/templates/widgets/footer.html:49
#, fuzzy
-#~ msgid "ask a question"
-#~ msgstr "últimas perguntas"
+msgid "give feedback"
+msgstr "feedback/"
+
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
+#: skins/default/templates/widgets/meta_nav.html:10
#, fuzzy
-#~ msgid "login to post question info"
-#~ msgstr "últimas perguntas"
+msgid "users"
+msgstr "usuários/"
+#: skins/default/templates/widgets/meta_nav.html:15
#, fuzzy
-#~ msgid "Ask your question"
-#~ msgstr "últimas perguntas"
+msgid "badges"
+msgstr "insígnias/"
+#: skins/default/templates/widgets/question_edit_tips.html:3
#, fuzzy
-#~ msgid "about"
-#~ msgstr "about /"
+msgid "question tips"
+msgstr "perguntas /"
+#: skins/default/templates/widgets/question_edit_tips.html:5
#, fuzzy
-#~ msgid "privacy policy"
-#~ msgstr "privacidade /"
+msgid "please ask a relevant question"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr ""
+
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] ""
+msgstr[1] ""
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "give feedback"
-#~ msgstr "feedback/"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "responder/"
+msgstr[1] "responder/"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "users"
-#~ msgstr "usuários/"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "votar/"
+msgstr[1] "votar/"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:5
#, fuzzy
-#~ msgid "badges"
-#~ msgstr "insígnias/"
+msgid "see unanswered questions"
+msgstr "últimas perguntas"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "question tips"
-#~ msgstr "perguntas /"
+msgid "see your followed questions"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "please ask a relevant question"
-#~ msgstr "últimas perguntas"
+msgid "Please ask your question here"
+msgstr "últimas perguntas"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "últimas perguntas"
+msgid "badges:"
+msgstr "insígnias/"
+#: skins/default/templates/widgets/user_navigation.html:8
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "últimas perguntas"
+msgid "logout"
+msgstr "sair /"
+#: skins/default/templates/widgets/user_navigation.html:10
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "insígnias/"
+msgid "login"
+msgstr "Configurar insígnias/"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "logout"
-#~ msgstr "sair /"
+msgid "settings"
+msgstr "Configurar insígnias/"
+
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr ""
+
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
+
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
+
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr ""
+
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr ""
+
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr ""
+
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
+
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
+
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr ""
+
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
+
+#: utils/forms.py:138
+msgid "your email address"
+msgstr ""
+
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr ""
+
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr ""
+
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+
+#: utils/forms.py:169
+msgid "choose password"
+msgstr ""
+
+#: utils/forms.py:170
+msgid "password is required"
+msgstr ""
+
+#: utils/forms.py:173
+msgid "retype password"
+msgstr ""
+
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr ""
+
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr ""
+
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr ""
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr ""
+
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
+msgid "Please sign in to vote"
+msgstr ""
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr ""
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr ""
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+
+#: views/users.py:212
+msgid "moderate user"
+msgstr ""
+
+#: views/users.py:387
+msgid "user profile"
+msgstr ""
+
+#: views/users.py:388
+msgid "user profile overview"
+msgstr ""
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr ""
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr ""
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr ""
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr ""
+
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr ""
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr ""
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr ""
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr ""
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr ""
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr ""
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr ""
+
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+
+#: views/writers.py:192
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "Configurar insígnias/"
+msgid "Please log in to ask questions"
+msgstr "últimas perguntas"
+
+#: views/writers.py:493
+msgid "Please log in to answer questions"
+msgstr ""
+
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "conteúdo questão deve ser > 10 caracteres"
#, fuzzy
#~ msgid "Question tags"
@@ -4308,10 +6570,6 @@ msgstr ""
#~ msgid "questions"
#~ msgstr "perguntas /"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "últimas perguntas"
-
#~ msgid "Email (not shared with anyone):"
#~ msgstr "E-mail (não compartilhado com ninguém):"
diff --git a/askbot/locale/ro/LC_MESSAGES/django.mo b/askbot/locale/ro/LC_MESSAGES/django.mo
index 197dc079..4b5f6ebd 100644
--- a/askbot/locale/ro/LC_MESSAGES/django.mo
+++ b/askbot/locale/ro/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/ro/LC_MESSAGES/django.po b/askbot/locale/ro/LC_MESSAGES/django.po
index 3d70c21b..f5189771 100644
--- a/askbot/locale/ro/LC_MESSAGES/django.po
+++ b/askbot/locale/ro/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ubuntu-ro\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:37-0600\n"
+"POT-Creation-Date: 2012-01-02 11:23-0600\n"
"PO-Revision-Date: 2011-04-10 19:43+0000\n"
"Last-Translator: Adi Roiban <adi@roiban.ro>\n"
"Language-Team: Romanian <ro@li.org>\n"
@@ -49,7 +49,10 @@ msgstr "Țară"
msgid "Country field is required"
msgstr "Câmpul cu țara este obligatoriu"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "titlu"
@@ -57,34 +60,47 @@ msgstr "titlu"
msgid "please enter a descriptive title for your question"
msgstr "introduceți un titlu descriptiv pentru întrebare"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "titlul trebuie să fie mai lung decât 10 caractere"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "titlul trebuie să fie mai lung decât 10 caractere"
+msgstr[1] "titlul trebuie să fie mai lung decât 10 caractere"
+msgstr[2] "titlul trebuie să fie mai lung decât 10 caractere"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "conținut"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "conținutul întrebării trebuie să fie mai lung decât 10 caractere"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "etichete"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Etichetele sunt cuvinte cheie scurte, fără spații. Pot fi folosite până la "
+"cinci etichete."
+msgstr[1] ""
+"Etichetele sunt cuvinte cheie scurte, fără spații. Pot fi folosite până la "
+"cinci etichete."
+msgstr[2] ""
"Etichetele sunt cuvinte cheie scurte, fără spații. Pot fi folosite până la "
"cinci etichete."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "etichetele sunt obligatorii"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
@@ -92,12 +108,12 @@ msgstr[0] "vă rugăm să folosiți %(tag_count)d etichetă sau mai puțin"
msgstr[1] "vă rugăm să folosiți %(tag_count)d etichete sau mai puțin"
msgstr[2] "vă rugăm să folosiți %(tag_count)d de etichete sau mai puțin"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
@@ -108,17 +124,17 @@ msgstr[1] ""
msgstr[2] ""
"fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d de caractere"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "folositi-aceste-caractere-in-etichete"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
"wiki al comunității (nu se primesc puncte de reputație și mesajul poate fi "
"modificat de mai multe persoane)"
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -126,11 +142,11 @@ msgstr ""
"dacă alegeți opțiunea wiki al comunității, întrebarea și răspunsul nu vor "
"genera puncte iar numele autorului nu va fi afișat"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "sumar actualizare:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -138,108 +154,108 @@ msgstr ""
"introduceți o descriere scurtă a reviziei (de ex. corectare ortografică, "
"gramaticală, stil îmbunătățit, câmp opțional)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Introduceți numărul de puncte pentru a fi adăugate sau retrase"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "aprobat"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "urmărit"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "suspendat"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "blocat"
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "Administrator"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "moderator"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Schimbă starea în"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "care?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "Nu se poate schimba propria stare"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "Nu s-a putut schimba alt utilizator în moderator"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "Nu se poate schimba starea altui utilizator"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Nu se poate schimba propria stare"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr "Dacă doriți să modificați statusul %(username)s alegeți ceva expresiv."
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Linie subiect"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "Text mesaj"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Nume:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "email"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Mesaj:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr "întreabă anonim"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
"Bifați în cazul în care nu doriți să dezvăluiți numele vostru când puneți "
"această întrebare"
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
@@ -247,11 +263,11 @@ msgstr ""
"Ați răspuns la această întrebare anonim, dacă decideți să vă arătați "
"identitatea, marcați această căsuță."
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr "arată identitatea"
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
@@ -259,7 +275,7 @@ msgstr ""
"Doar cel care a pus întrebarea anonimă poate dezvălui identitatea, debifați "
"căsuța"
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
@@ -269,137 +285,143 @@ msgstr ""
"rugăm să marcați căsuța „arată identitatea†sau să reîncărcați pagina pentru "
"a încerca din nou să introduceți întrebarea."
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr "această adresă de email va fi conectată cu gravatarul"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Nume real"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Pagină web"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr "OraÈ™"
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr "Arată țara"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Data nașterii"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"nu va fi afișată, ci folosită doar pentru calcularea vârstei, format AAAA-LL-"
"ZZ"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Nume afișat"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "acest email este deja înregistrat, utilizați altul"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "Alegeți filtru email etichete"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "ÃŽntrebate de mine"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Răspunse de mine"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Alese individual"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Toate întrebările (filtrate pe tag)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Comentarii și răspunsuri în care sunt menționat eu"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "Bine, să încercăm!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "fără emailuri de la comunitate, mulțumesc"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "alegeți una dintre opțiunile de mai sus"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "despre/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "intrebari-frecvente/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "confidentialitate/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "raspunsuri/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "edit/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "revizii/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "intrebari/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "intreaba/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "retag/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "inchide/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "redeschide/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "raspuns/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "vot/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "etichete/"
@@ -409,6 +431,8 @@ msgid "subscribe-for-tags/"
msgstr "abonare-etichete/"
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "utilizatori/"
@@ -441,11 +465,15 @@ msgstr "incarca/"
msgid "feedback/"
msgstr "sugestii/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "intrebare/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "cont/"
@@ -935,104 +963,116 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "etichete actualizate"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
msgid "Use wildcard tags"
msgstr ""
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr ""
@@ -1938,6 +1978,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "întrebare_cu_răspuns"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Închide întrebarea"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "întrebările favorite ale utilizatorului"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "întrebările favorite ale utilizatorului"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "întrebare duplicat"
@@ -1978,7 +2051,7 @@ msgstr "prea localizată"
msgid "newest"
msgstr "cele mai noi"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "mai vechi"
@@ -2011,6 +2084,7 @@ msgid "relevance"
msgstr "relevanță"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "toate"
@@ -2149,7 +2223,7 @@ msgstr "[închis]"
msgid "[deleted]"
msgstr "[șters]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "versiune inițială"
@@ -2207,15 +2281,15 @@ msgstr "ce este gravatarul"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "aur"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "argint"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronz"
@@ -2351,7 +2425,7 @@ msgid "Incorrect username."
msgstr "Nume de utilizator incorect"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "autentificare/"
@@ -2389,6 +2463,7 @@ msgid "%(site)s user name and password"
msgstr ""
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr "Creați un cont protejat prin parolă"
@@ -2495,60 +2570,60 @@ msgstr "Noua parolă a fost salvată"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
"Pentru a vă autentifica efectuați clic pe oricare din iconițele de mai jos"
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr "E-mail-ul pentru recuperarea contului a fost trimis"
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr "Adăugați una sau mai multe metode de autentificare"
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
"Dacă doriți, adăugați, ștergeți sau revalidați metodele de autentificare"
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr "Așteptați puțin! Contul dumneavoastră este recuperat, dar..."
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
"Ne pare rău, cheia pentru recuperarea contului a expirat sau nu mai este "
"validă"
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr "Metoda de autentificare pentru %(provider_name)s nu există"
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr "Oauu, scuze - a apărut o eroare - încercați mai târziu"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr "Autentificarea pentru %(provider)s este funcțională"
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"adresa dumneavoastră de e-mail trebuie validată, consultați %(details_url)s"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr "Recuperați contul %(site)s"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr "Verificați-vă e-mail-ul și mergeți la legătura inclusă"
@@ -2582,6 +2657,76 @@ msgstr "Valoare implicită: %s"
msgid "Allowed image file types are %(types)s"
msgstr "Tipurile de fișiere imagine permise sunt %(types)s"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Pagini web"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "Documentație"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Schimbă parola"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Ieșire"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "Acasă"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "Editare configurări de grup"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Corectați eroarea de mai jos"
+msgstr[1] "Corectați erorile de mai jos"
+msgstr[2] "Corectați erorile de mai jos"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "Configurări incluse în %(name)s."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "Nu aveți permisiunea de a edita valorile"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Editați configurările site-ului"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "Configurările live sunt dezactivate pentru acest site"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+"Toate opțiunile de configurare trebuie editate în fișierul site-ului "
+"settings.py"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "Configurări grup: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Restrânge tot"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Felicitări, de acum sunteți un administrator"
@@ -2721,7 +2866,7 @@ msgstr[0] "%(question_count)d întrebare actualizată despre %(topics)s"
msgstr[1] "%(question_count)d întrebări actualizate despre %(topics)s"
msgstr[2] "%(question_count)d de întrebări actualizate despre %(topics)s"
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "administrează metodele de autentificare"
@@ -2751,13 +2896,13 @@ msgstr ""
"Nu se poate accepta sau revoca acceptarea pentru propriul răspuns la propria "
"întrebare"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, fuzzy, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
@@ -2766,37 +2911,37 @@ msgstr ""
"Numai autorul original al întrebării - %(username)s - poate accepta cel mai "
"bun răspuns"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "nu se pot vota mesajele proprii"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr "Contul dumneavoastră pare a fi blocat "
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr "Contul dumneavoastră pare a fi suspendat "
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "Sunt necesare >%(points)s puncte pentru a vota pozitiv"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "sunt necesare %(points)s puncte pentru a dezaprova"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr "Utilizatorii blocați nu pot încărca fișiere"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr "Utilizatorii suspendați nu pot încărca fișiere"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
@@ -2804,15 +2949,15 @@ msgstr ""
"încărcarea de imagini este limitată utilizatorilor cu mai mult de "
"%(min_rep)s puncte de reputație"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "utilizatorii blocați nu pot introduce postări"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "utilizatorii suspendați nu pot introduce postări"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2830,19 +2975,19 @@ msgstr[2] ""
"Comentariile (cu excepția ultimului) pot fi modificate numai într-un "
"interval de %(minutes)s de minute de la postare"
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
"Doar cel care a adăugat mesajul și moderatorii pot modifica comentariile"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, puteți comenta numai postările "
"proprii"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
@@ -2852,7 +2997,7 @@ msgstr ""
"%(min_rep)s puncte de reputație. Puteți în continuare să comentați mesajele "
"și răspunsurile pentru întrebările proprii"
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
@@ -2860,7 +3005,7 @@ msgstr ""
"Această postare a fost ștearsă și poate fi văzută numai de către "
"proprietari, administratorii site-ului și moderatori"
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
@@ -2868,18 +3013,18 @@ msgstr ""
"Numai moderatorii, administratorii site-ului și proprietarii postării pot "
"modifica postările șterse"
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
"Deoarece contul dumneavoastră este blocat, nu puteți modifica postările"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, puteți modifica numai "
"postările proprii"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
@@ -2887,7 +3032,7 @@ msgstr ""
"Pentru a modifica wiki-ul, este necesar un minim de %(min_rep)s puncte de "
"reputație"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
@@ -2896,7 +3041,7 @@ msgstr ""
"Ne pare rău, pentru a modifica mesajele altor utilizatori este nevoie de un "
"minim de %(min_rep)s puncte de reputație"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2913,18 +3058,18 @@ msgstr[2] ""
"Nu puteți șterge întrebarea deoarece beneficiază de răspunsuri votate "
"pozitiv de alți utilizatori."
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr "Deoarece contul dumneavoastră este blocat, nu puteți șterge postări"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, puteți șterge numai postările "
"proprii"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
@@ -2933,16 +3078,16 @@ msgstr ""
"Ne pare rău, pentru a șterge mesajele altor utilizatori este nevoie de un "
"minim de %(min_rep)s puncte de reputație"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr "Deoarece contul dumneavoastră este blocat, nu puteți închide întrebări"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, nu puteți închide întrebări"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
@@ -2951,7 +3096,7 @@ msgstr ""
"Ne pare rău, pentru a închide mesajele altor utilizatori este nevoie de un "
"minim de %(min_rep)s puncte de reputație"
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
@@ -2959,7 +3104,7 @@ msgstr ""
"Ne pare rău, pentru a închide propria întrebare este nevoie de un minim de "
"%(min_rep)s puncte de reputație"
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
@@ -2969,7 +3114,7 @@ msgstr ""
"o reputație de minim %(min_rep)s puncte de reputație pot redeschide "
"întrebări."
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
@@ -2977,30 +3122,64 @@ msgstr ""
"Ne pare rău, pentru a redesche propria întrebare este nevoie de un minim de "
"%(min_rep)s puncte de reputație"
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "nu se poate marca ofensiv de mai multe ori"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr "utilizatorii blocați nu pot marca postări"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr "utilizatorii suspendați nu pot marca postări"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
"este nevoie de mai mult de %(min_rep)s puncte pentru a marca drept spam"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr "ați depășit %(max_flags_per_day)s"
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "utilizatorii blocați nu pot marca postări"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "utilizatorii suspendați nu pot marca postări"
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+"este nevoie de mai mult de %(min_rep)s puncte pentru a marca drept spam"
+msgstr[1] ""
+"este nevoie de mai mult de %(min_rep)s puncte pentru a marca drept spam"
+msgstr[2] ""
+"este nevoie de mai mult de %(min_rep)s puncte pentru a marca drept spam"
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "Nu aveți permisiunea de a edita valorile"
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
@@ -3008,19 +3187,19 @@ msgstr ""
"Numai proprietarii întrebării, administratorii site-ului și moderatorii pot "
"reeticheta întrebările șterse"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
"Deoarece contul dumneavoastră este blocat, nu puteți reeticheta întrebări"
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, puteți reeticheta numai "
"întrebările proprii"
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
@@ -3028,42 +3207,42 @@ msgstr ""
"Ne pare rău, pentru a reeticheta întrebări este nevoie de un minim de "
"%(min_rep)s puncte de reputație"
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr "Deoarece contul dumneavoastră este blocat, nu puteți șterge comentarii"
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
"Deoarece contul dumneavoastră este suspendat, puteți șterge numai propriile "
"comentarii"
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
"Ne pare rău, pentru a șterge un comentariu este nevoie de un minim de "
"%(min_rep)s puncte de reputație"
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "voturile vechi nu pot fi revocate"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "în %(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
@@ -3071,7 +3250,7 @@ msgstr[0] "acum %(hr)d oră"
msgstr[1] "acum %(hr)d ore"
msgstr[2] "acum %(hr)d de ore"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
@@ -3079,7 +3258,7 @@ msgstr[0] "acum %(min)d minut"
msgstr[1] "acum %(min)d minute"
msgstr[2] "acum %(min)d de minute"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
@@ -3087,52 +3266,51 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr "Anonim"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr "Administrator"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr "Moderator"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr "Utilizator suspendat"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr "Utilizator blocat"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr "Utilizator înregistrat"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr "Utilizator urmărit"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr "Utilizator aprobat"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "%(username)s are %(reputation)s puncte de reputație"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
@@ -3140,7 +3318,7 @@ msgstr[0] "o insignă de aur"
msgstr[1] "%(count)d insigne de aur"
msgstr[2] "%(count)d de insigne de aur"
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3148,7 +3326,7 @@ msgstr[0] "o insignă de argint"
msgstr[1] "%(count)d insigne de argint"
msgstr[2] "%(count)d de insigne de argint"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
@@ -3156,28 +3334,22 @@ msgstr[0] "o insignă de bronz"
msgstr[1] "%(count)d insigne de bronz"
msgstr[2] "%(count)d de insigne de bronz"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr "%(item1)s și %(item2)s"
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr "%(user)s are %(badges)s"
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
+#: models/__init__.py:2305
+#, fuzzy, python-format
+msgid "\"%(title)s\""
msgstr "Re: \"%(title)s\""
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr "ÃŽntrebare: „%(title)sâ€"
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
@@ -3186,7 +3358,7 @@ msgstr ""
"Felicitări, aÈ›i obÈ›inut o insignă „%(badge_name)sâ€. VerificaÈ›i <a href="
"\"%(user_profile)s\">profilul propriu</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr "Abonarea la etichetă a fost salvată!"
@@ -3591,37 +3763,213 @@ msgstr "Săptămânal"
msgid "No email"
msgstr "Fără email"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Introduceți %(username_token)s"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "alegeți una dintre opțiunile de mai sus"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Schimbare email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "Salvați adresa de email"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "modifică informațiile despre %(email)s"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"pentru a afla de ce este necesară o adresă de e-mail, consultați "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "Adresa nouă de e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "Adresa dumneavoastră de e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "Salvează adresa de e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Anulează"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "Validează adresa de e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"validați informațiile despre %(email)s sau mergeți la %(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "Adresa de e-mail nu a fost schimbată"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"vechea adresă %(email)s a fost păstrată, puteți merge, dacă doriți, la "
+"%(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "Adresa de e-mail a fost schimbată"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr "adresa curentă %(email)s poate fi utilizată pentru acest lucru"
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "Adresa de e-mail a fost verificată"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr "Mulțumim pentru verificarea adresei de e-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "cheia pentru adresa de e-mail nu a fost trimisă"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"cheia pentru adresa de e-mail nu a fost trimisă %(email)s modificați adresa "
+"de e-mail aici %(change_link)s"
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+msgid "Registration"
+msgstr "ÃŽnregistrare"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"înregistrați informații noi pentru contul %(provider)s, consultați "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"%(username)s există deja, alegeți un alt nume pentru \n"
+" %(provider)s. Este necesară și o adresă de e-"
+"mail, consultați %(gravatar_faq_url)s\n"
+" "
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"înregistrați informații noi pentru contul %(provider)s extern, consultați "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"înregistrați informații noi pentru conectarea prin contul Facebook, "
+"consultați %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Acest cont există deja, vă rugăm să utilizați un altul."
+
+#: skins/common/templates/authopenid/complete.html:59
+#, fuzzy
+msgid "Screen name label"
+msgstr "Nume afișat"
+
+#: skins/common/templates/authopenid/complete.html:66
+#, fuzzy
+msgid "Email address label"
+msgstr "adresa de email"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+#, fuzzy
+msgid "please select one of the options above"
+msgstr "alegeți una dintre opțiunile de mai sus"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "creaţi un cont"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
#, fuzzy
msgid "Your account details are:"
msgstr "Detaliile contului sunt:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Nume utilizator:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Parolă:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
#, fuzzy
msgid "Please sign in here:"
msgstr "Vă rugăm să vă autentificați pentru a vă abona la: %(tags)s"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
#, fuzzy
msgid ""
"Sincerely,\n"
@@ -3629,17 +3977,14 @@ msgid ""
msgstr "<p>Cu stimă,<br/>Administrator forum</p>"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3650,2028 +3995,2776 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, fuzzy, python-format
-msgid ""
-"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Ieșire"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
msgstr ""
-"\n"
-"Salut, acesta este un mesaj de sugestii pentru %(site_title)s\n"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/logout.html:7
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
msgstr ""
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "nu sunt elemente în contor"
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Autentificare autilizator"
-#: templatetags/extra_tags.py:43
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
-msgid "%(username)s gravatar image"
-msgstr "imagine gravatat %(username)s"
-
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
-msgstr "Oops, ne cerem scuze - a apărut o eroare"
-
-#: utils/decorators.py:109
-#, fuzzy
-msgid "Please login to post"
-msgstr "administrează metodele de autentificare"
-
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "acest câmp este obligatoriu"
-
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "alegeți un nume de utilizator"
-
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "numele de utilizator este obligatoriu"
-
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "ne pare rău, acest nume este luat, alegeți un alt nume"
-
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "ne pare rău, acest nume nu este permis, alegeți un alt nume"
-
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "ne pare rău, nu există nici un utilizator cu acest nume"
-
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-"ne pare rău, avem o problemă gravă, numele de utilizator este luat de mai "
-"mult utilizatori"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
msgstr ""
-"numele de utilizator poate fi format doar din litere, spații și liniuță de "
-"subliniere"
-
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "adresa de email"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "adresa de email este obligatorie"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "introduceți o adresă de email validă"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
msgstr ""
-"această adresă de email este deja folosită de un alt utilizator, folosiți o "
-"altă adresă"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "alegeți parola"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "parola este obligatorie"
+#: skins/common/templates/authopenid/signin.html:42
+#, fuzzy
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr "Verificați-vă e-mail-ul și mergeți la legătura inclusă"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "retastați parola"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Introduceți %(username_token)s"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "retastați parola"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "ne pare rău, parolele tastate nu sunt identice, încercați din nou"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "fără e-mail"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "acum 2 zile"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Parolă"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "ieri"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Autentificare"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "acum %(hr)d oră"
-msgstr[1] "acum %(hr)d ore"
-msgstr[2] "acum %(hr)d de ore"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr ""
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "acum %(min)d minut"
-msgstr[1] "acum %(min)d minute"
-msgstr[2] "acum %(min)d de minute"
+#: skins/common/templates/authopenid/signin.html:117
+msgid "New password"
+msgstr "Parolă nouă"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
-msgstr "A încărcat cu succes un avatar nou."
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
+msgstr "introduceți din nou"
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr "Ați actualizat cu succes propriul avatar."
+#: skins/common/templates/authopenid/signin.html:146
+#, fuzzy
+msgid "Here are your current login methods"
+msgstr "Adăugați una sau mai multe metode de autentificare"
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
-msgstr "Ați șters cu succes avatarele cerute."
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "Utilizator aprobat"
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "utilizatorii anonimi nu pot vota"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "văzut ultima dată"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr "Ne pare rău, dar nu mai aveți voturi pentru azi... și mâine este o zi"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr "Mai ai %(votes_left)s voturi pentru azi"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "șterge"
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "Ne pare rău dar utilizatorii anonimi nu pot accesa inboxul"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "voturile vechi nu pot fi revocate"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr "Ne pare rău dar ceva nu este în regulă aici"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Aveți și alte întrebări?"
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "Ne pare rău dar utilizatorii anonimi nu pot accepta răspunsuri"
+#: skins/common/templates/authopenid/signin.html:186
+#, fuzzy
+msgid "Please, enter your email address below and obtain a new key"
+msgstr "Verificați-vă e-mail-ul și mergeți la legătura inclusă"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr "abonament salvat, %(email)s necesită validare, vezi %(details_url)s"
+#: skins/common/templates/authopenid/signin.html:188
+#, fuzzy
+msgid "Please, enter your email address below to recover your account"
+msgstr "Verificați-vă e-mail-ul și mergeți la legătura inclusă"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "frecvența de actualizare a emailurilor a fost definită drept zilnic"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Recuperați contul %(site)s"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
-msgstr "Abonomanetul la etichetă a fost anulat (<a href=\"%(url)s\">refă</a>)."
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr "Vă rugăm să vă autentificați pentru a vă abona la: %(tags)s"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Recuperați contul %(site)s"
-#: views/commands.py:542
+#: skins/common/templates/authopenid/signin.html:216
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Vă rugăm să vă autentificați pentru a vă abona la: %(tags)s"
+msgid "Why use OpenID?"
+msgstr "URL OpenID"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Sugestii pentru întrebări și răspunsuri"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr ""
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Vă mulțumim pentru sugestii!"
+#: skins/common/templates/authopenid/signin.html:222
+#, fuzzy
+msgid "reuse openid"
+msgstr "redeschide"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "Suntem interesați de sugestiile voastre!"
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr ""
-#: views/readers.py:151
-#, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr ""
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signin.html:232
+#, fuzzy
+msgid "Find out more"
+msgstr "\" și în plus"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d %(badge_level)s insignă"
-msgstr[1] "%(badge_count)d %(badge_level)s insigne"
-msgstr[2] "%(badge_count)d %(badge_level)s de insigne"
+#: skins/common/templates/authopenid/signin.html:233
+#, fuzzy
+msgid "Get OpenID"
+msgstr "URL OpenID"
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
msgstr ""
-"Ne pare rău, comentariul pe care îl căutați a fost șters nu mai este "
-"accesibil"
-#: views/users.py:211
-msgid "moderate this user"
-msgstr "moderează acest utilizator"
-
-#: views/users.py:212
-msgid "moderate user"
-msgstr "moderează utilizator"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr ""
+"Pentru a vă autentifica efectuați clic pe oricare din iconițele de mai jos"
-#: views/users.py:386
-msgid "user profile"
-msgstr "profil utilizator"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Autentificați-vă cu numele de utilizator și parola %(provider)s"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "privire de ansamblu profil utilizator"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+#, fuzzy
+msgid "Create login name and password"
+msgstr "Autentificați-vă cu numele de utilizator și parola %(provider)s"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "activitate recentă utilizator"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "profil - activitate recentă"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "comentarii și răspunsuri pentru întrebările altora"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+#, fuzzy
+msgid "Create Account"
+msgstr "creaţi un cont"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "profil - răspunsuri"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "sau"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "istoria voturilor utilizatorului"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr ""
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "profil - voturi"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "ce este gravatarul"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "reputația utilizatorului în comunitate"
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Schimbă etichetele"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "profil - reputație utilizator"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Detaliile contului sunt:"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "întrebările favorite ale utilizatorului"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "profile - întrebări favorite"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
msgstr "schimbările au fost salvate"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "actualizările email au fost anulate"
-
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "configurări abonament email"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
+msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "profil - abonamente email"
+#: skins/common/templates/avatar/change.html:22
+msgid "Upload"
+msgstr "Încarcă"
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "Utilizatorii anonimi nu pot încărca fișiere"
+#: skins/common/templates/avatar/confirm_delete.html:2
+msgid "delete avatar"
+msgstr "șterge avatar"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "tipurile de fiÈ™iere permise sunt „%(file_types)sâ€"
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
-#: views/writers.py:91
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "mărimea maximă a fișierului încărcat este %(file_size)sK"
-
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-"Eroare la încărcarea fișierului. Vă rugăm să contactați administratorii "
-"siteului. Vă mulțumim."
-#: views/writers.py:191
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "autentificați-vă pentru a pune o întrebare"
+msgid "Delete These"
+msgstr "răspuns șters"
-#: views/writers.py:492
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "legătură permanentă întrebare"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "legătură permanentă"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "modifică"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "vezi întrebările fără răspuns"
+msgid "remove all flags"
+msgstr "vezi toate etichetele"
-#: views/writers.py:598
-#, python-format
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-"Nu sunteți autentificat și nu puteți adăuga comentarii . Vă rugăm să vă <a "
-"href=\"%(sign_in_url)s\">autentificați</a>."
+"raportează ca ofensatoare (de ex. conține spam, reclame, texte rău-voitoare, "
+"etc.)"
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "Utilizatorii anonimi nu pot modifica comentariile"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "marchează ofensiv"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
-"Nu sunteți autentificat și nu puteți șterge comentarii . Vă rugăm să vă <a "
-"href=\"%(sign_in_url)s\">autentificați</a>."
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "elimină"
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr "ne pare rău dar se pare că avem unele dificultăți tehnice"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "recuperează"
-#~ msgid "Sites"
-#~ msgstr "Pagini web"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Răspunde întrebării"
-#~ msgid "Documentation"
-#~ msgstr "Documentație"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr ""
+"marchează acest răspuns ca favorit (efectuați clic din nou pentru a anula)"
-#~ msgid "Change password"
-#~ msgstr "Schimbă parola"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "%(question_author)s a ales acest răspuns ca fiind cel corect"
-#~ msgid "Log out"
-#~ msgstr "Ieșire"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr ""
+"Această întrebare a fost închisă din următoarele motive \"%(close_reason)s\" "
+"de către"
-#~ msgid "Home"
-#~ msgstr "Acasă"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "data închiderii %(closed_at)s"
-#~ msgid "Edit Group Settings"
-#~ msgstr "Editare configurări de grup"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
+msgstr "reetichetează"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Corectați eroarea de mai jos"
-#~ msgstr[1] "Corectați erorile de mai jos"
-#~ msgstr[2] "Corectați erorile de mai jos"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "redeschide"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "Configurări incluse în %(name)s."
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "închide"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "Nu aveți permisiunea de a edita valorile"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "acest câmp este obligatoriu"
-#~ msgid "Edit Site Settings"
-#~ msgstr "Editați configurările site-ului"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(obligatoriu)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Comută previzualizare în timp real pentru textul Markdown"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "ascunde previzualizarea"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Etichete asemămătoare"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Etichete interesante"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Adaugă"
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "Configurările live sunt dezactivate pentru acest site"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Etichete ignorate"
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr ""
-#~ "Toate opțiunile de configurare trebuie editate în fișierul site-ului "
-#~ "settings.py"
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
+msgstr "Afișare filtre etichete"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "Configurări grup: %(name)s"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr "Pagina nu a fost găsită"
-#~ msgid "Uncollapse all"
-#~ msgstr "Restrânge tot"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Ne pare rău, pagina cerută nu a putut fi găsită."
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Introduceți %(username_token)s"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Acest lucru s-a întâmplat probabil din următoarele motive:"
-#~ msgid "Change email"
-#~ msgstr "Schimbare email"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "acestă întrebare sau răspuns a fost ștearsă;"
-#~ msgid "Save your email address"
-#~ msgstr "Salvați adresa de email"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "legătura conține erori - verificați;"
-#~ msgid "change %(email)s info"
-#~ msgstr "modifică informațiile despre %(email)s"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"pagina pe care ați încercat să o vizitați este protejată și nu aveți "
+"suficiente puncte, vezi"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "pentru a afla de ce este necesară o adresă de e-mail, consultați "
-#~ "%(gravatar_faq_url)s"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "întrebări frecvente"
-#~ msgid "Your new Email"
-#~ msgstr "Adresa nouă de e-mail"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr ""
+"în cazul în care considerați că acestă eroare 404 nu ar trebui să apară, vă "
+"rugăm"
-#~ msgid "Your Email"
-#~ msgstr "Adresa dumneavoastră de e-mail"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "raportați acestă problemă"
-#~ msgid "Save Email"
-#~ msgstr "Salvează adresa de e-mail"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "mergeți înapoi la pagina anterioară"
-#~ msgid "Cancel"
-#~ msgstr "Anulează"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "vezi toate întrebările"
-#~ msgid "Validate email"
-#~ msgstr "Validează adresa de e-mail"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "vezi toate etichetele"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "validați informațiile despre %(email)s sau mergeți la %(change_email_url)s"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr "Eroare server internă"
-#~ msgid "Email not changed"
-#~ msgstr "Adresa de e-mail nu a fost schimbată"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr "eroarea a fost înregistrată și va fi rezolvată cât de curând posibil"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "vechea adresă %(email)s a fost păstrată, puteți merge, dacă doriți, la "
-#~ "%(change_email_url)s"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "puteți raporta eroarea administratorilor acestui site"
-#~ msgid "Email changed"
-#~ msgstr "Adresa de e-mail a fost schimbată"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "vezi cele mai recente întrebări"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr "adresa curentă %(email)s poate fi utilizată pentru acest lucru"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "vezi etichetele"
-#~ msgid "Email verified"
-#~ msgstr "Adresa de e-mail a fost verificată"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr "Despre %(site_name)s"
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Modifică răspuns"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "înapoi"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "revizie"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "alege revizia"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Salvează modificările"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "arată previzualizarea"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Puneți o întrebare"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr "%(name)s"
-#~ msgid "thanks for verifying email"
-#~ msgstr "Mulțumim pentru verificarea adresei de e-mail"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Insignă"
-#~ msgid "email key not sent"
-#~ msgstr "cheia pentru adresa de e-mail nu a fost trimisă"
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr "Insigna „%(name)sâ€"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "cheia pentru adresa de e-mail nu a fost trimisă %(email)s modificați "
-#~ "adresa de e-mail aici %(change_link)s"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, python-format
+msgid "%(description)s"
+msgstr "%(description)s"
-#~ msgid "Registration"
-#~ msgstr "ÃŽnregistrare"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "utilizator care a primit această insignă:"
+msgstr[1] "utilizatorii care au primit acestă insignă:"
+msgstr[2] "utilizatorii care au primit acestă insignă:"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "înregistrați informații noi pentru contul %(provider)s, consultați "
-#~ "%(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Sumar insigne"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "%(username)s există deja, alegeți un alt nume pentru \n"
-#~ " %(provider)s. Este necesară și o adresă de e-"
-#~ "mail, consultați %(gravatar_faq_url)s\n"
-#~ " "
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Insigne"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "înregistrați informații noi pentru contul %(provider)s extern, consultați "
-#~ "%(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"Comunitatea vă recompensează pentru întrebările, răspunsurile și voturile "
+"dumneavoastră."
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "înregistrați informații noi pentru conectarea prin contul Facebook, "
-#~ "consultați %(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:8
+#, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Mai jos este lista insignelor disponibile și numărul \n"
+"de ori fiecare dintre ele a fost obținuntă. Puteți trimite sugestiile "
+"voastre la %(feedback_faq_url)s.\n"
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Acest cont există deja, vă rugăm să utilizați un altul."
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Insigne ale comunității"
-#, fuzzy
-#~ msgid "Screen name label"
-#~ msgstr "Nume afișat"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr "insignă de aur: cea mai înaltă onoare ... și foarte rară"
-#, fuzzy
-#~ msgid "Email address label"
-#~ msgstr "adresa de email"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "descriere insignă de aur"
-#, fuzzy
-#~ msgid "please select one of the options above"
-#~ msgstr "alegeți una dintre opțiunile de mai sus"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
+"insignă de argint: acordată ocazional pentru contribuții de cea mai bună "
+"calitate"
-#~ msgid "create account"
-#~ msgstr "creaţi un cont"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "descriere insignă de argint"
-#~ msgid "Logout"
-#~ msgstr "Ieșire"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+"insignă de argint: acordată adesea pentru a onora pe cineva într-un mod "
+"special"
-#~ msgid "User login"
-#~ msgstr "Autentificare autilizator"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "descriere insignă de bronz"
-#, fuzzy
-#~ msgid ""
-#~ "Please check your email and visit the enclosed link to re-connect to your "
-#~ "account"
-#~ msgstr "Verificați-vă e-mail-ul și mergeți la legătura inclusă"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Închide întrebarea"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "fără e-mail"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Închide întrebarea"
-#~ msgid "Password"
-#~ msgstr "Parolă"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Motive"
-#~ msgid "Login"
-#~ msgstr "Autentificare"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "Ok pentru închidere"
-#~ msgid "New password"
-#~ msgstr "Parolă nouă"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr "Întrebări frecvente"
-#~ msgid "Please, retype"
-#~ msgstr "introduceți din nou"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Întrebări frecvente "
-#, fuzzy
-#~ msgid "Here are your current login methods"
-#~ msgstr "Adăugați una sau mai multe metode de autentificare"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Ce fel de întrebări pot întreba aici?"
-#, fuzzy
-#~ msgid "provider"
-#~ msgstr "Utilizator aprobat"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"Cel mai important - întrebările trebuie să fie <strong>relevante</strong> "
+"pentru această comunitate."
-#, fuzzy
-#~ msgid "last used"
-#~ msgstr "văzut ultima dată"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Înainte de a pune o întrebare vă rugăm să căutați acestă întrebare pentru a "
+"vă asigura că nu are deja un răspuns."
-#~ msgid "delete"
-#~ msgstr "șterge"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Ce întrebări ar trebui să evit a pune?"
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "voturile vechi nu pot fi revocate"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Vă rugăm să evitați a pune întrebări care nu sunt relevante pentru această "
+"comunitate, prea subiective și argumentative."
-#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "Aveți și alte întrebări?"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Ce ar trebui să evit în răspunsurile mele?"
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Recuperați contul %(site)s"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"Este un site pentru întrebări și răspunsuri, nu un grup de discuții. De "
+"aceea evitați purtarea unor discuții în răspunsurile dumneavoastră, mai ales "
+"că funcția pentru comentarii permite ceva spațiu pentru discuții scurte."
-#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Recuperați contul %(site)s"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Cine moderează această comunitate?"
-#, fuzzy
-#~ msgid "reuse openid"
-#~ msgstr "redeschide"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Răspunsul scurt este: <strong>dumneavoastră</strong>."
-#, fuzzy
-#~ msgid "Find out more"
-#~ msgstr "\" și în plus"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Acest site web este moderat de utilizatori."
-#, fuzzy
-#~ msgid "Get OpenID"
-#~ msgstr "URL OpenID"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Sistemul de reputație permite utilizatorilor să câștige autoritate pe care o "
+"folosesc la realizarea mai multor sarcini de moderare."
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr ""
-#~ "Pentru a vă autentifica efectuați clic pe oricare din iconițele de mai jos"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Cum funcționează sistemul de reputație?"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Autentificați-vă cu numele de utilizator și parola %(provider)s"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr "Sumar al sistemului de reputație"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"De exemplu, dacă puneți o întrebare interesantă sau dacă oferiți un răspuns "
+"util, veți fi apreciat cu voturi pozitive. Pe de altă parte, dacă răspunsul "
+"este greșit, va fi votat negativ. Fiecare vot pozitiv va genera puncte "
+"<strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, fiecare vot "
+"negativ va șterge puncte <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</"
+"strong>. Există o limită a punctelor <strong>"
+"%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> pe care le puteți acumula pentru "
+"o întrebare sau un răspuns în decursul unei zile. Tabelul de mai jos explică "
+"necesarul de puncte de reputație necesare pentru fiecare tip de sarcină de "
+"moderare."
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "vot pozitiv"
+
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "utilizează etichete"
+
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "adaugă comentarii"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "vot negativ"
+
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "creaţi un cont"
+msgid " accept own answer to own questions"
+msgstr "comentarii și răspunsuri pentru întrebările altora"
-#~ msgid "or"
-#~ msgstr "sau"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "deschide și închide propriile întrebări"
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "ce este gravatarul"
+#: skins/default/templates/faq_static.html:57
+msgid "retag other's questions"
+msgstr "reetichetează întrebările altora"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Schimbă etichetele"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "modifică întrebările wiki-ului comunității"
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "schimbările au fost salvate"
+#: skins/default/templates/faq_static.html:67
+msgid "\"edit any answer"
+msgstr "\"modifică orice răspuns"
-#~ msgid "Upload"
-#~ msgstr "Încarcă"
+#: skins/default/templates/faq_static.html:71
+msgid "\"delete any comment"
+msgstr "\"șterge orice comentariu"
-#~ msgid "delete avatar"
-#~ msgstr "șterge avatar"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "ce este gravatarul"
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "răspuns șters"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr "informații utile despre gravatar"
-#~ msgid "answer permanent link"
-#~ msgstr "legătură permanentă întrebare"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Pentru a mă înregistra trebuie să creez o parolă nouă?"
-#~ msgid "permanent link"
-#~ msgstr "legătură permanentă"
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Nu, nu trebuie neapărat. Vă puteți autentifica prin orice serviciu care "
+"recunoaște OpenID, de ex. Google, Yahoo, AOL, etc.\""
-#~ msgid "edit"
-#~ msgstr "modifică"
+#: skins/default/templates/faq_static.html:78
+msgid "\"Login now!\""
+msgstr "\"Autentifică acum!\""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "raportează ca ofensatoare (de ex. conține spam, reclame, texte rău-"
-#~ "voitoare, etc.)"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "De ce alții pot modifica întrebările/răspunsurile mele?"
-#~ msgid "flag offensive"
-#~ msgstr "marchează ofensiv"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "Scopul acestui site este..."
-#~ msgid "undelete"
-#~ msgstr "recuperează"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Întrebările și răspunsurile pot fi modifica asemănător paginilor wiki de "
+"către utilizatori cu experineță în acest fel îmbunătățindu-se calitatea "
+"bazei de cunoștințe."
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Răspunde întrebării"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+"Dacă această abordare nu este pe placul dumneavoastră, vă respectăm alegerea."
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr ""
-#~ "marchează acest răspuns ca favorit (efectuați clic din nou pentru a anula)"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Aveți și alte întrebări?"
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "%(question_author)s a ales acest răspuns ca fiind cel corect"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Răspundeți întrebărilor la %(ask_question_url)s, ajutând astfel comunitatea "
+"să devină mai bună!"
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr ""
-#~ "Această întrebare a fost închisă din următoarele motive \"%(close_reason)s"
-#~ "\" de către"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Sugestii"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "data închiderii %(closed_at)s"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Trimite sugestia ta!"
-#~ msgid "retag"
-#~ msgstr "reetichetează"
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>%(user_name)s</span> așteptăm cu intereset "
+"sugestiile tale. \n"
+"Introduceți mai jos mesajul sugestiei.\n"
+" "
-#~ msgid "reopen"
-#~ msgstr "redeschide"
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>Stimate vizitator(user_name)s</span> "
+"așteptăm cu intereset sugestiile tale. \n"
+"Introduceți mai jos mesajul sugestiei.\n"
+" "
-#~ msgid "close"
-#~ msgstr "închide"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "acest câmp este obligatoriu"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(acest câmp este obligatoriu)"
-#~ msgid "(required)"
-#~ msgstr "(obligatoriu)"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Comută previzualizare în timp real pentru textul Markdown"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Trimite sugestia"
-#~ msgid "hide preview"
-#~ msgstr "ascunde previzualizarea"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"Salut, acesta este un mesaj de sugestii pentru %(site_title)s\n"
-#~ msgid "Related tags"
-#~ msgstr "Etichete asemămătoare"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr "Importă date StackExchange"
-#~ msgid "Interesting tags"
-#~ msgstr "Etichete interesante"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
+"<em>Avertisment:</em> dacă baza de date nu este goală, creați o copie de "
+"siguranță\n"
+" înainte de a începe această operație."
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Adaugă"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
+"Încărcați fișierul dump .zip stackexchange, apoi așteptați până ce\n"
+" se termină importul datelor. Procesul poate dura câteva minute.\n"
+" Rețineți că feedback-ul va fi afișat în text simplu.\n"
+" "
-#~ msgid "Ignored tags"
-#~ msgstr "Etichete ignorate"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr "Import date"
-#~ msgid "Display tag filter"
-#~ msgstr "Afișare filtre etichete"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
+"În cazul în care întâmpinați dificultăți în utilizarea acestei unelte pentru "
+"import,\n"
+" încercați să importați datele utilizând linia de comandă : "
+"<code>python manage.py load_stackexchange calea/către/datele-dumneavoastră."
+"zip</code>"
-#~ msgid "Page not found"
-#~ msgstr "Pagina nu a fost găsită"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>%(receiving_user_name)s,</p>"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Ne pare rău, pagina cerută nu a putut fi găsită."
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a lăsat un <a href=\"%(post_url)s\">comentariu "
+"nou</a>:</p>\n"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Acest lucru s-a întâmplat probabil din următoarele motive:"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a lăsat un <a href=\"%(post_url)s\">comentariu "
+"nou</a></p>\n"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "acestă întrebare sau răspuns a fost ștearsă;"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a răspuns unei întrebări \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "url has error - please check it;"
-#~ msgstr "legătura conține erori - verificați;"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a postat o întrebare nouă \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "pagina pe care ați încercat să o vizitați este protejată și nu aveți "
-#~ "suficiente puncte, vezi"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a actualizat un răspuns la întrebarea\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "faq"
-#~ msgstr "întrebări frecvente"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s a actualizat o întrebare \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr ""
-#~ "în cazul în care considerați că acestă eroare 404 nu ar trebui să apară, "
-#~ "vă rugăm"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Rețineți că puteți <a href=\"%(user_subscriptions_url)s\">modifica</a> cu "
+"ușurință\n"
+"frecvența cu care primiți aceste notificări sau chiar anula abonamentul. Vă "
+"mulțumim pentru interesul acordat forumului nostru!</p>\n"
-#~ msgid "report this problem"
-#~ msgstr "raportați acestă problemă"
+#: skins/default/templates/instant_notification.html:42
+#, fuzzy
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "<p>Cu stimă,<br/>Administrator forum</p>"
-#~ msgid "back to previous page"
-#~ msgstr "mergeți înapoi la pagina anterioară"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Partajează această întrebare pe twitter"
-#~ msgid "see all questions"
-#~ msgstr "vezi toate întrebările"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "see all tags"
-#~ msgstr "vezi toate etichetele"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid "Internal server error"
-#~ msgstr "Eroare server internă"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "eroarea a fost înregistrată și va fi rezolvată cât de curând posibil"
+#: skins/default/templates/macros.html:29
+#, fuzzy
+msgid "i like this question (click again to cancel)"
+msgstr "îmi place această postare (efectuați clic din nou pentru a anula)"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "puteți raporta eroarea administratorilor acestui site"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "îmi place acest răspuns (efectuați clic din nou pentru a anula)"
-#~ msgid "see latest questions"
-#~ msgstr "vezi cele mai recente întrebări"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "număr actual de voturi"
-#~ msgid "see tags"
-#~ msgstr "vezi etichetele"
+#: skins/default/templates/macros.html:43
+#, fuzzy
+msgid "i dont like this question (click again to cancel)"
+msgstr "nu îmi place această postare (efectuați clic din nou pentru a anula)"
-#~ msgid "About %(site_name)s"
-#~ msgstr "Despre %(site_name)s"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "nu îmi place acest răspuns (efectuați clic din nou pentru a anula)"
-#~ msgid "Edit answer"
-#~ msgstr "Modifică răspuns"
+#: skins/default/templates/macros.html:52
+msgid "anonymous user"
+msgstr "utilizator anonim"
-#~ msgid "back"
-#~ msgstr "înapoi"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr "acest text este marca drep un wiki al comunității"
-#~ msgid "revision"
-#~ msgstr "revizie"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+"Acesta este o pagină wiki.\n"
+" Oricine cu o reputație mai mare decât %(wiki_min_rep)s este binevenit "
+"să o imbunătățească."
-#~ msgid "select revision"
-#~ msgstr "alege revizia"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "întrebat"
-#~ msgid "Save edit"
-#~ msgstr "Salvează modificările"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "răspuns"
-#~ msgid "show preview"
-#~ msgstr "arată previzualizarea"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "adăugat"
-#~ msgid "Ask a question"
-#~ msgstr "Puneți o întrebare"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "actualizat"
-#~ msgid "%(name)s"
-#~ msgstr "%(name)s"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "afiÈ™ează întrebările etichetate „%(tag)sâ€"
-#~ msgid "Badge"
-#~ msgstr "Insignă"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "șterge acest comentariu"
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "Insigna „%(name)sâ€"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "adaugă comentariu"
-#~ msgid "%(description)s"
-#~ msgstr "%(description)s"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "afișează încă <strong>%(counter)s</strong>"
+msgstr[1] "afișează încă <strong>%(counter)s</strong>"
+msgstr[2] "afișează încă <strong>%(counter)s</strong>"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "utilizator care a primit această insignă:"
-#~ msgstr[1] "utilizatorii care au primit acestă insignă:"
-#~ msgstr[2] "utilizatorii care au primit acestă insignă:"
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "afișează încă <strong>%(counter)s</strong> comentariu"
+msgstr[1] "afișează încă <strong>%(counter)s</strong> comentarii"
+msgstr[2] "afișează încă <strong>%(counter)s</strong> de comentarii"
-#~ msgid "Badges summary"
-#~ msgstr "Sumar insigne"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "imagine gravatat %(username)s"
-#~ msgid "Badges"
-#~ msgstr "Insigne"
+#: skins/default/templates/macros.html:551
+#, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "Pagina web pentru %(username)s este %(url)s"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "Comunitatea vă recompensează pentru întrebările, răspunsurile și voturile "
-#~ "dumneavoastră."
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "precedentă"
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Mai jos este lista insignelor disponibile și numărul \n"
-#~ "de ori fiecare dintre ele a fost obținuntă. Puteți trimite sugestiile "
-#~ "voastre la %(feedback_faq_url)s.\n"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "pagiona curentă"
-#~ msgid "Community badges"
-#~ msgstr "Insigne ale comunității"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "număr pagină %(num)s"
-#~ msgid "gold badge: the highest honor and is very rare"
-#~ msgstr "insignă de aur: cea mai înaltă onoare ... și foarte rară"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "pagina următoare"
-#~ msgid "gold badge description"
-#~ msgstr "descriere insignă de aur"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "postări pe pagină"
-#~ msgid ""
-#~ "silver badge: occasionally awarded for the very high quality contributions"
-#~ msgstr ""
-#~ "insignă de argint: acordată ocazional pentru contribuții de cea mai bună "
-#~ "calitate"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "răspunsuri pentru %(username)s"
-#~ msgid "silver badge description"
-#~ msgstr "descriere insignă de argint"
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "ai un răspuns nou"
+msgstr[1] "ai %(response_count)s răspunsuri noi"
+msgstr[2] "ai %(response_count)s de răspunsuri noi"
+
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "încă nici un răspuns nou"
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "%(new)s postări noi marcate și %(seen)s anterioare"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr ""
-#~ "insignă de argint: acordată adesea pentru a onora pe cineva într-un mod "
-#~ "special"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr "%(new)s postări noi marcate"
-#~ msgid "bronze badge description"
-#~ msgstr "descriere insignă de bronz"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr "%(seen)s (de) postări marcate"
-#~ msgid "Close question"
-#~ msgstr "Închide întrebarea"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Întrebări"
-#~ msgid "Close the question"
-#~ msgstr "Închide întrebarea"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Politica de confidențialitate"
-#~ msgid "Reasons"
-#~ msgstr "Motive"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Modifică întrebarea"
-#~ msgid "OK to close"
-#~ msgstr "Ok pentru închidere"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Schimbă etichetele"
-#~ msgid "FAQ"
-#~ msgstr "Întrebări frecvente"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr "Reetichetează"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Întrebări frecvente "
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "De ce să folosiți și să modificați etichetele?"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Ce fel de întrebări pot întreba aici?"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr "Etichetele ajută la organizarea și căutarea conținutului"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "Cel mai important - întrebările trebuie să fie <strong>relevante</strong> "
-#~ "pentru această comunitate."
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+"cei care modifică etichetele primesc recompense speciale din partea "
+"comunității"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Înainte de a pune o întrebare vă rugăm să căutați acestă întrebare pentru "
-#~ "a vă asigura că nu are deja un răspuns."
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "până la 5 etichete, mai puțin de 20 de caractere pentru fiecare"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Ce întrebări ar trebui să evit a pune?"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Redeschide întrebarea"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Vă rugăm să evitați a pune întrebări care nu sunt relevante pentru "
-#~ "această comunitate, prea subiective și argumentative."
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr "Titlu"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Ce ar trebui să evit în răspunsurile mele?"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+"Această întrebare a fost închisă de \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "Este un site pentru întrebări și răspunsuri, nu un grup de discuții. De "
-#~ "aceea evitați purtarea unor discuții în răspunsurile dumneavoastră, mai "
-#~ "ales că funcția pentru comentarii permite ceva spațiu pentru discuții "
-#~ "scurte."
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
+msgstr "Motiv închidere:"
-#~ msgid "Who moderates this community?"
-#~ msgstr "Cine moderează această comunitate?"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr "Când:"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Răspunsul scurt este: <strong>dumneavoastră</strong>."
+#: skins/default/templates/reopen.html:22
+msgid "Reopen this question?"
+msgstr "Redeschide această întrebare?"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Acest site web este moderat de utilizatori."
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Redeschide această întrebare"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Sistemul de reputație permite utilizatorilor să câștige autoritate pe "
-#~ "care o folosesc la realizarea mai multor sarcini de moderare."
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Istoric revizii"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Cum funcționează sistemul de reputație?"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "clic pentru a arătă/a ascunde revizia"
-#~ msgid "Rep system summary"
-#~ msgstr "Sumar al sistemului de reputație"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr "revizia %(number)s"
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "De exemplu, dacă puneți o întrebare interesantă sau dacă oferiți un "
-#~ "răspuns util, veți fi apreciat cu voturi pozitive. Pe de altă parte, dacă "
-#~ "răspunsul este greșit, va fi votat negativ. Fiecare vot pozitiv va genera "
-#~ "puncte <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, fiecare "
-#~ "vot negativ va șterge puncte <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</"
-#~ "strong>. Există o limită a punctelor <strong>"
-#~ "%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> pe care le puteți acumula "
-#~ "pentru o întrebare sau un răspuns în decursul unei zile. Tabelul de mai "
-#~ "jos explică necesarul de puncte de reputație necesare pentru fiecare tip "
-#~ "de sarcină de moderare."
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+msgid "Subscribe for tags"
+msgstr "Abonare etichete"
-#~ msgid "upvote"
-#~ msgstr "vot pozitiv"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr "Abonați-vă la următoarele etichete:"
-#~ msgid "use tags"
-#~ msgstr "utilizează etichete"
+#: skins/default/templates/subscribe_for_tags.html:15
+msgid "Subscribe"
+msgstr "Abonare"
-#~ msgid "add comments"
-#~ msgstr "adaugă comentarii"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Listă etichete"
-#~ msgid "downvote"
-#~ msgstr "vot negativ"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "comentarii și răspunsuri pentru întrebările altora"
-
-#~ msgid "open and close own questions"
-#~ msgstr "deschide și închide propriile întrebări"
-
-#~ msgid "retag other's questions"
-#~ msgstr "reetichetează întrebările altora"
+msgid "Sort by &raquo;"
+msgstr "Ordonează după:"
-#~ msgid "edit community wiki questions"
-#~ msgstr "modifică întrebările wiki-ului comunității"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "ordonate alfabetic"
-#~ msgid "\"edit any answer"
-#~ msgstr "\"modifică orice răspuns"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "după nume"
-#~ msgid "\"delete any comment"
-#~ msgstr "\"șterge orice comentariu"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "ordonate după frecvența folosirii etichetei"
-#~ msgid "what is gravatar"
-#~ msgstr "ce este gravatarul"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "după popularitate"
-#~ msgid "gravatar faq info"
-#~ msgstr "informații utile despre gravatar"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Nu a fost găsit nimic"
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Pentru a mă înregistra trebuie să creez o parolă nouă?"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Utilizatori"
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Nu, nu trebuie neapărat. Vă puteți autentifica prin orice serviciu care "
-#~ "recunoaște OpenID, de ex. Google, Yahoo, AOL, etc.\""
-
-#~ msgid "\"Login now!\""
-#~ msgstr "\"Autentifică acum!\""
-
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "De ce alții pot modifica întrebările/răspunsurile mele?"
-
-#~ msgid "Goal of this site is..."
-#~ msgstr "Scopul acestui site este..."
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Întrebările și răspunsurile pot fi modifica asemănător paginilor wiki de "
-#~ "către utilizatori cu experineță în acest fel îmbunătățindu-se calitatea "
-#~ "bazei de cunoștințe."
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "reputație"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr ""
-#~ "Dacă această abordare nu este pe placul dumneavoastră, vă respectăm "
-#~ "alegerea."
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "Still have questions?"
-#~ msgstr "Aveți și alte întrebări?"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "recent"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Răspundeți întrebărilor la %(ask_question_url)s, ajutând astfel "
-#~ "comunitatea să devină mai bună!"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "Feedback"
-#~ msgstr "Sugestii"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "Give us your feedback!"
-#~ msgstr "Trimite sugestia ta!"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "după nume de utilizator"
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>%(user_name)s</span> așteptăm cu "
-#~ "intereset sugestiile tale. \n"
-#~ "Introduceți mai jos mesajul sugestiei.\n"
-#~ " "
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>Stimate vizitator(user_name)s</span> "
-#~ "așteptăm cu intereset sugestiile tale. \n"
-#~ "Introduceți mai jos mesajul sugestiei.\n"
-#~ " "
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Nu s-a găsit nimic."
-#~ msgid "(this field is required)"
-#~ msgstr "(acest câmp este obligatoriu)"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "Send Feedback"
-#~ msgstr "Trimite sugestia"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
-#~ msgid "Import StackExchange data"
-#~ msgstr "Importă date StackExchange"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "reetichetat"
-#~ msgid ""
-#~ "<em>Warning:</em> if your database is not empty, please back it up\n"
-#~ " before attempting this operation."
-#~ msgstr ""
-#~ "<em>Avertisment:</em> dacă baza de date nu este goală, creați o copie de "
-#~ "siguranță\n"
-#~ " înainte de a începe această operație."
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Indicii de căutare:"
-#~ msgid ""
-#~ "Upload your stackexchange dump .zip file, then wait until\n"
-#~ " the data import completes. This process may take several "
-#~ "minutes.\n"
-#~ " Please note that feedback will be printed in plain text.\n"
-#~ " "
-#~ msgstr ""
-#~ "Încărcați fișierul dump .zip stackexchange, apoi așteptați până ce\n"
-#~ " se termină importul datelor. Procesul poate dura câteva minute.\n"
-#~ " Rețineți că feedback-ul va fi afișat în text simplu.\n"
-#~ " "
+#: skins/default/templates/main_page/headline.html:26
+#, fuzzy
+msgid "reset author"
+msgstr "resetare etichete"
-#~ msgid "Import data"
-#~ msgstr "Import date"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr " sau "
-#~ msgid ""
-#~ "In the case you experience any difficulties in using this import tool,\n"
-#~ " please try importing your data via command line: <code>python "
-#~ "manage.py load_stackexchange path/to/your-data.zip</code>"
-#~ msgstr ""
-#~ "În cazul în care întâmpinați dificultăți în utilizarea acestei unelte "
-#~ "pentru import,\n"
-#~ " încercați să importați datele utilizând linia de comandă : "
-#~ "<code>python manage.py load_stackexchange calea/către/datele-"
-#~ "dumneavoastră.zip</code>"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "resetare etichete"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>%(receiving_user_name)s,</p>"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "începeți din nou"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a lăsat un <a href=\"%(post_url)s\">comentariu "
-#~ "nou</a>:</p>\n"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+" pentru a lărgi sau a filtra prin adăugarea mai multor etichete sau a "
+"textului de căutat."
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a lăsat un <a href=\"%(post_url)s\">comentariu "
-#~ "nou</a></p>\n"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Indiciu de căutare:"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a răspuns unei întrebări \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "adăugarea de etichete și a mai multe cuvinte cheie pentru căutare"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a postat o întrebare nouă \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/main_page/nothing_found.html:4
+#, fuzzy
+msgid "There are no unanswered questions here"
+msgstr "vezi întrebările fără răspuns"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a actualizat un răspuns la întrebarea\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
+msgid "No questions here. "
+msgstr "întrebare_cu_răspuns"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s a actualizat o întrebare \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Rețineți că puteți <a href=\"%(user_subscriptions_url)s\">modifica</a> "
-#~ "cu ușurință\n"
-#~ "frecvența cu care primiți aceste notificări sau chiar anula abonamentul. "
-#~ "Vă mulțumim pentru interesul acordat forumului nostru!</p>\n"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Puteți extinde căutarea prin "
+#: skins/default/templates/main_page/nothing_found.html:16
#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Partajează această întrebare pe twitter"
+msgid "resetting author"
+msgstr "resetare etichete"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "îmi place această postare (efectuați clic din nou pentru a anula)"
-
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "îmi place acest răspuns (efectuați clic din nou pentru a anula)"
+msgid "resetting tags"
+msgstr "resetare etichete"
-#~ msgid "current number of votes"
-#~ msgstr "număr actual de voturi"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+#, fuzzy
+msgid "starting over"
+msgstr "începeți din nou"
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr ""
-#~ "nu îmi place această postare (efectuați clic din nou pentru a anula)"
+msgid "Please always feel free to ask your question!"
+msgstr "autentificați-vă pentru a pune o întrebare"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "nu îmi place acest răspuns (efectuați clic din nou pentru a anula)"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Nu ați găsit ceea ce căutați?"
-#~ msgid "anonymous user"
-#~ msgstr "utilizator anonim"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Vă rugăm să puneți o întrebare!"
-#~ msgid "this post is marked as community wiki"
-#~ msgstr "acest text este marca drep un wiki al comunității"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "abonarea la fluxul de întrebări"
-#~ msgid ""
-#~ "This post is a wiki.\n"
-#~ " Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
-#~ msgstr ""
-#~ "Acesta este o pagină wiki.\n"
-#~ " Oricine cu o reputație mai mare decât %(wiki_min_rep)s este "
-#~ "binevenit să o imbunătățească."
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "asked"
-#~ msgstr "întrebat"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "answered"
-#~ msgstr "răspuns"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+"fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d caracter"
+msgstr[1] ""
+"fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d caractere"
+msgstr[2] ""
+"fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d de caractere"
-#~ msgid "posted"
-#~ msgstr "adăugat"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "vă rugăm să folosiți %(tag_count)d etichetă sau mai puțin"
+msgstr[1] "vă rugăm să folosiți %(tag_count)d etichete sau mai puțin"
+msgstr[2] "vă rugăm să folosiți %(tag_count)d de etichete sau mai puțin"
-#~ msgid "updated"
-#~ msgstr "actualizat"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "până la 5 etichete, mai puțin de 20 de caractere pentru fiecare"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "afiÈ™ează întrebările etichetate „%(tag)sâ€"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+" %(counter)s răspuns:\n"
+" "
+msgstr[1] ""
+"\n"
+" %(counter)s răspunsuri:\n"
+" "
+msgstr[2] ""
+"\n"
+" %(counter)s de răspunsuri:\n"
+" "
-#~ msgid "delete this comment"
-#~ msgstr "șterge acest comentariu"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "răspunsurile mai vechi vor fi afișate întâi"
-#~ msgid "add comment"
-#~ msgstr "adaugă comentariu"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "cele mai vechi întrebări"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "afișează încă <strong>%(counter)s</strong>"
-#~ msgstr[1] "afișează încă <strong>%(counter)s</strong>"
-#~ msgstr[2] "afișează încă <strong>%(counter)s</strong>"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "răspunsurile mai noi vor fi afișate întâi"
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "afișează încă <strong>%(counter)s</strong> comentariu"
-#~ msgstr[1] "afișează încă <strong>%(counter)s</strong> comentarii"
-#~ msgstr[2] "afișează încă <strong>%(counter)s</strong> de comentarii"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "cele mai noi răspunsuri"
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "Pagina web pentru %(username)s este %(url)s"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "cele mai votate răspunsuri vor fi afișate întâi"
-#~ msgid "previous"
-#~ msgstr "precedentă"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "răspunsuri populare"
-#~ msgid "current page"
-#~ msgstr "pagiona curentă"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Răspunde propriei întrebări"
-#~ msgid "page number %(num)s"
-#~ msgstr "număr pagină %(num)s"
+#: skins/default/templates/question/new_answer_form.html:14
+#, fuzzy
+msgid "Login/Signup to Answer"
+msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
-#~ msgid "next page"
-#~ msgstr "pagina următoare"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Răspunsul tău"
-#~ msgid "posts per page"
-#~ msgstr "postări pe pagină"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Fi primul care răspunde acestei întrebări!"
-#~ msgid "responses for %(username)s"
-#~ msgstr "răspunsuri pentru %(username)s"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr "puteți răspunde anonim și vă puteți autentifica după aceea"
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "ai un răspuns nou"
-#~ msgstr[1] "ai %(response_count)s răspunsuri noi"
-#~ msgstr[2] "ai %(response_count)s de răspunsuri noi"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "răspunde propriei întrebări doar pentru a oferi un răspuns"
-#~ msgid "no new responses yet"
-#~ msgstr "încă nici un răspuns nou"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "vă rugăm să dați doar răspunsul, fără discuții"
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "%(new)s postări noi marcate și %(seen)s anterioare"
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "%(new)s postări noi marcate"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Răspunde întrebării"
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "%(seen)s (de) postări marcate"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
-#~ msgid "Questions"
-#~ msgstr "Întrebări"
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+#, fuzzy
+msgid " or"
+msgstr " sau "
-#~ msgid "Privacy policy"
-#~ msgstr "Politica de confidențialitate"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "email"
-#~ msgid "Edit question"
-#~ msgstr "Modifică întrebarea"
+#: skins/default/templates/question/sidebar.html:4
+#, fuzzy
+msgid "Question tools"
+msgstr "Etichete întrebare"
-#~ msgid "Change tags"
-#~ msgstr "Schimbă etichetele"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "clic pentru a vedea cele mai vechi întrebări"
-#~ msgid "Retag"
-#~ msgstr "Reetichetează"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "Închide întrebarea"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "De ce să folosiți și să modificați etichetele?"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Închide întrebarea"
-#~ msgid "Tags help to keep the content better organized and searchable"
-#~ msgstr "Etichetele ajută la organizarea și căutarea conținutului"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "clic pentru a vedea cele mai vechi întrebări"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr ""
-#~ "cei care modifică etichetele primesc recompense speciale din partea "
-#~ "comunității"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Închide întrebarea"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "până la 5 etichete, mai puțin de 20 de caractere pentru fiecare"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Reopen question"
-#~ msgstr "Redeschide întrebarea"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "actualizările email au fost anulate"
-#~ msgid "Title"
-#~ msgstr "Titlu"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
-#~ msgid ""
-#~ "This question has been closed by \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgstr ""
-#~ "Această întrebare a fost închisă de \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+#: skins/default/templates/question/sidebar.html:35
+#, fuzzy
+msgid "subscribe to this question rss feed"
+msgstr "abonarea la fluxul de întrebări"
-#~ msgid "Close reason:"
-#~ msgstr "Motiv închidere:"
+#: skins/default/templates/question/sidebar.html:36
+#, fuzzy
+msgid "subscribe to rss feed"
+msgstr "abonarea la fluxul de întrebări"
-#~ msgid "When:"
-#~ msgstr "Când:"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "Reopen this question?"
-#~ msgstr "Redeschide această întrebare?"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "întrebare cu răspuns"
-#~ msgid "Reopen this question"
-#~ msgstr "Redeschide această întrebare"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "întrebarea a fost văzută de"
-#~ msgid "Revision history"
-#~ msgstr "Istoric revizii"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "ori"
-#~ msgid "click to hide/show revision"
-#~ msgstr "clic pentru a arătă/a ascunde revizia"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "ultima actualizare"
-#~ msgid "revision %(number)s"
-#~ msgstr "revizia %(number)s"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Întrebări similare"
-#~ msgid "Subscribe for tags"
-#~ msgstr "Abonare etichete"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr "Notifică-mă o dată pe zi când apar răspunsuri noi"
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Abonați-vă la următoarele etichete:"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "Notifică-mă o dată pe săptămână când apar răspunsuri noi"
-#~ msgid "Subscribe"
-#~ msgstr "Abonare"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
+msgid "Notify me immediately when there are any new answers"
+msgstr "Notifică-mă imediat ce apar răspunsuri noi"
-#~ msgid "Tag list"
-#~ msgstr "Listă etichete"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"Puteți oricând să modificați frecvența notificărilor mergând la pagina "
+"%(profile_url)s"
-#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Ordonează după:"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"odată ce vă veți autentifica, aici vă veți putea abona la orice actualizare"
-#~ msgid "sorted alphabetically"
-#~ msgstr "ordonate alfabetic"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "Profilul pentru %(username)s"
-#~ msgid "by name"
-#~ msgstr "după nume"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Modifică profilul de utilizator"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "ordonate după frecvența folosirii etichetei"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "modifică profil"
-#~ msgid "by popularity"
-#~ msgstr "după popularitate"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "schimbă poza"
-#~ msgid "Nothing found"
-#~ msgstr "Nu a fost găsit nimic"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr "elimină"
-#~ msgid "Users"
-#~ msgstr "Utilizatori"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Utilizator înregistrat"
-#~ msgid "reputation"
-#~ msgstr "reputație"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Nume afișat"
-#~ msgid "recent"
-#~ msgstr "recent"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Actualizează"
-#~ msgid "by username"
-#~ msgstr "după nume de utilizator"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
+msgstr "abonamente"
-#~ msgid "Nothing found."
-#~ msgstr "Nu s-a găsit nimic."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "Configurări abonamente email"
-#~ msgid "Search tips:"
-#~ msgstr "Indicii de căutare:"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "informații configurări abonamente email"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Nu mai trimite emailuri"
+
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "reset author"
-#~ msgstr "resetare etichete"
+msgid "followed questions"
+msgstr "Închide întrebarea"
-#~ msgid " or "
-#~ msgstr " sau "
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr "inbox"
-#~ msgid "reset tags"
-#~ msgstr "resetare etichete"
+#: skins/default/templates/user_profile/user_inbox.html:34
+msgid "Sections:"
+msgstr "Secțiuni:"
-#~ msgid "start over"
-#~ msgstr "începeți din nou"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr "răspunsuri site (%(re_count)s)"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr ""
-#~ " pentru a lărgi sau a filtra prin adăugarea mai multor etichete sau a "
-#~ "textului de căutat."
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "elemente marcate (%(flag_count)s)"
-#~ msgid "Search tip:"
-#~ msgstr "Indiciu de căutare:"
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr "selectează:"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "adăugarea de etichete și a mai multe cuvinte cheie pentru căutare"
+#: skins/default/templates/user_profile/user_inbox.html:51
+msgid "seen"
+msgstr "văzut"
-#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "vezi întrebările fără răspuns"
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr "nou"
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "întrebare_cu_răspuns"
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr "niciunul"
-#~ msgid "You can expand your search by "
-#~ msgstr "Puteți extinde căutarea prin "
+#: skins/default/templates/user_profile/user_inbox.html:54
+msgid "mark as seen"
+msgstr "machează ca văzut"
-#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "resetare etichete"
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr "marcează ca nou"
-#, fuzzy
-#~ msgid "starting over"
-#~ msgstr "începeți din nou"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "autentificați-vă pentru a pune o întrebare"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "actualizează profil"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Nu ați găsit ceea ce căutați?"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr "administrează metodele de autentificare"
-#~ msgid "Please, post your question!"
-#~ msgstr "Vă rugăm să puneți o întrebare!"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "nume real"
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "abonarea la fluxul de întrebări"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "membru de"
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] ""
-#~ "fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d caracter"
-#~ msgstr[1] ""
-#~ "fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d caractere"
-#~ msgstr[2] ""
-#~ "fiecare etichetă trebuie să fie mai scurtă de %(max_chars)d de caractere"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "văzut ultima dată"
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "vă rugăm să folosiți %(tag_count)d etichetă sau mai puțin"
-#~ msgstr[1] "vă rugăm să folosiți %(tag_count)d etichete sau mai puțin"
-#~ msgstr[2] "vă rugăm să folosiți %(tag_count)d de etichete sau mai puțin"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "pagină web utilizator"
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "până la 5 etichete, mai puțin de 20 de caractere pentru fiecare"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "locație"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ " %(counter)s răspuns:\n"
-#~ " "
-#~ msgstr[1] ""
-#~ "\n"
-#~ " %(counter)s răspunsuri:\n"
-#~ " "
-#~ msgstr[2] ""
-#~ "\n"
-#~ " %(counter)s de răspunsuri:\n"
-#~ " "
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "vârstă"
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "răspunsurile mai vechi vor fi afișate întâi"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "ani"
-#~ msgid "oldest answers"
-#~ msgstr "cele mai vechi întrebări"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "voturi nefolosite azi"
-#~ msgid "newest answers will be shown first"
-#~ msgstr "răspunsurile mai noi vor fi afișate întâi"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "voturi rămase"
-#~ msgid "newest answers"
-#~ msgstr "cele mai noi răspunsuri"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+msgid "moderation"
+msgstr "moderare"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "cele mai votate răspunsuri vor fi afișate întâi"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "starea curentă a utilizatorului %(username)s este „%(status)sâ€"
-#~ msgid "popular answers"
-#~ msgstr "răspunsuri populare"
+#: skins/default/templates/user_profile/user_moderate.html:11
+msgid "User status changed"
+msgstr "Starea utilizatorului a fost schimbată"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Răspunde propriei întrebări"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "Salvează"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "Reputația curentă este %(reputation)s puncte"
-#~ msgid "Your answer"
-#~ msgstr "Răspunsul tău"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "Reputația curentă a utilizatorului este %(reputation)s puncte"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Fi primul care răspunde acestei întrebări!"
+#: skins/default/templates/user_profile/user_moderate.html:31
+msgid "User reputation changed"
+msgstr "Reputația utilizatorului a fost schimbată"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr "puteți răspunde anonim și vă puteți autentifica după aceea"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr "Scade"
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "răspunde propriei întrebări doar pentru a oferi un răspuns"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Adaugă"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "vă rugăm să dați doar răspunsul, fără discuții"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
+msgstr "Trimite mesaj către %(username)s"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+"Un mesaj email va fi trimis către utilizator cu câmpul „reply-to†definit la "
+"adresa proprie de email. Verificați că adresa proprie este introdusă corect."
-#~ msgid "Answer the question"
-#~ msgstr "Răspunde întrebării"
+#: skins/default/templates/user_profile/user_moderate.html:46
+msgid "Message sent"
+msgstr "Mesaj trimis"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr " sau "
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr "Trimite mesaj"
-#~ msgid "email"
-#~ msgstr "email"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Etichete întrebare"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "clic pentru a vedea cele mai vechi întrebări"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "clic pentru a vedea cele mai vechi întrebări"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "utilizatorii suspendați nu pot marca postări"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "actualizările email au fost anulate"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "abonarea la fluxul de întrebări"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "abonarea la fluxul de întrebări"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "question asked"
-#~ msgstr "întrebare cu răspuns"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "question was seen"
-#~ msgstr "întrebarea a fost văzută de"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#~ msgid "times"
-#~ msgstr "ori"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "Profilul pentru %(username)s"
-#~ msgid "last updated"
-#~ msgstr "ultima actualizare"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr "activitate"
-#~ msgid "Related questions"
-#~ msgstr "Întrebări similare"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "Notifică-mă o dată pe zi când apar răspunsuri noi"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr "reputație"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "Notifică-mă o dată pe săptămână când apar răspunsuri noi"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "Schimbările în reputație."
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "Notifică-mă imediat ce apar răspunsuri noi"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "schimbăr în reputația utilizatorului %(user_name)s"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "Puteți oricând să modificați frecvența notificărilor mergând la pagina "
-#~ "%(profile_url)s"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "privire de ansamblu"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "odată ce vă veți autentifica, aici vă veți putea abona la orice "
-#~ "actualizare"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span> întrebare"
+msgstr[1] "<span class=\"count\">%(counter)s</span> întrebări"
+msgstr[2] "<span class=\"count\">%(counter)s</span> de întrebări"
-#~ msgid "%(username)s's profile"
-#~ msgstr "Profilul pentru %(username)s"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span> răspuns"
+msgstr[1] "<span class=\"count\">%(counter)s</span> răspunsuri"
+msgstr[2] "<span class=\"count\">%(counter)s</span> de răspunsuri"
-#~ msgid "Edit user profile"
-#~ msgstr "Modifică profilul de utilizator"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "răspunsul a fost votat de %(answer_score)s de ori"
-#~ msgid "edit profile"
-#~ msgstr "modifică profil"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "acest răspuns a fost ales drept corect"
-#~ msgid "change picture"
-#~ msgstr "schimbă poza"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "(%(comment_count)s comentariu)"
+msgstr[1] "răspunsul a fost comentat de %(comment_count)s ori"
+msgstr[2] "răspunsul a fost comentat de %(comment_count)s de ori"
-#~ msgid "Registered user"
-#~ msgstr "Utilizator înregistrat"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> vot"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> voturi"
+msgstr[2] "<span class=\"count\">%(cnt)s</span> de voturi"
-#~ msgid "Screen Name"
-#~ msgstr "Nume afișat"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
-#~ msgid "Update"
-#~ msgstr "Actualizează"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "utilizatorul a votat pozitiv de atâtea ori"
-#~ msgid "subscriptions"
-#~ msgstr "abonamente"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr ""
-#~ msgid "Email subscription settings"
-#~ msgstr "Configurări abonamente email"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "utilizatorul a votat negativ de atâtea ori"
-#~ msgid "email subscription settings info"
-#~ msgstr "informații configurări abonamente email"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> etichetă"
+msgstr[1] "<span class=\"count\">%(counter)s</span> etichete"
+msgstr[2] "<span class=\"count\">%(counter)s</span> de etichete"
-#~ msgid "Stop sending email"
-#~ msgstr "Nu mai trimite emailuri"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> insignă"
+msgstr[1] "<span class=\"count\">%(counter)s</span> insigne"
+msgstr[2] "<span class=\"count\">%(counter)s</span> de insigne"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Închide întrebarea"
-
-#~ msgid "inbox"
-#~ msgstr "inbox"
+msgid "Answer to:"
+msgstr "indicații pentru răspunsuri"
-#~ msgid "Sections:"
-#~ msgstr "Secțiuni:"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Profil utilizator"
-#~ msgid "forum responses (%(re_count)s)"
-#~ msgstr "răspunsuri site (%(re_count)s)"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "comentarii și răspunsuri pentru întrebările altora"
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "elemente marcate (%(flag_count)s)"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "select:"
-#~ msgstr "selectează:"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "graficul reputației utilizatorului"
-#~ msgid "seen"
-#~ msgstr "văzut"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "istorie reputație"
-#~ msgid "new"
-#~ msgstr "nou"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "întrebări pe care utilizatorul le-a ales ca fiind favorite"
-#~ msgid "none"
-#~ msgstr "niciunul"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "activitate recentă"
-#~ msgid "mark as seen"
-#~ msgstr "machează ca văzut"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "istoria voturilor utilizatorului"
-#~ msgid "mark as new"
-#~ msgstr "marcează ca nou"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "voturi date"
-#~ msgid "remove"
-#~ msgstr "elimină"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "configurări abonament email"
-#~ msgid "update profile"
-#~ msgstr "actualizează profil"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr "moderează acest utilizator"
-#~ msgid "manage login methods"
-#~ msgstr "administrează metodele de autentificare"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "voturi"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "indicații pentru răspunsuri"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "dați răspunsuri relevante pentru această comunitate"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "încercați să oferiți un răspuns, nu să vă angajați într-o discuție"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "încercați să furnizați detalii"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "fiți clari și conciși"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "consultați secțiunea întrebărilor frecvente"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "indicii Markdown"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr "*înclinat*"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr "**îngroșat**"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr "*înclinat* sau __înclinat__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**îngroșat** sau __îngroșat__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "legătură"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "text"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "imagine"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "listă numerotată:"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "de asemenea sunt suportate tag-uri HTML simple"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "află mai multe despre Markdown"
+
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "pune o întrebare"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr "autentificați-vă pentru a pune o întrebare"
-#~ msgid "real name"
-#~ msgstr "nume real"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"este necesar %(email)s valid pentru a posta, \n"
+" vezi %(email_validation_faq_url)s\n"
+" "
-#~ msgid "member for"
-#~ msgstr "membru de"
+#: skins/default/templates/widgets/ask_form.html:42
+#, fuzzy
+msgid "Login/signup to post your question"
+msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
-#~ msgid "last seen"
-#~ msgstr "văzut ultima dată"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Puneți întrebarea"
-#~ msgid "user website"
-#~ msgstr "pagină web utilizator"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Contribuitori"
-#~ msgid "location"
-#~ msgstr "locație"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "age"
-#~ msgstr "vârstă"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "despre"
-#~ msgid "age unit"
-#~ msgstr "ani"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "politica de confidențialitate"
-#~ msgid "todays unused votes"
-#~ msgstr "voturi nefolosite azi"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "oferă o sugestie"
-#~ msgid "votes left"
-#~ msgstr "voturi rămase"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "înapoi la pagina de start"
-#~ msgid "moderation"
-#~ msgstr "moderare"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr "siglă %(site)s"
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "starea curentă a utilizatorului %(username)s este „%(status)sâ€"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "utilizatori"
+
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "insigne"
+
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "indicii căutare"
+
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "puneți o întrebare relevantă"
+
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "încercați să oferiți suficiente detalii"
+
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] "afișare"
+msgstr[1] "afișări"
+msgstr[2] "de afișări"
+
+#: skins/default/templates/widgets/question_summary.html:29
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "răspuns"
+msgstr[1] "răspunsuri"
+msgstr[2] "de răspunsuri"
+
+#: skins/default/templates/widgets/question_summary.html:40
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "vot"
+msgstr[1] "voturi"
+msgstr[2] "de voturi"
+
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "vezi întrebările fără răspuns"
-#~ msgid "User status changed"
-#~ msgstr "Starea utilizatorului a fost schimbată"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
-#~ msgid "Save"
-#~ msgstr "Salvează"
+#: skins/default/templates/widgets/scope_nav.html:8
+#, fuzzy
+msgid "see your followed questions"
+msgstr "vezi întrebările tale favorite"
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "Reputația curentă este %(reputation)s puncte"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "Reputația curentă a utilizatorului este %(reputation)s puncte"
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "Vă rugăm să puneți o întrebare!"
-#~ msgid "User reputation changed"
-#~ msgstr "Reputația utilizatorului a fost schimbată"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr "reputație:"
-#~ msgid "Subtract"
-#~ msgstr "Scade"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+msgid "badges:"
+msgstr "insigne:"
-#~ msgid "Add"
-#~ msgstr "Adaugă"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "ieșire"
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Trimite mesaj către %(username)s"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "autentificare"
-#~ msgid ""
-#~ "An email will be sent to the user with 'reply-to' field set to your email "
-#~ "address. Please make sure that your address is entered correctly."
-#~ msgstr ""
-#~ "Un mesaj email va fi trimis către utilizator cu câmpul „reply-to†definit "
-#~ "la adresa proprie de email. Verificați că adresa proprie este introdusă "
-#~ "corect."
+#: skins/default/templates/widgets/user_navigation.html:14
+msgid "settings"
+msgstr "configurări"
-#~ msgid "Message sent"
-#~ msgstr "Mesaj trimis"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "nu sunt elemente în contor"
-#~ msgid "Send message"
-#~ msgstr "Trimite mesaj"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr "Oops, ne cerem scuze - a apărut o eroare"
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "utilizatorii suspendați nu pot marca postări"
+msgid "Please login to post"
+msgstr "administrează metodele de autentificare"
-#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "Profilul pentru %(username)s"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "activity"
-#~ msgstr "activitate"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "acest câmp este obligatoriu"
-#~ msgid "karma"
-#~ msgstr "reputație"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "alegeți un nume de utilizator"
-#~ msgid "Your karma change log."
-#~ msgstr "Schimbările în reputație."
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "numele de utilizator este obligatoriu"
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "schimbăr în reputația utilizatorului %(user_name)s"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "ne pare rău, acest nume este luat, alegeți un alt nume"
-#~ msgid "overview"
-#~ msgstr "privire de ansamblu"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "ne pare rău, acest nume nu este permis, alegeți un alt nume"
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> întrebare"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> întrebări"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> de întrebări"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "ne pare rău, nu există nici un utilizator cu acest nume"
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> răspuns"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> răspunsuri"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> de răspunsuri"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"ne pare rău, avem o problemă gravă, numele de utilizator este luat de mai "
+"mult utilizatori"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "răspunsul a fost votat de %(answer_score)s de ori"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"numele de utilizator poate fi format doar din litere, spații și liniuță de "
+"subliniere"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "acest răspuns a fost ales drept corect"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "(%(comment_count)s comentariu)"
-#~ msgstr[1] "răspunsul a fost comentat de %(comment_count)s ori"
-#~ msgstr[2] "răspunsul a fost comentat de %(comment_count)s de ori"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "adresa de email"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> vot"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> voturi"
-#~ msgstr[2] "<span class=\"count\">%(cnt)s</span> de voturi"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "adresa de email este obligatorie"
-#~ msgid "user has voted up this many times"
-#~ msgstr "utilizatorul a votat pozitiv de atâtea ori"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "introduceți o adresă de email validă"
-#~ msgid "user voted down this many times"
-#~ msgstr "utilizatorul a votat negativ de atâtea ori"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+"această adresă de email este deja folosită de un alt utilizator, folosiți o "
+"altă adresă"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> etichetă"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> etichete"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> de etichete"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "alegeți parola"
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> insignă"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> insigne"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> de insigne"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "parola este obligatorie"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "indicații pentru răspunsuri"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "retastați parola"
-#~ msgid "User profile"
-#~ msgstr "Profil utilizator"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "retastați parola"
-#~ msgid "graph of user reputation"
-#~ msgstr "graficul reputației utilizatorului"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "ne pare rău, parolele tastate nu sunt identice, încercați din nou"
-#~ msgid "reputation history"
-#~ msgstr "istorie reputație"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "acum 2 zile"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "întrebări pe care utilizatorul le-a ales ca fiind favorite"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "ieri"
-#~ msgid "recent activity"
-#~ msgstr "activitate recentă"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "acum %(hr)d oră"
+msgstr[1] "acum %(hr)d ore"
+msgstr[2] "acum %(hr)d de ore"
-#~ msgid "casted votes"
-#~ msgstr "voturi date"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "acum %(min)d minut"
+msgstr[1] "acum %(min)d minute"
+msgstr[2] "acum %(min)d de minute"
-#~ msgid "votes"
-#~ msgstr "voturi"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr "A încărcat cu succes un avatar nou."
-#~ msgid "answer tips"
-#~ msgstr "indicații pentru răspunsuri"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr "Ați actualizat cu succes propriul avatar."
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "dați răspunsuri relevante pentru această comunitate"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr "Ați șters cu succes avatarele cerute."
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "încercați să oferiți un răspuns, nu să vă angajați într-o discuție"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "utilizatorii anonimi nu pot vota"
-#~ msgid "please try to provide details"
-#~ msgstr "încercați să furnizați detalii"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr "Ne pare rău, dar nu mai aveți voturi pentru azi... și mâine este o zi"
-#~ msgid "be clear and concise"
-#~ msgstr "fiți clari și conciși"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr "Mai ai %(votes_left)s voturi pentru azi"
-#~ msgid "see frequently asked questions"
-#~ msgstr "consultați secțiunea întrebărilor frecvente"
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "Ne pare rău dar utilizatorii anonimi nu pot accesa inboxul"
-#~ msgid "Markdown tips"
-#~ msgstr "indicii Markdown"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr "Ne pare rău dar ceva nu este în regulă aici"
-#~ msgid "*italic*"
-#~ msgstr "*înclinat*"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "Ne pare rău dar utilizatorii anonimi nu pot accepta răspunsuri"
-#~ msgid "**bold**"
-#~ msgstr "**îngroșat**"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr "abonament salvat, %(email)s necesită validare, vezi %(details_url)s"
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*înclinat* sau __înclinat__"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "frecvența de actualizare a emailurilor a fost definită drept zilnic"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**îngroșat** sau __îngroșat__"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr "Abonomanetul la etichetă a fost anulat (<a href=\"%(url)s\">refă</a>)."
-#~ msgid "link"
-#~ msgstr "legătură"
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr "Vă rugăm să vă autentificați pentru a vă abona la: %(tags)s"
-#~ msgid "text"
-#~ msgstr "text"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "Vă rugăm să vă autentificați pentru a vă abona la: %(tags)s"
-#~ msgid "image"
-#~ msgstr "imagine"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Sugestii pentru întrebări și răspunsuri"
-#~ msgid "numbered list:"
-#~ msgstr "listă numerotată:"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Vă mulțumim pentru sugestii!"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "de asemenea sunt suportate tag-uri HTML simple"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "Suntem interesați de sugestiile voastre!"
-#~ msgid "learn more about Markdown"
-#~ msgstr "află mai multe despre Markdown"
+#: views/readers.py:152
+#, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "ask a question"
-#~ msgstr "pune o întrebare"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s insignă"
+msgstr[1] "%(badge_count)d %(badge_level)s insigne"
+msgstr[2] "%(badge_count)d %(badge_level)s de insigne"
-#~ msgid "login to post question info"
-#~ msgstr "autentificați-vă pentru a pune o întrebare"
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+"Ne pare rău, comentariul pe care îl căutați a fost șters nu mai este "
+"accesibil"
-#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "este necesar %(email)s valid pentru a posta, \n"
-#~ " vezi %(email_validation_faq_url)s\n"
-#~ " "
+#: views/users.py:212
+msgid "moderate user"
+msgstr "moderează utilizator"
-#, fuzzy
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Autentifică-te / înregistrează-te pentru a adăuga răspunsul"
+#: views/users.py:387
+msgid "user profile"
+msgstr "profil utilizator"
-#~ msgid "Ask your question"
-#~ msgstr "Puneți întrebarea"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "privire de ansamblu profil utilizator"
-#~ msgid "Contributors"
-#~ msgstr "Contribuitori"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "activitate recentă utilizator"
-#~ msgid "about"
-#~ msgstr "despre"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "profil - activitate recentă"
-#~ msgid "privacy policy"
-#~ msgstr "politica de confidențialitate"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "profil - răspunsuri"
-#~ msgid "give feedback"
-#~ msgstr "oferă o sugestie"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "profil - voturi"
-#~ msgid "back to home page"
-#~ msgstr "înapoi la pagina de start"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "reputația utilizatorului în comunitate"
-#~ msgid "%(site)s logo"
-#~ msgstr "siglă %(site)s"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "profil - reputație utilizator"
-#~ msgid "users"
-#~ msgstr "utilizatori"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "întrebările favorite ale utilizatorului"
-#~ msgid "badges"
-#~ msgstr "insigne"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "profile - întrebări favorite"
-#~ msgid "question tips"
-#~ msgstr "indicii căutare"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "schimbările au fost salvate"
-#~ msgid "please ask a relevant question"
-#~ msgstr "puneți o întrebare relevantă"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "actualizările email au fost anulate"
-#~ msgid "please try provide enough details"
-#~ msgstr "încercați să oferiți suficiente detalii"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "profil - abonamente email"
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "afișare"
-#~ msgstr[1] "afișări"
-#~ msgstr[2] "de afișări"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "Utilizatorii anonimi nu pot încărca fișiere"
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "răspuns"
-#~ msgstr[1] "răspunsuri"
-#~ msgstr[2] "de răspunsuri"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "tipurile de fiÈ™iere permise sunt „%(file_types)sâ€"
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "vot"
-#~ msgstr[1] "voturi"
-#~ msgstr[2] "de voturi"
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "mărimea maximă a fișierului încărcat este %(file_size)sK"
+
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Eroare la încărcarea fișierului. Vă rugăm să contactați administratorii "
+"siteului. Vă mulțumim."
-#~ msgid "see unanswered questions"
-#~ msgstr "vezi întrebările fără răspuns"
+#: views/writers.py:192
+#, fuzzy
+msgid "Please log in to ask questions"
+msgstr "autentificați-vă pentru a pune o întrebare"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "vezi întrebările tale favorite"
+msgid "Please log in to answer questions"
+msgstr "vezi întrebările fără răspuns"
+
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Nu sunteți autentificat și nu puteți adăuga comentarii . Vă rugăm să vă <a "
+"href=\"%(sign_in_url)s\">autentificați</a>."
-#~ msgid "karma:"
-#~ msgstr "reputație:"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "Utilizatorii anonimi nu pot modifica comentariile"
-#~ msgid "badges:"
-#~ msgstr "insigne:"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Nu sunteți autentificat și nu puteți șterge comentarii . Vă rugăm să vă <a "
+"href=\"%(sign_in_url)s\">autentificați</a>."
-#~ msgid "logout"
-#~ msgstr "ieșire"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr "ne pare rău dar se pare că avem unele dificultăți tehnice"
-#~ msgid "login"
-#~ msgstr "autentificare"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "conținutul întrebării trebuie să fie mai lung decât 10 caractere"
-#~ msgid "settings"
-#~ msgstr "configurări"
+#~ msgid "Question: \"%(title)s\""
+#~ msgstr "ÃŽntrebare: „%(title)sâ€"
#~ msgid "(please enter a valid email)"
#~ msgstr "(introduceți o adresă de e-mail validă)"
@@ -5731,10 +6824,6 @@ msgstr "ne pare rău dar se pare că avem unele dificultăți tehnice"
#~ msgid "In:"
#~ msgstr "ÃŽn:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Închide întrebarea"
-
#~ msgid "Sort by:"
#~ msgstr "Ordonează după:"
diff --git a/askbot/locale/ru/LC_MESSAGES/django.mo b/askbot/locale/ru/LC_MESSAGES/django.mo
index 7f478b30..45af60ea 100644
--- a/askbot/locale/ru/LC_MESSAGES/django.mo
+++ b/askbot/locale/ru/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/ru/LC_MESSAGES/django.po b/askbot/locale/ru/LC_MESSAGES/django.po
index d760a28a..6ab6f8e8 100644
--- a/askbot/locale/ru/LC_MESSAGES/django.po
+++ b/askbot/locale/ru/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:38-0600\n"
+"POT-Creation-Date: 2012-01-02 11:23-0600\n"
"PO-Revision-Date: 2011-10-04 01:46\n"
"Last-Translator: <evgeny.fadeev@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -52,7 +52,10 @@ msgstr ""
msgid "Country field is required"
msgstr "Ñто поле обÑзательное"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "заголовок"
@@ -60,34 +63,47 @@ msgstr "заголовок"
msgid "please enter a descriptive title for your question"
msgstr "пожалуйÑта, введите заголовок, Ñодержащий Ñуть вашего вопроÑа"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "заголовок должен иметь Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ 10 букв"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "заголовок должен иметь Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ 10 букв"
+msgstr[1] "заголовок должен иметь Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ 10 букв"
+msgstr[2] "заголовок должен иметь Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ 10 букв"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "оÑновное Ñодержание"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "Ñодержание вопроÑа должно быть более 10-ти букв"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "Ñ‚Ñги"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Теги - ключевые Ñлова, характеризующие вопроÑ. Теги отделÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¾Ð±ÐµÐ»Ð¾Ð¼, "
+"может быть иÑпользовано до 5 тегов."
+msgstr[1] ""
+"Теги - ключевые Ñлова, характеризующие вопроÑ. Теги отделÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¾Ð±ÐµÐ»Ð¾Ð¼, "
+"может быть иÑпользовано до 5 тегов."
+msgstr[2] ""
"Теги - ключевые Ñлова, характеризующие вопроÑ. Теги отделÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¾Ð±ÐµÐ»Ð¾Ð¼, "
"может быть иÑпользовано до 5 тегов."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "теги (ключевые Ñлова) обÑзательны"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
@@ -95,12 +111,12 @@ msgstr[0] "пожалуйÑта введите не более %(tag_count)d ÑÐ
msgstr[1] "пожалуйÑта введите не более %(tag_count)d Ñлова"
msgstr[2] "пожалуйÑта введите не более %(tag_count)d Ñлов"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
@@ -108,15 +124,15 @@ msgstr[0] "каждое Ñлово должно быть не более %(max_c
msgstr[1] "каждое Ñлово должно быть не более %(max_chars)d буквы"
msgstr[2] "каждое Ñлово должно быть не более %(max_chars)d букв"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "допуÑкаетÑÑ Ð¸Ñпользование только Ñимвола Ð´ÐµÑ„Ð¸Ñ \"-\""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -124,11 +140,11 @@ msgstr ""
"еÑли вы отметите \"вики ÑообщеÑтва\", то Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸ ответ не дадут вам кармы и "
"Ð¸Ð¼Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð° не будет отображатьÑÑ"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± обновлениÑÑ…:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -136,63 +152,63 @@ msgstr ""
"еÑли у Ð’Ð°Ñ ÐµÑÑ‚ÑŒ желание, то кратко опишите здеÑÑŒ Ñуть вашей правки (например "
"- иÑправление орфографии, грамматики, ÑтилÑ)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "Введите количеÑтво очков которые Ð’Ñ‹ ÑобираетеÑÑŒ вычеÑÑ‚ÑŒ или добавить."
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "проÑтой гражданин"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "поднадзорный пользователь"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "ограниченный в правах"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "заблокированный пользователь"
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "ÐдминиÑтратор Ñайта"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "модератор"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "Измененить ÑÑ‚Ð°Ñ‚ÑƒÑ Ð½Ð°"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "который?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "Извините, но ÑобÑтвенный ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ нельзÑ"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
"Извините, но у Ð’Ð°Ñ Ð½ÐµÑ‚ возможноÑти давать другим пользователÑм ÑÑ‚Ð°Ñ‚ÑƒÑ "
"модератора"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "Извините, но у Ð’Ð°Ñ Ð½ÐµÑ‚ возможноÑти изменÑÑ‚ÑŒ ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¼Ð¾Ð´ÐµÑ€Ð°Ñ‚Ð¾Ñ€Ð¾Ð²"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Извините, но ÑобÑтвенный ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ нельзÑ"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
@@ -201,200 +217,206 @@ msgstr ""
"ЕÑли Ð’Ñ‹ хотите изменить ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s, Ñто можно Ñделать "
"ÑдеÑÑŒ"
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "Тема"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "ТекÑÑ‚ ÑообщениÑ"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Ваше имÑ:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "email"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Ваше Ñообщение:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "анонимный"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "Этот Ð°Ð´Ñ€ÐµÑ Ð°ÑÑоциирован Ñ Ð³Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ð¼ аватаром (gravatar)"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "ÐаÑтоÑщее имÑ"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "ВебÑайт"
-#: forms.py:907
+#: forms.py:944
#, fuzzy
msgid "City"
msgstr "Критик"
-#: forms.py:916
+#: forms.py:953
#, fuzzy
msgid "Show country"
msgstr "Показывать подвал Ñтраницы."
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "День рождениÑ"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "показываетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ возраÑÑ‚, формат ГГГГ-ММ-ДД"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Профиль"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Ðазвание Ñкрана"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "Ñтот Ð°Ð´Ñ€ÐµÑ ÑƒÐ¶Ðµ зарегиÑтрирован, пожалуйÑта введите другой"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "Выберите тип фильтра по темам (ключевым Ñловам)"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Заданные мной"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Отвеченные мной"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Выбранные индивидуально"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "ВеÑÑŒ форум (фильтрованный по темам)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ упоминают моё имÑ"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "хорошо - попробуем!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "ÑпаÑибо - не надо"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "пожалуйÑта Ñделайте Ваш выбор (Ñм. выше)"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr ""
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr ""
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "otvety/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr ""
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr ""
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "voprosy/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "sprashivaem/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "izmenyaem-temy/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "zakryvaem/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "otkryvaem-zanovo/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "otvet/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "golosuem/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "temy/"
@@ -404,6 +426,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "lyudi/"
@@ -435,11 +459,15 @@ msgstr "zagruzhaem-file/"
msgid "feedback/"
msgstr "obratnaya-svyaz/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "vopros/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "account/"
@@ -984,107 +1012,122 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "МакÑимальное количеÑтво букв в теге (ключевом Ñлове)"
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "МакÑимальное количеÑтво букв в теге (ключевом Ñлове)"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "МакÑимальное количеÑтво букв в теге (ключевом Ñлове)"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "МакÑимальное количеÑтво букв в теге (ключевом Ñлове)"
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "обновленные Ñ‚Ñги "
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Ñмотреть вÑе темы"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr "ЧиÑло комментариев по-умолчанию, которое показываетÑÑ Ð¿Ð¾Ð´ ÑообщениÑми"
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
"МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ Ð½Ðµ должна превышать %(max_len)s Ñимволов"
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° поиÑкового запроÑа в AJAX поиÑке"
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
"Значение должно равнÑÑ‚ÑŒÑÑ ÑоответÑтвующей уÑтановке в Вашей базе данных"
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "Ðаибольшее разрешенное количеÑтво ключевых Ñлов (тегов) на вопроÑ"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "КоличеÑтво вопроÑов отображаемых на главной Ñтранице"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "Что должен означать \"неотвеченный вопроÑ\"?"
@@ -2034,6 +2077,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "КоличеÑтво вопроÑов отображаемых на главной Ñтранице"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Закрыть вопроÑ"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Ñкрыть игнорируемые вопроÑÑ‹"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "избранные вопроÑÑ‹ пользователей"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "такой Ð²Ð¾Ð¿Ñ€Ð¾Ñ ÑƒÐ¶Ðµ был задан"
@@ -2074,7 +2150,7 @@ msgstr "Ñлишком Ñпециализированный"
msgid "newest"
msgstr "новые"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "Ñтарые"
@@ -2109,6 +2185,7 @@ msgid "relevance"
msgstr "умеÑтноÑÑ‚ÑŒ"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "вÑе"
@@ -2249,7 +2326,7 @@ msgstr "[закрыт]"
msgid "[deleted]"
msgstr "[удален]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "Ð¸Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑиÑ"
@@ -2307,15 +2384,15 @@ msgstr "что такое Gravatar"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "золотаÑ"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "ÑеребрÑнаÑ"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "Ð±Ñ€Ð¾Ð½Ð·Ð¾Ð²Ð°Ñ "
@@ -2457,7 +2534,7 @@ msgid "Incorrect username."
msgstr "Ðеправильное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ."
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "vhod/"
@@ -2495,6 +2572,7 @@ msgid "%(site)s user name and password"
msgstr "Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль на %(site)s"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr "Создайте новый аккаунт Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ и паролем"
@@ -2602,60 +2680,60 @@ msgstr "Ваш новый пароль Ñохранен"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr "Введите Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль"
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr "Email Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð° выÑлан"
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
"ПожалуйÑта, добавьте Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один поÑтоÑнный метод Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ð¸. Иметь "
"два или больше методов тоже можно."
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr "ЗдеÑÑŒ можно изменить пароль и проверить текущие методы авторизации"
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
"ПожалуйÑта, подождите Ñекунду! Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ воÑÑтанавлена, но ..."
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr "К Ñожалению, Ñтот ключ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸Ñтек или не ÑвлÑетÑÑ Ð²ÐµÑ€Ð½Ñ‹Ð¼"
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr "Метод входа %(provider_name) s не ÑущеÑтвует"
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr "УпÑ, извините, произошла ошибка - пожалуйÑта, попробуйте ещё раз"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr "Вход при помощи %(provider)s работает отлично"
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"пожалуйÑта подтвердите ваш email, Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ (<a href="
"\"%(details_url)s\">здеÑÑŒ</a>)"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "ВоÑÑтановить ваш аккаунт иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ email"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr "ПожалуйÑта, проверьте Ñвой email и пройдите по вложенной ÑÑылке."
@@ -2689,6 +2767,74 @@ msgstr "Значение по умолчанию: %s"
msgid "Allowed image file types are %(types)s"
msgstr "ДопуÑтимые типы файлов изображений: %(types)s"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Сайт"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "ДокументациÑ"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Сменить пароль"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Выйти"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "ГлавнаÑ"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "Изменить наÑтройки групп"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "ПожалуйÑта, иÑправьте ошибку, указанную ниже:"
+msgstr[1] "ПожалуйÑта, иÑправьте ошибки, указанные ниже:"
+msgstr[2] "ПожалуйÑта, иÑправьте ошибки, указанные ниже:"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "ÐаÑтройки включены в %(name)s ."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° изменение значений."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Изменить наÑтройки Ñайта"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "Livesettings отключены Ð´Ð»Ñ Ñтого Ñайта."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr "Ð’Ñе параметры конфигурации должны быть изменены в файле settings.py "
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "ÐаÑтройки групп: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Развернуть вÑе"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "ПоздравлÑем, теперь Ð’Ñ‹ админиÑтратор на нашем форуме"
@@ -2822,7 +2968,7 @@ msgstr[0] "%(question_count)d Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½ в %(topics)s"
msgstr[1] "%(question_count)d вопроÑÑ‹ обновлены в %(topics)s"
msgstr[2] "%(question_count)d вопроÑÑ‹ обновлены в %(topics)s"
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "пожалуйÑта, выполнить вход"
@@ -2852,13 +2998,13 @@ msgstr ""
"К Ñожалению, вы не можете принÑÑ‚ÑŒ или не принÑÑ‚ÑŒ ваш ÑобÑтвенный ответ на "
"ваш вопроÑ"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, fuzzy, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
@@ -2867,53 +3013,53 @@ msgstr ""
"К Ñожалению, только первый автор вопроÑа - %(username)s - может принÑÑ‚ÑŒ "
"лучший ответ"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð³Ð¾Ð»Ð¾Ñовать за ÑобÑтвенные ÑообщениÑ"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr "К Ñожалению, ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована"
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr "К Ñожалению, ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена"
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‹ÑˆÐµÐ½Ð¸Ñ Ñ€ÐµÐ¹Ñ‚Ð¸Ð½Ð³Ð° требуетÑÑ Ð¼Ð¸Ð½Ð¸Ð¼ÑƒÐ¼ %(points)s баллов "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "Ð´Ð»Ñ Ð¿Ð¾Ð½Ð¸Ð¶ÐµÐ½Ð¸Ñ Ñ€ÐµÐ¹Ñ‚Ð¸Ð½Ð³Ð° требуетÑÑ Ð¼Ð¸Ð½Ð¸Ð¼ÑƒÐ¼ %(points)s баллов"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr "К Ñожалению, заблокированные пользователи не могут загружать файлы"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr ""
"К Ñожалению, временно блокированные пользователи не могут загружать файлы"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr ""
"загрузка изображений доÑтупна только пользователÑм Ñ Ñ€ÐµÐ¿ÑƒÑ‚Ð°Ñ†Ð¸ÐµÐ¹ > %(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "заблокированные пользователи не могут размещать ÑообщениÑ"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "временно заблокированные пользователи не могут размещать ÑообщениÑ"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, fuzzy, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2931,19 +3077,19 @@ msgstr[2] ""
"К Ñожалению, комментарии (за иÑключением поÑледнего) можно редактировать "
"только в течение 10 минут"
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
"К Ñожалению, только владелец или модератор может редактировать комментарий"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
"К Ñожалению, так как ваш аккаунт приоÑтановлен вы можете комментировать "
"только Ñвои ÑобÑтвенные ÑообщениÑ"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
@@ -2953,7 +3099,7 @@ msgstr ""
"балов кармы. Ð’Ñ‹ можете комментировать только Ñвои ÑобÑтвенные ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¸ "
"ответы на ваши вопроÑÑ‹"
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
@@ -2961,7 +3107,7 @@ msgstr ""
"Этот поÑÑ‚ был удален, его может увидеть только владелец, админиÑтраторы "
"Ñайта и модераторы"
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
@@ -2969,19 +3115,19 @@ msgstr ""
"Извините, только модераторы, админиÑтраторы Ñайта и владельцы ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ "
"могут редактировать удаленные ÑообщениÑ"
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
"К Ñожалению, так как Ваш ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована Ð’Ñ‹ не можете "
"редактировать ÑообщениÑ"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
"К Ñожалению, так как ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена вы можете "
"редактировать только ваши ÑобÑтвенные ÑообщениÑ"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
@@ -2989,7 +3135,7 @@ msgstr ""
"К Ñожалению, Ð´Ð»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸ÐºÐ¸ Ñообщений, требуетÑÑ %(min_rep)s баллов "
"кармы"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
@@ -2998,7 +3144,7 @@ msgstr ""
"К Ñожалению, Ð´Ð»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… пользователей, требуетÑÑ "
"%(min_rep)s балов кармы"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -3015,20 +3161,20 @@ msgstr[2] ""
"К Ñожалению, Ð’Ñ‹ не может удалить ваш вопроÑ, поÑкольку на него ответили "
"другие пользователи и их ответы получили положительные голоÑа"
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована Ð’Ñ‹ не можете удалÑÑ‚ÑŒ "
"ÑообщениÑ"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена Ð’Ñ‹ не можете удалÑÑ‚ÑŒ "
"ÑообщениÑ"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
@@ -3037,19 +3183,19 @@ msgstr ""
"К Ñожалению, Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñообщений других пользователей, требуетÑÑ "
"%(min_rep)s балов кармы"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована вы не можете закрыть "
"вопроÑÑ‹"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена вы не можете закрыть "
"вопроÑÑ‹"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
@@ -3058,14 +3204,14 @@ msgstr ""
"К Ñожалению, Ð´Ð»Ñ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… пользователей, требуетÑÑ "
"%(min_rep)s балов кармы"
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
"К Ñожалению, Ð´Ð»Ñ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñвоего вопроÑа, требуетÑÑ %(min_rep)s балов кармы"
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
@@ -3074,7 +3220,7 @@ msgstr ""
"К Ñожалению, только админиÑтраторы, модераторы или владельцы Ñ ÐºÐ°Ñ€Ð¼Ð¾Ð¹ >"
"%(min_rep)s может открыть вопроÑ"
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
@@ -3082,29 +3228,60 @@ msgstr ""
"К Ñожалению, чтобы вновь открыть ÑобÑтвенный Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ñ‚Ñ€ÐµÐ±ÑƒÐµÑ‚ÑÑ %(min_rep)s "
"баллов кармы"
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¿Ð¾Ð¼ÐµÑ‚Ð¸Ñ‚ÑŒ Ñообщение как оÑкорбительное дважды"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr "заблокированные пользователи не могут помечать ÑообщениÑ"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr "приоÑтановленные пользователи не могут помечать ÑообщениÑ"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr "необходимо > %(min_rep)s баллов чтобы отметить как Ñпам"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr "%(max_flags_per_day)s превышен"
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "заблокированные пользователи не могут помечать ÑообщениÑ"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "приоÑтановленные пользователи не могут помечать ÑообщениÑ"
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] "необходимо > %(min_rep)s баллов чтобы отметить как Ñпам"
+msgstr[1] "необходимо > %(min_rep)s баллов чтобы отметить как Ñпам"
+msgstr[2] "необходимо > %(min_rep)s баллов чтобы отметить как Ñпам"
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° изменение значений."
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
@@ -3112,62 +3289,62 @@ msgstr ""
"К Ñожалению, только владельцы, админиÑтраторы Ñайта и модераторы могут "
"менÑÑ‚ÑŒ теги к удаленным вопроÑам"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована вы не можете поменÑÑ‚ÑŒ "
"теги вопроÑа "
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена вы можете менÑÑ‚ÑŒ "
"теги только на Ñвои вопроÑÑ‹"
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr "К Ñожалению, Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñ‚ÐµÐ³Ð¾Ð² требуетÑÑ %(min_rep)s баллов кармы"
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована Ð’Ñ‹ не можете удалÑÑ‚ÑŒ "
"комментарий"
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
"К Ñожалению, так как Ваша ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ приоÑтановлена вы можете удалÑÑ‚ÑŒ "
"только ваши ÑобÑтвенные комментарии"
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
"К Ñожалению, Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÐµÐ² требуетÑÑ %(min_rep)s баллов кармы"
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "Ð³Ð¾Ð»Ð¾Ñ Ð½Ðµ может быть отозван"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "%(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
@@ -3175,7 +3352,7 @@ msgstr[0] "%(hr)d Ñ‡Ð°Ñ Ð½Ð°Ð·Ð°Ð´"
msgstr[1] "%(hr)d чаÑов назад"
msgstr[2] "%(hr)d чаÑа назад"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
@@ -3183,7 +3360,7 @@ msgstr[0] "%(min)d минуту назад"
msgstr[1] "%(min)d минут назад"
msgstr[2] "%(min)d минуты назад"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
@@ -3191,53 +3368,52 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "анонимный"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr "ÐдминиÑтратор Ñайта"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr "С уважением, Модератор форума"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr "ПриоÑтановленный пользователь "
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr "Заблокированный пользователь"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr "ЗарегиÑтрированный пользователь"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr "Видный пользователь"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr "Утвержденный Пользователь"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "%(reputation)s кармы %(username)s "
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
@@ -3245,7 +3421,7 @@ msgstr[0] "<span class=\"hidden\">%(count)d</span>Ð·Ð¾Ð»Ð¾Ñ‚Ð°Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒ"
msgstr[1] "%(count)d золотых медалей"
msgstr[2] "%(count)d золотых медалей"
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3253,7 +3429,7 @@ msgstr[0] "<span class=\"hidden\">%(count)d</span>ÑеребрÑÐ½Ð°Ñ Ð¼ÐµÐ´Ð°Ð
msgstr[1] "%(count)d ÑеребрÑных медалей"
msgstr[2] "%(count)d ÑеребрÑных медалей"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
@@ -3261,28 +3437,22 @@ msgstr[0] "<span class=\"hidden\">%(count)d</span>Ð±Ñ€Ð¾Ð½Ð·Ð¾Ð²Ð°Ñ Ð¼ÐµÐ´Ð°Ð»Ñ
msgstr[1] "%(count)d бронзовых медалей"
msgstr[2] "%(count)d бронзовых медалей"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr "%(item1)s и %(item2)s"
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr "%(user)s имеет %(badges)s"
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
+#: models/__init__.py:2305
+#, fuzzy, python-format
+msgid "\"%(title)s\""
msgstr "Re: \"%(title)s\""
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr "ВопроÑ: \"%(title)s\""
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
@@ -3291,7 +3461,7 @@ msgstr ""
"ПоздравлÑем, вы получили '%(badge_name)s'. Проверьте Ñвой <a href="
"\"%(user_profile)s\">профиль</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3696,53 +3866,214 @@ msgstr "Раз в неделю"
msgid "No email"
msgstr "Отменить"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "ПожалуйÑта, введите ваше <span>Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ</span>, затем войдите"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+msgid "(or select another login method above)"
+msgstr "(или выберите один из методов входа выше)"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr "Войти"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Изменить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "Сохранить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "измененить %(email)s"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr "вот почему требуетÑÑ Ñлектронной почты, Ñм. %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "Ваш новый Email"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "Ваш E-mail"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "Сохранить Email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Отменить"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "Проверить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr "Проверить информацию о %(email)s или перейти на %(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "Email не изменилÑÑ"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"Ñтарый %(email)s Ñохранен, при желании можно изменить тут "
+"%(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "Email изменен"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr "текущий %(email)s может быть иÑпользован Ð´Ð»Ñ Ñтого"
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "Email проверен"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr "ÑпаÑибо за проверку email"
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "email ключ не отоÑлан"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"email ключ не отоÑлан на %(email)s, изменить email здеÑÑŒ %(change_link)s"
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+msgid "Registration"
+msgstr "РегиÑтрациÑ"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"зарегиÑтрировать нового провайдера %(provider)s к учетной запиÑи, Ñмотрите "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"%(username)s уже ÑущеÑтвует, выберите другое Ð¸Ð¼Ñ Ð´Ð»Ñ %(provider)s. Email так "
+"же требуетÑÑ Ñ‚Ð¾Ð¶Ðµ, Ñмотрите %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ внешнего %(provider)s к учетной запиÑи, Ñмотрите "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr "региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ Facebook подключениÑ, Ñмотрите %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "Эта ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ уже ÑущеÑтвует, пожалуйÑта, иÑпользуйте другую."
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "Логин"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr "Email"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr "Получать Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ Ñлектронной почте"
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "ПожалуйÑта, выберите один из вариантов"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+"Фильтр тегов будет в правой панели, поÑле того, как вы войдете в ÑиÑтему"
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "зарегиÑтрироватьÑÑ"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Благодарим Ð²Ð°Ñ Ð·Ð° региÑтрацию на нашем Q/A форуме!"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "ПодробноÑти вашей учетной запиÑи:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Пароль:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "ПожалуйÑта, войдите здеÑÑŒ:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "С уважением, админиÑтратор форума"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Ð’Ð°Ñ Ð¿Ñ€Ð¸Ð²ÐµÑ‚Ñтвует Q/A форум"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
"Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы воÑпользоватьÑÑ Ñ„Ð¾Ñ€ÑƒÐ¼Ð¾Ð¼, пожалуйÑта, перейдите по ÑÑылке ниже:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr "ÐŸÐµÑ€ÐµÐ¹Ð´Ñ Ð¿Ð¾ ÑÑылке выше, вы поможете нам проверить ваш email."
@@ -3756,2138 +4087,2758 @@ msgstr ""
"дальнейших дейÑтвий не требуетÑÑ. ПроÑто проигнорируйте Ñто пиÑьмо, мы "
"приноÑим Ñвои Ð¸Ð·Ð²Ð¸Ð½ÐµÐ½Ð¸Ñ Ð·Ð° причиненные неудобÑтва."
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, fuzzy, python-format
-msgid ""
-"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Выйти"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
msgstr ""
-"\n"
-"ЗдравÑтвуйте, Ñто Ñообщение обратной ÑвÑзи Ñ Ñ„Ð¾Ñ€ÑƒÐ¼Ð°: %(site_title)s\n"
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/logout.html:7
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
msgstr ""
-"ЕÑли вы Ñчитаете, что Ñообщение было отправлено по ошибке - никаких "
-"дальнейших дейÑтвий не требуетÑÑ. ПроÑто проигнорируйте Ñто пиÑьмо, мы "
-"приноÑим Ñвои Ð¸Ð·Ð²Ð¸Ð½ÐµÐ½Ð¸Ñ Ð·Ð° причиненные неудобÑтва."
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "нет"
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Вход выполнен"
-#: templatetags/extra_tags.py:43
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
-msgid "%(username)s gravatar image"
-msgstr "%(username)s Gravatar"
-
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
-msgstr "Извините, произошла ошибка!"
-
-#: utils/decorators.py:109
-#, fuzzy
-msgid "Please login to post"
-msgstr "пожалуйÑта, выполнить вход"
-
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"Ваш ответ на %(title)s / %(summary)s будет опубликован, как только вы войдете"
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "Ñто поле обÑзательное"
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr ""
+"Ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ %(title)s / %(summary)s Ñ‹ будет опубликован поÑле того, как вы "
+"войдёте"
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "выбрать Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
+"Выберите ваш ÑÐµÑ€Ð²Ð¸Ñ Ñ‡Ñ‚Ð¾Ð±Ñ‹ войти иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð±ÐµÐ·Ð¾Ð¿Ð°Ñную OpenID (или похожую) "
+"технологию. Пароль к вашей внешней Ñлужбе вÑегда конфиденциален и нет "
+"необходимоÑти Ñоздавать пароль при региÑтрации."
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ð±Ñзательно"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
+"Ð’Ñегда Ñ…Ð¾Ñ€Ð¾ÑˆÐ°Ñ Ð¸Ð´ÐµÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ работает ли ваш текущий метод входа, а также "
+"добавить и другие методы. ПожалуйÑта, выберите любую иконку ниже Ð´Ð»Ñ "
+"проверки/изменениÑ/Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¼ÐµÑ‚Ð¾Ð´Ð¾Ð² входа."
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "к Ñожалению, Ñто Ð¸Ð¼Ñ Ð¸ÑпользуетÑÑ, выберите другое"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
+"ПожалуйÑта, добавьте поÑтоÑнный метод входа кликнув по одной из иконок ниже, "
+"чтобы не входить каждый раз через e-mail."
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "к Ñожалению, Ñто Ð¸Ð¼Ñ Ð½Ðµ разрешено, выберите другое"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+"Кликние на одной из иконок ниже чтобы добавить метод входа или проверить уже "
+"ÑущеÑтвующий."
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "к Ñожалению, Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем не ÑущеÑтвует"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
+"Ðа данный момент вами не выбран ни один из методов входа, добавьте Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ "
+"один кликнув по иконке ниже."
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-"к Ñожалению, у Ð½Ð°Ñ ÐµÑÑ‚ÑŒ ÑÐµÑ€ÑŒÐµÐ·Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° - Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ÑпользуетÑÑ "
-"неÑколькими пользователÑми"
+"ПожалуйÑта, проверьте ваш email и пройдите по ÑÑылке чтобы вновь войти в ваш "
+"аккаунт"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:87
+msgid "Please enter your <span>user name and password</span>, then sign in"
msgstr ""
-"Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¼Ð¾Ð¶ÐµÑ‚ ÑоÑтоÑÑ‚ÑŒ только из букв, пробелов и подчеркиваний"
+"ПожалуйÑта, введите ваши <span>Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль</span>, затем "
+"войдите"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "ваш email"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr "Вход завершилÑÑ Ð½ÐµÑƒÐ´Ð°Ñ‡ÐµÐ¹, попробуйте ещё раз"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "email обÑзательное"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "не поÑылать email"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "пожалуйÑта, введите правильный Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Пароль"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "Ñтот email уже иÑпользуетÑÑ ÐºÐµÐ¼-то еще, пожалуйÑта, выберите другой"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Войти"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "выбрать пароль"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr ""
+"Чтобы изменить ваш пароль - пожалуйÑта, введите новый дважды и подтвердите "
+"ввод"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "пароль обÑзателен"
+#: skins/common/templates/authopenid/signin.html:117
+msgid "New password"
+msgstr "Ðовый пароль"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "введите пароль еще раз"
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
+msgstr "пожалуйÑта, ещё раз"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "пожалуйÑта, повторите Ñвой пароль"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr "Ваши текущие методы входа"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "к Ñожалению, пароли не Ñовпадают, попробуйте еще раз"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
+msgstr "провайдер"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "2 Ð´Ð½Ñ Ð½Ð°Ð·Ð°Ð´"
+#: skins/common/templates/authopenid/signin.html:151
+msgid "last used"
+msgstr "поÑледний иÑпользованный"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "вчера"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr "удалите, еÑли хотите"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)d Ñ‡Ð°Ñ Ð½Ð°Ð·Ð°Ð´"
-msgstr[1] "%(hr)d чаÑов назад"
-msgstr[2] "%(hr)d чаÑа назад"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "удалить"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d минуту назад"
-msgstr[1] "%(min)d минут назад"
-msgstr[2] "%(min)d минуты назад"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Ðккаунт удален."
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:181
+msgid "Still have trouble signing in?"
+msgstr "По-прежнему проблемы Ñо входом ?"
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr "ПожалуйÑта, введите ваш email-Ð°Ð´Ñ€ÐµÑ Ð½Ð¸Ð¶Ðµ и получите новый ключ"
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
+"ПожалуйÑта, введите ваш email-Ð°Ð´Ñ€ÐµÑ Ð½Ð¸Ð¶Ðµ чтобы воÑÑтановить ваш аккаунт"
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "неавторизированные пользователи не могут голоÑовать "
-
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr "Извините, вы иÑчерпали лимит голоÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð° ÑегоднÑ"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
+msgstr "ВоÑÑтановить ваш аккаунт по email"
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr "Ð’Ñ‹ можете голоÑовать ÑÐµÐ³Ð¾Ð´Ð½Ñ ÐµÑ‰Ñ‘ %(votes_left)s раз"
-
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "неавторизированные пользователи не имеют доÑтупа к папке \"входÑщие\""
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr "ПоÑлать новый ключ воÑÑтановлениÑ"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr "Извините, что-то не здеÑÑŒ..."
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
+msgstr "ВоÑÑтановить ваш аккаунт иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ email"
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr ""
-"неавторизированные пользователи не могут отмечать ответы как правильные"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "ПлюÑÑ‹ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ OpenID"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr "подпиÑка Ñохранена, %(email)s требует проверки, Ñм. %(details_url)s"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "С OpenID проще"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "чаÑтота обновлений по email была уÑтановлена в ежедневную"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "ИÑпользуйте везде повторно"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr "OpenID широко раÑпроÑтранён"
-#: views/commands.py:409
-#, fuzzy, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr "ПожалуйÑта, войдите здеÑÑŒ:"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID поддерживаемый открытый Ñтандарт"
-#: views/commands.py:542
-#, fuzzy
-msgid "Please sign in to vote"
-msgstr "ПожалуйÑта, войдите здеÑÑŒ:"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Узнать больше"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "ÐžÐ±Ñ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "Получить OpenID"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "СпаÑибо за отзыв!"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "ЗарегиÑтрироватьÑÑ"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "Мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ ждем ваших отзывов!"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+msgid "Please register by clicking on any of the icons below"
+msgstr "Создайте Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль"
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s вопроÑ"
-msgstr[1] "%(q_num)s вопроÑа"
-msgstr[2] "%(q_num)s вопроÑов"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+msgid "or create a new user name and password here"
+msgstr "или зайдите нажав одну из кнопок ниже"
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s вопроÑ"
-msgstr[1] "%(q_num)s вопроÑа"
-msgstr[2] "%(q_num)s вопроÑов"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Создать Ð¸Ð¼Ñ Ð¸ пароль"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d %(badge_level)s медаль"
-msgstr[1] "%(badge_count)d %(badge_level)s медали"
-msgstr[2] "%(badge_count)d %(badge_level)s медалей"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ традиционной региÑтрации"
-#: views/readers.py:415
+#: skins/common/templates/authopenid/signup_with_password.html:44
msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "Извините, но запрашиваемый комментарий был удалён"
-
-#: views/users.py:211
-msgid "moderate this user"
-msgstr "Модерировать Ñтого пользователÑ"
-
-#: views/users.py:212
-msgid "moderate user"
-msgstr "модерировать пользователÑ"
-
-#: views/users.py:386
-msgid "user profile"
-msgstr "профиль пользователÑ"
-
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "обзор Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
-
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "поÑледние данные по активноÑти пользователÑ"
-
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "профиль - поÑледние данные по активноÑти"
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
+"ПожалуйÑта, прочтите и укажите два Ñлова ниже, чтобы помочь нам "
+"предотвратить автоматизированные ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи."
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "комментарии и ответы на другие вопроÑÑ‹"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Создать учетную запиÑÑŒ"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "профиль - ответы"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "или"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "Ð³Ð¾Ð»Ð¾Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "вернутьÑÑ Ðº Ñтарнице OpenID входа"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "профиль - голоÑа"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "что такое Gravatar"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² ÑообщеÑтве"
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Измененить Ñ‚Ñги"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "профиль - карма пользователÑ"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "ПодробноÑти вашей учетной запиÑи:"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "избранные вопроÑÑ‹ пользователей"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "профиль - избранные вопроÑÑ‹"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
msgstr "Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñохранены"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email отменены"
-
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "наÑтройки подпиÑки по Ñлектронной почте"
-
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "профиль - подпиÑки"
-
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "неавторизированные пользователи не могут загружать файлы"
-
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "допуÑтимые типы файлов: '%(file_types)s'"
-
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "макÑимальный размер загружаемого файла - %(file_size)s K"
-
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-"Ошибка при загрузке файла. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтрацией Ñайта."
-#: views/writers.py:191
+#: skins/common/templates/avatar/change.html:22
#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "Ð’Ñ‹ вÑегда можете задать Ñвой вопроÑ!"
+msgid "Upload"
+msgstr "zagruzhaem-file/"
-#: views/writers.py:492
+#: skins/common/templates/avatar/confirm_delete.html:2
#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "проÑмотреть неотвеченные ворпоÑÑ‹"
+msgid "delete avatar"
+msgstr "удаленный ответ"
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-"Извините, вы не вошли, поÑтому не можете оÑтавлÑÑ‚ÑŒ комментарии. <a href="
-"\"%(sign_in_url)s\">Войдите</a>."
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "неавторизированные пользователи не могут иÑправлÑÑ‚ÑŒ комментарии"
-
-#: views/writers.py:654
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-"Извините, вы не вошли, поÑтому не можете удалÑÑ‚ÑŒ комментарии. <a href="
-"\"%(sign_in_url)s\">Войдите</a>."
-
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr "Извините, у Ð½Ð°Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ðµ техничеÑкие проблемы."
-
-#~ msgid "Sites"
-#~ msgstr "Сайт"
-
-#~ msgid "Documentation"
-#~ msgstr "ДокументациÑ"
-
-#~ msgid "Change password"
-#~ msgstr "Сменить пароль"
-#~ msgid "Log out"
-#~ msgstr "Выйти"
-
-#~ msgid "Home"
-#~ msgstr "ГлавнаÑ"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "удаленный ответ"
-#~ msgid "Edit Group Settings"
-#~ msgstr "Изменить наÑтройки групп"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "поÑтоÑÐ½Ð½Ð°Ñ ÑÑылка на ответ"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "ПожалуйÑта, иÑправьте ошибку, указанную ниже:"
-#~ msgstr[1] "ПожалуйÑта, иÑправьте ошибки, указанные ниже:"
-#~ msgstr[2] "ПожалуйÑта, иÑправьте ошибки, указанные ниже:"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "поÑтоÑÐ½Ð½Ð°Ñ ÑÑылка"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "ÐаÑтройки включены в %(name)s ."
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "редактировать"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° изменение значений."
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "Ñмотреть вÑе темы"
-#~ msgid "Edit Site Settings"
-#~ msgstr "Изменить наÑтройки Ñайта"
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr ""
+"Ñообщить о Ñпаме (Ñ‚.е. ÑообщениÑÑ… Ñодержащих Ñпам, рекламу, вредоноÑные "
+"ÑÑылки и Ñ‚.д.)"
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "Livesettings отключены Ð´Ð»Ñ Ñтого Ñайта."
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "Ñпам"
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr ""
-#~ "Ð’Ñе параметры конфигурации должны быть изменены в файле settings.py "
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "vosstanovleniye-accounta/"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "ÐаÑтройки групп: %(name)s"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "воÑÑтановить"
-#~ msgid "Uncollapse all"
-#~ msgstr "Развернуть вÑе"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Ответить на вопроÑ"
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr ""
-#~ "ПожалуйÑта, введите ваше <span>Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ</span>, затем войдите"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "отметить Ñтот Ð²Ð¾Ð¿Ñ€Ð¾Ñ ÐºÐ°Ðº интереÑный (еще раз - чтобы удалить закладку)"
-#~ msgid "(or select another login method above)"
-#~ msgstr "(или выберите один из методов входа выше)"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "автор вопроÑа %(question_author)s выбрал Ñтот ответ правильным"
-#~ msgid "Sign in"
-#~ msgstr "Войти"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» закрыт по Ñледующим причинам \"%(close_reason)s\", автор:"
-#~ msgid "Change email"
-#~ msgstr "Изменить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "дата закрытиÑ: %(closed_at)s"
-#~ msgid "Save your email address"
-#~ msgstr "Сохранить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
+msgstr "изменить тег"
-#~ msgid "change %(email)s info"
-#~ msgstr "измененить %(email)s"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "переоткрыть"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr "вот почему требуетÑÑ Ñлектронной почты, Ñм. %(gravatar_faq_url)s"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "закрыть"
-#~ msgid "Your new Email"
-#~ msgstr "Ваш новый Email"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "Ñто поле обÑзательное"
-#~ msgid "Your Email"
-#~ msgstr "Ваш E-mail"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(обÑзательно)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Включить/выключить предварительный проÑмотр текÑта"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "Ñкрыть предварительный проÑмотр"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "СвÑзанные теги"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Избранные теги"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Добавить"
+
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Игнорируемые теги"
+
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
+msgstr "Фильтр по тегам"
+
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr "Страница не найдена"
+
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Извините, но запрошенный Вами документ не был найден."
+
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Это могло произойти по Ñледующим причинам:"
+
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ ответ были удалены;"
+
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» неверен - пожалуйÑта проверьте;"
+
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"документ который Ð’Ñ‹ запроÑили защищён или у Ð’Ð°Ñ Ð½Ðµ хватает \"репутации\", "
+"пожалуйÑта поÑмотрите"
-#~ msgid "Save Email"
-#~ msgstr "Сохранить Email"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "ЧаÑто задаваемые вопроÑÑ‹"
-#~ msgid "Cancel"
-#~ msgstr "Отменить"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "еÑли Ð’Ñ‹ Ñчитаете что Ñта ошибка показана неверно, пожалуйÑта"
-#~ msgid "Validate email"
-#~ msgstr "Проверить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "Ñообщите об Ñтой проблеме"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "Проверить информацию о %(email)s или перейти на %(change_email_url)s"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "вернутьÑÑ Ð½Ð° предыдущую Ñтраницу"
-#~ msgid "Email not changed"
-#~ msgstr "Email не изменилÑÑ"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "Ñмотреть вÑе вопроÑÑ‹"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "Ñтарый %(email)s Ñохранен, при желании можно изменить тут "
-#~ "%(change_email_url)s"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "Ñмотреть вÑе темы"
-#~ msgid "Email changed"
-#~ msgstr "Email изменен"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ° Ñервера"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr "текущий %(email)s может быть иÑпользован Ð´Ð»Ñ Ñтого"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+"об Ñтой ошибке была Ñделана запиÑÑŒ в журнале и ÑоответÑтвующие иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ "
+"будут вÑкоре Ñделаны"
-#~ msgid "Email verified"
-#~ msgstr "Email проверен"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr ""
+"еÑли у Ð’Ð°Ñ Ð¸Ð¼ÐµÐµÑ‚ÑÑ Ð¶ÐµÐ»Ð°Ð½Ð¸Ðµ, пожалуйÑта Ñообщите об Ñтой ошибке вебмаÑтеру"
-#~ msgid "thanks for verifying email"
-#~ msgstr "ÑпаÑибо за проверку email"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "Ñмотреть Ñамые новые вопроÑÑ‹"
-#~ msgid "email key not sent"
-#~ msgstr "email ключ не отоÑлан"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "Ñмотреть темы"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "email ключ не отоÑлан на %(email)s, изменить email здеÑÑŒ %(change_link)s"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Править ответ"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "назад"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "верÑÐ¸Ñ Ð¿Ñ€Ð°Ð²ÐºÐ¸"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "выбрать верÑию"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Сохранить"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "показать предварительный проÑмотр"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "СпроÑить"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr "%(name)s"
-#~ msgid "Registration"
-#~ msgstr "РегиÑтрациÑ"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Ðаграда"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "зарегиÑтрировать нового провайдера %(provider)s к учетной запиÑи, "
-#~ "Ñмотрите %(gravatar_faq_url)s"
+#: skins/default/templates/badge.html:7
+#, fuzzy, python-format
+msgid "Badge \"%(name)s\""
+msgstr "%(name)s"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "%(username)s уже ÑущеÑтвует, выберите другое Ð¸Ð¼Ñ Ð´Ð»Ñ %(provider)s. Email "
-#~ "так же требуетÑÑ Ñ‚Ð¾Ð¶Ðµ, Ñмотрите %(gravatar_faq_url)s"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, python-format
+msgid "%(description)s"
+msgstr "%(description)s"
+
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "пользователь, получивший Ñтот значок"
+msgstr[1] "пользователÑ, получивших Ñтот значок"
+msgstr[2] "пользователей, получивших Ñтот значок"
+
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ знаках Ð¾Ñ‚Ð»Ð¸Ñ‡Ð¸Ñ (наградах)"
+
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Значки"
+
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr "Ðаграды"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ внешнего %(provider)s к учетной запиÑи, Ñмотрите "
-#~ "%(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:8
+#, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Ðиже приведен ÑпиÑок доÑтупных значков и чиÑло награждений каждым из них. "
+"ÐŸÑ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾ новым значкам отправлÑйте через обратную ÑвÑзь - "
+"%(feedback_faq_url)s.\n"
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ Facebook подключениÑ, Ñмотрите %(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Значки Ð¾Ñ‚Ð»Ð¸Ñ‡Ð¸Ñ ÑообщеÑтва"
-#~ msgid "This account already exists, please use another."
-#~ msgstr "Эта ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ уже ÑущеÑтвует, пожалуйÑта, иÑпользуйте другую."
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr "Ð·Ð¾Ð»Ð¾Ñ‚Ð°Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒ: выÑÐ¾ÐºÐ°Ñ Ñ‡ÐµÑÑ‚ÑŒ и очень Ñ€ÐµÐ´ÐºÐ°Ñ Ð½Ð°Ð³Ñ€Ð°Ð´Ð°"
-#~ msgid "Screen name label"
-#~ msgstr "Логин"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "золотой значок"
-#~ msgid "Email address label"
-#~ msgstr "Email"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr "ÑеребрÑÐ½Ð°Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒ: иногда приÑуждаетÑÑ Ð·Ð° большой вклад"
+
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "ÑеребрÑный значок"
+
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "бронзовый значок: чаÑто даётÑÑ ÐºÐ°Ðº оÑÐ¾Ð±Ð°Ñ Ð·Ð°Ñлуга"
+
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "бронзовый значок - опиÑание"
+
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Закрыть вопроÑ"
+
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Закрыть вопроÑ"
+
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Причины"
+
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "OK, чтобы закрыть"
+
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr "FAQ"
+
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "ЧаÑто задаваемые вопроÑÑ‹"
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Какие вопроÑÑ‹ Ñ Ð¼Ð¾Ð³Ñƒ задать здеÑÑŒ?"
+
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"Самое главное - вопроÑÑ‹ должны <strong>ÑоответÑтвовать теме</strong> "
+"ÑообщеÑтва."
-#~ msgid "receive updates motivational blurb"
-#~ msgstr "Получать Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ Ñлектронной почте"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Перед тем как задать Ð²Ð¾Ð¿Ñ€Ð¾Ñ - пожалуйÑта, не забудьте иÑпользовать поиÑк, "
+"чтобы убедитьÑÑ, что ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ ÐµÑ‰Ðµ не имеет ответа."
-#~ msgid "please select one of the options above"
-#~ msgstr "ПожалуйÑта, выберите один из вариантов"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Каких вопроÑов мне Ñледует избегать?"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "Фильтр тегов будет в правой панели, поÑле того, как вы войдете в ÑиÑтему"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"ПроÑьба не задавать вопроÑÑ‹, которые не ÑоответÑтвуют теме Ñтого Ñайта, "
+"Ñлишком Ñубъективны или очевидны."
-#~ msgid "create account"
-#~ msgstr "зарегиÑтрироватьÑÑ"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Чего Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ избегать в Ñвоих ответах?"
-#~ msgid "Logout"
-#~ msgstr "Выйти"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"ÑвлÑетÑÑ Ð¼ÐµÑтом ответов/вопроÑов, а не группой обÑуждениÑ. ПоÑтому - "
+"пожалуйÑта, избегайте обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð² Ñвоих ответах. Комментарии позволÑÑŽÑ‚ лишь "
+"краткое обÑуждение."
-#~ msgid "User login"
-#~ msgstr "Вход выполнен"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Кто модерирует Ñто ÑообщеÑтво?"
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "Ваш ответ на %(title)s / %(summary)s будет опубликован, как только вы "
-#~ "войдете"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Ответ краток: <strong>вы.</strong>"
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "Ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ %(title)s / %(summary)s Ñ‹ будет опубликован поÑле того, как вы "
-#~ "войдёте"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Этот Ñайт находитÑÑ Ð¿Ð¾Ð´ управлением Ñамих пользователей."
-#~ msgid ""
-#~ "Take a pick of your favorite service below to sign in using secure OpenID "
-#~ "or similar technology. Your external service password always stays "
-#~ "confidential and you don't have to rememeber or create another one."
-#~ msgstr ""
-#~ "Выберите ваш ÑÐµÑ€Ð²Ð¸Ñ Ñ‡Ñ‚Ð¾Ð±Ñ‹ войти иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð±ÐµÐ·Ð¾Ð¿Ð°Ñную OpenID (или похожую) "
-#~ "технологию. Пароль к вашей внешней Ñлужбе вÑегда конфиденциален и нет "
-#~ "необходимоÑти Ñоздавать пароль при региÑтрации."
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"СиÑтема репутации (кармы) позволÑет пользователÑм приобретать различные "
+"управленчеÑкие права."
-#~ msgid ""
-#~ "It's a good idea to make sure that your existing login methods still "
-#~ "work, or add a new one. Please click any of the icons below to check/"
-#~ "change or add new login methods."
-#~ msgstr ""
-#~ "Ð’Ñегда Ñ…Ð¾Ñ€Ð¾ÑˆÐ°Ñ Ð¸Ð´ÐµÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€Ð¸Ñ‚ÑŒ работает ли ваш текущий метод входа, а "
-#~ "также добавить и другие методы. ПожалуйÑта, выберите любую иконку ниже "
-#~ "Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸/изменениÑ/Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¼ÐµÑ‚Ð¾Ð´Ð¾Ð² входа."
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Как работает карма?"
-#~ msgid ""
-#~ "Please add a more permanent login method by clicking one of the icons "
-#~ "below, to avoid logging in via email each time."
-#~ msgstr ""
-#~ "ПожалуйÑта, добавьте поÑтоÑнный метод входа кликнув по одной из иконок "
-#~ "ниже, чтобы не входить каждый раз через e-mail."
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr "Суть кармы"
-#~ msgid ""
-#~ "Click on one of the icons below to add a new login method or re-validate "
-#~ "an existing one."
-#~ msgstr ""
-#~ "Кликние на одной из иконок ниже чтобы добавить метод входа или проверить "
-#~ "уже ÑущеÑтвующий."
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Ðапример, еÑли задать интереÑующий Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ дать полный ответ, ваш вклад "
+"будет оценен положительно. С другой Ñтороны, еÑли ответ будет вводить в "
+"заблуждение - Ñто будет оценено отрицательно. Каждый Ð³Ð¾Ð»Ð¾Ñ Ð² пользу будет "
+"генерировать <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> кармы, "
+"каждый Ð³Ð¾Ð»Ð¾Ñ Ð¿Ñ€Ð¾Ñ‚Ð¸Ð² - будет отнимать <strong>"
+"%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> кармы. СущеÑтвует лимит <strong>"
+"%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> кармы, который может быть набран "
+"за Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ ответ за день. Ð’ таблице ниже предÑтавлены вÑе Ñ‚Ñ€ÐµÐ±Ð¾Ð²Ð°Ð½Ð¸Ñ Ðº "
+"карме Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ типа модерированиÑ."
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "проголоÑовать \"за\""
+
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "иÑпользовать теги"
+
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "добавить комментарии"
+
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "проголоÑовать \"против\""
+
+#: skins/default/templates/faq_static.html:49
+#, fuzzy
+msgid " accept own answer to own questions"
+msgstr "Первый принÑтый ответ на ÑобÑтвенный вопроÑ"
+
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "открывать и закрывать Ñвои вопроÑÑ‹"
+
+#: skins/default/templates/faq_static.html:57
+msgid "retag other's questions"
+msgstr "изменÑÑ‚ÑŒ теги других вопроÑов"
+
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "редактировать вопроÑÑ‹ в вики ÑообщеÑтва "
+
+#: skins/default/templates/faq_static.html:67
+msgid "\"edit any answer"
+msgstr "редактировать любой ответ"
-#~ msgid ""
-#~ "You don't have a method to log in right now, please add one or more by "
-#~ "clicking any of the icons below."
-#~ msgstr ""
-#~ "Ðа данный момент вами не выбран ни один из методов входа, добавьте Ñ…Ð¾Ñ‚Ñ "
-#~ "бы один кликнув по иконке ниже."
+#: skins/default/templates/faq_static.html:71
+msgid "\"delete any comment"
+msgstr "удалÑÑ‚ÑŒ любые комментарии"
-#~ msgid ""
-#~ "Please check your email and visit the enclosed link to re-connect to your "
-#~ "account"
-#~ msgstr ""
-#~ "ПожалуйÑта, проверьте ваш email и пройдите по ÑÑылке чтобы вновь войти в "
-#~ "ваш аккаунт"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "что такое Gravatar"
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr ""
-#~ "ПожалуйÑта, введите ваши <span>Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль</span>, затем "
-#~ "войдите"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr "gravatar FAQ"
-#~ msgid "Login failed, please try again"
-#~ msgstr "Вход завершилÑÑ Ð½ÐµÑƒÐ´Ð°Ñ‡ÐµÐ¹, попробуйте ещё раз"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Ðеобходимо ли Ñоздавать новый пароль, чтобы зарегиÑтрироватьÑÑ?"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "не поÑылать email"
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Ðет, Ñтого делать нет необходимоÑти. Ð’Ñ‹ можете Войти через любой ÑервиÑ, "
+"который поддерживает OpenID, например, Google, Yahoo, AOL и т.д."
-#~ msgid "Password"
-#~ msgstr "Пароль"
+#: skins/default/templates/faq_static.html:78
+msgid "\"Login now!\""
+msgstr "Войти ÑейчаÑ!"
-#~ msgid "Login"
-#~ msgstr "Войти"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "Почему другие люди могут изменÑÑ‚ÑŒ мои вопроÑÑ‹ / ответы?"
-#~ msgid ""
-#~ "To change your password - please enter the new one twice, then submit"
-#~ msgstr ""
-#~ "Чтобы изменить ваш пароль - пожалуйÑта, введите новый дважды и "
-#~ "подтвердите ввод"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "Цель Ñтого Ñайта ..."
-#~ msgid "New password"
-#~ msgstr "Ðовый пароль"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Таким образом, более опытные пользователи могут редактировать вопроÑÑ‹ и "
+"ответы как Ñтраницы вики, что в Ñвою очередь улучшает качеÑтво ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ñ "
+"базы данных вопроÑов/ответов."
-#~ msgid "Please, retype"
-#~ msgstr "пожалуйÑта, ещё раз"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "ЕÑли Ñтот подход не Ð´Ð»Ñ Ð²Ð°Ñ, мы уважаем ваш выбор."
-#~ msgid "Here are your current login methods"
-#~ msgstr "Ваши текущие методы входа"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "ОÑталиÑÑŒ вопроÑÑ‹?"
-#~ msgid "provider"
-#~ msgstr "провайдер"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Задайте Ñвой Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð² %(ask_question_url)s, помогите Ñделать наше ÑообщеÑтво "
+"лучше!"
-#~ msgid "last used"
-#~ msgstr "поÑледний иÑпользованный"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "ÐžÐ±Ñ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь"
-#~ msgid "delete, if you like"
-#~ msgstr "удалите, еÑли хотите"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Ð’Ñ‹Ñкажите Ñвое мнение!"
-#~ msgid "delete"
-#~ msgstr "удалить"
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Уважаемый %(user_name)s,</span> мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ "
+"ждем ваших отзывов. \n"
+"ПожалуйÑта, укажите и отправьте нам Ñвое Ñообщение ниже."
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Ðккаунт удален."
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Уважаемый поÑетитель</span>, мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ ждем "
+"ваших отзывов. ПожалуйÑта, введите и отправить нам Ñвое Ñообщение ниже."
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "По-прежнему проблемы Ñо входом ?"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "Please, enter your email address below and obtain a new key"
-#~ msgstr "ПожалуйÑта, введите ваш email-Ð°Ð´Ñ€ÐµÑ Ð½Ð¸Ð¶Ðµ и получите новый ключ"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(Ñто поле обÑзательно)"
-#~ msgid "Please, enter your email address below to recover your account"
-#~ msgstr ""
-#~ "ПожалуйÑта, введите ваш email-Ð°Ð´Ñ€ÐµÑ Ð½Ð¸Ð¶Ðµ чтобы воÑÑтановить ваш аккаунт"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "recover your account via email"
-#~ msgstr "ВоÑÑтановить ваш аккаунт по email"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Отправить отзыв"
-#~ msgid "Send a new recovery key"
-#~ msgstr "ПоÑлать новый ключ воÑÑтановлениÑ"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"ЗдравÑтвуйте, Ñто Ñообщение обратной ÑвÑзи Ñ Ñ„Ð¾Ñ€ÑƒÐ¼Ð°: %(site_title)s\n"
-#~ msgid "Recover your account via email"
-#~ msgstr "ВоÑÑтановить ваш аккаунт иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ email"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "Why use OpenID?"
-#~ msgstr "ПлюÑÑ‹ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ OpenID"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "with openid it is easier"
-#~ msgstr "С OpenID проще"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid "reuse openid"
-#~ msgstr "ИÑпользуйте везде повторно"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid "openid is widely adopted"
-#~ msgstr "OpenID широко раÑпроÑтранён"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "openid is supported open standard"
-#~ msgstr "OpenID поддерживаемый открытый Ñтандарт"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>Уважаемый %(receiving_user_name)s,</p>"
-#~ msgid "Find out more"
-#~ msgstr "Узнать больше"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s оÑтавил <a href=\"%(post_url)s\">новый "
+"комментарий</a>:</p>\n"
-#~ msgid "Get OpenID"
-#~ msgstr "Получить OpenID"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s оÑтавил <a href=\"%(post_url)s\">новый "
+"комментарий</a></p>\n"
-#~ msgid "Signup"
-#~ msgstr "ЗарегиÑтрироватьÑÑ"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s ответил на вопроÑ\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "Создайте Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s задал новый вопроÑ\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "or create a new user name and password here"
-#~ msgstr "или зайдите нажав одну из кнопок ниже"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s обновил ответ на вопроÑ\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "Create login name and password"
-#~ msgstr "Создать Ð¸Ð¼Ñ Ð¸ пароль"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s обновил вопроÑ\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "Traditional signup info"
-#~ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ традиционной региÑтрации"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Обратите внимание - вы можете Ñ Ð»Ñ‘Ð³ÐºÐ¾Ñтью <a href="
+"\"%(user_subscriptions_url)s\">изменить</a>\n"
+"уÑÐ»Ð¾Ð²Ð¸Ñ Ñ€Ð°ÑÑылки или отпиÑатьÑÑ Ð²Ð¾Ð²Ñе. СпаÑибо за ваш Ð¸Ð½Ñ‚ÐµÑ€ÐµÑ Ðº нашему "
+"форуму!</p>\n"
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr ""
-#~ "ПожалуйÑта, прочтите и укажите два Ñлова ниже, чтобы помочь нам "
-#~ "предотвратить автоматизированные ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи."
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "<p>С уважением,<br/>ÐдминиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð¤Ð¾Ñ€ÑƒÐ¼Ð°</p>"
-#~ msgid "Create Account"
-#~ msgstr "Создать учетную запиÑÑŒ"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "ПоделитьÑÑ Ð²Ð¾Ð¿Ñ€Ð¾Ñом на Twitter"
-#~ msgid "or"
-#~ msgstr "или"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "return to OpenID login"
-#~ msgstr "вернутьÑÑ Ðº Ñтарнице OpenID входа"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "что такое Gravatar"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Измененить Ñ‚Ñги"
+msgid "i like this question (click again to cancel)"
+msgstr "мне понравилÑÑ Ñтот поÑÑ‚ (щелкните Ñнова, чтобы отменить)"
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "ПодробноÑти вашей учетной запиÑи:"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "мне нравитÑÑ Ñтот ответ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñохранены"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "текущее чиÑло голоÑов"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "zagruzhaem-file/"
+msgid "i dont like this question (click again to cancel)"
+msgstr "мне не понравилÑÑ Ñтот поÑÑ‚ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "удаленный ответ"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "мне не нравитÑÑ Ñтот ответ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "удаленный ответ"
-
-#~ msgid "answer permanent link"
-#~ msgstr "поÑтоÑÐ½Ð½Ð°Ñ ÑÑылка на ответ"
-
-#~ msgid "permanent link"
-#~ msgstr "поÑтоÑÐ½Ð½Ð°Ñ ÑÑылка"
+msgid "anonymous user"
+msgstr "анонимный"
-#~ msgid "edit"
-#~ msgstr "редактировать"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr "поÑÑ‚ отмечен как вики ÑообщеÑтва"
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr ""
-#~ "Ñообщить о Ñпаме (Ñ‚.е. ÑообщениÑÑ… Ñодержащих Ñпам, рекламу, вредоноÑные "
-#~ "ÑÑылки и Ñ‚.д.)"
-
-#~ msgid "flag offensive"
-#~ msgstr "Ñпам"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+"Этот поÑÑ‚ - вики. Любой Ñ ÐºÐ°Ñ€Ð¼Ð¾Ð¹ &gt;%(wiki_min_rep)s может улучшить его."
-#~ msgid "undelete"
-#~ msgstr "воÑÑтановить"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "ÑпроÑил"
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Ответить на вопроÑ"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "ответил"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr ""
-#~ "отметить Ñтот Ð²Ð¾Ð¿Ñ€Ð¾Ñ ÐºÐ°Ðº интереÑный (еще раз - чтобы удалить закладку)"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "опубликовал"
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "автор вопроÑа %(question_author)s выбрал Ñтот ответ правильным"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "обновил"
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr ""
-#~ "Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» закрыт по Ñледующим причинам \"%(close_reason)s\", автор:"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Ñмотри вопроÑÑ‹ Ñ Ñ‚ÐµÐ³Ð°Ð¼Ð¸ '%(tag)s'"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "дата закрытиÑ: %(closed_at)s"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "удалить Ñтот комментарий"
-#~ msgid "retag"
-#~ msgstr "изменить тег"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "добавить комментарий"
-#~ msgid "reopen"
-#~ msgstr "переоткрыть"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+"Ñмотреть еще <span class=\"hidden\">%(counter)s</span><strong>один</strong>"
+msgstr[1] "Ñмотреть еще <strong>%(counter)s</strong>"
+msgstr[2] "Ñмотреть еще <strong>%(counter)s</strong>"
-#~ msgid "close"
-#~ msgstr "закрыть"
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+"Ñмотреть еще <span class=\"hidden\">%(counter)s</span><strong>один</strong> "
+"комментарий"
+msgstr[1] "Ñмотреть еще <strong>%(counter)s</strong> комментариÑ"
+msgstr[2] "Ñмотреть еще <strong>%(counter)s</strong> комментариев"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "Ñто поле обÑзательное"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "%(username)s Gravatar"
-#~ msgid "(required)"
-#~ msgstr "(обÑзательно)"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "пользователь %(username)s имеет ÑÑ‚Ð°Ñ‚ÑƒÑ \"%(status)s\""
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Включить/выключить предварительный проÑмотр текÑта"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "предыдущаÑ"
-#~ msgid "hide preview"
-#~ msgstr "Ñкрыть предварительный проÑмотр"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ Ñтраница"
-#~ msgid "Related tags"
-#~ msgstr "СвÑзанные теги"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "Ñтраница номер %(num)s"
-#~ msgid "Interesting tags"
-#~ msgstr "Избранные теги"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ñтраница"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Добавить"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "Ñообщений на Ñтранице"
-#~ msgid "Ignored tags"
-#~ msgstr "Игнорируемые теги"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "ответы пользователю %(username)s"
-#~ msgid "Display tag filter"
-#~ msgstr "Фильтр по тегам"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "У Ð²Ð°Ñ Ð½Ð¾Ð²Ñ‹Ð¹ ответ"
+msgstr[1] "У Ð²Ð°Ñ %(response_count)s новых ответов"
+msgstr[2] "У Ð²Ð°Ñ %(response_count)s новых ответов"
+
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "новых ответов нет"
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "%(new)s новых поÑтов Ñо Ñпамом и %(seen)s предыдущих"
-#~ msgid "Page not found"
-#~ msgstr "Страница не найдена"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr "%(new)s новых неумеÑтных Ñообщений"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Извините, но запрошенный Вами документ не был найден."
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr "%(seen)s неумеÑтных Ñообщений"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Это могло произойти по Ñледующим причинам:"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "ВопроÑÑ‹"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ ответ были удалены;"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "КонфиденциальноÑÑ‚ÑŒ"
-#~ msgid "url has error - please check it;"
-#~ msgstr "Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» неверен - пожалуйÑта проверьте;"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Изменить вопроÑ"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "документ который Ð’Ñ‹ запроÑили защищён или у Ð’Ð°Ñ Ð½Ðµ хватает \"репутации\", "
-#~ "пожалуйÑта поÑмотрите"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Измененить Ñ‚Ñги"
-#~ msgid "faq"
-#~ msgstr "ЧаÑто задаваемые вопроÑÑ‹"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr "изменить теги"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "еÑли Ð’Ñ‹ Ñчитаете что Ñта ошибка показана неверно, пожалуйÑта"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Зачем иÑпользовать и изменÑÑ‚ÑŒ теги?"
-#~ msgid "report this problem"
-#~ msgstr "Ñообщите об Ñтой проблеме"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr "Теги помогают лучше организовать поиÑк"
-#~ msgid "back to previous page"
-#~ msgstr "вернутьÑÑ Ð½Ð° предыдущую Ñтраницу"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "редакторы тегов получают Ñпециальные призы от ÑообщеÑтва"
-#~ msgid "see all questions"
-#~ msgstr "Ñмотреть вÑе вопроÑÑ‹"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "до 5 тегов, менее 20 Ñимволов каждый"
-#~ msgid "see all tags"
-#~ msgstr "Ñмотреть вÑе темы"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Переоткрыть вопроÑ"
-#~ msgid "Internal server error"
-#~ msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ° Ñервера"
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr "Заголовок"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "об Ñтой ошибке была Ñделана запиÑÑŒ в журнале и ÑоответÑтвующие "
-#~ "иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ вÑкоре Ñделаны"
+#: skins/default/templates/reopen.html:11
+#, fuzzy, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+"Этот Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» закрыт\n"
+"<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr ""
-#~ "еÑли у Ð’Ð°Ñ Ð¸Ð¼ÐµÐµÑ‚ÑÑ Ð¶ÐµÐ»Ð°Ð½Ð¸Ðµ, пожалуйÑта Ñообщите об Ñтой ошибке вебмаÑтеру"
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
+msgstr "Закрыт по причине:"
-#~ msgid "see latest questions"
-#~ msgstr "Ñмотреть Ñамые новые вопроÑÑ‹"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr "Когда:"
-#~ msgid "see tags"
-#~ msgstr "Ñмотреть темы"
+#: skins/default/templates/reopen.html:22
+msgid "Reopen this question?"
+msgstr "Открыть повторно Ñтот вопроÑ?"
-#~ msgid "Edit answer"
-#~ msgstr "Править ответ"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Открыть повторно Ñтот вопроÑ"
-#~ msgid "back"
-#~ msgstr "назад"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹"
-#~ msgid "revision"
-#~ msgstr "верÑÐ¸Ñ Ð¿Ñ€Ð°Ð²ÐºÐ¸"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "нажмите, чтобы Ñкрыть/показать верÑии"
-#~ msgid "select revision"
-#~ msgstr "выбрать верÑию"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr "верÑÐ¸Ñ %(number)s"
-#~ msgid "Save edit"
-#~ msgstr "Сохранить"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "иÑпользовать теги"
-#~ msgid "show preview"
-#~ msgstr "показать предварительный проÑмотр"
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr "ПожалуйÑта, подпишитеÑÑŒ на темы:"
-#~ msgid "Ask a question"
-#~ msgstr "СпроÑить"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "иÑпользовать теги"
-#~ msgid "%(name)s"
-#~ msgstr "%(name)s"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "СпиÑок тегов"
-#~ msgid "Badge"
-#~ msgstr "Ðаграда"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
#, fuzzy
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "%(name)s"
+msgid "Sort by &raquo;"
+msgstr "УпорÑдочить по:"
-#~ msgid "%(description)s"
-#~ msgstr "%(description)s"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "Ñортировать в алфавитном порÑдке"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "пользователь, получивший Ñтот значок"
-#~ msgstr[1] "пользователÑ, получивших Ñтот значок"
-#~ msgstr[2] "пользователей, получивших Ñтот значок"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "по имени"
-#~ msgid "Badges summary"
-#~ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ знаках Ð¾Ñ‚Ð»Ð¸Ñ‡Ð¸Ñ (наградах)"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "Ñортировать по чаÑтоте иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‚ÐµÐ³Ð°"
-#~ msgid "Badges"
-#~ msgstr "Значки"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "по популÑрноÑти"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr "Ðаграды"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Ðичего не найдено"
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Ðиже приведен ÑпиÑок доÑтупных значков и чиÑло награждений каждым из них. "
-#~ "ÐŸÑ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾ новым значкам отправлÑйте через обратную ÑвÑзь - "
-#~ "%(feedback_faq_url)s.\n"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Пользователи"
-#~ msgid "Community badges"
-#~ msgstr "Значки Ð¾Ñ‚Ð»Ð¸Ñ‡Ð¸Ñ ÑообщеÑтва"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "gold badge: the highest honor and is very rare"
-#~ msgstr "Ð·Ð¾Ð»Ð¾Ñ‚Ð°Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒ: выÑÐ¾ÐºÐ°Ñ Ñ‡ÐµÑÑ‚ÑŒ и очень Ñ€ÐµÐ´ÐºÐ°Ñ Ð½Ð°Ð³Ñ€Ð°Ð´Ð°"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "карма"
-#~ msgid "gold badge description"
-#~ msgstr "золотой значок"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid ""
-#~ "silver badge: occasionally awarded for the very high quality contributions"
-#~ msgstr "ÑеребрÑÐ½Ð°Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒ: иногда приÑуждаетÑÑ Ð·Ð° большой вклад"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "новички"
-#~ msgid "silver badge description"
-#~ msgstr "ÑеребрÑный значок"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "бронзовый значок: чаÑто даётÑÑ ÐºÐ°Ðº оÑÐ¾Ð±Ð°Ñ Ð·Ð°Ñлуга"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr "бронзовый значок - опиÑание"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "по имени"
-#~ msgid "Close question"
-#~ msgstr "Закрыть вопроÑ"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "пользователей, ÑоответÑтвующих запроÑу, %(suser)s:"
-#~ msgid "Close the question"
-#~ msgstr "Закрыть вопроÑ"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Ðичего не найдено."
-#~ msgid "Reasons"
-#~ msgstr "Причины"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s вопроÑ"
+msgstr[1] "%(q_num)s вопроÑа"
+msgstr[2] "%(q_num)s вопроÑов"
-#~ msgid "OK to close"
-#~ msgstr "OK, чтобы закрыть"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "при помощи %(author_name)s"
-#~ msgid "FAQ"
-#~ msgstr "FAQ"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "помеченный"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "ЧаÑто задаваемые вопроÑÑ‹"
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Советы по поиÑку:"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Какие вопроÑÑ‹ Ñ Ð¼Ð¾Ð³Ñƒ задать здеÑÑŒ?"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "ÑÐ±Ñ€Ð¾Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð°"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "Самое главное - вопроÑÑ‹ должны <strong>ÑоответÑтвовать теме</strong> "
-#~ "ÑообщеÑтва."
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr "или"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Перед тем как задать Ð²Ð¾Ð¿Ñ€Ð¾Ñ - пожалуйÑта, не забудьте иÑпользовать поиÑк, "
-#~ "чтобы убедитьÑÑ, что ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ ÐµÑ‰Ðµ не имеет ответа."
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "ÑброÑить Ñ‚Ñги"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Каких вопроÑов мне Ñледует избегать?"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "начать вÑе Ñначала"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "ПроÑьба не задавать вопроÑÑ‹, которые не ÑоответÑтвуют теме Ñтого Ñайта, "
-#~ "Ñлишком Ñубъективны или очевидны."
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr "- раÑширить или Ñузить, добавлÑÑ Ñвои метки и Ð¿Ð¾Ð»ÑƒÑ‡Ð°Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñ."
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Чего Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ избегать в Ñвоих ответах?"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "ПодÑказки Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка:"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "ÑвлÑетÑÑ Ð¼ÐµÑтом ответов/вопроÑов, а не группой обÑуждениÑ. ПоÑтому - "
-#~ "пожалуйÑта, избегайте обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð² Ñвоих ответах. Комментарии позволÑÑŽÑ‚ "
-#~ "лишь краткое обÑуждение."
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "добавить теги и выполнить поиÑк"
-#~ msgid "Who moderates this community?"
-#~ msgstr "Кто модерирует Ñто ÑообщеÑтво?"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Ðеотвеченных вопроÑов нет"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Ответ краток: <strong>вы.</strong>"
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
+msgid "No questions here. "
+msgstr "Отмеченных вопроÑов нет."
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Этот Ñайт находитÑÑ Ð¿Ð¾Ð´ управлением Ñамих пользователей."
+#: skins/default/templates/main_page/nothing_found.html:8
+#, fuzzy
+msgid "Please follow some questions or follow some users."
+msgstr ""
+"Ðачните добавлÑÑ‚ÑŒ в (закладки) некоторые вопроÑÑ‹, когда вы поÑещаете их"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "СиÑтема репутации (кармы) позволÑет пользователÑм приобретать различные "
-#~ "управленчеÑкие права."
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Ð’Ñ‹ можете раÑширить поиÑк"
-#~ msgid "How does reputation system work?"
-#~ msgstr "Как работает карма?"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "ÑÐ±Ñ€Ð¾Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð°"
-#~ msgid "Rep system summary"
-#~ msgstr "Суть кармы"
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "ÑÐ±Ñ€Ð¾Ñ Ñ‚Ñгов"
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Ðапример, еÑли задать интереÑующий Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ дать полный ответ, ваш "
-#~ "вклад будет оценен положительно. С другой Ñтороны, еÑли ответ будет "
-#~ "вводить в заблуждение - Ñто будет оценено отрицательно. Каждый Ð³Ð¾Ð»Ð¾Ñ Ð² "
-#~ "пользу будет генерировать <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</"
-#~ "strong> кармы, каждый Ð³Ð¾Ð»Ð¾Ñ Ð¿Ñ€Ð¾Ñ‚Ð¸Ð² - будет отнимать <strong>"
-#~ "%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> кармы. СущеÑтвует лимит "
-#~ "<strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> кармы, который может "
-#~ "быть набран за Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð»Ð¸ ответ за день. Ð’ таблице ниже предÑтавлены вÑе "
-#~ "Ñ‚Ñ€ÐµÐ±Ð¾Ð²Ð°Ð½Ð¸Ñ Ðº карме Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ типа модерированиÑ."
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "начать Ñначала"
-#~ msgid "upvote"
-#~ msgstr "проголоÑовать \"за\""
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "Ð’Ñ‹ вÑегда можете задать Ñвой вопроÑ!"
-#~ msgid "use tags"
-#~ msgstr "иÑпользовать теги"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Ðе нашли то, что иÑкали?"
-#~ msgid "add comments"
-#~ msgstr "добавить комментарии"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "ПожалуйÑта, опубликуйте Ñвой вопроÑ!"
-#~ msgid "downvote"
-#~ msgstr "проголоÑовать \"против\""
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Первый принÑтый ответ на ÑобÑтвенный вопроÑ"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "open and close own questions"
-#~ msgstr "открывать и закрывать Ñвои вопроÑÑ‹"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "retag other's questions"
-#~ msgstr "изменÑÑ‚ÑŒ теги других вопроÑов"
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "каждый тег должен быть короче %(max_chars)s Ñимвола"
+msgstr[1] "каждый тег должно быть короче чем %(max_chars)s Ñимвола"
+msgstr[2] "каждый тег должно быть короче чем %(max_chars)s Ñимволов"
-#~ msgid "edit community wiki questions"
-#~ msgstr "редактировать вопроÑÑ‹ в вики ÑообщеÑтва "
+#: skins/default/templates/meta/editor_data.html:7
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "пожалуйÑта, иÑпользуйте %(tag_count)s тег"
+msgstr[1] "пожалуйÑта введите не более %(tag_count)s тегов"
+msgstr[2] "пожалуйÑта введите не более %(tag_count)s тегов"
-#~ msgid "\"edit any answer"
-#~ msgstr "редактировать любой ответ"
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+"пожалуйÑта, иÑпользуйте до %(tag_count)s тегов, количеÑтво Ñимволов в каждом "
+"менее %(max_chars)s"
-#~ msgid "\"delete any comment"
-#~ msgstr "удалÑÑ‚ÑŒ любые комментарии"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"Один ответ:\n"
+" "
+msgstr[1] ""
+"\n"
+"%(counter)s Ответа:"
+msgstr[2] ""
+"\n"
+"%(counter)s Ответов:"
-#~ msgid "what is gravatar"
-#~ msgstr "что такое Gravatar"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "Ñамые Ñтарые ответы будут показаны первыми"
-#~ msgid "gravatar faq info"
-#~ msgstr "gravatar FAQ"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "Ñамые Ñтарые ответы"
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Ðеобходимо ли Ñоздавать новый пароль, чтобы зарегиÑтрироватьÑÑ?"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "Ñамые новые ответы будут показаны первыми"
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Ðет, Ñтого делать нет необходимоÑти. Ð’Ñ‹ можете Войти через любой ÑервиÑ, "
-#~ "который поддерживает OpenID, например, Google, Yahoo, AOL и т.д."
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "Ñамые новые ответы"
-#~ msgid "\"Login now!\""
-#~ msgstr "Войти ÑейчаÑ!"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "ответы Ñ Ð±<b>о</b>льшим чиÑлом голоÑов будут показаны первыми"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "Почему другие люди могут изменÑÑ‚ÑŒ мои вопроÑÑ‹ / ответы?"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "популÑрные ответы"
-#~ msgid "Goal of this site is..."
-#~ msgstr "Цель Ñтого Ñайта ..."
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Ответьте на ÑобÑтвенный вопроÑ"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Таким образом, более опытные пользователи могут редактировать вопроÑÑ‹ и "
-#~ "ответы как Ñтраницы вики, что в Ñвою очередь улучшает качеÑтво ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ñ "
-#~ "базы данных вопроÑов/ответов."
+#: skins/default/templates/question/new_answer_form.html:14
+#, fuzzy
+msgid "Login/Signup to Answer"
+msgstr "Войти / ЗарегиÑтрироватьÑÑ Ñ‡Ñ‚Ð¾Ð±Ñ‹ ответить"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "ЕÑли Ñтот подход не Ð´Ð»Ñ Ð²Ð°Ñ, мы уважаем ваш выбор."
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Ваш ответ"
-#~ msgid "Still have questions?"
-#~ msgstr "ОÑталиÑÑŒ вопроÑÑ‹?"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Будьте первым, кто ответ на Ñтот вопроÑ!"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Задайте Ñвой Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð² %(ask_question_url)s, помогите Ñделать наше "
-#~ "ÑообщеÑтво лучше!"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr "Вы можете ответить анонимно, а затем войти"
-#~ msgid "Feedback"
-#~ msgstr "ÐžÐ±Ñ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "ответ на ÑобÑтвенный Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ради ответа"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Ð’Ñ‹Ñкажите Ñвое мнение!"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "пожалуйÑта, отвечайте на вопроÑÑ‹, а не вÑтупайте в обÑуждениÑ"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Уважаемый %(user_name)s,</span> мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ "
-#~ "ждем ваших отзывов. \n"
-#~ "ПожалуйÑта, укажите и отправьте нам Ñвое Ñообщение ниже."
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Войти / ЗарегиÑтрироватьÑÑ Ñ‡Ñ‚Ð¾Ð±Ñ‹ ответить"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Уважаемый поÑетитель</span>, мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ "
-#~ "ждем ваших отзывов. ПожалуйÑта, введите и отправить нам Ñвое Ñообщение "
-#~ "ниже."
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Ответить на вопроÑ"
-#~ msgid "(this field is required)"
-#~ msgstr "(Ñто поле обÑзательно)"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
-#~ msgid "Send Feedback"
-#~ msgstr "Отправить отзыв"
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+#, fuzzy
+msgid " or"
+msgstr "или"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>Уважаемый %(receiving_user_name)s,</p>"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "email"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s оÑтавил <a href=\"%(post_url)s\">новый "
-#~ "комментарий</a>:</p>\n"
+#: skins/default/templates/question/sidebar.html:4
+msgid "Question tools"
+msgstr "Закладки и информациÑ"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s оÑтавил <a href=\"%(post_url)s\">новый "
-#~ "комментарий</a></p>\n"
+#: skins/default/templates/question/sidebar.html:7
+msgid "click to unfollow this question"
+msgstr "нажмите, чтобы удалить закладку"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s ответил на вопроÑ\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/sidebar.html:8
+msgid "Following"
+msgstr "ЕÑÑ‚ÑŒ закладка!"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s задал новый вопроÑ\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/sidebar.html:9
+msgid "Unfollow"
+msgstr "Убрать закладку"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s обновил ответ на вопроÑ\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/sidebar.html:13
+msgid "click to follow this question"
+msgstr "нажмите, чтобы добавить закладку"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s обновил вопроÑ\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/sidebar.html:14
+msgid "Follow"
+msgstr "Добавить закладку"
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Обратите внимание - вы можете Ñ Ð»Ñ‘Ð³ÐºÐ¾Ñтью <a href="
-#~ "\"%(user_subscriptions_url)s\">изменить</a>\n"
-#~ "уÑÐ»Ð¾Ð²Ð¸Ñ Ñ€Ð°ÑÑылки или отпиÑатьÑÑ Ð²Ð¾Ð²Ñе. СпаÑибо за ваш Ð¸Ð½Ñ‚ÐµÑ€ÐµÑ Ðº нашему "
-#~ "форуму!</p>\n"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] "%(count)s закладка"
+msgstr[1] "%(count)s закладки"
+msgstr[2] "%(count)s закладок"
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr "<p>С уважением,<br/>ÐдминиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð¤Ð¾Ñ€ÑƒÐ¼Ð°</p>"
+#: skins/default/templates/question/sidebar.html:27
+msgid "email the updates"
+msgstr "получить Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "ПоделитьÑÑ Ð²Ð¾Ð¿Ñ€Ð¾Ñом на Twitter"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr "получать Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email"
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "мне понравилÑÑ Ñтот поÑÑ‚ (щелкните Ñнова, чтобы отменить)"
-
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "мне нравитÑÑ Ñтот ответ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
-
-#~ msgid "current number of votes"
-#~ msgstr "текущее чиÑло голоÑов"
+msgid "subscribe to this question rss feed"
+msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "мне не понравилÑÑ Ñтот поÑÑ‚ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
-
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "мне не нравитÑÑ Ñтот ответ (нажмите еще раз Ð´Ð»Ñ Ð¾Ñ‚Ð¼ÐµÐ½Ñ‹)"
+msgid "subscribe to rss feed"
+msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
+#: skins/default/templates/question/sidebar.html:46
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "анонимный"
-
-#~ msgid "this post is marked as community wiki"
-#~ msgstr "поÑÑ‚ отмечен как вики ÑообщеÑтва"
-
-#~ msgid ""
-#~ "This post is a wiki.\n"
-#~ " Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
-#~ msgstr ""
-#~ "Этот поÑÑ‚ - вики. Любой Ñ ÐºÐ°Ñ€Ð¼Ð¾Ð¹ &gt;%(wiki_min_rep)s может улучшить его."
+msgid "Stats"
+msgstr "СтатиÑтика"
-#~ msgid "asked"
-#~ msgstr "ÑпроÑил"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» задан"
-#~ msgid "answered"
-#~ msgstr "ответил"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» проÑмотрен"
-#~ msgid "posted"
-#~ msgstr "опубликовал"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "раз"
-#~ msgid "updated"
-#~ msgstr "обновил"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "поÑледнее обновление"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Ñмотри вопроÑÑ‹ Ñ Ñ‚ÐµÐ³Ð°Ð¼Ð¸ '%(tag)s'"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "похожие вопроÑÑ‹:"
-#~ msgid "delete this comment"
-#~ msgstr "удалить Ñтот комментарий"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr "Информировать один раз в день, еÑли еÑÑ‚ÑŒ новые ответы"
-#~ msgid "add comment"
-#~ msgstr "добавить комментарий"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "Еженедельно информировать о новых ответах"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] ""
-#~ "Ñмотреть еще <span class=\"hidden\">%(counter)s</span><strong>один</"
-#~ "strong>"
-#~ msgstr[1] "Ñмотреть еще <strong>%(counter)s</strong>"
-#~ msgstr[2] "Ñмотреть еще <strong>%(counter)s</strong>"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
+msgid "Notify me immediately when there are any new answers"
+msgstr "Информировать о новых ответах Ñразу"
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "Ñмотреть еще <span class=\"hidden\">%(counter)s</span><strong>один</"
-#~ "strong> комментарий"
-#~ msgstr[1] "Ñмотреть еще <strong>%(counter)s</strong> комментариÑ"
-#~ msgstr[2] "Ñмотреть еще <strong>%(counter)s</strong> комментариев"
-
-#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "пользователь %(username)s имеет ÑÑ‚Ð°Ñ‚ÑƒÑ \"%(status)s\""
-
-#~ msgid "previous"
-#~ msgstr "предыдущаÑ"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(в Ñвоем профиле, вы можете наÑтроить чаÑтоту оповещений по Ñлектронной "
+"почте, нажав на кнопку \"подпиÑка по e-mail\" - %(profile_url)s)"
-#~ msgid "current page"
-#~ msgstr "Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ Ñтраница"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr "ПоÑле входа в ÑиÑтему вы Ñможете подпиÑатьÑÑ Ð½Ð° вÑе обновлениÑ"
-#~ msgid "page number %(num)s"
-#~ msgstr "Ñтраница номер %(num)s"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "профиль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s"
-#~ msgid "next page"
-#~ msgstr "ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ñтраница"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Изменить профиль пользователÑ"
-#~ msgid "posts per page"
-#~ msgstr "Ñообщений на Ñтранице"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "изменить профиль"
-#~ msgid "responses for %(username)s"
-#~ msgstr "ответы пользователю %(username)s"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "изменить изображение"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "У Ð²Ð°Ñ Ð½Ð¾Ð²Ñ‹Ð¹ ответ"
-#~ msgstr[1] "У Ð²Ð°Ñ %(response_count)s новых ответов"
-#~ msgstr[2] "У Ð²Ð°Ñ %(response_count)s новых ответов"
+msgid "remove"
+msgstr "vosstanovleniye-accounta/"
-#~ msgid "no new responses yet"
-#~ msgstr "новых ответов нет"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "ЗарегиÑтрированный пользователь"
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "%(new)s новых поÑтов Ñо Ñпамом и %(seen)s предыдущих"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Ðазвание Ñкрана"
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "%(new)s новых неумеÑтных Ñообщений"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Обновить"
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "%(seen)s неумеÑтных Ñообщений"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
+msgstr "подпиÑкa"
-#~ msgid "Questions"
-#~ msgstr "ВопроÑÑ‹"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "ÐаÑтройка подпиÑки по Ñлектронной почте"
-#~ msgid "Privacy policy"
-#~ msgstr "КонфиденциальноÑÑ‚ÑŒ"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ наÑтройках подпиÑки по Ñлектронной почте"
-#~ msgid "Edit question"
-#~ msgstr "Изменить вопроÑ"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "ОÑтановить отправку Ñлектронной почты"
-#~ msgid "Change tags"
-#~ msgstr "Измененить Ñ‚Ñги"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
+msgid "followed questions"
+msgstr "закладки"
-#~ msgid "Retag"
-#~ msgstr "изменить теги"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr "входÑщие"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Зачем иÑпользовать и изменÑÑ‚ÑŒ теги?"
+#: skins/default/templates/user_profile/user_inbox.html:34
+msgid "Sections:"
+msgstr "Разделы:"
-#~ msgid "Tags help to keep the content better organized and searchable"
-#~ msgstr "Теги помогают лучше организовать поиÑк"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr "ответы в форуме (%(re_count)s)"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "редакторы тегов получают Ñпециальные призы от ÑообщеÑтва"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "помеченные пункты (%(flag_count)s)"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "до 5 тегов, менее 20 Ñимволов каждый"
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr "выберите:"
-#~ msgid "Reopen question"
-#~ msgstr "Переоткрыть вопроÑ"
+#: skins/default/templates/user_profile/user_inbox.html:51
+msgid "seen"
+msgstr "прочитанные"
-#~ msgid "Title"
-#~ msgstr "Заголовок"
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr "новые"
-#, fuzzy
-#~ msgid ""
-#~ "This question has been closed by \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgstr ""
-#~ "Этот Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» закрыт\n"
-#~ "<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>"
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr "нет"
-#~ msgid "Close reason:"
-#~ msgstr "Закрыт по причине:"
+#: skins/default/templates/user_profile/user_inbox.html:54
+msgid "mark as seen"
+msgstr "отметить как прочитано "
-#~ msgid "When:"
-#~ msgstr "Когда:"
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr "отметить как новое"
-#~ msgid "Reopen this question?"
-#~ msgstr "Открыть повторно Ñтот вопроÑ?"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr "удалить"
-#~ msgid "Reopen this question"
-#~ msgstr "Открыть повторно Ñтот вопроÑ"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "обновить профиль"
-#~ msgid "Revision history"
-#~ msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr "управление методами входа"
-#~ msgid "click to hide/show revision"
-#~ msgstr "нажмите, чтобы Ñкрыть/показать верÑии"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "наÑтоÑщее имÑ"
-#~ msgid "revision %(number)s"
-#~ msgstr "верÑÐ¸Ñ %(number)s"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "ÑоÑтоит пользователем"
-#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "иÑпользовать теги"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "поÑледнее поÑещение"
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "ПожалуйÑта, подпишитеÑÑŒ на темы:"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "Ñайт пользователÑ"
-#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "иÑпользовать теги"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "меÑтоположение"
-#~ msgid "Tag list"
-#~ msgstr "СпиÑок тегов"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "возраÑÑ‚"
-#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "УпорÑдочить по:"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "возраÑÑ‚"
-#~ msgid "sorted alphabetically"
-#~ msgstr "Ñортировать в алфавитном порÑдке"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "ÑегоднÑшних неиÑпользованных голоÑов"
-#~ msgid "by name"
-#~ msgstr "по имени"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "оÑталоÑÑŒ голоÑов"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "Ñортировать по чаÑтоте иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‚ÐµÐ³Ð°"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+msgid "moderation"
+msgstr "модерациÑ"
-#~ msgid "by popularity"
-#~ msgstr "по популÑрноÑти"
-
-#~ msgid "Nothing found"
-#~ msgstr "Ðичего не найдено"
-
-#~ msgid "Users"
-#~ msgstr "Пользователи"
-
-#~ msgid "reputation"
-#~ msgstr "карма"
-
-#~ msgid "recent"
-#~ msgstr "новички"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "пользователь %(username)s имеет ÑÑ‚Ð°Ñ‚ÑƒÑ \"%(status)s\""
-#~ msgid "by username"
-#~ msgstr "по имени"
+#: skins/default/templates/user_profile/user_moderate.html:11
+msgid "User status changed"
+msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ð»ÑÑ"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "пользователей, ÑоответÑтвующих запроÑу, %(suser)s:"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "Сохранить"
-#~ msgid "Nothing found."
-#~ msgstr "Ðичего не найдено."
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "Ваша Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ ÐºÐ°Ñ€Ð¼Ð° %(reputation)s балов"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "при помощи %(author_name)s"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "Карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(reputation)s балов "
-#~ msgid "Search tips:"
-#~ msgstr "Советы по поиÑку:"
+#: skins/default/templates/user_profile/user_moderate.html:31
+msgid "User reputation changed"
+msgstr "Карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð°"
-#~ msgid "reset author"
-#~ msgstr "ÑÐ±Ñ€Ð¾Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð°"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr "ОтнÑÑ‚ÑŒ"
-#~ msgid " or "
-#~ msgstr "или"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Добавить"
-#~ msgid "reset tags"
-#~ msgstr "ÑброÑить Ñ‚Ñги"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
+msgstr "Отправить Ñообщение Ð´Ð»Ñ %(username)s"
-#~ msgid "start over"
-#~ msgstr "начать вÑе Ñначала"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+"ПиÑьмо будет отправлено пользователю Ñо ÑÑылкой \"Ответить\" на ваш Ð°Ð´Ñ€ÐµÑ "
+"Ñлектронной почты. ПожалуйÑта, убедитеÑÑŒ, что ваш Ð°Ð´Ñ€ÐµÑ Ð²Ð²ÐµÐ´ÐµÐ½ правильно."
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr "- раÑширить или Ñузить, добавлÑÑ Ñвои метки и Ð¿Ð¾Ð»ÑƒÑ‡Ð°Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñ."
+#: skins/default/templates/user_profile/user_moderate.html:46
+msgid "Message sent"
+msgstr "Сообщение отправлено"
-#~ msgid "Search tip:"
-#~ msgstr "ПодÑказки Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка:"
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr "Отправить Ñообщение"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "добавить теги и выполнить поиÑк"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Ðеотвеченных вопроÑов нет"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Отмеченных вопроÑов нет."
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr ""
-#~ "Ðачните добавлÑÑ‚ÑŒ в (закладки) некоторые вопроÑÑ‹, когда вы поÑещаете их"
-
-#~ msgid "You can expand your search by "
-#~ msgstr "Ð’Ñ‹ можете раÑширить поиÑк"
-
-#~ msgid "resetting author"
-#~ msgstr "ÑÐ±Ñ€Ð¾Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð°"
-
-#~ msgid "resetting tags"
-#~ msgstr "ÑÐ±Ñ€Ð¾Ñ Ñ‚Ñгов"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "приоÑтановленные пользователи не могут помечать ÑообщениÑ"
-#~ msgid "starting over"
-#~ msgstr "начать Ñначала"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "Ð’Ñ‹ вÑегда можете задать Ñвой вопроÑ!"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Ðе нашли то, что иÑкали?"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Please, post your question!"
-#~ msgstr "ПожалуйÑта, опубликуйте Ñвой вопроÑ!"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "каждый тег должен быть короче %(max_chars)s Ñимвола"
-#~ msgstr[1] "каждый тег должно быть короче чем %(max_chars)s Ñимвола"
-#~ msgstr[2] "каждый тег должно быть короче чем %(max_chars)s Ñимволов"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "профиль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s"
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "пожалуйÑта, иÑпользуйте %(tag_count)s тег"
-#~ msgstr[1] "пожалуйÑта введите не более %(tag_count)s тегов"
-#~ msgstr[2] "пожалуйÑта введите не более %(tag_count)s тегов"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr "активноÑÑ‚ÑŒ"
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr ""
-#~ "пожалуйÑта, иÑпользуйте до %(tag_count)s тегов, количеÑтво Ñимволов в "
-#~ "каждом менее %(max_chars)s"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
+#: skins/default/templates/user_profile/user_reputation.html:4
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "Один ответ:\n"
-#~ " "
-#~ msgstr[1] ""
-#~ "\n"
-#~ "%(counter)s Ответа:"
-#~ msgstr[2] ""
-#~ "\n"
-#~ "%(counter)s Ответов:"
+msgid "karma"
+msgstr "карма:"
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "Ñамые Ñтарые ответы будут показаны первыми"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ кармы."
-#~ msgid "oldest answers"
-#~ msgstr "Ñамые Ñтарые ответы"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ кармы Ð´Ð»Ñ %(user_name)s "
-#~ msgid "newest answers will be shown first"
-#~ msgstr "Ñамые новые ответы будут показаны первыми"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "обзор"
-#~ msgid "newest answers"
-#~ msgstr "Ñамые новые ответы"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">1</span> ВопроÑ"
+msgstr[1] "<span class=\"count\">%(counter)s</span> ВопроÑов"
+msgstr[2] "<span class=\"count\">%(counter)s</span> ВопроÑа"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "ответы Ñ Ð±<b>о</b>льшим чиÑлом голоÑов будут показаны первыми"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">1</span> Ответ"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Ответов"
+msgstr[2] "<span class=\"count\">%(counter)s</span> Ответа"
-#~ msgid "popular answers"
-#~ msgstr "популÑрные ответы"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "за ответ проголоÑовали %(answer_score)s раз"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Ответьте на ÑобÑтвенный вопроÑ"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "Ñтот ответ был выбран в качеÑтве правильного"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Войти / ЗарегиÑтрироватьÑÑ Ñ‡Ñ‚Ð¾Ð±Ñ‹ ответить"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "<span class=\"hidden\">%(comment_count)s</span>(один комментарий)"
+msgstr[1] "ответ был прокомментирован %(comment_count)s раз"
+msgstr[2] "ответ был прокомментирован %(comment_count)s раза"
-#~ msgid "Your answer"
-#~ msgstr "Ваш ответ"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">1</span> ГолоÑ"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> ГолоÑов"
+msgstr[2] "<span class=\"count\">%(cnt)s</span> ГолоÑа"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Будьте первым, кто ответ на Ñтот вопроÑ!"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "Ñ \"за\""
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr "Вы можете ответить анонимно, а затем войти"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "пользователь проголоÑовал \"за\" много раз"
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "ответ на ÑобÑтвенный Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ради ответа"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "Ñ \"против\""
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "пожалуйÑта, отвечайте на вопроÑÑ‹, а не вÑтупайте в обÑуждениÑ"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "пользователь проголоÑовал \"против\" много раз"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Войти / ЗарегиÑтрироватьÑÑ Ñ‡Ñ‚Ð¾Ð±Ñ‹ ответить"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">1</span> Тег"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Тегов"
+msgstr[2] "<span class=\"count\">%(counter)s</span> Тега"
-#~ msgid "Answer the question"
-#~ msgstr "Ответить на вопроÑ"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Медаль"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Медали"
+msgstr[2] "<span class=\"count\">%(counter)s</span> Медалей"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid " or"
-#~ msgstr "или"
-
-#~ msgid "email"
-#~ msgstr "email"
-
-#~ msgid "Question tools"
-#~ msgstr "Закладки и информациÑ"
-
-#~ msgid "click to unfollow this question"
-#~ msgstr "нажмите, чтобы удалить закладку"
-
-#~ msgid "Following"
-#~ msgstr "ЕÑÑ‚ÑŒ закладка!"
-
-#~ msgid "Unfollow"
-#~ msgstr "Убрать закладку"
+msgid "Answer to:"
+msgstr "Советы как лучше давать ответы"
-#~ msgid "click to follow this question"
-#~ msgstr "нажмите, чтобы добавить закладку"
-
-#~ msgid "Follow"
-#~ msgstr "Добавить закладку"
-
-#~ msgid "%(count)s follower"
-#~ msgid_plural "%(count)s followers"
-#~ msgstr[0] "%(count)s закладка"
-#~ msgstr[1] "%(count)s закладки"
-#~ msgstr[2] "%(count)s закладок"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Профиль пользователÑ"
-#~ msgid "email the updates"
-#~ msgstr "получить Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "комментарии и ответы на другие вопроÑÑ‹"
-#~ msgid ""
-#~ "<strong>Here</strong> (once you log in) you will be able to sign up for "
-#~ "the periodic email updates about this question."
-#~ msgstr "получать Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "график кармы"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "подпиÑатьÑÑ Ð½Ð° RSS-канал Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñов"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "карма"
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "Stats"
-#~ msgstr "СтатиÑтика"
-
-#~ msgid "question asked"
-#~ msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» задан"
+msgid "questions that user is following"
+msgstr "ВопроÑÑ‹, выбранные пользователем в закладки"
-#~ msgid "question was seen"
-#~ msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±Ñ‹Ð» проÑмотрен"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "поÑледнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
-#~ msgid "times"
-#~ msgstr "раз"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "Ð³Ð¾Ð»Ð¾Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
-#~ msgid "last updated"
-#~ msgstr "поÑледнее обновление"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "голоÑа"
-#~ msgid "Related questions"
-#~ msgstr "похожие вопроÑÑ‹:"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "наÑтройки подпиÑки по Ñлектронной почте"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "Информировать один раз в день, еÑли еÑÑ‚ÑŒ новые ответы"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr "Модерировать Ñтого пользователÑ"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "Еженедельно информировать о новых ответах"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "голоÑов"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Советы как лучше давать ответы"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr ""
+"пожалуйÑта поÑтарайтеÑÑŒ дать ответ который будет интереÑен коллегам по форуму"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "поÑтарайтеÑÑŒ на Ñамом деле дать ответ и избегать диÑкуÑÑий"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "включите детали в Ваш ответ"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть четким и лаконичным"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "поÑмотрите на чаÑто задаваемые вопроÑÑ‹"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "ПоддерживаетÑÑ Ñзык разметки - Markdown"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr "*курÑив*"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr "**жирный**"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr "*курÑив* или _курÑив_"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**жирный шрифт** или __жирный шрифт__"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "ÑÑылка"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "текÑÑ‚"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "изображение"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "пронумерованный ÑпиÑок:"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "а также, поддерживаютÑÑ Ð¾Ñновные теги HTML"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "узнайте болше про Markdown"
+
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "задать вопроÑ"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">ПожалуйÑта, начните задавать Ваш Ð²Ð¾Ñ€Ð¿Ð¾Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾</"
+"span>. Когда Ð’Ñ‹ пошлете вопроÑ, Ð’Ñ‹ будете направлены на Ñтраницу "
+"авторизации. Ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±ÑƒÐ´ÐµÑ‚ Ñохранён в текущей ÑеÑÑии и будет опубликован "
+"как только Ð’Ñ‹ авторизуетеÑÑŒ. Войти или запиÑатьÑÑ Ð½Ð° наш форум очень легко. "
+"ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¹Ð¼ÐµÑ‚ не более полминуты а Ð¸Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ - приблизительно "
+"одну минуту."
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "Информировать о новых ответах Ñразу"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ %(email)s должен быть дейÑтвительным, Ñм. "
+"%(email_validation_faq_url)s"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(в Ñвоем профиле, вы можете наÑтроить чаÑтоту оповещений по Ñлектронной "
-#~ "почте, нажав на кнопку \"подпиÑка по e-mail\" - %(profile_url)s)"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Войдите или запишитеÑÑŒ чтобы опубликовать Ваш ворпоÑ"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr "ПоÑле входа в ÑиÑтему вы Ñможете подпиÑатьÑÑ Ð½Ð° вÑе обновлениÑ"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Задайте Ваш вопроÑ"
-#~ msgid "%(username)s's profile"
-#~ msgstr "профиль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Ðвторы"
-#~ msgid "Edit user profile"
-#~ msgstr "Изменить профиль пользователÑ"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "edit profile"
-#~ msgstr "изменить профиль"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "О наÑ"
-#~ msgid "change picture"
-#~ msgstr "изменить изображение"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "политика конфиденциальноÑти"
-#~ msgid "Registered user"
-#~ msgstr "ЗарегиÑтрированный пользователь"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "оÑтавить отзыв"
-#~ msgid "Screen Name"
-#~ msgstr "Ðазвание Ñкрана"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "вернутьÑÑ Ð½Ð° главную"
-#~ msgid "Update"
-#~ msgstr "Обновить"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr "логотип %(site)s"
-#~ msgid "subscriptions"
-#~ msgstr "подпиÑкa"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "пользователи"
-#~ msgid "Email subscription settings"
-#~ msgstr "ÐаÑтройка подпиÑки по Ñлектронной почте"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "награды"
-#~ msgid "email subscription settings info"
-#~ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ наÑтройках подпиÑки по Ñлектронной почте"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "подÑказки к вопроÑам"
-#~ msgid "Stop sending email"
-#~ msgstr "ОÑтановить отправку Ñлектронной почты"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ ÑоответÑтвовать тематике ÑообщеÑтва"
-#~ msgid "followed questions"
-#~ msgstr "закладки"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "поÑтарайтеÑÑŒ придать макÑимум информативноÑти Ñвоему вопроÑу"
+
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] "проÑм."
+msgstr[1] "проÑм."
+msgstr[2] "проÑм."
+
+#: skins/default/templates/widgets/question_summary.html:29
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "ответ"
+msgstr[1] "ответа"
+msgstr[2] "ответов"
+
+#: skins/default/templates/widgets/question_summary.html:40
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "голоÑ"
+msgstr[1] "голоÑа"
+msgstr[2] "голоÑов"
+
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "проÑмотреть неотвеченные ворпоÑÑ‹"
-#~ msgid "inbox"
-#~ msgstr "входÑщие"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
-#~ msgid "Sections:"
-#~ msgstr "Разделы:"
+#: skins/default/templates/widgets/scope_nav.html:8
+#, fuzzy
+msgid "see your followed questions"
+msgstr "проÑмотр отмеченные вопроÑÑ‹"
-#~ msgid "forum responses (%(re_count)s)"
-#~ msgstr "ответы в форуме (%(re_count)s)"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "помеченные пункты (%(flag_count)s)"
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "ПожалуйÑта, опубликуйте Ñвой вопроÑ!"
-#~ msgid "select:"
-#~ msgstr "выберите:"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr "карма:"
-#~ msgid "seen"
-#~ msgstr "прочитанные"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+msgid "badges:"
+msgstr "награды"
-#~ msgid "new"
-#~ msgstr "новые"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "Выход"
-#~ msgid "none"
-#~ msgstr "нет"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "Вход"
-#~ msgid "mark as seen"
-#~ msgstr "отметить как прочитано "
+#: skins/default/templates/widgets/user_navigation.html:14
+msgid "settings"
+msgstr "ÐаÑтройки"
-#~ msgid "mark as new"
-#~ msgstr "отметить как новое"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "нет"
-#~ msgid "dismiss"
-#~ msgstr "удалить"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr "Извините, произошла ошибка!"
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "remove"
-#~ msgstr "vosstanovleniye-accounta/"
+msgid "Please login to post"
+msgstr "пожалуйÑта, выполнить вход"
-#~ msgid "update profile"
-#~ msgstr "обновить профиль"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "manage login methods"
-#~ msgstr "управление методами входа"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "Ñто поле обÑзательное"
-#~ msgid "real name"
-#~ msgstr "наÑтоÑщее имÑ"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "выбрать Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
-#~ msgid "member for"
-#~ msgstr "ÑоÑтоит пользователем"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ð±Ñзательно"
-#~ msgid "last seen"
-#~ msgstr "поÑледнее поÑещение"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "к Ñожалению, Ñто Ð¸Ð¼Ñ Ð¸ÑпользуетÑÑ, выберите другое"
-#~ msgid "user website"
-#~ msgstr "Ñайт пользователÑ"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "к Ñожалению, Ñто Ð¸Ð¼Ñ Ð½Ðµ разрешено, выберите другое"
-#~ msgid "location"
-#~ msgstr "меÑтоположение"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "к Ñожалению, Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем не ÑущеÑтвует"
-#~ msgid "age"
-#~ msgstr "возраÑÑ‚"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"к Ñожалению, у Ð½Ð°Ñ ÐµÑÑ‚ÑŒ ÑÐµÑ€ÑŒÐµÐ·Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° - Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ÑпользуетÑÑ "
+"неÑколькими пользователÑми"
-#~ msgid "age unit"
-#~ msgstr "возраÑÑ‚"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¼Ð¾Ð¶ÐµÑ‚ ÑоÑтоÑÑ‚ÑŒ только из букв, пробелов и подчеркиваний"
-#~ msgid "todays unused votes"
-#~ msgstr "ÑегоднÑшних неиÑпользованных голоÑов"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "votes left"
-#~ msgstr "оÑталоÑÑŒ голоÑов"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "ваш email"
-#~ msgid "moderation"
-#~ msgstr "модерациÑ"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "email обÑзательное"
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "пользователь %(username)s имеет ÑÑ‚Ð°Ñ‚ÑƒÑ \"%(status)s\""
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "пожалуйÑта, введите правильный Ð°Ð´Ñ€ÐµÑ Ñлектронной почты"
-#~ msgid "User status changed"
-#~ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ð»ÑÑ"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "Ñтот email уже иÑпользуетÑÑ ÐºÐµÐ¼-то еще, пожалуйÑта, выберите другой"
-#~ msgid "Save"
-#~ msgstr "Сохранить"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "выбрать пароль"
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "Ваша Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ ÐºÐ°Ñ€Ð¼Ð° %(reputation)s балов"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "пароль обÑзателен"
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "Карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(reputation)s балов "
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "введите пароль еще раз"
-#~ msgid "User reputation changed"
-#~ msgstr "Карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð°"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "пожалуйÑта, повторите Ñвой пароль"
-#~ msgid "Subtract"
-#~ msgstr "ОтнÑÑ‚ÑŒ"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "к Ñожалению, пароли не Ñовпадают, попробуйте еще раз"
-#~ msgid "Add"
-#~ msgstr "Добавить"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "2 Ð´Ð½Ñ Ð½Ð°Ð·Ð°Ð´"
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Отправить Ñообщение Ð´Ð»Ñ %(username)s"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "вчера"
-#~ msgid ""
-#~ "An email will be sent to the user with 'reply-to' field set to your email "
-#~ "address. Please make sure that your address is entered correctly."
-#~ msgstr ""
-#~ "ПиÑьмо будет отправлено пользователю Ñо ÑÑылкой \"Ответить\" на ваш Ð°Ð´Ñ€ÐµÑ "
-#~ "Ñлектронной почты. ПожалуйÑта, убедитеÑÑŒ, что ваш Ð°Ð´Ñ€ÐµÑ Ð²Ð²ÐµÐ´ÐµÐ½ правильно."
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)d Ñ‡Ð°Ñ Ð½Ð°Ð·Ð°Ð´"
+msgstr[1] "%(hr)d чаÑов назад"
+msgstr[2] "%(hr)d чаÑа назад"
-#~ msgid "Message sent"
-#~ msgstr "Сообщение отправлено"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d минуту назад"
+msgstr[1] "%(min)d минут назад"
+msgstr[2] "%(min)d минуты назад"
-#~ msgid "Send message"
-#~ msgstr "Отправить Ñообщение"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "приоÑтановленные пользователи не могут помечать ÑообщениÑ"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "профиль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "activity"
-#~ msgstr "активноÑÑ‚ÑŒ"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "неавторизированные пользователи не могут голоÑовать "
-#, fuzzy
-#~ msgid "karma"
-#~ msgstr "карма:"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr "Извините, вы иÑчерпали лимит голоÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð° ÑегоднÑ"
-#~ msgid "Your karma change log."
-#~ msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ кармы."
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr "Ð’Ñ‹ можете голоÑовать ÑÐµÐ³Ð¾Ð´Ð½Ñ ÐµÑ‰Ñ‘ %(votes_left)s раз"
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ кармы Ð´Ð»Ñ %(user_name)s "
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "неавторизированные пользователи не имеют доÑтупа к папке \"входÑщие\""
-#~ msgid "overview"
-#~ msgstr "обзор"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr "Извините, что-то не здеÑÑŒ..."
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">1</span> ВопроÑ"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> ВопроÑов"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> ВопроÑа"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+"неавторизированные пользователи не могут отмечать ответы как правильные"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">1</span> Ответ"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Ответов"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> Ответа"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr "подпиÑка Ñохранена, %(email)s требует проверки, Ñм. %(details_url)s"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "за ответ проголоÑовали %(answer_score)s раз"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "чаÑтота обновлений по email была уÑтановлена в ежедневную"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "Ñтот ответ был выбран в качеÑтве правильного"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] ""
-#~ "<span class=\"hidden\">%(comment_count)s</span>(один комментарий)"
-#~ msgstr[1] "ответ был прокомментирован %(comment_count)s раз"
-#~ msgstr[2] "ответ был прокомментирован %(comment_count)s раза"
+#: views/commands.py:442
+#, fuzzy, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr "ПожалуйÑта, войдите здеÑÑŒ:"
+#: views/commands.py:578
#, fuzzy
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">1</span> ГолоÑ"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> ГолоÑов"
-#~ msgstr[2] "<span class=\"count\">%(cnt)s</span> ГолоÑа"
-
-#~ msgid "thumb up"
-#~ msgstr "Ñ \"за\""
+msgid "Please sign in to vote"
+msgstr "ПожалуйÑта, войдите здеÑÑŒ:"
-#~ msgid "user has voted up this many times"
-#~ msgstr "пользователь проголоÑовал \"за\" много раз"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "ÐžÐ±Ñ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь"
-#~ msgid "thumb down"
-#~ msgstr "Ñ \"против\""
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "СпаÑибо за отзыв!"
-#~ msgid "user voted down this many times"
-#~ msgstr "пользователь проголоÑовал \"против\" много раз"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "Мы Ñ Ð½ÐµÑ‚ÐµÑ€Ð¿ÐµÐ½Ð¸ÐµÐ¼ ждем ваших отзывов!"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">1</span> Тег"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Тегов"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> Тега"
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s вопроÑ"
+msgstr[1] "%(q_num)s вопроÑа"
+msgstr[2] "%(q_num)s вопроÑов"
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Медаль"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Медали"
-#~ msgstr[2] "<span class=\"count\">%(counter)s</span> Медалей"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s медаль"
+msgstr[1] "%(badge_count)d %(badge_level)s медали"
+msgstr[2] "%(badge_count)d %(badge_level)s медалей"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Советы как лучше давать ответы"
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "Извините, но запрашиваемый комментарий был удалён"
-#~ msgid "User profile"
-#~ msgstr "Профиль пользователÑ"
+#: views/users.py:212
+msgid "moderate user"
+msgstr "модерировать пользователÑ"
-#~ msgid "graph of user reputation"
-#~ msgstr "график кармы"
+#: views/users.py:387
+msgid "user profile"
+msgstr "профиль пользователÑ"
-#~ msgid "reputation history"
-#~ msgstr "карма"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "обзор Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "ВопроÑÑ‹, выбранные пользователем в закладки"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "поÑледние данные по активноÑти пользователÑ"
-#~ msgid "recent activity"
-#~ msgstr "поÑледнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "профиль - поÑледние данные по активноÑти"
-#~ msgid "casted votes"
-#~ msgstr "голоÑа"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "профиль - ответы"
-#~ msgid "votes"
-#~ msgstr "голоÑов"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "профиль - голоÑа"
-#~ msgid "answer tips"
-#~ msgstr "Советы как лучше давать ответы"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "карма Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² ÑообщеÑтве"
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr ""
-#~ "пожалуйÑта поÑтарайтеÑÑŒ дать ответ который будет интереÑен коллегам по "
-#~ "форуму"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "профиль - карма пользователÑ"
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "поÑтарайтеÑÑŒ на Ñамом деле дать ответ и избегать диÑкуÑÑий"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "избранные вопроÑÑ‹ пользователей"
-#~ msgid "please try to provide details"
-#~ msgstr "включите детали в Ваш ответ"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "профиль - избранные вопроÑÑ‹"
-#~ msgid "be clear and concise"
-#~ msgstr "Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть четким и лаконичным"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñохранены"
-#~ msgid "see frequently asked questions"
-#~ msgstr "поÑмотрите на чаÑто задаваемые вопроÑÑ‹"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾ email отменены"
-#~ msgid "Markdown tips"
-#~ msgstr "ПоддерживаетÑÑ Ñзык разметки - Markdown"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "профиль - подпиÑки"
-#~ msgid "*italic*"
-#~ msgstr "*курÑив*"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "неавторизированные пользователи не могут загружать файлы"
-#~ msgid "**bold**"
-#~ msgstr "**жирный**"
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "допуÑтимые типы файлов: '%(file_types)s'"
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*курÑив* или _курÑив_"
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "макÑимальный размер загружаемого файла - %(file_size)s K"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**жирный шрифт** или __жирный шрифт__"
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Ошибка при загрузке файла. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтрацией Ñайта."
-#~ msgid "link"
-#~ msgstr "ÑÑылка"
+#: views/writers.py:192
+#, fuzzy
+msgid "Please log in to ask questions"
+msgstr "Ð’Ñ‹ вÑегда можете задать Ñвой вопроÑ!"
-#~ msgid "text"
-#~ msgstr "текÑÑ‚"
+#: views/writers.py:493
+#, fuzzy
+msgid "Please log in to answer questions"
+msgstr "проÑмотреть неотвеченные ворпоÑÑ‹"
-#~ msgid "image"
-#~ msgstr "изображение"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Извините, вы не вошли, поÑтому не можете оÑтавлÑÑ‚ÑŒ комментарии. <a href="
+"\"%(sign_in_url)s\">Войдите</a>."
-#~ msgid "numbered list:"
-#~ msgstr "пронумерованный ÑпиÑок:"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "неавторизированные пользователи не могут иÑправлÑÑ‚ÑŒ комментарии"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "а также, поддерживаютÑÑ Ð¾Ñновные теги HTML"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"Извините, вы не вошли, поÑтому не можете удалÑÑ‚ÑŒ комментарии. <a href="
+"\"%(sign_in_url)s\">Войдите</a>."
-#~ msgid "learn more about Markdown"
-#~ msgstr "узнайте болше про Markdown"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr "Извините, у Ð½Ð°Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ðµ техничеÑкие проблемы."
-#~ msgid "ask a question"
-#~ msgstr "задать вопроÑ"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "Ñодержание вопроÑа должно быть более 10-ти букв"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">ПожалуйÑта, начните задавать Ваш Ð²Ð¾Ñ€Ð¿Ð¾Ñ "
-#~ "анонимно</span>. Когда Ð’Ñ‹ пошлете вопроÑ, Ð’Ñ‹ будете направлены на "
-#~ "Ñтраницу авторизации. Ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð±ÑƒÐ´ÐµÑ‚ Ñохранён в текущей ÑеÑÑии и будет "
-#~ "опубликован как только Ð’Ñ‹ авторизуетеÑÑŒ. Войти или запиÑатьÑÑ Ð½Ð° наш "
-#~ "форум очень легко. ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¹Ð¼ÐµÑ‚ не более полминуты а Ð¸Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð°Ñ "
-#~ "запиÑÑŒ - приблизительно одну минуту."
+#~ msgid "Question: \"%(title)s\""
+#~ msgstr "ВопроÑ: \"%(title)s\""
#, fuzzy
#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
#~ msgstr ""
-#~ "Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸ %(email)s должен быть дейÑтвительным, Ñм. "
-#~ "%(email_validation_faq_url)s"
-
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Войдите или запишитеÑÑŒ чтобы опубликовать Ваш ворпоÑ"
-
-#~ msgid "Ask your question"
-#~ msgstr "Задайте Ваш вопроÑ"
-
-#~ msgid "Contributors"
-#~ msgstr "Ðвторы"
-
-#~ msgid "about"
-#~ msgstr "О наÑ"
-
-#~ msgid "privacy policy"
-#~ msgstr "политика конфиденциальноÑти"
-
-#~ msgid "give feedback"
-#~ msgstr "оÑтавить отзыв"
-
-#~ msgid "back to home page"
-#~ msgstr "вернутьÑÑ Ð½Ð° главную"
-
-#~ msgid "%(site)s logo"
-#~ msgstr "логотип %(site)s"
-
-#~ msgid "users"
-#~ msgstr "пользователи"
-
-#~ msgid "badges"
-#~ msgstr "награды"
-
-#~ msgid "question tips"
-#~ msgstr "подÑказки к вопроÑам"
-
-#~ msgid "please ask a relevant question"
-#~ msgstr "ваш Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ ÑоответÑтвовать тематике ÑообщеÑтва"
-
-#~ msgid "please try provide enough details"
-#~ msgstr "поÑтарайтеÑÑŒ придать макÑимум информативноÑти Ñвоему вопроÑу"
-
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "проÑм."
-#~ msgstr[1] "проÑм."
-#~ msgstr[2] "проÑм."
-
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "ответ"
-#~ msgstr[1] "ответа"
-#~ msgstr[2] "ответов"
-
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "голоÑ"
-#~ msgstr[1] "голоÑа"
-#~ msgstr[2] "голоÑов"
-
-#~ msgid "see unanswered questions"
-#~ msgstr "проÑмотреть неотвеченные ворпоÑÑ‹"
-
-#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "проÑмотр отмеченные вопроÑÑ‹"
-
-#~ msgid "karma:"
-#~ msgstr "карма:"
-
-#~ msgid "badges:"
-#~ msgstr "награды"
-
-#~ msgid "logout"
-#~ msgstr "Выход"
-
-#~ msgid "login"
-#~ msgstr "Вход"
-
-#~ msgid "settings"
-#~ msgstr "ÐаÑтройки"
+#~ "ЕÑли вы Ñчитаете, что Ñообщение было отправлено по ошибке - никаких "
+#~ "дальнейших дейÑтвий не требуетÑÑ. ПроÑто проигнорируйте Ñто пиÑьмо, мы "
+#~ "приноÑим Ñвои Ð¸Ð·Ð²Ð¸Ð½ÐµÐ½Ð¸Ñ Ð·Ð° причиненные неудобÑтва."
#~ msgid "(please enter a valid email)"
#~ msgstr "(пожалуйÑта, введите правильный Ð°Ð´Ñ€ÐµÑ Ñлектронной почты)"
@@ -6037,9 +6988,6 @@ msgstr "Извините, у Ð½Ð°Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ðµ техничеÑкÐ
#~ msgid "click here to see old astsup forum"
#~ msgstr "нажмите, чтобы поÑмотреть непопулÑрные вопроÑÑ‹"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "Ñкрыть игнорируемые вопроÑÑ‹"
-
#~ msgid "mark-tag/"
#~ msgstr "pomechayem-temy/"
@@ -6214,9 +7162,6 @@ msgstr "Извините, у Ð½Ð°Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ðµ техничеÑкÐ
#~ "\n"
#~ "%(q_num)s ответов:"
-#~ msgid "tagged"
-#~ msgstr "помеченный"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "удалить '%(tag_name)s' из ÑпиÑка интереÑных тегов"
diff --git a/askbot/locale/sr/LC_MESSAGES/django.mo b/askbot/locale/sr/LC_MESSAGES/django.mo
index 7af3be21..f993bbf6 100644
--- a/askbot/locale/sr/LC_MESSAGES/django.mo
+++ b/askbot/locale/sr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/sr/LC_MESSAGES/django.po b/askbot/locale/sr/LC_MESSAGES/django.po
index 74ce30b6..b3174e40 100644
--- a/askbot/locale/sr/LC_MESSAGES/django.po
+++ b/askbot/locale/sr/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:39-0600\n"
+"POT-Creation-Date: 2012-01-02 11:24-0600\n"
"PO-Revision-Date: 2010-05-07 02:52\n"
"Last-Translator: <who@email.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,7 +50,10 @@ msgstr ""
msgid "Country field is required"
msgstr "ово поље је обавезно"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "наÑлов"
@@ -58,32 +61,41 @@ msgstr "наÑлов"
msgid "please enter a descriptive title for your question"
msgstr "молимо ВаÑ, унеÑтите јаÑан наÑлов за Ваше питање"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "наÑлов мора имати > 10 карактера"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "наÑлов мора имати > 10 карактера"
+msgstr[1] "наÑлов мора имати > 10 карактера"
+msgstr[2] "наÑлов мора имати > 10 карактера"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "Ñадржај"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "Ñадржај питања мора имати > 10 карактера"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "ознаке"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr "Ознаке Ñу кратке речи, без размака. Можете унети до 5 ознака."
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] "Ознаке Ñу кратке речи, без размака. Можете унети до 5 ознака."
+msgstr[1] "Ознаке Ñу кратке речи, без размака. Можете унети до 5 ознака."
+msgstr[2] "Ознаке Ñу кратке речи, без размака. Можете унети до 5 ознака."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "ознаке Ñу обавезне"
-#: forms.py:173
+#: forms.py:210
#, fuzzy, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
@@ -91,12 +103,12 @@ msgstr[0] "кориÑтите %(tag_count)d ознаку или мање"
msgstr[1] "кориÑтите %(tag_count)d ознака или мање"
msgstr[2] "кориÑтите %(tag_count)d ознака или мање"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, fuzzy, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
@@ -104,15 +116,15 @@ msgstr[0] "Ñвака ознака мора имати мање од %(max_chars
msgstr[1] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
msgstr[2] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "кориÑтите-ове-каратере-у-ознакама"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -120,11 +132,11 @@ msgstr ""
"уколико одаберете вики опцију, питање и одговор не доноÑе поене; име аутора "
"Ñе не приказује"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "ажурирање резимеа:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -132,265 +144,271 @@ msgstr ""
"унеÑите кратко објашњење Ваше измене (нпр. правопиÑ, граматика, побољшање "
"Ñтила, ово поље није обавезно)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr ""
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr ""
"Sincerely,\n"
"Q&A Forum Administrator"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
#, fuzzy
msgid "moderator"
msgstr "moderate-user/"
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "Промените ознаке"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr ""
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "Промените ознаке"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr ""
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Ваше име:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "е-пошта/"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Ваша порука:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr ""
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "ова е-пошта не мора бити повезана Ñа gravatar-ом"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Право име"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "ВебÑајт"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "Датум рођења"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"неће бити приказано, кориÑти Ñе за израчунавање ваших година, формат: ГГГГ-"
"ММ-ДД"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Профил"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "КориÑничко име"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "ова е-пошта је већ региÑтрована, молимо Ð’Ð°Ñ ÑƒÐ½ÐµÑите другу"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr ""
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr ""
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Појединачно одабрани"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Цео форум (ознака филтрирана)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "У реду, хајде да покушамо!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "молимо Ð’Ð°Ñ Ð±ÐµÐ· askbot е-поште, хвала"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€ÐµÑ‚Ðµ једну од опција изнад"
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "онама/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "чпп/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "приватноÑÑ‚/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "одговори/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "уреди/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "ревизије/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "питања/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "питај/"
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "ознаке/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "затвори/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "отворипоново/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "одговор/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "глаÑај/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "ознаке/"
@@ -400,6 +418,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "кориÑници/"
@@ -432,11 +452,15 @@ msgstr "upload/"
msgid "feedback/"
msgstr "ÑугеÑтија/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "питање/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
#, fuzzy
msgid "account/"
msgstr "онама/"
@@ -933,105 +957,117 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "ажуриране ознаке"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Ознаке"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "питања без одговора"
@@ -1951,6 +1987,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Овде нема омиљених питања."
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Затвори питање"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Ñакрите игнориÑана питања"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "омиљена питања кориÑника"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "дупликат питање"
@@ -1991,7 +2060,7 @@ msgstr "превише локализовано"
msgid "newest"
msgstr "најновија"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "Ñтари"
@@ -2024,6 +2093,7 @@ msgid "relevance"
msgstr "релевантноÑти"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "Ñвa"
@@ -2169,7 +2239,7 @@ msgstr "[затворено]"
msgid "[deleted]"
msgstr "[обриÑано]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "почетна верзија"
@@ -2230,15 +2300,15 @@ msgstr "Како да промените Ñвоју Ñлику (gravatar) и шÑ
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "злато"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "Ñребро"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "бронза"
@@ -2387,7 +2457,7 @@ msgid "Incorrect username."
msgstr "Погрешно кориÑничко име."
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "пријава/"
@@ -2427,6 +2497,7 @@ msgid "%(site)s user name and password"
msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2538,58 +2609,58 @@ msgstr "Ваша шифра је измењена"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr "унета шифра не одговара, покушајте поново"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr ""
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2624,6 +2695,79 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr "дозвољени типови датотека Ñу '%(file_types)s'"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#, fuzzy
+msgid "Sites"
+msgstr "наÑлов"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "Локација"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Промени шифру"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Log out"
+msgstr "одјава"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "Измени питање"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "Измени питање"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "Измени питање"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "ЧеÑтитамо, Ñада Ñте админиÑтратор"
@@ -2751,7 +2895,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "User login"
@@ -2775,42 +2919,42 @@ msgid ""
"own question"
msgstr ""
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr ""
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ""
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ""
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr ""
@@ -2818,7 +2962,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr ""
@@ -2826,13 +2970,13 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "нажалоÑÑ‚, Ñлање датотека на Ñервер захтева да имате карму >%(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
#, fuzzy
msgid "blocked users cannot post"
msgstr ""
@@ -2840,7 +2984,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
#, fuzzy
msgid "suspended users cannot post"
msgstr ""
@@ -2848,7 +2992,7 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2860,56 +3004,56 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2920,61 +3064,61 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr ""
@@ -2982,7 +3126,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr ""
@@ -2990,70 +3134,106 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
#, fuzzy
msgid "cannot revoke old vote"
msgstr "глаÑање је отказано"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
@@ -3061,7 +3241,7 @@ msgstr[0] "пре %(hr)d Ñат"
msgstr[1] "пре %(hr)d Ñати"
msgstr[2] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
@@ -3069,7 +3249,7 @@ msgstr[0] "пре %(min)d минут"
msgstr[1] "пре %(min)d минута"
msgstr[2] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
@@ -3077,56 +3257,55 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr ""
"Sincerely,\n"
"Q&A Forum Administrator"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "РегиÑтровани кориÑник"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
@@ -3134,7 +3313,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3148,7 +3327,7 @@ msgstr[2] ""
"Obtaining silver badge requires significant patience. If you have received "
"one, that means you have greatly contributed to this community."
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
@@ -3162,35 +3341,29 @@ msgstr[2] ""
"If you are an active participant in this community, you will be recognized "
"with this badge."
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Ознаке"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3588,37 +3761,273 @@ msgstr ""
msgid "No email"
msgstr ""
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€ÐµÑ‚Ðµ једну од опција изнад"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "пријава/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+#, fuzzy
+msgid "Save your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Откажите"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "Како да потврдите е-пошту и зашто?"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+#, fuzzy
+msgid "Email not changed"
+msgstr "Е-пошта је промењена."
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+#, fuzzy
+msgid "Email changed"
+msgstr "Е-пошта је промењена."
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "карма"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+#, fuzzy
+msgid "This account already exists, please use another."
+msgstr "ова е-пошта је већ региÑтрована, молимо Ð’Ð°Ñ ÑƒÐ½ÐµÑите другу"
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+#, fuzzy
+msgid "please select one of the options above"
+msgstr "молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€ÐµÑ‚Ðµ једну од опција изнад"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Signup"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "КориÑничко име:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
#, fuzzy
msgid "Password:"
msgstr "Шифра:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
#, fuzzy
msgid "Please sign in here:"
msgstr "Ñа најмање глаÑова"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3627,17 +4036,14 @@ msgstr ""
"Q&A Forum Administrator"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Поздрав од П&О форума"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3648,1826 +4054,2860 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, python-format
+#: skins/common/templates/authopenid/logout.html:3
+#, fuzzy
+msgid "Logout"
+msgstr "одјава"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "User login"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "без"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "%(username)s gravatar Ñлика"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:87
#, fuzzy
-msgid "Please login to post"
-msgstr "User login"
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "ово поље је обавезно"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "Пријављивање није уÑпело."
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Одаберете кориÑничко име"
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "Шифра:"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "кориÑничко име је обавезно"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "Пријава"
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "нажалоÑÑ‚, ово име је заузето, молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€Ð¸Ñ‚Ðµ друго"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "нажалоÑÑ‚, ово име није дозвољено, молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€Ð¸Ñ‚Ðµ друго"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Ðова шифра је креирана"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "нажалоÑÑ‚, не поÑтоји кориÑник Ñа овим именом"
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "молимo ВаÑ, поново откуцајте шифру"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-"нажалоÑÑ‚, имамо озбиљну грешку - кориÑничко име је заузето од Ñтране више "
-"кориÑника"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
msgstr ""
-"кориÑничко име Ñе може ÑаÑтојати иÑкључиво од Ñлова, празног проÑтора и доње "
-"линије."
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Your email <i>(never shared)</i>"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "поÑледњи пут виђен"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "е-пошта је обавезна"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "унеÑите валидну е-пошту"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "избриши"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "ову е-пошту већ кориÑти неки кориÑник, изаберите другу"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Ðалог је избриÑан."
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Шифра"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "најновија питања"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "шифра је неопходна"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Шифра <i>(поново откуцајте)</i>"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "молимo ВаÑ, поново откуцајте шифру"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "унета шифра не одговара, покушајте поново"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "пре 2 дана"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
+msgstr ""
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "јуче"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Зашто кориÑтити OpenID?"
-#: utils/functions.py:79
-#, fuzzy, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "пре %(hr)d Ñат"
-msgstr[1] "пре %(hr)d Ñати"
-msgstr[2] ""
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
-#: utils/functions.py:85
-#, fuzzy, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "пре %(min)d минут"
-msgstr[1] "пре %(min)d минута"
-msgstr[2] ""
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID is based on an open standard, supported by many organizations."
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Сазнајте више"
-#: views/commands.py:39
+#: skins/common/templates/authopenid/signin.html:233
#, fuzzy
-msgid "anonymous users cannot vote"
+msgid "Get OpenID"
+msgstr "Промени OpenID"
+
+#: skins/common/templates/authopenid/signup_with_password.html:4
+#, fuzzy
+msgid "Signup"
+msgstr "signup/"
+
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€ÐµÑ‚Ðµ једну од опција изнад"
+
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
+
+#: skins/common/templates/authopenid/signup_with_password.html:25
+#, fuzzy
+msgid "Create login name and password"
msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+"<span class='big strong'>Enter your Askbot login and password</span><br/"
+"><span class='grey'>(or select your OpenID provider above)</span>"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+#, fuzzy
+msgid "Create Account"
+msgstr "Отворите налог"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "или"
+
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "Како да промените Ñвоју Ñлику (gravatar) и шта је gravatar?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Промените ознаке"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+msgid "Your current avatar: "
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-"Ваша претплата је Ñачувана, али е-пошту %(email)s је потребно проверити, "
-"погледајте <a href='%(details_url)s'>овде за више информација</a>"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "промене Ñу Ñачуване"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "upload/"
+
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "обриÑан одговор"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:542
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Ñа најмање глаÑова"
+msgid "Delete These"
+msgstr "обриÑан одговор"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "П&О форум ÑугеÑтије"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "трајни линк одговора"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Хвала на ÑугеÑтији!"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "трајни линк"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+#, fuzzy
+msgid "edit"
+msgstr "уреди/"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "реÑетујте ознаке"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "Једно питање"
-msgstr[1] "%(q_num)s питања"
-msgstr[2] ""
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "означи увредљивим"
+
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "реÑетујте ознаке"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "undelete"
+
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Одговорите на питање"
-#: views/readers.py:159
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "означи овај одговор као омиљени (кликните поново да биÑте отказали)"
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "Једно питање"
-msgstr[1] "%(q_num)s питања"
-msgstr[2] ""
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "аутор питања је изабрао овај одговор као прави"
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:2
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: views/readers.py:415
msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
msgstr ""
-#: views/users.py:211
-#, fuzzy
-msgid "moderate this user"
-msgstr "Модеришите овог кориÑника"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "датум затварања %(closed_at)s"
-#: views/users.py:212
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid "moderate user"
-msgstr "moderate-user/"
+msgid "retag"
+msgstr "ретаговано"
-#: views/users.py:386
-msgid "user profile"
-msgstr "кориÑнички профил"
+#: skins/common/templates/question/question_controls.html:13
+#, fuzzy
+msgid "reopen"
+msgstr "отворипоново/"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "преглед кориÑниковог профила"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "затвори"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "недавне активноÑти кориÑника"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "ово поље је обавезно"
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "профил - недавне активноÑти"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(обавезно)"
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "профил - одговори"
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+#, fuzzy
+msgid "hide preview"
+msgstr "преглед"
-#: views/users.py:860
-msgid "user vote record"
-msgstr ""
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Ознаке"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "профил - глаÑови"
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "Занимљиве ознаке"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "кориÑникова карма"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "Додајте"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "профил - кориÑникова карма"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "ИгнориÑане ознаке"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "омиљена питања кориÑника"
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
+msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "профил - омиљена питања"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "промене Ñу Ñачуване"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "ÐажалоÑÑ‚, Ñтраница коју Ñте тражили није пронађена."
-#: views/users.py:955
-msgid "email updates canceled"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
msgstr ""
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "ово питање или одговор је избриÑано;"
+
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "профил - претплата е-поштом"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "чпп"
+
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "дозвољени типови датотека Ñу '%(file_types)s'"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr ""
-#: views/writers.py:91
-#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "макÑимална величина датотеке за Ñлање на Ñервер је %sK"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "назад на предходну Ñтрану"
-#: views/writers.py:99
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
-"Грешка при Ñлању датотеке. Молимо Ð’Ð°Ñ Ð´Ð° контактирате админиÑтратора Ñајта. "
-"Хвала Вам. %s"
+msgid "see all questions"
+msgstr "поÑтавите питање"
-#: views/writers.py:191
+#: skins/default/templates/404.jinja.html:32
#, fuzzy
-msgid "Please log in to ask questions"
+msgid "see all tags"
+msgstr "реÑетујте ознаке"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "погледајте питања без одговора"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-#: views/writers.py:646
+#: skins/default/templates/500.jinja.html:12
#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgid "see latest questions"
+msgstr "најновија питања"
+
+#: skins/default/templates/500.jinja.html:13
+#, fuzzy
+msgid "see tags"
+msgstr "реÑетујте ознаке"
-#: views/writers.py:654
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+msgid "About %(site_name)s"
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Измените одговор"
-#, fuzzy
-#~ msgid "Sites"
-#~ msgstr "наÑлов"
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "назад"
-#, fuzzy
-#~ msgid "Documentation"
-#~ msgstr "Локација"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "ревизија"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "изаберите ревизију"
-#~ msgid "Change password"
-#~ msgstr "Промени шифру"
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "Сачувајте промену"
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
#, fuzzy
-#~ msgid "Log out"
-#~ msgstr "одјава"
+msgid "show preview"
+msgstr "преглед"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "ПоÑтавите питање"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr ""
+#: skins/default/templates/badge.html:5
#, fuzzy
-#~ msgid "Edit Group Settings"
-#~ msgstr "Измени питање"
+msgid "Badge"
+msgstr "беџеви"
+
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr ""
+
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "питања"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: skins/default/templates/badges.html:3
#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
+msgid "Badges summary"
+msgstr "ажурирање резимеа:"
+#: skins/default/templates/badges.html:5
#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "пријава/"
+msgid "Badges"
+msgstr "беџеви"
-#~ msgid "Change email"
-#~ msgstr "Change Email"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"If your questions and answers are highly voted, your contribution to this "
+"Q&amp;A community will be recognized with the variety of badges."
-#, fuzzy
-#~ msgid "Save your email address"
-#~ msgstr "Your email <i>(never shared)</i>"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Беџеви - нивои"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-#~ "anyone, must be valid)"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"Gold badge is the highest award in this community. To obtain it have to show "
+"profound knowledge and ability in addition to your active participation."
-#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "Change Email"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#~ msgid "Cancel"
-#~ msgstr "Откажите"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr ""
+"Obtaining silver badge requires significant patience. If you have received "
+"one, that means you have greatly contributed to this community."
-#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "Како да потврдите е-пошту и зашто?"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr ""
+"If you are an active participant in this community, you will be recognized "
+"with this badge."
-#, fuzzy
-#~ msgid "Email not changed"
-#~ msgstr "Е-пошта је промењена."
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Затвори питање"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again."
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Затвори питање"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Разлози"
+
+#: skins/default/templates/close.html:15
#, fuzzy
-#~ msgid "Email changed"
-#~ msgstr "Е-пошта је промењена."
+msgid "OK to close"
+msgstr "датум затварања"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "ЧеÑто поÑтављана питања"
-#~ msgid "email key not sent"
-#~ msgstr "Validation email not sent"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr ""
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a "
-#~ "href='%(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "карма"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Before you ask - please make sure to search for a similar question. You can "
+"search questions by their title or tags."
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "What kinds of questions should be avoided?"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:13
+#, fuzzy
+msgid "What should I avoid in my answers?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"is a <strong>question and answer</strong> site - <strong>it is not a "
+"discussion group</strong>. Please avoid holding debates in your answers as "
+"they tend to dilute the essense of questions and answers. For the brief "
+"discussions please use commenting facility."
+#: skins/default/templates/faq_static.html:15
#, fuzzy
-#~ msgid "This account already exists, please use another."
-#~ msgstr "ова е-пошта је већ региÑтрована, молимо Ð’Ð°Ñ ÑƒÐ½ÐµÑите другу"
+msgid "Who moderates this community?"
+msgstr "избриши овај коментар"
-#~ msgid "Screen name label"
-#~ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared "
-#~ "with anyone, must be valid</i>)"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
-#, fuzzy
-#~ msgid "please select one of the options above"
-#~ msgstr "молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€ÐµÑ‚Ðµ једну од опција изнад"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "Како ÑиÑтем карме функционише?"
+
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#~ msgid "create account"
-#~ msgstr "Signup"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
#, fuzzy
-#~ msgid "Logout"
-#~ msgstr "одјава"
+msgid "upvote"
+msgstr "upvoted"
-#~ msgid "User login"
-#~ msgstr "User login"
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "реÑетујте ознаке"
+#: skins/default/templates/faq_static.html:42
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "add comments"
+msgstr "унеÑите коментар"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "downvote"
+msgstr "downvoted"
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
+msgid " accept own answer to own questions"
+msgstr "погледајте питања без одговора"
+#: skins/default/templates/faq_static.html:53
#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "Пријављивање није уÑпело."
+msgid "open and close own questions"
+msgstr "Затвори питање"
-#~ msgid "Login"
-#~ msgstr "Пријава"
+#: skins/default/templates/faq_static.html:57
+#, fuzzy
+msgid "retag other's questions"
+msgstr "најновија питања"
+#: skins/default/templates/faq_static.html:62
#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Ðова шифра је креирана"
+msgid "edit community wiki questions"
+msgstr "вики"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "молимo ВаÑ, поново откуцајте шифру"
+msgid "\"edit any answer"
+msgstr "измењен одговор"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "поÑледњи пут виђен"
+msgid "\"delete any comment"
+msgstr "избриши овај коментар"
-#~ msgid "delete"
-#~ msgstr "избриши"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "Како да промените Ñвоју Ñлику (gravatar) и шта је gravatar?"
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Ðалог је избриÑан."
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>The picture that appears on the users profiles is called "
+"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
-#~ msgid "Why use OpenID?"
-#~ msgstr "Зашто кориÑтити OpenID?"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
-#~ msgid "with openid it is easier"
-#~ msgstr "With the OpenID you don't need to create new username and password."
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+#: skins/default/templates/faq_static.html:78
+#, fuzzy
+msgid "\"Login now!\""
+msgstr "Одјава"
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "There are > 160,000,000 OpenID account in use. Over 10,000 sites are "
-#~ "OpenID-enabled."
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID is based on an open standard, supported by many organizations."
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
-#~ msgid "Find out more"
-#~ msgstr "Сазнајте више"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+#: skins/default/templates/faq_static.html:84
#, fuzzy
-#~ msgid "Get OpenID"
-#~ msgstr "Промени OpenID"
+msgid "Still have questions?"
+msgstr "најновија питања"
-#, fuzzy
-#~ msgid "Signup"
-#~ msgstr "signup/"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
+#: skins/default/templates/feedback.html:3
#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Молимо Ð’Ð°Ñ Ð´Ð° унеÑете кориÑничко име и шифру"
+msgid "Feedback"
+msgstr "ÑугеÑтија/"
+#: skins/default/templates/feedback.html:5
#, fuzzy
-#~ msgid "Create login name and password"
-#~ msgstr ""
-#~ "<span class='big strong'>Enter your Askbot login and password</span><br/"
-#~ "><span class='grey'>(or select your OpenID provider above)</span>"
+msgid "Give us your feedback!"
+msgstr "ÑугеÑтије и žалбе"
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "Отворите налог"
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
-#~ msgid "or"
-#~ msgstr "или"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "Како да промените Ñвоју Ñлику (gravatar) и шта је gravatar?"
+msgid "(this field is required)"
+msgstr "ово поље је обавезно"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Промените ознаке"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
+#: skins/default/templates/feedback.html:63
#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "промене Ñу Ñачуване"
+msgid "Send Feedback"
+msgstr "ÑугеÑтије и žалбе"
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "upload/"
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "обриÑан одговор"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "обриÑан одговор"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "answer permanent link"
-#~ msgstr "трајни линк одговора"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "трајни линк"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#, fuzzy
-#~ msgid "edit"
-#~ msgstr "уреди/"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "означи увредљивим"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#~ msgid "undelete"
-#~ msgstr "undelete"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Одговорите на питање"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "означи овај одговор као омиљени (кликните поново да биÑте отказали)"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
+
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Поново отворите ово питање"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "аутор питања је изабрао овај одговор као прави"
+msgid "i like this question (click again to cancel)"
+msgstr "Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "датум затварања %(closed_at)s"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr ""
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "retag"
-#~ msgstr "ретаговано"
+msgid "i dont like this question (click again to cancel)"
+msgstr "не Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "не Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "reopen"
-#~ msgstr "отворипоново/"
+msgid "anonymous user"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "close"
-#~ msgstr "затвори"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "питано"
+
+#: skins/default/templates/macros.html:91
#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "ово поље је обавезно"
+msgid "answered"
+msgstr "неодговорена"
-#~ msgid "(required)"
-#~ msgstr "(обавезно)"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr ""
+#: skins/default/templates/macros.html:123
#, fuzzy
-#~ msgid "hide preview"
-#~ msgstr "преглед"
+msgid "updated"
+msgstr "Ðжурирајте"
-#~ msgid "Related tags"
-#~ msgstr "Ознаке"
+#: skins/default/templates/macros.html:221
+#, fuzzy, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Затвори питање"
-#~ msgid "Interesting tags"
-#~ msgstr "Занимљиве ознаке"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "избриши овај коментар"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Додајте"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "унеÑите коментар"
-#~ msgid "Ignored tags"
-#~ msgstr "ИгнориÑане ознаке"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "ÐажалоÑÑ‚, Ñтраница коју Ñте тражили није пронађена."
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "ово питање или одговор је избриÑано;"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "%(username)s gravatar Ñлика"
-#~ msgid "faq"
-#~ msgstr "чпп"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "кориÑнички профил"
-#~ msgid "back to previous page"
-#~ msgstr "назад на предходну Ñтрану"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "претходна"
+#: skins/default/templates/macros.html:578
#, fuzzy
-#~ msgid "see all questions"
-#~ msgstr "поÑтавите питање"
+msgid "current page"
+msgstr "Ñледећа Ñтранa"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "Ñтрана %(num)s"
+
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "Ñледећа Ñтранa"
+
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "поÑтова по Ñтрани"
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "Одаберете кориÑничко име"
+
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "одговори"
+msgstr[1] "одговори"
+msgstr[2] "одговори"
+
+#: skins/default/templates/macros.html:635
#, fuzzy
-#~ msgid "see all tags"
-#~ msgstr "реÑетујте ознаке"
+msgid "no new responses yet"
+msgstr "одговори"
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "Први означени поÑÑ‚"
+
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "Први означени поÑÑ‚"
+
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "Први означени поÑÑ‚"
+
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Питања"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
#, fuzzy
-#~ msgid "see latest questions"
-#~ msgstr "најновија питања"
+msgid "Privacy policy"
+msgstr "политика приватноÑти"
+
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Измени питање"
+
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Промените ознаке"
+#: skins/default/templates/question_retag.html:21
#, fuzzy
-#~ msgid "see tags"
-#~ msgstr "реÑетујте ознаке"
+msgid "Retag"
+msgstr "ознаке"
-#~ msgid "Edit answer"
-#~ msgstr "Измените одговор"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr ""
-#~ msgid "back"
-#~ msgstr "назад"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "revision"
-#~ msgstr "ревизија"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
-#~ msgid "select revision"
-#~ msgstr "изаберите ревизију"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "до 5 ознака, мање од 20 карактера у Ñвакој"
-#~ msgid "Save edit"
-#~ msgstr "Сачувајте промену"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+#, fuzzy
+msgid "Reopen question"
+msgstr "Поново отворите ово питање"
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid "show preview"
-#~ msgstr "преглед"
+msgid "Title"
+msgstr "наÑлов"
-#~ msgid "Ask a question"
-#~ msgstr "ПоÑтавите питање"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid "Badge"
-#~ msgstr "беџеви"
+msgid "Close reason:"
+msgstr "Затвори питање"
+
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "питања"
+msgid "Reopen this question?"
+msgstr "Поново отворите ово питање"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Поново отворите ово питање"
+
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "Преглед ревизија"
+
+#: skins/default/templates/revisions.html:23
#, fuzzy
-#~ msgid "Badges summary"
-#~ msgstr "ажурирање резимеа:"
+msgid "click to hide/show revision"
+msgstr "questions with most answers"
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "ревизије/"
+
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid "Badges"
-#~ msgstr "беџеви"
+msgid "Subscribe for tags"
+msgstr "реÑетујте ознаке"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "If your questions and answers are highly voted, your contribution to this "
-#~ "Q&amp;A community will be recognized with the variety of badges."
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "Питање је затворено из Ñледећих разлога"
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Below is the list of available badges and number \n"
-#~ " of times each type of badge has been awarded. Have ideas about fun "
-#~ "badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+msgid "Subscribe"
+msgstr "реÑетујте ознаке"
-#~ msgid "Community badges"
-#~ msgstr "Беџеви - нивои"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "СпиÑак ознака"
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Gold badge is the highest award in this community. To obtain it have to "
-#~ "show profound knowledge and ability in addition to your active "
-#~ "participation."
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "Obtaining silver badge requires significant patience. If you have "
-#~ "received one, that means you have greatly contributed to this community."
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "Сортирај:"
-#~ msgid "bronze badge description"
-#~ msgstr ""
-#~ "If you are an active participant in this community, you will be "
-#~ "recognized with this badge."
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "Ñортирано по алфабету"
-#~ msgid "Close question"
-#~ msgstr "Затвори питање"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "по имену"
-#~ msgid "Close the question"
-#~ msgstr "Затвори питање"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
-#~ msgid "Reasons"
-#~ msgstr "Разлози"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "по популарноÑти"
-#, fuzzy
-#~ msgid "OK to close"
-#~ msgstr "датум затварања"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Ðишта није пронађено"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "ЧеÑто поÑтављана питања"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "КориÑници"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Before you ask - please make sure to search for a similar question. You "
-#~ "can search questions by their title or tags."
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "карма"
-#, fuzzy
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "is a <strong>question and answer</strong> site - <strong>it is not a "
-#~ "discussion group</strong>. Please avoid holding debates in your answers "
-#~ "as they tend to dilute the essense of questions and answers. For the "
-#~ "brief discussions please use commenting facility."
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "нови"
-#, fuzzy
-#~ msgid "Who moderates this community?"
-#~ msgstr "избриши овај коментар"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Karma system allows users to earn rights to perform a variety of "
-#~ "moderation tasks"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "How does reputation system work?"
-#~ msgstr "Како ÑиÑтем карме функционише?"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "по кориÑничком имену"
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
-#, fuzzy
-#~ msgid "upvote"
-#~ msgstr "upvoted"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Ðишта није пронађено."
-#, fuzzy
-#~ msgid "use tags"
-#~ msgstr "реÑетујте ознаке"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "Једно питање"
+msgstr[1] "%(q_num)s питања"
+msgstr[2] ""
-#, fuzzy
-#~ msgid "add comments"
-#~ msgstr "унеÑите коментар"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
-#~ msgid "downvote"
-#~ msgstr "downvoted"
+msgid "Tagged"
+msgstr "означено"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "погледајте питања без одговора"
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Савети за претраживање:"
-#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "Затвори питање"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "реÑетујте аутора"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "најновија питања"
+msgid " or "
+msgstr "или"
-#, fuzzy
-#~ msgid "edit community wiki questions"
-#~ msgstr "вики"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "реÑетујте ознаке"
-#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "измењен одговор"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "крените изпочетка"
-#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "избриши овај коментар"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
-#~ msgid "what is gravatar"
-#~ msgstr "Како да промените Ñвоју Ñлику (gravatar) и шта је gravatar?"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Савет за претраживање:"
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>The picture that appears on the users profiles is called "
-#~ "<strong>gravatar</strong> (which means <strong>g</strong>lobally "
-#~ "<strong>r</strong>ecognized <strong>avatar</strong>).</p><p>Here is how "
-#~ "it works: a <strong>cryptographic key</strong> (unbreakable code) is "
-#~ "calculated from your email address. You upload your picture (or your "
-#~ "favorite alter ego image) the website <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a> from where we later retreive your "
-#~ "image using the key.</p><p>This way all the websites you trust can show "
-#~ "your image next to your posts and your email address remains private.</"
-#~ "p><p>Please <strong>personalize your account</strong> with an image - "
-#~ "just register at <a href='http://gravatar.com'><strong>gravatar.com</"
-#~ "strong></a> (just please be sure to use the same email address that you "
-#~ "used to register with us). Default image that looks like a kitchen tile "
-#~ "is generated automatically.</p>"
-
-#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Одјава"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "додајте ознаке и упит да Ñузите претрагу"
+#: skins/default/templates/main_page/nothing_found.html:4
#, fuzzy
-#~ msgid "Still have questions?"
-#~ msgstr "најновија питања"
-
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-#~ "our community better!"
+msgid "There are no unanswered questions here"
+msgstr "погледајте питања без одговора"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "Feedback"
-#~ msgstr "ÑугеÑтија/"
+msgid "No questions here. "
+msgstr "Овде нема омиљених питања."
+
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:16
#, fuzzy
-#~ msgid "Give us your feedback!"
-#~ msgstr "ÑугеÑтије и žалбе"
+msgid "resetting author"
+msgstr "реÑетујте аутора"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "(this field is required)"
-#~ msgstr "ово поље је обавезно"
+msgid "resetting tags"
+msgstr "реÑетујте ознаке"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid "Send Feedback"
-#~ msgstr "ÑугеÑтије и žалбе"
+msgid "starting over"
+msgstr "крените изпочетка"
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "Sincerely,\n"
-#~ "Q&A Forum Administrator"
+msgid "Please always feel free to ask your question!"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr ""
+
+#: skins/default/templates/main_page/questions_loop.html:13
#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Поново отворите ово питање"
+msgid "Please, post your question!"
+msgstr "ПоÑтавите Ваше Питање"
+#: skins/default/templates/main_page/tab_bar.html:9
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+msgid "subscribe to the questions feed"
+msgstr "најновија питања"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "не Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "не Ñвиђа ми Ñе овај одговор (кликните поново да биÑте отказали)"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
+msgstr[1] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
+msgstr[2] ""
-#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "кориÑтите %(tag_count)d ознаку или мање"
+msgstr[1] "кориÑтите %(tag_count)d ознака или мање"
+msgstr[2] ""
+
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "до 5 ознака, мање од 20 карактера у Ñвакој"
-#~ msgid "asked"
-#~ msgstr "питано"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"(one comment)"
+msgstr[1] ""
+"\n"
+"(%(comment_count)s comments)"
+#: skins/default/templates/question/answer_tab_bar.html:14
#, fuzzy
-#~ msgid "answered"
-#~ msgstr "неодговорена"
+msgid "oldest answers will be shown first"
+msgstr " "
+
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "Ñтара"
+#: skins/default/templates/question/answer_tab_bar.html:17
#, fuzzy
-#~ msgid "updated"
-#~ msgstr "Ðжурирајте"
+msgid "newest answers will be shown first"
+msgstr " "
+
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "нова"
+#: skins/default/templates/question/answer_tab_bar.html:20
#, fuzzy
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Затвори питање"
+msgid "most voted answers will be shown first"
+msgstr " "
-#~ msgid "delete this comment"
-#~ msgstr "избриши овај коментар"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "популарна"
-#~ msgid "add comment"
-#~ msgstr "унеÑите коментар"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Одговорите на ваше питање"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "кориÑнички профил"
+msgid "Login/Signup to Answer"
+msgstr "Login/Signup to Post"
-#~ msgid "previous"
-#~ msgstr "претходна"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Ваш одговор"
-#, fuzzy
-#~ msgid "current page"
-#~ msgstr "Ñледећа Ñтранa"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Будите први који ћете дати одговор на ово питање!"
-#~ msgid "page number %(num)s"
-#~ msgstr "Ñтрана %(num)s"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
-#~ msgid "next page"
-#~ msgstr "Ñледећа Ñтранa"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
-#~ msgid "posts per page"
-#~ msgstr "поÑтова по Ñтрани"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/question/new_answer_form.html:43
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "Одаберете кориÑничко име"
+msgid "Login/Signup to Post Your Answer"
+msgstr "Login/Signup to Post"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Одговорите на питање"
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "одговори"
-#~ msgstr[1] "одговори"
-#~ msgstr[2] "одговори"
+msgid " or"
+msgstr "или"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
#, fuzzy
-#~ msgid "no new responses yet"
-#~ msgstr "одговори"
+msgid "email"
+msgstr "е-пошта/"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "Први означени поÑÑ‚"
+msgid "Question tools"
+msgstr "Ознаке"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "Први означени поÑÑ‚"
+msgid "click to unfollow this question"
+msgstr "questions with most answers"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "Први означени поÑÑ‚"
+msgid "Following"
+msgstr "Сва питања"
-#~ msgid "Questions"
-#~ msgstr "Питања"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Сва питања"
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "Privacy policy"
-#~ msgstr "политика приватноÑти"
+msgid "click to follow this question"
+msgstr "questions with most answers"
-#~ msgid "Edit question"
-#~ msgstr "Измени питање"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Сва питања"
-#~ msgid "Change tags"
-#~ msgstr "Промените ознаке"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "ознаке"
+msgid "email the updates"
+msgstr "Задњи пут ажурирано"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "до 5 ознака, мање од 20 карактера у Ñвакој"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "Reopen question"
-#~ msgstr "Поново отворите ово питање"
+msgid "subscribe to this question rss feed"
+msgstr "најновија питања"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "наÑлов"
+msgid "subscribe to rss feed"
+msgstr "најновија питања"
-#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Затвори питање"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Поново отворите ово питање"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Питано"
-#~ msgid "Reopen this question"
-#~ msgstr "Поново отворите ово питање"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Прегледано"
-#~ msgid "Revision history"
-#~ msgstr "Преглед ревизија"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "пута"
-#, fuzzy
-#~ msgid "click to hide/show revision"
-#~ msgstr "questions with most answers"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "Задњи пут ажурирано"
-#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "ревизије/"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Слична питања"
-#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Питање је затворено из Ñледећих разлога"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
-#~ msgid "Tag list"
-#~ msgstr "СпиÑак ознака"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Сортирај:"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
-#~ msgid "sorted alphabetically"
-#~ msgstr "Ñортирано по алфабету"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(note: you can always <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
-#~ msgid "by name"
-#~ msgstr "по имену"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
-#~ msgid "by popularity"
-#~ msgstr "по популарноÑти"
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "кориÑнички профил"
-#~ msgid "Nothing found"
-#~ msgstr "Ðишта није пронађено"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Измените кориÑников профил"
-#~ msgid "Users"
-#~ msgstr "КориÑници"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "измените профил"
-#~ msgid "reputation"
-#~ msgstr "карма"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "промените Ñлику"
-#~ msgid "recent"
-#~ msgstr "нови"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "by username"
-#~ msgstr "по кориÑничком имену"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "РегиÑтровани кориÑник"
-#~ msgid "Nothing found."
-#~ msgstr "Ðишта није пронађено."
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "КориÑничко, (видљиво) име"
-#~ msgid "Search tips:"
-#~ msgstr "Савети за претраживање:"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Ðжурирајте"
-#~ msgid "reset author"
-#~ msgstr "реÑетујте аутора"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+#, fuzzy
+msgid "subscriptions"
+msgstr "питања"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
#, fuzzy
-#~ msgid " or "
-#~ msgstr "или"
+msgid "Email subscription settings"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
-#~ msgid "reset tags"
-#~ msgstr "реÑетујте ознаке"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
-#~ msgid "start over"
-#~ msgstr "крените изпочетка"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Stop Email"
-#~ msgid "Search tip:"
-#~ msgstr "Савет за претраживање:"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
+#, fuzzy
+msgid "followed questions"
+msgstr "Сва питања"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "додајте ознаке и упит да Ñузите претрагу"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "погледајте питања без одговора"
+msgid "Sections:"
+msgstr "питања"
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Овде нема омиљених питања."
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#, fuzzy
-#~ msgid "resetting author"
-#~ msgstr "реÑетујте аутора"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "кориÑтите %(tag_count)d ознаку или мање"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "реÑетујте ознаке"
+msgid "select:"
+msgstr "избриши"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "starting over"
-#~ msgstr "крените изпочетка"
+msgid "seen"
+msgstr "поÑледњи пут виђен"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+msgid "new"
+msgstr "најновија"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Please, post your question!"
-#~ msgstr "ПоÑтавите Ваше Питање"
+msgid "none"
+msgstr "бронза"
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "најновија питања"
+msgid "mark as seen"
+msgstr "поÑледњи пут виђен"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
-#~ msgstr[1] "Ñвака ознака мора имати мање од %(max_chars)d карактера"
-#~ msgstr[2] ""
+msgid "mark as new"
+msgstr "означен најбољи одговор"
+
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "ажурирајте профил"
+
+#: skins/default/templates/user_profile/user_info.html:40
#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "кориÑтите %(tag_count)d ознаку или мање"
-#~ msgstr[1] "кориÑтите %(tag_count)d ознака или мање"
-#~ msgstr[2] ""
+msgid "manage login methods"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "право име"
+
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "члан од"
+
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "поÑледњи пут виђен"
+
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "кориÑников веб Ñајт"
+
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "локација"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "ÑтароÑÑ‚"
+
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "година"
+
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "данашњи неиÑкоришћени глаÑови"
+
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "преоÑтало глаÑова"
+
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "до 5 ознака, мање од 20 карактера у Ñвакој"
+msgid "moderation"
+msgstr "Локација"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "кориÑнички профил"
+
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "(one comment)"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "(%(comment_count)s comments)"
+msgid "User status changed"
+msgstr "кориÑникова карма"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid "oldest answers will be shown first"
-#~ msgstr " "
+msgid "Save"
+msgstr "Сачувајте промену"
-#~ msgid "oldest answers"
-#~ msgstr "Ñтара"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "newest answers will be shown first"
-#~ msgstr " "
+msgid "User reputation changed"
+msgstr "кориÑникова карма"
-#~ msgid "newest answers"
-#~ msgstr "нова"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
-#, fuzzy
-#~ msgid "most voted answers will be shown first"
-#~ msgstr " "
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Додајте"
-#~ msgid "popular answers"
-#~ msgstr "популарна"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "Одаберете кориÑничко име"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Одговорите на ваше питање"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Login/Signup to Post"
+msgid "Message sent"
+msgstr "поруке/"
-#~ msgid "Your answer"
-#~ msgstr "Ваш одговор"
+#: skins/default/templates/user_profile/user_moderate.html:64
+#, fuzzy
+msgid "Send message"
+msgstr "поруке/"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Будите први који ћете дати одговор на ово питање!"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!"
-
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>You are welcome to answer your own question</"
-#~ "span>, but please make sure to give an <strong>answer</strong>. Remember "
-#~ "that you can always <strong>revise your original question</strong>. "
-#~ "Please <strong>use comments for discussions</strong> and <strong>please "
-#~ "don't forget to vote :)</strong> for the answers that you liked (or "
-#~ "perhaps did not like)! "
-
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Login/Signup to Post"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "Answer the question"
-#~ msgstr "Одговорите на питање"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "или"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#, fuzzy
-#~ msgid "email"
-#~ msgstr "е-пошта/"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Ознаке"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "questions with most answers"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "questions with most answers"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "кориÑнички профил"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "Задњи пут ажурирано"
+msgid "activity"
+msgstr "активна"
-#~ msgid "question asked"
-#~ msgstr "Питано"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "question was seen"
-#~ msgstr "Прегледано"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "times"
-#~ msgstr "пута"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "Евиденција промене Ваше карме."
-#~ msgid "last updated"
-#~ msgstr "Задњи пут ажурирано"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "Евиденција промене Ваше карме."
-#~ msgid "Related questions"
-#~ msgstr "Слична питања"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "преглед"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, fuzzy, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "овај одговор је изабран као иÑправан"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(note: you can always <strong><a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>change</a></strong> how often you receive "
-#~ "updates)"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "овај одговор је изабран као иÑправан"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#, fuzzy
-#~ msgid "%(username)s's profile"
-#~ msgstr "кориÑнички профил"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Edit user profile"
-#~ msgstr "Измените кориÑников профил"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "палац горе"
-#~ msgid "edit profile"
-#~ msgstr "измените профил"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr ""
-#~ msgid "change picture"
-#~ msgstr "промените Ñлику"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "палац доле"
-#~ msgid "Registered user"
-#~ msgstr "РегиÑтровани кориÑник"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr ""
-#~ msgid "Screen Name"
-#~ msgstr "КориÑничко, (видљиво) име"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Update"
-#~ msgstr "Ðжурирајте"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "питања"
+msgid "Answer to:"
+msgstr "Савети"
+#: skins/default/templates/user_profile/user_tabs.html:5
#, fuzzy
-#~ msgid "Email subscription settings"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+msgid "User profile"
+msgstr "кориÑнички профил"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "Stop sending email"
-#~ msgstr "Stop Email"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "karma history"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Сва питања"
+msgid "questions that user is following"
+msgstr "Питање је затворено из Ñледећих разлога"
+
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "недавне активноÑти"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votes"
+
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "питања"
+msgid "moderate this user"
+msgstr "Модеришите овог кориÑника"
+#: skins/default/templates/user_profile/user_votes.html:4
#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "кориÑтите %(tag_count)d ознаку или мање"
+msgid "votes"
+msgstr "глаÑај/"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Савети"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
#, fuzzy
-#~ msgid "select:"
-#~ msgstr "избриши"
+msgid "please make your answer relevant to this community"
+msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
#, fuzzy
-#~ msgid "seen"
-#~ msgstr "поÑледњи пут виђен"
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
#, fuzzy
-#~ msgid "new"
-#~ msgstr "најновија"
+msgid "please try to provide details"
+msgstr "provide enough details"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "будите јаÑни и кратки"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "погледајте чеÑто поÑтављана питања"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown оÑнове"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "none"
-#~ msgstr "бронза"
+msgid "*italic* or _italic_"
+msgstr "*укошено* или _укошено_"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**подебљано** или __подебљано__"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "линк"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "текÑÑ‚"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "Ñлика"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "поÑледњи пут виђен"
+msgid "basic HTML tags are also supported"
+msgstr "i-names ниÑу подржанa"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "поÑтавите питање"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
+
+#: skins/default/templates/widgets/ask_form.html:42
#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "означен најбољи одговор"
+msgid "Login/signup to post your question"
+msgstr "Login/Signup to Post"
-#~ msgid "update profile"
-#~ msgstr "ажурирајте профил"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "ПоÑтавите Ваше Питање"
+#: skins/default/templates/widgets/contributors.html:3
#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "User login"
+msgid "Contributors"
+msgstr "Сарадници"
-#~ msgid "real name"
-#~ msgstr "право име"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "member for"
-#~ msgstr "члан од"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "о нама"
-#~ msgid "last seen"
-#~ msgstr "поÑледњи пут виђен"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "политика приватноÑти"
-#~ msgid "user website"
-#~ msgstr "кориÑников веб Ñајт"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "ÑугеÑтије и žалбе"
-#~ msgid "location"
-#~ msgstr "локација"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "назад на почетну Ñтрану"
-#~ msgid "age"
-#~ msgstr "ÑтароÑÑ‚"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#~ msgid "age unit"
-#~ msgstr "година"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "кориÑници"
-#~ msgid "todays unused votes"
-#~ msgstr "данашњи неиÑкоришћени глаÑови"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "беџеви"
-#~ msgid "votes left"
-#~ msgstr "преоÑтало глаÑова"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Савети"
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "Локација"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "ask a question interesting to this community"
-#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "кориÑнички профил"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "provide enough details"
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "кориÑникова карма"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "преглед"
+msgstr[1] "преглед"
+msgstr[2] "преглед"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "Save"
-#~ msgstr "Сачувајте промену"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "одговор"
+msgstr[1] "одговор"
+msgstr[2] "одговор"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "кориÑникова карма"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "глаÑај/"
+msgstr[1] "глаÑај/"
+msgstr[2] "глаÑај/"
-#~ msgid "Add"
-#~ msgstr "Додајте"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Одаберете кориÑничко име"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "погледајте питања без одговора"
-#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "поруке/"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "поруке/"
+msgid "see your followed questions"
+msgstr "погледајте Ваша омиљена питања"
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "кориÑнички профил"
+msgid "Please ask your question here"
+msgstr "ПоÑтавите Ваше Питање"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "активна"
+msgid "badges:"
+msgstr "беџеви"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "одјава"
-#~ msgid "Your karma change log."
-#~ msgstr "Евиденција промене Ваше карме."
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "пријава"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "Евиденција промене Ваше карме."
+msgid "settings"
+msgstr "реÑетујте ознаке"
-#~ msgid "overview"
-#~ msgstr "преглед"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "без"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "овај одговор је изабран као иÑправан"
+msgid "Please login to post"
+msgstr "User login"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "овај одговор је изабран као иÑправан"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "thumb up"
-#~ msgstr "палац горе"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "ово поље је обавезно"
-#~ msgid "thumb down"
-#~ msgstr "палац доле"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Одаберете кориÑничко име"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Савети"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "кориÑничко име је обавезно"
-#, fuzzy
-#~ msgid "User profile"
-#~ msgstr "кориÑнички профил"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "нажалоÑÑ‚, ово име је заузето, молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€Ð¸Ñ‚Ðµ друго"
-#~ msgid "graph of user reputation"
-#~ msgstr "Graph of user karma"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "нажалоÑÑ‚, ово име није дозвољено, молимо Ð’Ð°Ñ Ð¸Ð·Ð°Ð±ÐµÑ€Ð¸Ñ‚Ðµ друго"
-#~ msgid "reputation history"
-#~ msgstr "karma history"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "нажалоÑÑ‚, не поÑтоји кориÑник Ñа овим именом"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "Питање је затворено из Ñледећих разлога"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"нажалоÑÑ‚, имамо озбиљну грешку - кориÑничко име је заузето од Ñтране више "
+"кориÑника"
-#~ msgid "recent activity"
-#~ msgstr "недавне активноÑти"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+"кориÑничко име Ñе може ÑаÑтојати иÑкључиво од Ñлова, празног проÑтора и доње "
+"линије."
-#~ msgid "casted votes"
-#~ msgstr "votes"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#, fuzzy
-#~ msgid "votes"
-#~ msgstr "глаÑај/"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Your email <i>(never shared)</i>"
-#~ msgid "answer tips"
-#~ msgstr "Савети"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "е-пошта је обавезна"
-#, fuzzy
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "ask a question interesting to this community"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "унеÑите валидну е-пошту"
-#, fuzzy
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "ову е-пошту већ кориÑти неки кориÑник, изаберите другу"
-#, fuzzy
-#~ msgid "please try to provide details"
-#~ msgstr "provide enough details"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Шифра"
-#~ msgid "be clear and concise"
-#~ msgstr "будите јаÑни и кратки"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "шифра је неопходна"
-#~ msgid "see frequently asked questions"
-#~ msgstr "погледајте чеÑто поÑтављана питања"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Шифра <i>(поново откуцајте)</i>"
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown оÑнове"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "молимo ВаÑ, поново откуцајте шифру"
-#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*укошено* или _укошено_"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "унета шифра не одговара, покушајте поново"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**подебљано** или __подебљано__"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "пре 2 дана"
-#~ msgid "link"
-#~ msgstr "линк"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "јуче"
-#~ msgid "text"
-#~ msgstr "текÑÑ‚"
+#: utils/functions.py:79
+#, fuzzy, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "пре %(hr)d Ñат"
+msgstr[1] "пре %(hr)d Ñати"
+msgstr[2] ""
+
+#: utils/functions.py:85
+#, fuzzy, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "пре %(min)d минут"
+msgstr[1] "пре %(min)d минута"
+msgstr[2] ""
+
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "image"
-#~ msgstr "Ñлика"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+#: views/commands.py:39
#, fuzzy
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "i-names ниÑу подржанa"
+msgid "anonymous users cannot vote"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
-#~ msgid "ask a question"
-#~ msgstr "поÑтавите питање"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Ваша претплата је Ñачувана, али е-пошту %(email)s је потребно проверити, "
+"погледајте <a href='%(details_url)s'>овде за више информација</a>"
+
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
#, fuzzy
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Login/Signup to Post"
+msgid "Please sign in to vote"
+msgstr "Ñа најмање глаÑова"
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "П&О форум ÑугеÑтије"
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Хвала на ÑугеÑтији!"
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "Једно питање"
+msgstr[1] "%(q_num)s питања"
+msgstr[2] ""
-#~ msgid "Ask your question"
-#~ msgstr "ПоÑтавите Ваше Питање"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+#: views/users.py:212
#, fuzzy
-#~ msgid "Contributors"
-#~ msgstr "Сарадници"
+msgid "moderate user"
+msgstr "moderate-user/"
-#~ msgid "about"
-#~ msgstr "о нама"
+#: views/users.py:387
+msgid "user profile"
+msgstr "кориÑнички профил"
-#~ msgid "privacy policy"
-#~ msgstr "политика приватноÑти"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "преглед кориÑниковог профила"
-#~ msgid "give feedback"
-#~ msgstr "ÑугеÑтије и žалбе"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "недавне активноÑти кориÑника"
-#~ msgid "back to home page"
-#~ msgstr "назад на почетну Ñтрану"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "профил - недавне активноÑти"
-#~ msgid "users"
-#~ msgstr "кориÑници"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "профил - одговори"
-#~ msgid "badges"
-#~ msgstr "беџеви"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "профил - глаÑови"
-#~ msgid "question tips"
-#~ msgstr "Савети"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "кориÑникова карма"
-#~ msgid "please ask a relevant question"
-#~ msgstr "ask a question interesting to this community"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "профил - кориÑникова карма"
-#~ msgid "please try provide enough details"
-#~ msgstr "provide enough details"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "омиљена питања кориÑника"
-#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "преглед"
-#~ msgstr[1] "преглед"
-#~ msgstr[2] "преглед"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "профил - омиљена питања"
-#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "одговор"
-#~ msgstr[1] "одговор"
-#~ msgstr[2] "одговор"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "промене Ñу Ñачуване"
-#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "глаÑај/"
-#~ msgstr[1] "глаÑај/"
-#~ msgstr[2] "глаÑај/"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr ""
-#~ msgid "see unanswered questions"
-#~ msgstr "погледајте питања без одговора"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "профил - претплата е-поштом"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "дозвољени типови датотека Ñу '%(file_types)s'"
+
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "макÑимална величина датотеке за Ñлање на Ñервер је %sK"
+
+#: views/writers.py:100
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "погледајте Ваша омиљена питања"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Грешка при Ñлању датотеке. Молимо Ð’Ð°Ñ Ð´Ð° контактирате админиÑтратора Ñајта. "
+"Хвала Вам. %s"
+#: views/writers.py:192
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "беџеви"
+msgid "Please log in to ask questions"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
-#~ msgid "logout"
-#~ msgstr "одјава"
+#: views/writers.py:493
+#, fuzzy
+msgid "Please log in to answer questions"
+msgstr "погледајте питања без одговора"
-#~ msgid "login"
-#~ msgstr "пријава"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+#: views/writers.py:649
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "реÑетујте ознаке"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "Ñадржај питања мора имати > 10 карактера"
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5513,10 +6953,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "Прикажи:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Сва питања"
-
#~ msgid "Sort by:"
#~ msgstr "Сортирај:"
@@ -5680,18 +7116,12 @@ msgstr ""
#~ "\n"
#~ "<div class=\"questions-count\">%(q_num)s</div><p>questions<p>"
-#~ msgid "tagged"
-#~ msgstr "означено"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "уклоните '%(tag_name)s' Ñа лиÑте занимљивих ознака"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "уклоните '%(tag_name)s' Ñа лиÑте игнориÑаних ознака"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "Ñакрите игнориÑана питања"
-
#~ msgid "favorites"
#~ msgstr "омиљена"
diff --git a/askbot/locale/tr/LC_MESSAGES/django.mo b/askbot/locale/tr/LC_MESSAGES/django.mo
index 75db0a03..3b62c3a9 100644
--- a/askbot/locale/tr/LC_MESSAGES/django.mo
+++ b/askbot/locale/tr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/tr/LC_MESSAGES/django.po b/askbot/locale/tr/LC_MESSAGES/django.po
index bd951210..a28e5f77 100644
--- a/askbot/locale/tr/LC_MESSAGES/django.po
+++ b/askbot/locale/tr/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:40-0600\n"
+"POT-Creation-Date: 2012-01-02 11:24-0600\n"
"PO-Revision-Date: 2010-09-08 06:14\n"
"Last-Translator: <cemrekutluay@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,7 +50,10 @@ msgstr ""
msgid "Country field is required"
msgstr "bu alanın doldurulması gereklidir"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "başlık"
@@ -58,61 +61,70 @@ msgstr "başlık"
msgid "please enter a descriptive title for your question"
msgstr "Sorunuz için açıklayıcı bir başlık girin"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "başlık en az 10 karakter olmalı"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "başlık en az 10 karakter olmalı"
+msgstr[1] "başlık en az 10 karakter olmalı"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "içerik"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "soru içeriği en az 10 karakter olmalı"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "etiketler"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
+"Etiketler kısa anahtar kelimelerdir ve bir soru için en fazla 5 etiket "
+"yazabilirsiniz."
+msgstr[1] ""
"Etiketler kısa anahtar kelimelerdir ve bir soru için en fazla 5 etiket "
"yazabilirsiniz."
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr "etiket yazmalısınız"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "En fazla %(tag_count)d etiket kullanabilirsiniz"
msgstr[1] "En fazla %(tag_count)d etiket kullanabilirsiniz"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "Her etiket en fazla %(max_chars)d karakter içerebilir"
msgstr[1] "Her etiket en fazla %(max_chars)d karakter içerebilir"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "bu-yazıları-etiket-olarak-kullan"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
@@ -120,11 +132,11 @@ msgstr ""
"Eğer wiki seçeneğini seçerseniz, soru ve cevaplardan puan verilip "
"alınamayacak ve yazarın ismi gizli kalacaktır."
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "güncelleme özeti:"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -132,267 +144,273 @@ msgstr ""
"Yaptığınız düzeltmenin özetini giriniz. (sabit yazım, dilbilgisi, gelişmiş "
"stil gibi, bu alan isteğe bağlı)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
msgstr "güncellendi"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "Saygılarımızla, <BR> Site yönetimi"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
#, fuzzy
msgid "moderator"
msgstr "yoneticiler/"
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "Etiket deÄŸiÅŸtir"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
#, fuzzy
msgid "Cannot change own status"
msgstr "kendi yazılarınıza oy veremezsiniz"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "kendi yazılarınıza oy veremezsiniz"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
#, fuzzy
msgid "Subject line"
msgstr "Tema seç"
-#: forms.py:456
+#: forms.py:493
#, fuzzy
msgid "Message text"
msgstr "Mesajınız:"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "Adınız:"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "E-mail"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "Mesajınız:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "anonim"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "Bu e-mail gravatar bağlantılı olmak zorunda değildir"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "Gerçek isim"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "Website"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "DoÄŸum tarihi"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
"Gizli alan, yaş hesaplamak için kullanılır. YYYY-AA-GG şeklinde giriniz."
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "Profil"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "Görünen isim"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "Bu e-mail sitemizde zaten kayıtlı, lütfen başka bir tane deneyin"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "E-mail etiketi için filtre seç"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "Tarafımdan sorulan"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "Tarafımdan cevaplanan"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "Tek tek seçilmiş"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "Tüm forum (etiket ile filtrelenmiş)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "Benim hakkımdaki gönderiler"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "tamam, bir deneyelim!"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "toplu e-mail istemiyorum, teşekkürler"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "lütfen yukarıdaki seçeneklerden birini seçin "
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "hakkimizda/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "sss/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "gizlilik/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "cevaplar/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "duzenle/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "duzeltmeler/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "sorular/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "sor/"
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "etiketler/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "kapat/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "yenidenac/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "cevap/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "oy/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "etiketler/"
@@ -402,6 +420,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "kullanicilar/"
@@ -434,11 +454,15 @@ msgstr "yukle/"
msgid "feedback/"
msgstr "geribildirim/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "soru/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "hesap/"
@@ -958,105 +982,120 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "etiketin maksimum uzunluğu (karakter sayısı)"
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "etiketin maksimum uzunluğu (karakter sayısı)"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "etiketin maksimum uzunluğu (karakter sayısı)"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "etiketin maksimum uzunluğu (karakter sayısı)"
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "güncellenmiş etiketler"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Ä°lgili etiketler"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "soru başına maksimum etiket sayısı"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "Soru listesinin varsayılan uzunluğu (soru sayısı)"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "\"Cevaplanmamış soru\" ne anlama gelmeli?"
@@ -1970,6 +2009,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "Soru listesinin varsayılan uzunluğu (soru sayısı)"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Cevabı kapat"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "yoksayılan soruları gizle"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "kullanıcının favori soruları"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "yinelenen soru"
@@ -2010,7 +2082,7 @@ msgstr "çok dar kapsamlı"
msgid "newest"
msgstr "en yeni"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "en eski"
@@ -2043,6 +2115,7 @@ msgid "relevance"
msgstr "ilgi"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "tümü"
@@ -2181,7 +2254,7 @@ msgstr "[kapatıldı]"
msgid "[deleted]"
msgstr "[silindi]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "ilk versiyon"
@@ -2241,15 +2314,15 @@ msgstr "Gravatar nedir?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "altın"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "gümüş"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "bronz"
@@ -2396,7 +2469,7 @@ msgid "Incorrect username."
msgstr "Hatalı kullanıcı adı."
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "giriÅŸ/"
@@ -2436,6 +2509,7 @@ msgid "%(site)s user name and password"
msgstr "Lütfen kullanıcı adınızı ve şifrenizi girin"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2547,56 +2621,56 @@ msgstr "Åžifreniz deÄŸiÅŸtirildi"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr "Üzgünüm, şifreler uyuşmuyor lütfen tekrar deneyin."
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr "E-posta adresiniz onaylanmalı, bkz.%(details_url)s "
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "Hesabınıza yeni bir şifre verin."
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2630,6 +2704,73 @@ msgstr "Varsayılan değer: %s"
msgid "Allowed image file types are %(types)s"
msgstr "izin verilen dosya türleri '%(file_types)s'"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "Siteler"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "Belgelendirme"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "Åžifre deÄŸiÅŸtir"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "Güvenli Çıkış"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "Anasayfa"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "Grup Ayarlarını Düzenle"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "Lütfen aşağıdaki hatayı düzeltin:"
+msgstr[1] "Lütfen aşağıdaki hataları düzeltin:"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "%(name)s içerisinde yer alan ayarlar."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "Değerleri değiştirmek için yetkin yok."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "Site Ayarlarını Düzenle"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "\"Livesettings\" bu site için devre dışı bırakılmıştır."
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr "Tüm yapılandırma seçenekleri settings.py dosyasında düzenlenmelidir"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "Grup ayarları: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr "Hepsini kapat"
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr "Tebrikler, artık sitemizde yönetici oldunuz..."
@@ -2764,7 +2905,7 @@ msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
msgstr[1] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "Kullanıcı girişi"
@@ -2788,66 +2929,66 @@ msgid ""
"own question"
msgstr "Kendi soruna verdiÄŸin ilk kabul edilmiÅŸ cevap"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "kendi yazılarınıza oy veremezsiniz"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "beğeninizi göstermek için en az %(points)s puan toplamalısınız "
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "beğenmediğinizi göstermek için en az %(points)s puan toplamalısınız"
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr "Engellenen kullanıcılar ileti yapamaz"
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr "Dondurulan kullanıcılar ileti yapamaz"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "resim göndermek için en az %(min_rep)s puan toplamalısınız"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "Engellenen kullanıcılar ileti yapamaz"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "Dondurulan kullanıcılar ileti yapamaz"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2858,56 +2999,56 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2917,252 +3058,275 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr "Engellenen kullanıcılar ileti yapamaz"
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr "Dondurulan kullanıcılar ileti yapamaz"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "Engellenen kullanıcılar ileti yapamaz"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "Dondurulan kullanıcılar ileti yapamaz"
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "Değerleri değiştirmek için yetkin yok."
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "verilen bir oyu iptal edemezsiniz"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "%(date)s tarihinde"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "%(hr)d saat önce"
msgstr[1] "%(hr)d saat önce"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "%(min)d dakika önce"
msgstr[1] "%(min)d dakika önce"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "anonim"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr "Saygılarımızla, <BR> Site yönetimi"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "Gönderen"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "Kayıtlı kullanıcı"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, fuzzy, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "karmanız %(reputation)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "gümüş rozetin açıklaması"
msgstr[1] "gümüş rozetin açıklaması"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "bronze rozetin açıklaması"
msgstr[1] "bronze rozetin açıklaması"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Etiketleri"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3566,52 +3730,274 @@ msgstr "Haftalık"
msgid "No email"
msgstr "E-posta yok"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Lütfen kullanıcı adınızı ve şifrenizi girin"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "giriÅŸ/"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "E-mai deÄŸiÅŸtir"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "E-mail adresinizi kaydedin"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "bilgileri %(email)s deÄŸiÅŸtir"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, fuzzy, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else.buraya bakarak neden E-mail adresinin gerekli olduğunu görebilirsiniz: "
+"%(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "Yeni e-posta adresiniz"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "E-mail adresiniz"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "E-mail adresini kaydet"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "Iptal"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "E-mail adresini doÄŸrula"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, fuzzy, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>. %(email)s "
+"adresini doğrulayın ya da %(change_email_url)s adresine gidin."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "E-mail deÄŸiÅŸmedi"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, fuzzy, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again.eski "
+"%(email)s saklansın diyorsanız, %(change_email_url)s adresi size yardımcı "
+"olacaktır."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "E-mail deÄŸiÅŸtirildi"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr "Şimdiki %(email)s bunun için kullanılabilir"
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "E-mail doğrulandı"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr "E-posta adresinizi onayladığınız için teşekkürler"
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "e-posta kodu gönderilmedi"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"E-mail şifresi %(email)s yollanamadı. E-mail değiştirmek için: "
+"%(change_link)s adresine bakın."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "Kayıt"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, fuzzy, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>Yeni "
+"%(provider)s hesabı kayıt bilgisi için lütfen bakınız: %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, fuzzy, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+"%(username)s kullanıcı adı, %(provider)s için başka birisi tarafından "
+"alınmıştır. Başka bir isim deneyin. Lütfen okuyun: %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, fuzzy, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>baÅŸka bir "
+"%(provider)s hesabı kaydetmek için bakınız: %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, fuzzy, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>Yeni Facebook "
+"hesabı ile bağlanma kaydı bilgisi: %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr ""
+"Bu kullanıcı adı sitemizde zaten kayıtlı. Lütfen başka bir tane deneyin."
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "Görünen isim etiketi"
+
+#: skins/common/templates/authopenid/complete.html:66
+#, fuzzy
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+#, fuzzy
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+"Etiket filtreleme aracı sağ panelde, oturum açınca bir kez görünecektir."
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "hesap oluÅŸtur"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "Sorucevap.de sitesine kayıt olduğunuz için teşekkür ederiz!"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "Hesap ayrıntılarınız şöyledir:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "Kullanıcı adı:"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "Åžifre:"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "Lütfen buradan giriş yapın:"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "Saygılarımızla, <BR> Site yönetimi"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "Sorucevap.de sitesinden selamlar..."
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "Forum faydalanmak için, aşağıdaki bağlantıyı takip edin:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr "Yukarıdaki bağlantı, E-mail adresinizi doğrulamada yardımcı olacaktır."
@@ -3625,2131 +4011,2810 @@ msgstr ""
"yapmanıza gerek yok. <BR> Bu mesajı dikkate almayın. <BR> Bu durum için özür "
"dileriz."
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "Çıkış"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "Kullanıcı girişi"
+
+#: skins/common/templates/authopenid/signin.html:14
#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
"\n"
-"Merhaba, bu bir %(site_title)s geribildirim mesajıdır.\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>\"%(title)s\" başlıklı soruya yazdığınız "
+"\"%(summary)s\" cevabını yollamak için giriş yapmalısınız."
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
-"Eğer bu mesajın size yanlışlıkla gönderildiğini düşünüyorsanız, hiçbir şey "
-"yapmanıza gerek yok. <BR> Bu mesajı dikkate almayın. <BR> Bu durum için özür "
-"dileriz."
-
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "0"
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>\"%(title)s\" başlıklı \"%(summary)s\" "
+"sorunuzu yollamak için giriş yapmalısınız."
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "<CODE>%(username)s</code> Gravatar görüntüsü"
-
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
msgstr ""
-#: utils/decorators.py:109
-#, fuzzy
-msgid "Please login to post"
-msgstr "Kullanıcı girişi"
-
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "bu alanın doldurulması gereklidir"
-
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "bir kullanıcı adı seçin"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "kullanıcı adı doldurulması gerekli alandır"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "üzgünüm, bu isim başkası tarafından kullanılıyor."
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
msgstr ""
-"Üzgünüm, bu ismin kullanılmasına izin verilmiyor. Başka bir tane deneyin."
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "Üzgünüm, bu isimle kayıtlı bir kullanıcı yoktur"
+#: skins/common/templates/authopenid/signin.html:87
+#, fuzzy
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Lütfen kullanıcı adınızı ve şifrenizi girin"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-"Üzgünüm, ciddi bir sorun var! Bu kullanıcı adı farklı kullanıcılar "
-"tarafından alınmıştır."
-
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr "kullanıcı adı sadece harf, rakam veya altçizgiden oluşur"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "e-posta adresin"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "e-mail yok"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "E-mail adresinizi yazmalısınız"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "Åžifre"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "geçerli bir e-mail adresi girin"
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "GiriÅŸ"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-"Bu E-mail sitemizde kullanılıyor. Şifre hatırlatmayı deneyebilir ya da "
-"yeniden kayıt olabilirsiniz."
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "şifre seçin"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "Yeni ÅŸifre ayarla"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "şifre yazmalısınız."
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "lütfen şifrenizi yeniden yazın"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "şifreyi yeniden yazın"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr ""
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "lütfen şifrenizi yeniden yazın"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
+msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "Üzgünüm, şifreler uyuşmuyor lütfen tekrar deneyin."
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "son görülme"
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "2 gün önce"
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr ""
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "dün"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "sil"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)d saat önce"
-msgstr[1] "%(hr)d saat önce"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "Hesap silindi."
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d dakika önce"
-msgstr[1] "%(min)d dakika önce"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Hala aklınıza takılan bir soru mu var?"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
msgstr ""
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "Hesabınıza yeni bir şifre verin."
+
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "üye girişi yapmadan oy kullanamazsınız"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "Hesabınıza yeni bir şifre verin."
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "Neden OpenID kullanıyoruz?"
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:219
+#, fuzzy
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
-#: views/commands.py:122
+#: skins/common/templates/authopenid/signin.html:222
#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "üye girişi yapmadan oy kullanamazsınız"
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/authopenid/signin.html:225
+#, fuzzy
+msgid "openid is widely adopted"
msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
-#: views/commands.py:207
+#: skins/common/templates/authopenid/signin.html:228
#, fuzzy
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "üye girişi yapmadan oy kullanamazsınız"
-
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgid "openid is supported open standard"
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</"
-"a>aboneliÄŸiniz kaydedildi %(email)s adresindeki doÄŸrulama linkini "
-"tıklamalısınız. Ayrıntılar için: %(details_url)s"
+"OpenID is based on an open standard, supported by many organizations.OpenID "
+"açık kaynak standartları ile desteklenmektedir"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "E-mail güncelleme sıklığı günlük olarak belirtilmiştir."
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "Daha fazla bilgi"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "OpenID hesabı açın"
-#: views/commands.py:409
-#, fuzzy, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr "Lütfen, giriş yapın veya askbot'a katılın"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "Kaydol"
-#: views/commands.py:542
+#: skins/common/templates/authopenid/signup_with_password.html:10
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "Lütfen buradan giriş yapın:"
+msgid "Please register by clicking on any of the icons below"
+msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Sorucevap.de geribildirim"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Kullanıcı adı ve şifre oluştur"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "Görüşleriniz için teşekkür ederiz!"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "Kullanıcı adı ve şifre oluştur"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+#, fuzzy
+msgid "Traditional signup info"
msgstr ""
-"Görüşlerinizi bekliyoruz! Lütfen bize, yakın bir zamanda mutlaka sitemiz "
-"hakkındaki görüşlerinizi bildirin :)"
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s soru"
-msgstr[1] "%(q_num)s soru"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
+"Lütfen aşağıdaki iki kelimeyi yazın. Çünkü bazı otomatik hesap "
+"oluşturucular, sitemize böyle kayıt olup, gerçek olmayan içerikler "
+"eklemektedir."
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s soru"
-msgstr[1] "%(q_num)s soru"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "Hesap oluÅŸtur"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d%(badge_level)s rozet"
-msgstr[1] "%(badge_count)d%(badge_level)s rozetler"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "veya"
-#: views/readers.py:415
-#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "bu soru favori olarak seçildi"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "OpenID girişine dön"
-#: views/users.py:211
+#: skins/common/templates/avatar/add.html:3
#, fuzzy
-msgid "moderate this user"
-msgstr "Bu kullanıcıyı yönet"
+msgid "add avatar"
+msgstr "Gravatar nedir?"
-#: views/users.py:212
+#: skins/common/templates/avatar/add.html:5
#, fuzzy
-msgid "moderate user"
-msgstr "yoneticiler/"
-
-#: views/users.py:386
-msgid "user profile"
-msgstr "kullanıcı profili"
+msgid "Change avatar"
+msgstr "Etiket deÄŸiÅŸtir"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "kullanıcı profiline genel bakış"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "Hesap ayrıntılarınız şöyledir:"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "son kullanıcı etkinliği"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "profil - son etkinlikler"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "diÄŸer sorulara cevaplar ve yorumlar"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "deÄŸiÅŸiklikler kaydedildi"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "profil - cevapları"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
+msgstr ""
-#: views/users.py:860
-msgid "user vote record"
-msgstr "kullanıcı oy rekoru"
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "yukle/"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "profil - oy"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "silinmiÅŸ cevap"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "toplulukta kullanıcının itibarı"
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "profil - kullanıcı itibarı"
+#: skins/common/templates/avatar/confirm_delete.html:6
+#, python-format
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
+msgstr ""
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "kullanıcının favori soruları"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "silinmiÅŸ cevap"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "profil - favori sorular"
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "kalıcı bağlantıyı cevapla"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "kalıcı bağlantı"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "deÄŸiÅŸtir"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "tüm etiketleri gör"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr "şikayet et (spam, reklam, kötü amaçlı yazı vb. içeriyor)"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "deÄŸiÅŸiklikler kaydedildi"
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "ÅŸikayet et"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "E-mail güncellemeleri iptal edildi"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "tüm etiketleri gör"
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "E-mail abonelik ayarları"
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "silineni geri al"
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "profil - e-mail abonelikleri"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Cevabı yayınla"
-#: views/writers.py:58
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
#, fuzzy
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "üye girişi yapmadan oy kullanamazsınız"
+msgid "mark this answer as correct (click again to undo)"
+msgstr "bu cevabı favori olarak işaretle (geri almak için tıklayın)"
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "izin verilen dosya türleri '%(file_types)s'"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, fuzzy, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "bu soruyu yazan kişi, bu cevabı doğru olarak seçti"
-#: views/writers.py:91
+#: skins/common/templates/question/closed_question_info.html:2
#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "maksimum dosya yükleme boyutu %s Kb"
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "Soru şu nedenle kapatılmış olabilir: %(close_reason)s"
-#: views/writers.py:99
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "kapatılma tarihi %(closed_at)s"
+
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr ""
-"Yükleme dosyası hatası! Lütfen site yöneticisi ile iletişime geçin. Teşekkür "
-"ederiz. %s"
+msgid "retag"
+msgstr "yeniden etiketlendi"
+
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "yeniden aç"
-#: views/writers.py:191
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "kapat"
+
+#: skins/common/templates/widgets/edit_post.html:21
#, fuzzy
-msgid "Please log in to ask questions"
-msgstr ""
-"Asla soru sormaktan çekinmeyin! Sorun ki, sayenizde başkaları da öğrensin!"
+msgid "one of these is required"
+msgstr "bu alanın doldurulması gereklidir"
-#: views/writers.py:492
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(gerekli)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "Toggle gerçek zamanlı Markdown editörü önizleme"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "önizlemeyi gizle"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Ä°lgili etiketler"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "İlginç etiketler"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "cevapsız sorular gör"
+msgid "add"
+msgstr "Ekle"
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "Yoksayılan etiketler"
-#: views/writers.py:646
+#: skins/common/templates/widgets/tag_selector.html:36
#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "üye girişi yapmadan oy kullanamazsınız"
+msgid "Display tag filter"
+msgstr "E-mail etiketi için filtre seç"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "Üzgünüz, istediğiniz sayfayı bulamadık."
-#~ msgid "Sites"
-#~ msgstr "Siteler"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "Bu durum, aşağıdaki sebeplerden dolayı olabilir:"
-#~ msgid "Documentation"
-#~ msgstr "Belgelendirme"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "bu soru ya da cevap silindi;"
-#~ msgid "Change password"
-#~ msgstr "Åžifre deÄŸiÅŸtir"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "adres hatası var - tekrar kontrol edin;"
-#~ msgid "Log out"
-#~ msgstr "Güvenli Çıkış"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+"ziyaret etmeye çalıştığınız sayfa korumalıdır ya da görmek için yeterince "
+"puanınız yoktur"
-#~ msgid "Home"
-#~ msgstr "Anasayfa"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "sss"
-#~ msgid "Edit Group Settings"
-#~ msgstr "Grup Ayarlarını Düzenle"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "Hata kodu 404: lütfen"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "Lütfen aşağıdaki hatayı düzeltin:"
-#~ msgstr[1] "Lütfen aşağıdaki hataları düzeltin:"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "Bu sorunu yöneticiye bildir"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "%(name)s içerisinde yer alan ayarlar."
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "önceki sayfaya geri dön"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "Değerleri değiştirmek için yetkin yok."
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "tüm soruları gör"
-#~ msgid "Edit Site Settings"
-#~ msgstr "Site Ayarlarını Düzenle"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "tüm etiketleri gör"
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "\"Livesettings\" bu site için devre dışı bırakılmıştır."
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr ""
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr "Tüm yapılandırma seçenekleri settings.py dosyasında düzenlenmelidir"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+"Bu hata, sistem hata günlüğüne kayıt edildi. En kısa sürede çözümlenmesi "
+"için uğraşacağız."
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "Grup ayarları: %(name)s"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "isterseniz hata raporunu site yöneticilerine bildirin"
-#~ msgid "Uncollapse all"
-#~ msgstr "Hepsini kapat"
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "son soruları gör"
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Lütfen kullanıcı adınızı ve şifrenizi girin"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "etiketleri gör"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "Cevapı düzenle"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "geri"
+
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "revizyon"
+
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "revizyon seç"
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "DeÄŸiÅŸikliÄŸi kaydet"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "önizlemeyi göster"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "Soru sor"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, fuzzy, python-format
+msgid "%(name)s"
+msgstr "%(date)s tarihinde"
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "giriÅŸ/"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "Madalya"
-#~ msgid "Change email"
-#~ msgstr "E-mai deÄŸiÅŸtir"
+#: skins/default/templates/badge.html:7
+#, fuzzy, python-format
+msgid "Badge \"%(name)s\""
+msgstr "%(date)s tarihinde"
-#~ msgid "Save your email address"
-#~ msgstr "E-mail adresinizi kaydedin"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "e-mail abonelikleri"
-#~ msgid "change %(email)s info"
-#~ msgstr "bilgileri %(email)s deÄŸiÅŸtir"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "kullanıcı bu rozeti elde etti:"
+msgstr[1] "kullanıcılar bu rozeti elde ettiler:"
-#, fuzzy
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else.buraya bakarak neden E-mail adresinin gerekli olduÄŸunu "
-#~ "görebilirsiniz: %(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Madalya özeti"
-#~ msgid "Your new Email"
-#~ msgstr "Yeni e-posta adresiniz"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "Ödüller"
-#~ msgid "Your Email"
-#~ msgstr "E-mail adresiniz"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"Sorularınız, cevaplarınız ve oylarınız için burdaki topluluk sizi "
+"ödüllendiriyor."
-#~ msgid "Save Email"
-#~ msgstr "E-mail adresini kaydet"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
-#~ msgid "Cancel"
-#~ msgstr "Iptal"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Site rozetleri"
-#~ msgid "Validate email"
-#~ msgstr "E-mail adresini doÄŸrula"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
-#, fuzzy
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>. %(email)s adresini doğrulayın ya "
-#~ "da %(change_email_url)s adresine gidin."
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "altın rozetin açıklaması"
-#~ msgid "Email not changed"
-#~ msgstr "E-mail deÄŸiÅŸmedi"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
-#, fuzzy
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again.eski "
-#~ "%(email)s saklansın diyorsanız, %(change_email_url)s adresi size yardımcı "
-#~ "olacaktır."
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "gümüş rozetin açıklaması"
-#~ msgid "Email changed"
-#~ msgstr "E-mail deÄŸiÅŸtirildi"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "bronz madalya: genellikle özel bir onur olarak verilir"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr "Şimdiki %(email)s bunun için kullanılabilir"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "bronze rozetin açıklaması"
-#~ msgid "Email verified"
-#~ msgstr "E-mail doğrulandı"
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "Soruyu kapat"
-#~ msgid "thanks for verifying email"
-#~ msgstr "E-posta adresinizi onayladığınız için teşekkürler"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "Cevabı kapat"
-#~ msgid "email key not sent"
-#~ msgstr "e-posta kodu gönderilmedi"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "Nedenleri"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "E-mail şifresi %(email)s yollanamadı. E-mail değiştirmek için: "
-#~ "%(change_link)s adresine bakın."
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "Kapatmak için OK butonuna bas"
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "Kayıt"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#, fuzzy
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>Yeni %(provider)s hesabı kayıt bilgisi için lütfen bakınız: "
-#~ "%(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "Sıkça Sorulan Sorular"
-#, fuzzy
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>%(username)s kullanıcı adı, %(provider)s "
-#~ "için başka birisi tarafından alınmıştır. Başka bir isim deneyin. Lütfen "
-#~ "okuyun: %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "Ne tür sorular sorabilirim?"
-#, fuzzy
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>baÅŸka bir "
-#~ "%(provider)s hesabı kaydetmek için bakınız: %(gravatar_faq_url)s"
-
-#, fuzzy
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>Yeni Facebook hesabı ile bağlanma kaydı bilgisi: "
-#~ "%(gravatar_faq_url)s"
-
-#~ msgid "This account already exists, please use another."
-#~ msgstr ""
-#~ "Bu kullanıcı adı sitemizde zaten kayıtlı. Lütfen başka bir tane deneyin."
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+"En önemli sorular sitemizde <strong>önemli</strong> şeklinde "
+"gösterilmektedir."
-#~ msgid "Screen name label"
-#~ msgstr "Görünen isim etiketi"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Soru sormadan önce, öncelikle sitemizde bir arama yapın. Belki bu soru ve "
+"cevabı sitemizde bulunmaktadır."
-#, fuzzy
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared "
-#~ "with anyone, must be valid</i>)"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "Ne tür sorulardan kaçınmalıyım?"
-#, fuzzy
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"Lütfen, çok subjektif ve tartışmacı olan, sitemizle ilgili olmayan sorular "
+"sormaktan kaçının."
-#~ msgid "please select one of the options above"
-#~ msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "Cevaplarımda nelere dikkat etmeliyim?"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr ""
-#~ "Etiket filtreleme aracı sağ panelde, oturum açınca bir kez görünecektir."
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"bir soru & cevap sitesi olup, asla ve asla bir tartışma ortamı değildir. Bu "
+"nedenle cevaplarınızı, tartışmalardan kaçınacak şekilde, yorum ve karşılıklı "
+"fikir alışverişine dayalı şekilde yazınız."
-#~ msgid "create account"
-#~ msgstr "hesap oluÅŸtur"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "Bu siteyi kimler yönetiyor?"
-#~ msgid "Logout"
-#~ msgstr "Çıkış"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "Cevabı çok açık: <strong>Sen!</strong> Yani sizlersiniz! "
-#~ msgid "User login"
-#~ msgstr "Kullanıcı girişi"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "Bu web sitesi, kullanıcıları tarafından yönetilmektedir."
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>\"%(title)s\" başlıklı soruya yazdığınız "
-#~ "\"%(summary)s\" cevabını yollamak için giriş yapmalısınız."
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"İtibar sistemi, kullanıcılarımızın sitedeki yetkilendirme ve yazdıklarının "
+"doÄŸruluÄŸu konusunda fikir verir."
-#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>\"%(title)s\" başlıklı \"%(summary)s\" "
-#~ "sorunuzu yollamak için giriş yapmalısınız."
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "İtibar sistemi nasıl çalışmaktadır?"
+#: skins/default/templates/faq_static.html:21
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Lütfen kullanıcı adınızı ve şifrenizi girin"
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "e-mail yok"
+#: skins/default/templates/faq_static.html:22
+#, fuzzy, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"Örneğin, ilginç bir soru sordunuz ya da yararlı bir cevap verdiniz. Doğal "
+"olarak bu durum, diğer kullanıcılarımız tarafından beğenilecektir. Diğer "
+"taraftan da, eğer cevabınız doğru değilse ya da yanıltıcı ise "
+"beğenilmeyecektir. Sistem, beğenilen her soru veya cevap yazınız için size "
+"<strong>10</strong> puan verirken, beğenilmeyen soru veya cevabınız için "
+"<strong>2</strong> puan düşmektedir. Her soru veya cevaptan alabileceğiniz "
+"en fazla puan <strong>200</strong> ile sınırlandırılmıştır. Aşağıdaki tablo, "
+"itibar sisteminden toplanan puanlar ile neler yapılabileceğini "
+"göstermektedir."
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "beÄŸendim"
-#~ msgid "Password"
-#~ msgstr "Åžifre"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "etiketleri kullan"
-#~ msgid "Login"
-#~ msgstr "GiriÅŸ"
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "yorum ekle"
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "Yeni ÅŸifre ayarla"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "beÄŸenmedim"
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "lütfen şifrenizi yeniden yazın"
+msgid " accept own answer to own questions"
+msgstr "Kendi soruna verdiÄŸin ilk kabul edilmiÅŸ cevap"
+
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "kendi sorularım açık ve kapalı "
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "son görülme"
+msgid "retag other's questions"
+msgstr "soruları yeniden etiketle"
-#~ msgid "delete"
-#~ msgstr "sil"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "sitenin wiki sorularını değiştir"
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "Hesap silindi."
+msgid "\"edit any answer"
+msgstr "herhangi bir cevabı değiştir"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "Hala aklınıza takılan bir soru mu var?"
+msgid "\"delete any comment"
+msgstr "bir yorumu sil"
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "Hesabınıza yeni bir şifre verin."
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "Gravatar nedir?"
+#: skins/default/templates/faq_static.html:75
#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "Hesabınıza yeni bir şifre verin."
+msgid "gravatar faq info"
+msgstr "gravatar sss bilgi"
-#~ msgid "Why use OpenID?"
-#~ msgstr "Neden OpenID kullanıyoruz?"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "Kaydolmak için, yeni bir şifre yaratmalı mıyım?"
+#: skins/default/templates/faq_static.html:77
#, fuzzy
-#~ msgid "with openid it is easier"
-#~ msgstr "With the OpenID you don't need to create new username and password."
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"Hayır, bu şart değil. Eğer OpenID destekleyen herhangi bir hizmete üye isen, "
+"mesela Facebook, Twitter, Google Mail, Yahoo, AOL, vb aracılığıyla da giriş "
+"yapabilirsiniz."
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+msgid "\"Login now!\""
+msgstr "Åžimdi giriÅŸ yap!"
-#, fuzzy
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "There are > 160,000,000 OpenID account in use. Over 10,000 sites are "
-#~ "OpenID-enabled."
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+"Neden başkaları benim sorumu ya da cevabımı düzenleyebiliyor ve "
+"deÄŸiÅŸtirebiliyorlar?"
-#, fuzzy
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID is based on an open standard, supported by many organizations."
-#~ "OpenID açık kaynak standartları ile desteklenmektedir"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "İşte bu, sitenin en önemli amaçlarından biridir..."
-#~ msgid "Find out more"
-#~ msgstr "Daha fazla bilgi"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"Böylelikle sorular ve cevaplar aynen wiki sayfaları gibi sitenin deneyimli "
+"kullanıcıları tarafından değiştirilip düzenlenebilir. Bu ise bilgi site "
+"içeriğimizin kalitesini artırır."
-#~ msgid "Get OpenID"
-#~ msgstr "OpenID hesabı açın"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+"Bu değişiklikler size uygun değilse, sizin seçiminize saygılı değilse, "
+"lütfen bize bildirin."
-#~ msgid "Signup"
-#~ msgstr "Kaydol"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "Hala aklınıza takılan bir soru mu var?"
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "Lütfen yukarıdaki seçeneklerden birini seçin"
+#: skins/default/templates/faq_static.html:85
+#, fuzzy, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!Lütfen sorularınızı %(ask_question_url)s kısmına yazın. "
+"Böylelikle bize daha fazla yardımcı olmuş olursunuz."
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Kullanıcı adı ve şifre oluştur"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "Geri bildirim"
-#~ msgid "Create login name and password"
-#~ msgstr "Kullanıcı adı ve şifre oluştur"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "Görüşlerinizi bize bildirin!"
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Sevgili %(user_name)s</span>, sitemizle alakalı "
+"görüş, öneri ve eleştirilerinizi bekliyoruz. Her konuda bize yazmaktan "
+"çekinmeyin."
+
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>Sevgili ziyaretçimiz</span>, sitemizle alakalı "
+"görüş, öneri ve eleştirilerinizi bekliyoruz. Her konuda bize yazmaktan "
+"çekinmeyin."
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr ""
-#~ "Lütfen aşağıdaki iki kelimeyi yazın. Çünkü bazı otomatik hesap "
-#~ "oluşturucular, sitemize böyle kayıt olup, gerçek olmayan içerikler "
-#~ "eklemektedir."
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "Create Account"
-#~ msgstr "Hesap oluÅŸtur"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "(bu alanın doldurulması gereklidir)"
-#~ msgid "or"
-#~ msgstr "veya"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "return to OpenID login"
-#~ msgstr "OpenID girişine dön"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "Geribildirim gönder"
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "Gravatar nedir?"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"Merhaba, bu bir %(site_title)s geribildirim mesajıdır.\n"
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Etiket deÄŸiÅŸtir"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "Hesap ayrıntılarınız şöyledir:"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "deÄŸiÅŸiklikler kaydedildi"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "yukle/"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "silinmiÅŸ cevap"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "silinmiÅŸ cevap"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>Sevgili %(receiving_user_name)s,</p>"
-#~ msgid "answer permanent link"
-#~ msgstr "kalıcı bağlantıyı cevapla"
+#: skins/default/templates/instant_notification.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s, sorusu\"%(origin_post_title)s\"için yeni bir "
+"yorum<a href=\"%%(post_url)s\"></a>yazdı</p>\n"
+
+#: skins/default/templates/instant_notification.html:8
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s, sorusu\"%(origin_post_title)s\"için yeni bir "
+"yorum<a href=\"%%(post_url)s\"></a>yazdı</p>\n"
-#~ msgid "permanent link"
-#~ msgstr "kalıcı bağlantı"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s bir soru cevapladı\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "edit"
-#~ msgstr "deÄŸiÅŸtir"
+#: skins/default/templates/instant_notification.html:19
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s bir soru güncelledi\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr "şikayet et (spam, reklam, kötü amaçlı yazı vb. içeriyor)"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s soruya bir cevap güncelledi\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "flag offensive"
-#~ msgstr "ÅŸikayet et"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s bir soru güncelledi\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "undelete"
-#~ msgstr "silineni geri al"
+#: skins/default/templates/instant_notification.html:37
+#, fuzzy, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<p>Lütfen dikkat - bu uyarıların gönderim sıklığını <a href="
+"\"%(user_subscriptions_url)s\">deÄŸiÅŸtirebilirsin</a></p>\n"
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Cevabı yayınla"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "Saygılarımızla, <BR> Site yönetimi"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "bu cevabı favori olarak işaretle (geri almak için tıklayın)"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "Bu soruyu tekrar aç"
+
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "bu soruyu yazan kişi, bu cevabı doğru olarak seçti"
+msgid "i like this question (click again to cancel)"
+msgstr "bunu beğendim (iptal için tekrar tıklayın)"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "bu cevabı beğendim (iptal etmek için tekrar tıklayın)"
+
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "oy geçerli sayısı"
+
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr "Soru şu nedenle kapatılmış olabilir: %(close_reason)s"
+msgid "i dont like this question (click again to cancel)"
+msgstr "bu yazıyı beğenmedim (iptal etmek için tekrar tıklayın)"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "kapatılma tarihi %(closed_at)s"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "bu cevabı beğenmedim (iptal etmek için tekrar tıklayın)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "retag"
-#~ msgstr "yeniden etiketlendi"
+msgid "anonymous user"
+msgstr "anonim"
-#~ msgid "reopen"
-#~ msgstr "yeniden aç"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#~ msgid "close"
-#~ msgstr "kapat"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "bu alanın doldurulması gereklidir"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "soruldu"
-#~ msgid "(required)"
-#~ msgstr "(gerekli)"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "cevaplandı"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "Toggle gerçek zamanlı Markdown editörü önizleme"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "yollandı"
-#~ msgid "hide preview"
-#~ msgstr "önizlemeyi gizle"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "güncellendi"
-#~ msgid "Related tags"
-#~ msgstr "Ä°lgili etiketler"
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "'%(tag)s' etiketli sorulara bak"
-#~ msgid "Interesting tags"
-#~ msgstr "İlginç etiketler"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "bu yorumu sil"
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "Ekle"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "yorum ekle"
-#~ msgid "Ignored tags"
-#~ msgstr "Yoksayılan etiketler"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "dah fazla<strong>%(counter)s</strong>gör"
+msgstr[1] "daha fazla<strong>%(counter)s</strong>gör"
-#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "E-mail etiketi için filtre seç"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+"daha fazla yorum <strong>%(counter)s</strong> görün\n"
+" "
+msgstr[1] "daha fazla yorum <strong>%(counter)s</strong> görün"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "Üzgünüz, istediğiniz sayfayı bulamadık."
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "<CODE>%(username)s</code> Gravatar görüntüsü"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "Bu durum, aşağıdaki sebeplerden dolayı olabilir:"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "karmanız %(reputation)s"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "bu soru ya da cevap silindi;"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "önceki"
-#~ msgid "url has error - please check it;"
-#~ msgstr "adres hatası var - tekrar kontrol edin;"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "ÅŸuanki sayfa"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr ""
-#~ "ziyaret etmeye çalıştığınız sayfa korumalıdır ya da görmek için yeterince "
-#~ "puanınız yoktur"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "sayfa numarası %(num)s"
-#~ msgid "faq"
-#~ msgstr "sss"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "sonraki sayfa"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "Hata kodu 404: lütfen"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "sayfa başına mesaj"
-#~ msgid "report this problem"
-#~ msgstr "Bu sorunu yöneticiye bildir"
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "bir kullanıcı adı seçin"
-#~ msgid "back to previous page"
-#~ msgstr "önceki sayfaya geri dön"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "Yeni bir cevabın var"
+msgstr[1] "Yeni %(response_count)s cevapların var"
-#~ msgid "see all questions"
-#~ msgstr "tüm soruları gör"
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "ÅŸu an yeni cevap yok"
-#~ msgid "see all tags"
-#~ msgstr "tüm etiketleri gör"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "Ä°lk iÅŸaretlenen ileti"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr ""
-#~ "Bu hata, sistem hata günlüğüne kayıt edildi. En kısa sürede çözümlenmesi "
-#~ "için uğraşacağız."
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "Ä°lk iÅŸaretlenen ileti"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "isterseniz hata raporunu site yöneticilerine bildirin"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "Ä°lk iÅŸaretlenen ileti"
-#~ msgid "see latest questions"
-#~ msgstr "son soruları gör"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "Sorular"
-#~ msgid "see tags"
-#~ msgstr "etiketleri gör"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "Gizlilik politikası"
-#~ msgid "Edit answer"
-#~ msgstr "Cevapı düzenle"
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "Soruyu düzenle"
+
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "Etiket deÄŸiÅŸtir"
-#~ msgid "back"
-#~ msgstr "geri"
+#: skins/default/templates/question_retag.html:21
+#, fuzzy
+msgid "Retag"
+msgstr "etiketler"
-#~ msgid "revision"
-#~ msgstr "revizyon"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "Neden etiket kullanıyor ve bunu değiştiriyoruz?"
-#~ msgid "select revision"
-#~ msgstr "revizyon seç"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "Save edit"
-#~ msgstr "DeÄŸiÅŸikliÄŸi kaydet"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "etiket editörleri, sitemizden özel ödül almaktadır"
-#~ msgid "show preview"
-#~ msgstr "önizlemeyi göster"
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "en fazla 5 etiket, her etiket en fazla 20 karakter"
-#~ msgid "Ask a question"
-#~ msgstr "Soru sor"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "Soruyu yeniden aç"
+#: skins/default/templates/reopen.html:6
#, fuzzy
-#~ msgid "%(name)s"
-#~ msgstr "%(date)s tarihinde"
+msgid "Title"
+msgstr "başlık"
-#~ msgid "Badge"
-#~ msgstr "Madalya"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "%(date)s tarihinde"
+msgid "Close reason:"
+msgstr "Soruyu kapat"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "e-mail abonelikleri"
+msgid "Reopen this question?"
+msgstr "Bu soruyu tekrar aç"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "kullanıcı bu rozeti elde etti:"
-#~ msgstr[1] "kullanıcılar bu rozeti elde ettiler:"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "Bu soruyu tekrar aç"
-#~ msgid "Badges summary"
-#~ msgstr "Madalya özeti"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "düzenleme geçmişi"
-#~ msgid "Badges"
-#~ msgstr "Ödüller"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "düzenlemeleri gizle/göster"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "Sorularınız, cevaplarınız ve oylarınız için burdaki topluluk sizi "
-#~ "ödüllendiriyor."
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "Tema medya dosyaları versiyon numarası"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Below is the list of available badges and number \n"
-#~ " of times each type of badge has been awarded. Have ideas about fun "
-#~ "badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+msgid "Subscribe for tags"
+msgstr "etiketleri kullan"
-#~ msgid "Community badges"
-#~ msgstr "Site rozetleri"
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "Soru şu sebepten dolayı kaldırıldı:"
-#~ msgid "gold badge description"
-#~ msgstr "altın rozetin açıklaması"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "etiketleri kullan"
-#~ msgid "silver badge description"
-#~ msgstr "gümüş rozetin açıklaması"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "Etiket listesi"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "bronz madalya: genellikle özel bir onur olarak verilir"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr "bronze rozetin açıklaması"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "Sıralama:"
-#~ msgid "Close question"
-#~ msgstr "Soruyu kapat"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "alfabetik sıraya göre"
-#~ msgid "Close the question"
-#~ msgstr "Cevabı kapat"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "isime göre"
-#~ msgid "Reasons"
-#~ msgstr "Nedenleri"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "etiket kullanım sıklığına göre"
-#~ msgid "OK to close"
-#~ msgstr "Kapatmak için OK butonuna bas"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "popülerliğe göre"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "Sıkça Sorulan Sorular"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "Hiçbir şey bulunamadı"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "Ne tür sorular sorabilirim?"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "Kullanıcılar"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "En önemli sorular sitemizde <strong>önemli</strong> şeklinde "
-#~ "gösterilmektedir."
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Soru sormadan önce, öncelikle sitemizde bir arama yapın. Belki bu soru ve "
-#~ "cevabı sitemizde bulunmaktadır."
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "itibar puanı"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "Ne tür sorulardan kaçınmalıyım?"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "Lütfen, çok subjektif ve tartışmacı olan, sitemizle ilgili olmayan "
-#~ "sorular sormaktan kaçının."
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "son"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "Cevaplarımda nelere dikkat etmeliyim?"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "bir soru & cevap sitesi olup, asla ve asla bir tartışma ortamı değildir. "
-#~ "Bu nedenle cevaplarınızı, tartışmalardan kaçınacak şekilde, yorum ve "
-#~ "karşılıklı fikir alışverişine dayalı şekilde yazınız."
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "Who moderates this community?"
-#~ msgstr "Bu siteyi kimler yönetiyor?"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "kullanıcı tarafından"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "Cevabı çok açık: <strong>Sen!</strong> Yani sizlersiniz! "
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "kullanıcı sorgusuna eşleşen %(suser)s :"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "Bu web sitesi, kullanıcıları tarafından yönetilmektedir."
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "Hiçbir şey bulunamadı."
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "İtibar sistemi, kullanıcılarımızın sitedeki yetkilendirme ve "
-#~ "yazdıklarının doğruluğu konusunda fikir verir."
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s soru"
+msgstr[1] "%(q_num)s soru"
-#~ msgid "How does reputation system work?"
-#~ msgstr "İtibar sistemi nasıl çalışmaktadır?"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "%(author_name)s 'ın katkılarıyla"
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+msgid "Tagged"
+msgstr "etiketlendi"
-#, fuzzy
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "Örneğin, ilginç bir soru sordunuz ya da yararlı bir cevap verdiniz. Doğal "
-#~ "olarak bu durum, diğer kullanıcılarımız tarafından beğenilecektir. Diğer "
-#~ "taraftan da, eğer cevabınız doğru değilse ya da yanıltıcı ise "
-#~ "beğenilmeyecektir. Sistem, beğenilen her soru veya cevap yazınız için "
-#~ "size <strong>10</strong> puan verirken, beğenilmeyen soru veya cevabınız "
-#~ "için <strong>2</strong> puan düşmektedir. Her soru veya cevaptan "
-#~ "alabileceÄŸiniz en fazla puan <strong>200</strong> ile "
-#~ "sınırlandırılmıştır. Aşağıdaki tablo, itibar sisteminden toplanan puanlar "
-#~ "ile neler yapılabileceğini göstermektedir."
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "Arama ipuçları:"
-#~ msgid "upvote"
-#~ msgstr "beÄŸendim"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "yazarı sil"
-#~ msgid "use tags"
-#~ msgstr "etiketleri kullan"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "veya"
-#~ msgid "add comments"
-#~ msgstr "yorum ekle"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "etiketleri temizle"
-#~ msgid "downvote"
-#~ msgstr "beÄŸenmedim"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "baÅŸtan baÅŸla"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Kendi soruna verdiÄŸin ilk kabul edilmiÅŸ cevap"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+"- daha fazla etiket eklemek veya incelemek için inceleme alanını genişlet"
-#~ msgid "open and close own questions"
-#~ msgstr "kendi sorularım açık ve kapalı "
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "Arama ipucu:"
-#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "soruları yeniden etiketle"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "etiketleri kullanmak, arama sonucuna tam olarak odaklanmanızı sağlar"
-#~ msgid "edit community wiki questions"
-#~ msgstr "sitenin wiki sorularını değiştir"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "Harika! Cevapsız bir soru bile kalmamış..."
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "herhangi bir cevabı değiştir"
+msgid "No questions here. "
+msgstr "Malesef, henüz beğenilmiş bir soru mevcut değil."
+#: skins/default/templates/main_page/nothing_found.html:8
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "bir yorumu sil"
+msgid "Please follow some questions or follow some users."
+msgstr "Beğendiğiniz soruları, favorilerinize ekleyebilirsiniz."
-#~ msgid "what is gravatar"
-#~ msgstr "Gravatar nedir?"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "Ayrıntılı arama yapabilirsiniz"
-#, fuzzy
-#~ msgid "gravatar faq info"
-#~ msgstr "gravatar sss bilgi"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "yazar sıfırlanıyor"
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "Kaydolmak için, yeni bir şifre yaratmalı mıyım?"
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "etiketler sıfırlanıyor"
-#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "Hayır, bu şart değil. Eğer OpenID destekleyen herhangi bir hizmete üye "
-#~ "isen, mesela Facebook, Twitter, Google Mail, Yahoo, AOL, vb aracılığıyla "
-#~ "da giriÅŸ yapabilirsiniz."
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "baştan başlıyor"
-#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Åžimdi giriÅŸ yap!"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr ""
+"Asla soru sormaktan çekinmeyin! Sorun ki, sayenizde başkaları da öğrensin!"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr ""
-#~ "Neden başkaları benim sorumu ya da cevabımı düzenleyebiliyor ve "
-#~ "deÄŸiÅŸtirebiliyorlar?"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "Aradığını bulamadın mı?"
-#~ msgid "Goal of this site is..."
-#~ msgstr "İşte bu, sitenin en önemli amaçlarından biridir..."
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "Hemen kendi sorunu yolla!"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "Böylelikle sorular ve cevaplar aynen wiki sayfaları gibi sitenin "
-#~ "deneyimli kullanıcıları tarafından değiştirilip düzenlenebilir. Bu ise "
-#~ "bilgi site içeriğimizin kalitesini artırır."
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "soruya ve cevaplarına abone ol"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr ""
-#~ "Bu değişiklikler size uygun değilse, sizin seçiminize saygılı değilse, "
-#~ "lütfen bize bildirin."
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "Still have questions?"
-#~ msgstr "Hala aklınıza takılan bir soru mu var?"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-#~ "our community better!Lütfen sorularınızı %(ask_question_url)s kısmına "
-#~ "yazın. Böylelikle bize daha fazla yardımcı olmuş olursunuz."
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "Her etiket en fazla %(max_chars)d karakter içerebilir"
+msgstr[1] "Her etiket en fazla %(max_chars)d karakter içerebilir"
-#~ msgid "Feedback"
-#~ msgstr "Geri bildirim"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "En fazla %(tag_count)d etiket kullanabilirsiniz"
+msgstr[1] "En fazla %(tag_count)d etiket kullanabilirsiniz"
-#~ msgid "Give us your feedback!"
-#~ msgstr "Görüşlerinizi bize bildirin!"
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "en fazla 5 etiket, her etiket en fazla 20 karakter"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Sevgili %(user_name)s</span>, sitemizle alakalı "
-#~ "görüş, öneri ve eleştirilerinizi bekliyoruz. Her konuda bize yazmaktan "
-#~ "çekinmeyin."
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"%(counter)s Cevap:"
+msgstr[1] ""
+"\n"
+"%(counter)s Cevaplar:"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>Sevgili ziyaretçimiz</span>, sitemizle alakalı "
-#~ "görüş, öneri ve eleştirilerinizi bekliyoruz. Her konuda bize yazmaktan "
-#~ "çekinmeyin."
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "ilk önce eski cevaplar görünecek"
-#~ msgid "(this field is required)"
-#~ msgstr "(bu alanın doldurulması gereklidir)"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "eski cevaplar"
-#~ msgid "Send Feedback"
-#~ msgstr "Geribildirim gönder"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "yeni cevaplar ilk önce görünecek"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>Sevgili %(receiving_user_name)s,</p>"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "yeni cevaplar"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s, sorusu\"%(origin_post_title)s\"için yeni bir "
-#~ "yorum<a href=\"%%(post_url)s\"></a>yazdı</p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "çok oy alan cevaplar önce görünsün"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s, sorusu\"%(origin_post_title)s\"için yeni bir "
-#~ "yorum<a href=\"%%(post_url)s\"></a>yazdı</p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "popüler cevaplar"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s bir soru cevapladı\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "Kendi soruna cevap yaz!"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s bir soru güncelledi\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgid "Login/Signup to Answer"
+msgstr "Cevap yollamak için üye girişi yapmalısınız"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s soruya bir cevap güncelledi\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "Cevabınız"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s bir soru güncelledi\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "Bu soruya ilk cevabı sen yaz!"
+#: skins/default/templates/question/new_answer_form.html:30
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>Lütfen dikkat - bu uyarıların gönderim sıklığını <a href="
-#~ "\"%(user_subscriptions_url)s\">deÄŸiÅŸtirebilirsin</a></p>\n"
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!ÅŸimdi hemen "
+"cevap yazabilir, yollamak için daha sonra üye girişi yapabilirsiniz."
+#: skins/default/templates/question/new_answer_form.html:34
#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr "Saygılarımızla, <BR> Site yönetimi"
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! Kendi soruna cevap vermek üzeresin. Ya da sorunu daha da "
+"açıklamak mı istiyorsun?"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "Bu soruyu tekrar aç"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "lütfen sadece cevap verin, tartışma yok."
-#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "bunu beğendim (iptal için tekrar tıklayın)"
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "Cevap yollamak için üye girişi yapmalısınız"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "bu cevabı beğendim (iptal etmek için tekrar tıklayın)"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Cevabı yayınla"
-#~ msgid "current number of votes"
-#~ msgstr "oy geçerli sayısı"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "bu yazıyı beğenmedim (iptal etmek için tekrar tıklayın)"
+msgid " or"
+msgstr "veya"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "bu cevabı beğenmedim (iptal etmek için tekrar tıklayın)"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "E-mail"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "anonim"
+msgid "Question tools"
+msgstr "Etiketleri"
-#~ msgid "asked"
-#~ msgstr "soruldu"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "En ilgi çekici soruyu gormek için tıklayın"
-#~ msgid "answered"
-#~ msgstr "cevaplandı"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "Tüm sorular"
-#~ msgid "posted"
-#~ msgstr "yollandı"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "Tüm sorular"
-#~ msgid "updated"
-#~ msgstr "güncellendi"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "En ilgi çekici soruyu gormek için tıklayın"
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "'%(tag)s' etiketli sorulara bak"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "Tüm sorular"
-#~ msgid "delete this comment"
-#~ msgstr "bu yorumu sil"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+msgstr[1] ""
-#~ msgid "add comment"
-#~ msgstr "yorum ekle"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "E-mail güncellemeleri iptal edildi"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "dah fazla<strong>%(counter)s</strong>gör"
-#~ msgstr[1] "daha fazla<strong>%(counter)s</strong>gör"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "daha fazla yorum <strong>%(counter)s</strong> görün\n"
-#~ " "
-#~ msgstr[1] "daha fazla yorum <strong>%(counter)s</strong> görün"
+msgid "subscribe to this question rss feed"
+msgstr "soruya ve cevaplarına abone ol"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "karmanız %(reputation)s"
+msgid "subscribe to rss feed"
+msgstr "soruya ve cevaplarına abone ol"
-#~ msgid "previous"
-#~ msgstr "önceki"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "current page"
-#~ msgstr "ÅŸuanki sayfa"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "sorulma zamanı"
-#~ msgid "page number %(num)s"
-#~ msgstr "sayfa numarası %(num)s"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "izlenme sayısı"
-#~ msgid "next page"
-#~ msgstr "sonraki sayfa"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "kez"
-#~ msgid "posts per page"
-#~ msgstr "sayfa başına mesaj"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "son güncelleme"
-#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "bir kullanıcı adı seçin"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "Ä°lgili sorular"
-#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "Yeni bir cevabın var"
-#~ msgstr[1] "Yeni %(response_count)s cevapların var"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr "Yeni cevaplar için beni günlük olarak uyar"
-#~ msgid "no new responses yet"
-#~ msgstr "ÅŸu an yeni cevap yok"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "Yeni cevaplar için beni haftalık olarak uyar"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "Ä°lk iÅŸaretlenen ileti"
+msgid "Notify me immediately when there are any new answers"
+msgstr "Yeni cevaplar için beni haftalık olarak uyar"
-#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "Ä°lk iÅŸaretlenen ileti"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"%(profile_url)s adresini kullanarak, size gelecek uyarı e-postalarının "
+"sıklığını değiştirebilirsiniz."
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "Ä°lk iÅŸaretlenen ileti"
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question.güncellemelerden "
+"haberdar olmak için kaydolun."
-#~ msgid "Questions"
-#~ msgstr "Sorular"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "%(username)s isimli kullanıcının profili"
-#~ msgid "Privacy policy"
-#~ msgstr "Gizlilik politikası"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "Kullanıcı profilini düzenle"
-#~ msgid "Edit question"
-#~ msgstr "Soruyu düzenle"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "profil deÄŸiÅŸtir"
-#~ msgid "Change tags"
-#~ msgstr "Etiket deÄŸiÅŸtir"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "resim deÄŸiÅŸtir"
-#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "etiketler"
-
-#~ msgid "Why use and modify tags?"
-#~ msgstr "Neden etiket kullanıyor ve bunu değiştiriyoruz?"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "etiket editörleri, sitemizden özel ödül almaktadır"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "Kayıtlı kullanıcı"
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "en fazla 5 etiket, her etiket en fazla 20 karakter"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "Görünen isim"
-#~ msgid "Reopen question"
-#~ msgstr "Soruyu yeniden aç"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "Güncelleme"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "başlık"
+msgid "subscriptions"
+msgstr "e-mail abonelikleri"
-#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Soruyu kapat"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "E-mail abonelik ayarları"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "E-posta üyelik ayarları bilgisi"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "E-mail yollamayı duraklat"
+
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Bu soruyu tekrar aç"
+msgid "followed questions"
+msgstr "Tüm sorular"
-#~ msgid "Reopen this question"
-#~ msgstr "Bu soruyu tekrar aç"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
-#~ msgid "Revision history"
-#~ msgstr "düzenleme geçmişi"
+#: skins/default/templates/user_profile/user_inbox.html:34
+#, fuzzy
+msgid "Sections:"
+msgstr "sorular"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#~ msgid "click to hide/show revision"
-#~ msgstr "düzenlemeleri gizle/göster"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "En fazla %(tag_count)d etiket kullanabilirsiniz"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "Tema medya dosyaları versiyon numarası"
+msgid "select:"
+msgstr "sil"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "etiketleri kullan"
+msgid "seen"
+msgstr "son görülme"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "Soru şu sebepten dolayı kaldırıldı:"
+msgid "new"
+msgstr "en yeni"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "etiketleri kullan"
+msgid "none"
+msgstr "bronz"
-#~ msgid "Tag list"
-#~ msgstr "Etiket listesi"
+#: skins/default/templates/user_profile/user_inbox.html:54
+#, fuzzy
+msgid "mark as seen"
+msgstr "son görülme"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "Sıralama:"
+msgid "mark as new"
+msgstr "en iyi cevap olarak iÅŸaretlenmiÅŸ"
-#~ msgid "sorted alphabetically"
-#~ msgstr "alfabetik sıraya göre"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "by name"
-#~ msgstr "isime göre"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "profilimi güncelle"
+
+#: skins/default/templates/user_profile/user_info.html:40
+#, fuzzy
+msgid "manage login methods"
+msgstr "Kullanıcı girişi"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "etiket kullanım sıklığına göre"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "gerçek ismi"
-#~ msgid "by popularity"
-#~ msgstr "popülerliğe göre"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "üyelik başlangıcı"
-#~ msgid "Nothing found"
-#~ msgstr "Hiçbir şey bulunamadı"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "son görülme"
-#~ msgid "Users"
-#~ msgstr "Kullanıcılar"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "websitesi"
-#~ msgid "reputation"
-#~ msgstr "itibar puanı"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "yer"
-#~ msgid "recent"
-#~ msgstr "son"
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "yaÅŸ"
-#~ msgid "by username"
-#~ msgstr "kullanıcı tarafından"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "yaşında"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "kullanıcı sorgusuna eşleşen %(suser)s :"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "bugün kullanılmayan oy"
-#~ msgid "Nothing found."
-#~ msgstr "Hiçbir şey bulunamadı."
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "oy kullandı"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "%(author_name)s 'ın katkılarıyla"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+#, fuzzy
+msgid "moderation"
+msgstr "Yer"
-#~ msgid "Search tips:"
-#~ msgstr "Arama ipuçları:"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "karmanız %(reputation)s"
-#~ msgid "reset author"
-#~ msgstr "yazarı sil"
+#: skins/default/templates/user_profile/user_moderate.html:11
+#, fuzzy
+msgid "User status changed"
+msgstr "toplulukta kullanıcının itibarı"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid " or "
-#~ msgstr "veya"
+msgid "Save"
+msgstr "DeÄŸiÅŸikliÄŸi kaydet"
+
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, fuzzy, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "karmanız %(reputation)s"
-#~ msgid "reset tags"
-#~ msgstr "etiketleri temizle"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, fuzzy, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "karmanız %(reputation)s"
-#~ msgid "start over"
-#~ msgstr "baÅŸtan baÅŸla"
+#: skins/default/templates/user_profile/user_moderate.html:31
+#, fuzzy
+msgid "User reputation changed"
+msgstr "toplulukta kullanıcının itibarı"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr ""
-#~ "- daha fazla etiket eklemek veya incelemek için inceleme alanını genişlet"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
-#~ msgid "Search tip:"
-#~ msgstr "Arama ipucu:"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "Ekle"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr ""
-#~ "etiketleri kullanmak, arama sonucuna tam olarak odaklanmanızı sağlar"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "bir kullanıcı adı seçin"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "Harika! Cevapsız bir soru bile kalmamış..."
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "Malesef, henüz beğenilmiş bir soru mevcut değil."
+msgid "Message sent"
+msgstr "mesajlar/"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr "Beğendiğiniz soruları, favorilerinize ekleyebilirsiniz."
-
-#~ msgid "You can expand your search by "
-#~ msgstr "Ayrıntılı arama yapabilirsiniz"
+msgid "Send message"
+msgstr "mesajlar/"
-#~ msgid "resetting author"
-#~ msgstr "yazar sıfırlanıyor"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "resetting tags"
-#~ msgstr "etiketler sıfırlanıyor"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "starting over"
-#~ msgstr "baştan başlıyor"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr ""
-#~ "Asla soru sormaktan çekinmeyin! Sorun ki, sayenizde başkaları da öğrensin!"
+#: skins/default/templates/user_profile/user_moderate.html:83
+#, fuzzy
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "Dondurulan kullanıcılar ileti yapamaz"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "Aradığını bulamadın mı?"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Please, post your question!"
-#~ msgstr "Hemen kendi sorunu yolla!"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "soruya ve cevaplarına abone ol"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "Her etiket en fazla %(max_chars)d karakter içerebilir"
-#~ msgstr[1] "Her etiket en fazla %(max_chars)d karakter içerebilir"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+msgstr[1] ""
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "En fazla %(tag_count)d etiket kullanabilirsiniz"
-#~ msgstr[1] "En fazla %(tag_count)d etiket kullanabilirsiniz"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "en fazla 5 etiket, her etiket en fazla 20 karakter"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "%(username)s isimli kullanıcının profili"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "%(counter)s Cevap:"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "%(counter)s Cevaplar:"
-
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "ilk önce eski cevaplar görünecek"
-
-#~ msgid "oldest answers"
-#~ msgstr "eski cevaplar"
+msgid "activity"
+msgstr "aktif"
-#~ msgid "newest answers will be shown first"
-#~ msgstr "yeni cevaplar ilk önce görünecek"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "newest answers"
-#~ msgstr "yeni cevaplar"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "çok oy alan cevaplar önce görünsün"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "Karma değişiklik kayıtları"
-#~ msgid "popular answers"
-#~ msgstr "popüler cevaplar"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "%(user_name)s 'nin karma değişim günlüğü"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Kendi soruna cevap yaz!"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "genel bakış"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Cevap yollamak için üye girişi yapmalısınız"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">1</span> Madalya"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
-#~ msgid "Your answer"
-#~ msgstr "Cevabınız"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">1</span> Madalya"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "Bu soruya ilk cevabı sen yaz!"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "cevap için %(answer_score)s kez oy kullanıldı"
-#, fuzzy
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!şimdi hemen cevap yazabilir, yollamak için daha sonra üye "
-#~ "giriÅŸi yapabilirsiniz."
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "bu cevap doğru olarak seçildi"
-#, fuzzy
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>You are welcome to answer your own question</"
-#~ "span>, but please make sure to give an <strong>answer</strong>. Remember "
-#~ "that you can always <strong>revise your original question</strong>. "
-#~ "Please <strong>use comments for discussions</strong> and <strong>please "
-#~ "don't forget to vote :)</strong> for the answers that you liked (or "
-#~ "perhaps did not like)! Kendi soruna cevap vermek üzeresin. Ya da sorunu "
-#~ "daha da açıklamak mı istiyorsun?"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, fuzzy, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "yorum ekle"
+msgstr[1] "yorum ekle"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "lütfen sadece cevap verin, tartışma yok."
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> Oy"
+msgstr[1] "<span class=\"count\">%(cnt)s</span> Oy"
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Cevap yollamak için üye girişi yapmalısınız"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "beÄŸen"
-#~ msgid "Answer the question"
-#~ msgstr "Cevabı yayınla"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "kullanıcılar tarafından defalarca beğendi"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "veya"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "beÄŸenme"
-#~ msgid "email"
-#~ msgstr "E-mail"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "kullanıcılar tarafından defalarca beğenilmedi"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Etiketleri"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> Etiket"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Etiket"
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "En ilgi çekici soruyu gormek için tıklayın"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, fuzzy, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">1</span> Madalya"
+msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "En ilgi çekici soruyu gormek için tıklayın"
+msgid "Answer to:"
+msgstr "cevap ipuçları"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "E-mail güncellemeleri iptal edildi"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "Kullanıcı profili"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "soruya ve cevaplarına abone ol"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "diÄŸer sorulara cevaplar ve yorumlar"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "soruya ve cevaplarına abone ol"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "question asked"
-#~ msgstr "sorulma zamanı"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "kullanıcı itibar grafiği"
-#~ msgid "question was seen"
-#~ msgstr "izlenme sayısı"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "itibar geçmişi"
-#~ msgid "times"
-#~ msgstr "kez"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "kullanıcının favori olarak seçtiği sorular"
-#~ msgid "last updated"
-#~ msgstr "son güncelleme"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "son etkinlik"
-#~ msgid "Related questions"
-#~ msgstr "Ä°lgili sorular"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "kullanıcı oy rekoru"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "Yeni cevaplar için beni günlük olarak uyar"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "kritik oy"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "Yeni cevaplar için beni haftalık olarak uyar"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "E-mail abonelik ayarları"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "Yeni cevaplar için beni haftalık olarak uyar"
+msgid "moderate this user"
+msgstr "Bu kullanıcıyı yönet"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "%(profile_url)s adresini kullanarak, size gelecek uyarı e-postalarının "
-#~ "sıklığını değiştirebilirsiniz."
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "oy"
-#, fuzzy
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
-#~ "güncellemelerden haberdar olmak için kaydolun."
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "cevap ipuçları"
-#~ msgid "%(username)s's profile"
-#~ msgstr "%(username)s isimli kullanıcının profili"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "Cevabınızın sitemizdeki konu ile alakalı olmasına dikkat edin"
-#~ msgid "Edit user profile"
-#~ msgstr "Kullanıcı profilini düzenle"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "tartışmaya girmek yerine, soruya bir cevap vermeye çalışın"
-#~ msgid "edit profile"
-#~ msgstr "profil deÄŸiÅŸtir"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "ayrıntılarıyayınlamayı deneyin"
-#~ msgid "change picture"
-#~ msgstr "resim deÄŸiÅŸtir"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "sorunuzun açık ve kısa olmasına çalışın"
-#~ msgid "Registered user"
-#~ msgstr "Kayıtlı kullanıcı"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "sık sorulan soruları gör"
-#~ msgid "Screen Name"
-#~ msgstr "Görünen isim"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "İpuçları"
-#~ msgid "Update"
-#~ msgstr "Güncelleme"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "e-mail abonelikleri"
+msgid "*italic* or _italic_"
+msgstr "* Italik * veya __italic__"
-#~ msgid "Email subscription settings"
-#~ msgstr "E-mail abonelik ayarları"
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "** Kalın ** veya __bold__"
-#~ msgid "email subscription settings info"
-#~ msgstr "E-posta üyelik ayarları bilgisi"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "bağlantı"
-#~ msgid "Stop sending email"
-#~ msgstr "E-mail yollamayı duraklat"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "metin"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Tüm sorular"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "resim"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "sorular"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "numaralandırılmış liste:"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "En fazla %(tag_count)d etiket kullanabilirsiniz"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "temel HTML etiketleri de desteklenmektedir"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "sil"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "Markdown hakkında daha fazla bilgi"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "son görülme"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "soru sor"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "en yeni"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr "soru bilgisi göndermek için giriş yapın"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "bronz"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "son görülme"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Soru göndermek için üye girişi yapmalısınız"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "en iyi cevap olarak iÅŸaretlenmiÅŸ"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Soruyu yayınla"
-#~ msgid "update profile"
-#~ msgstr "profilimi güncelle"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "Yazarlar"
-#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "Kullanıcı girişi"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "real name"
-#~ msgstr "gerçek ismi"
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "hakkımızda"
-#~ msgid "member for"
-#~ msgstr "üyelik başlangıcı"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "gizlilik politikası"
-#~ msgid "last seen"
-#~ msgstr "son görülme"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "görüşlerinizi bildirin"
-#~ msgid "user website"
-#~ msgstr "websitesi"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "anasayfaya geri dön"
-#~ msgid "location"
-#~ msgstr "yer"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
-#~ msgid "age"
-#~ msgstr "yaÅŸ"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "kullanıcılar"
-#~ msgid "age unit"
-#~ msgstr "yaşında"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "rozetler"
-#~ msgid "todays unused votes"
-#~ msgstr "bugün kullanılmayan oy"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "soru ipuçları"
-#~ msgid "votes left"
-#~ msgstr "oy kullandı"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "lütfen ilgili bir soru sorunuz"
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "Yer"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "yeterince ayrıntılı olmasına çalışın"
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "karmanız %(reputation)s"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "izlenme"
+msgstr[1] "izlenme"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "toplulukta kullanıcının itibarı"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "cevap"
+msgstr[1] "cevap"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "Save"
-#~ msgstr "DeÄŸiÅŸikliÄŸi kaydet"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "oy/"
+msgstr[1] "oy/"
-#, fuzzy
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "karmanız %(reputation)s"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#, fuzzy
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "karmanız %(reputation)s"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "cevapsız sorular gör"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "toplulukta kullanıcının itibarı"
+msgid "see your followed questions"
+msgstr "beğendiğiniz soruları gör"
-#~ msgid "Add"
-#~ msgstr "Ekle"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "bir kullanıcı adı seçin"
+msgid "Please ask your question here"
+msgstr "Hemen kendi sorunu yolla!"
-#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "mesajlar/"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "mesajlar/"
+msgid "badges:"
+msgstr "rozetler:"
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "Dondurulan kullanıcılar ileti yapamaz"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "çıkış"
+
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "giriÅŸ"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "%(username)s isimli kullanıcının profili"
+msgid "settings"
+msgstr "Temel Ayarlar"
+
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "0"
+
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "aktif"
+msgid "Please login to post"
+msgstr "Kullanıcı girişi"
-#~ msgid "Your karma change log."
-#~ msgstr "Karma değişiklik kayıtları"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "%(user_name)s 'nin karma değişim günlüğü"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "bu alanın doldurulması gereklidir"
-#~ msgid "overview"
-#~ msgstr "genel bakış"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "bir kullanıcı adı seçin"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">1</span> Madalya"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "kullanıcı adı doldurulması gerekli alandır"
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">1</span> Madalya"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "üzgünüm, bu isim başkası tarafından kullanılıyor."
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "cevap için %(answer_score)s kez oy kullanıldı"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
+"Üzgünüm, bu ismin kullanılmasına izin verilmiyor. Başka bir tane deneyin."
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "bu cevap doğru olarak seçildi"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "Üzgünüm, bu isimle kayıtlı bir kullanıcı yoktur"
-#, fuzzy
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "yorum ekle"
-#~ msgstr[1] "yorum ekle"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+"Üzgünüm, ciddi bir sorun var! Bu kullanıcı adı farklı kullanıcılar "
+"tarafından alınmıştır."
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> Oy"
-#~ msgstr[1] "<span class=\"count\">%(cnt)s</span> Oy"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr "kullanıcı adı sadece harf, rakam veya altçizgiden oluşur"
-#~ msgid "thumb up"
-#~ msgstr "beÄŸen"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "user has voted up this many times"
-#~ msgstr "kullanıcılar tarafından defalarca beğendi"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "e-posta adresin"
-#~ msgid "thumb down"
-#~ msgstr "beÄŸenme"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "E-mail adresinizi yazmalısınız"
-#~ msgid "user voted down this many times"
-#~ msgstr "kullanıcılar tarafından defalarca beğenilmedi"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "geçerli bir e-mail adresi girin"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> Etiket"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Etiket"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+"Bu E-mail sitemizde kullanılıyor. Şifre hatırlatmayı deneyebilir ya da "
+"yeniden kayıt olabilirsiniz."
-#, fuzzy
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">1</span> Madalya"
-#~ msgstr[1] "<span class=\"count\">%(counter)s</span> Madalya"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "şifre seçin"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "cevap ipuçları"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "şifre yazmalısınız."
-#~ msgid "User profile"
-#~ msgstr "Kullanıcı profili"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "şifreyi yeniden yazın"
-#~ msgid "graph of user reputation"
-#~ msgstr "kullanıcı itibar grafiği"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "lütfen şifrenizi yeniden yazın"
-#~ msgid "reputation history"
-#~ msgstr "itibar geçmişi"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "Üzgünüm, şifreler uyuşmuyor lütfen tekrar deneyin."
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "kullanıcının favori olarak seçtiği sorular"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "2 gün önce"
-#~ msgid "recent activity"
-#~ msgstr "son etkinlik"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "dün"
-#~ msgid "casted votes"
-#~ msgstr "kritik oy"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)d saat önce"
+msgstr[1] "%(hr)d saat önce"
-#~ msgid "votes"
-#~ msgstr "oy"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d dakika önce"
+msgstr[1] "%(min)d dakika önce"
-#~ msgid "answer tips"
-#~ msgstr "cevap ipuçları"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "Cevabınızın sitemizdeki konu ile alakalı olmasına dikkat edin"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "tartışmaya girmek yerine, soruya bir cevap vermeye çalışın"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "üye girişi yapmadan oy kullanamazsınız"
-#~ msgid "please try to provide details"
-#~ msgstr "ayrıntılarıyayınlamayı deneyin"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "be clear and concise"
-#~ msgstr "sorunuzun açık ve kısa olmasına çalışın"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
-#~ msgid "see frequently asked questions"
-#~ msgstr "sık sorulan soruları gör"
+#: views/commands.py:123
+#, fuzzy
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "üye girişi yapmadan oy kullanamazsınız"
-#~ msgid "Markdown tips"
-#~ msgstr "İpuçları"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+#: views/commands.py:213
#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "* Italik * veya __italic__"
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "üye girişi yapmadan oy kullanamazsınız"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "** Kalın ** veya __bold__"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</"
+"a>aboneliÄŸiniz kaydedildi %(email)s adresindeki doÄŸrulama linkini "
+"tıklamalısınız. Ayrıntılar için: %(details_url)s"
-#~ msgid "link"
-#~ msgstr "bağlantı"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "E-mail güncelleme sıklığı günlük olarak belirtilmiştir."
-#~ msgid "text"
-#~ msgstr "metin"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "image"
-#~ msgstr "resim"
+#: views/commands.py:442
+#, fuzzy, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr "Lütfen, giriş yapın veya askbot'a katılın"
-#~ msgid "numbered list:"
-#~ msgstr "numaralandırılmış liste:"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "Lütfen buradan giriş yapın:"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "temel HTML etiketleri de desteklenmektedir"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Sorucevap.de geribildirim"
-#~ msgid "learn more about Markdown"
-#~ msgstr "Markdown hakkında daha fazla bilgi"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "Görüşleriniz için teşekkür ederiz!"
-#~ msgid "ask a question"
-#~ msgstr "soru sor"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+"Görüşlerinizi bekliyoruz! Lütfen bize, yakın bir zamanda mutlaka sitemiz "
+"hakkındaki görüşlerinizi bildirin :)"
-#~ msgid "login to post question info"
-#~ msgstr "soru bilgisi göndermek için giriş yapın"
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s soru"
+msgstr[1] "%(q_num)s soru"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d%(badge_level)s rozet"
+msgstr[1] "%(badge_count)d%(badge_level)s rozetler"
+
+#: views/readers.py:416
#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "bu soru favori olarak seçildi"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Soru göndermek için üye girişi yapmalısınız"
+#: views/users.py:212
+#, fuzzy
+msgid "moderate user"
+msgstr "yoneticiler/"
-#~ msgid "Ask your question"
-#~ msgstr "Soruyu yayınla"
+#: views/users.py:387
+msgid "user profile"
+msgstr "kullanıcı profili"
-#~ msgid "Contributors"
-#~ msgstr "Yazarlar"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "kullanıcı profiline genel bakış"
-#~ msgid "about"
-#~ msgstr "hakkımızda"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "son kullanıcı etkinliği"
-#~ msgid "privacy policy"
-#~ msgstr "gizlilik politikası"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "profil - son etkinlikler"
-#~ msgid "give feedback"
-#~ msgstr "görüşlerinizi bildirin"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "profil - cevapları"
-#~ msgid "back to home page"
-#~ msgstr "anasayfaya geri dön"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "profil - oy"
-#~ msgid "users"
-#~ msgstr "kullanıcılar"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "toplulukta kullanıcının itibarı"
-#~ msgid "badges"
-#~ msgstr "rozetler"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "profil - kullanıcı itibarı"
-#~ msgid "question tips"
-#~ msgstr "soru ipuçları"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "kullanıcının favori soruları"
-#~ msgid "please ask a relevant question"
-#~ msgstr "lütfen ilgili bir soru sorunuz"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "profil - favori sorular"
-#~ msgid "please try provide enough details"
-#~ msgstr "yeterince ayrıntılı olmasına çalışın"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "deÄŸiÅŸiklikler kaydedildi"
-#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "izlenme"
-#~ msgstr[1] "izlenme"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "E-mail güncellemeleri iptal edildi"
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "profil - e-mail abonelikleri"
+#: views/writers.py:59
#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "cevap"
-#~ msgstr[1] "cevap"
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "üye girişi yapmadan oy kullanamazsınız"
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "izin verilen dosya türleri '%(file_types)s'"
+
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "maksimum dosya yükleme boyutu %s Kb"
+#: views/writers.py:100
#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "oy/"
-#~ msgstr[1] "oy/"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+"Yükleme dosyası hatası! Lütfen site yöneticisi ile iletişime geçin. Teşekkür "
+"ederiz. %s"
-#~ msgid "see unanswered questions"
-#~ msgstr "cevapsız sorular gör"
+#: views/writers.py:192
+#, fuzzy
+msgid "Please log in to ask questions"
+msgstr ""
+"Asla soru sormaktan çekinmeyin! Sorun ki, sayenizde başkaları da öğrensin!"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "beğendiğiniz soruları gör"
+msgid "Please log in to answer questions"
+msgstr "cevapsız sorular gör"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:649
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "rozetler:"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "üye girişi yapmadan oy kullanamazsınız"
-#~ msgid "logout"
-#~ msgstr "çıkış"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "login"
-#~ msgstr "giriÅŸ"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "soru içeriği en az 10 karakter olmalı"
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "Temel Ayarlar"
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr ""
+#~ "Eğer bu mesajın size yanlışlıkla gönderildiğini düşünüyorsanız, hiçbir "
+#~ "şey yapmanıza gerek yok. <BR> Bu mesajı dikkate almayın. <BR> Bu durum "
+#~ "için özür dileriz."
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5804,10 +6869,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "Sorular:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Tüm sorular"
-
#~ msgid "Sort by:"
#~ msgstr "Sıralama:"
@@ -6195,18 +7256,12 @@ msgstr ""
#~ "\n"
#~ "%(q_num)s soru bulundu"
-#~ msgid "tagged"
-#~ msgstr "etiketlendi"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "ilginizi çeken etiketler kısmından '%(tag_name)s' etiketini sil"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "yoksaydığınız etiketler kısmından '%(tag_name)s' etiketini sil"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "yoksayılan soruları gizle"
-
#~ msgid ""
#~ "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></"
#~ "span>'"
diff --git a/askbot/locale/tr/LC_MESSAGES/djangojs.po b/askbot/locale/tr/LC_MESSAGES/djangojs.po
index c93269f2..37e99727 100644
--- a/askbot/locale/tr/LC_MESSAGES/djangojs.po
+++ b/askbot/locale/tr/LC_MESSAGES/djangojs.po
@@ -1,75 +1,76 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+#
+# Translators:
+# <kayhantolga@letscoding.com>, 2011.
msgid ""
msgstr ""
-"Project-Id-Version: 0.7\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:00-0600\n"
-"PO-Revision-Date: 2011-09-28 04:13-0800\n"
-"Last-Translator: Rosandra Cuello <rosandra.cuello@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"Project-Id-Version: askbot\n"
+"Report-Msgid-Bugs-To: http://askbot.org/\n"
+"POT-Creation-Date: 2011-11-27 01:58-0600\n"
+"PO-Revision-Date: 2011-11-30 11:38+0000\n"
+"Last-Translator: kayhantolga <kayhantolga@letscoding.com>\n"
+"Language-Team: Turkish (http://www.transifex.net/projects/p/askbot/team/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Language: tr\n"
+"Plural-Forms: nplurals=1; plural=0\n"
#: skins/common/media/jquery-openid/jquery.openid.js:73
#, c-format
msgid "Are you sure you want to remove your %s login?"
-msgstr ""
+msgstr "%s kaydını silmek istediğine emin misin?"
#: skins/common/media/jquery-openid/jquery.openid.js:90
msgid "Please add one or more login methods."
-msgstr ""
+msgstr "Lütfen bir veya daha fazla giriş yapma methodu seçin"
#: skins/common/media/jquery-openid/jquery.openid.js:93
msgid ""
"You don't have a method to log in right now, please add one or more by "
"clicking any of the icons below."
-msgstr ""
+msgstr "Oturum açmak için bir veya daha fazla yöntem seçin"
#: skins/common/media/jquery-openid/jquery.openid.js:135
msgid "passwords do not match"
-msgstr ""
+msgstr "ÅŸifreler eÅŸleÅŸmiyor"
#: skins/common/media/jquery-openid/jquery.openid.js:162
msgid "Show/change current login methods"
-msgstr ""
+msgstr "Geçerli metodu göster/değiştir"
#: skins/common/media/jquery-openid/jquery.openid.js:223
#, c-format
msgid "Please enter your %s, then proceed"
-msgstr ""
+msgstr "%s gir ve devam et"
#: skins/common/media/jquery-openid/jquery.openid.js:225
msgid "Connect your %(provider_name)s account to %(site)s"
-msgstr ""
+msgstr "%(provider_name)s hesabın ile %(site)s 'e bağlan"
#: skins/common/media/jquery-openid/jquery.openid.js:319
#, c-format
msgid "Change your %s password"
-msgstr ""
+msgstr "%s için şifreni değiştir"
#: skins/common/media/jquery-openid/jquery.openid.js:320
msgid "Change password"
-msgstr ""
+msgstr "Åžifre deÄŸiÅŸtir"
#: skins/common/media/jquery-openid/jquery.openid.js:323
#, c-format
msgid "Create a password for %s"
-msgstr ""
+msgstr "%s için bir şifre oluştur"
#: skins/common/media/jquery-openid/jquery.openid.js:324
msgid "Create password"
-msgstr ""
+msgstr "Yeni ÅŸifre oluÅŸtur"
#: skins/common/media/jquery-openid/jquery.openid.js:340
msgid "Create a password-protected account"
-msgstr ""
+msgstr "Şifre oluştur - hesabını koru"
#: skins/common/media/js/post.js:28
msgid "loading..."
@@ -111,11 +112,11 @@ msgstr "lütfen üye girişi yapınız"
#: skins/common/media/js/post.js:290
msgid "anonymous users cannot follow questions"
-msgstr ""
+msgstr "misafir kullanıcılar soruları takip edemez"
#: skins/common/media/js/post.js:291
msgid "anonymous users cannot subscribe to questions"
-msgstr ""
+msgstr "misafir kullanıcılar yorum yazamaz"
#: skins/common/media/js/post.js:292
msgid "anonymous users cannot vote"
@@ -147,7 +148,7 @@ msgstr "yazı silindi"
#: skins/common/media/js/post.js:539 skins/old/media/js/post.js:535
msgid "Follow"
-msgstr ""
+msgstr "Takip et"
#: skins/common/media/js/post.js:548 skins/common/media/js/post.js.c:557
#: skins/old/media/js/post.js:544 skins/old/media/js/post.js.c:553
@@ -155,11 +156,12 @@ msgstr ""
msgid "%s follower"
msgid_plural "%s followers"
msgstr[0] ""
-msgstr[1] ""
+"Bir: %s takipçi\n"
+"Diğer: %s takipçi"
#: skins/common/media/js/post.js:553 skins/old/media/js/post.js:549
msgid "<div>Following</div><div class=\"unfollow\">Unfollow</div>"
-msgstr ""
+msgstr "<div> Takip ediyor</div><div class=\"unfollow\"> Takipten vazgeç </div>"
#: skins/common/media/js/post.js:615
msgid "undelete"
@@ -175,7 +177,7 @@ msgstr "yorum ekle"
#: skins/common/media/js/post.js:960
msgid "save comment"
-msgstr ""
+msgstr "yorumu kaydet"
#: skins/common/media/js/post.js:990
#, c-format
@@ -189,11 +191,11 @@ msgstr "yazılabilir %s karakter eksik"
#: skins/common/media/js/post.js:1066
msgid "cancel"
-msgstr ""
+msgstr "iptal"
#: skins/common/media/js/post.js:1109
msgid "confirm abandon comment"
-msgstr ""
+msgstr "Yorum yazmak istemediÄŸinize emin misiniz?"
#: skins/common/media/js/post.js:1183
msgid "delete this comment"
@@ -205,64 +207,66 @@ msgstr "yorumu silmek istediÄŸinizden emin misiniz?"
#: skins/common/media/js/post.js:1628 skins/old/media/js/post.js:1621
msgid "Please enter question title (>10 characters)"
-msgstr ""
+msgstr "Soru başlığını girin (En az 10 karakter)"
#: skins/common/media/js/tag_selector.js:15
#: skins/old/media/js/tag_selector.js:15
msgid "Tag \"<span></span>\" matches:"
-msgstr ""
+msgstr "EÅŸleÅŸen \"<span></span>\" etiketler:"
#: skins/common/media/js/tag_selector.js:84
#: skins/old/media/js/tag_selector.js:84
#, c-format
msgid "and %s more, not shown..."
-msgstr ""
+msgstr "ve %s tane daha gösterilmeyen..."
#: skins/common/media/js/user.js:14
msgid "Please select at least one item"
-msgstr ""
+msgstr "En az bir tane seçim yapın"
#: skins/common/media/js/user.js:58
msgid "Delete this notification?"
msgid_plural "Delete these notifications?"
msgstr[0] ""
-msgstr[1] ""
+"Bir: Bu bildirimi sil?\n"
+"diÄŸer: Bu bildirimleri sil?"
#: skins/common/media/js/user.js:125 skins/old/media/js/user.js:129
msgid "Please <a href=\"%(signin_url)s\">signin</a> to follow %(username)s"
msgstr ""
+" %(username)s takip etmek için <a href=\"%(signin_url)s\">Giriş yapın</a>"
#: skins/common/media/js/user.js:157 skins/old/media/js/user.js:161
#, c-format
msgid "unfollow %s"
-msgstr ""
+msgstr "takipten vazgeç %s"
#: skins/common/media/js/user.js:160 skins/old/media/js/user.js:164
#, c-format
msgid "following %s"
-msgstr ""
+msgstr "takip ediyor: %s"
#: skins/common/media/js/user.js:166 skins/old/media/js/user.js:170
#, c-format
msgid "follow %s"
-msgstr ""
+msgstr "takip et %s"
#: skins/common/media/js/utils.js:43
msgid "click to close"
-msgstr ""
+msgstr "kapatmak için tıkla"
#: skins/common/media/js/utils.js:214
msgid "click to edit this comment"
-msgstr ""
+msgstr "yorumu düzenlemek için tıkla"
#: skins/common/media/js/utils.js:215
msgid "edit"
-msgstr ""
+msgstr "düzenle"
#: skins/common/media/js/utils.js:369
#, c-format
msgid "see questions tagged '%s'"
-msgstr ""
+msgstr "%s etiketli soruları gör"
#: skins/common/media/js/wmd/wmd.js:30
msgid "bold"
@@ -290,7 +294,7 @@ msgstr "resimler"
#: skins/common/media/js/wmd/wmd.js:36
msgid "attachment"
-msgstr ""
+msgstr "ek"
#: skins/common/media/js/wmd/wmd.js:37
msgid "numbered list"
@@ -319,8 +323,8 @@ msgstr "yeniden"
#: skins/common/media/js/wmd/wmd.js:53
msgid "enter image url"
msgstr ""
-"örnek resmin URLsini girin: <br />http://www.example.com/image.jpg "
-"\"resim başlığı\""
+"örnek resmin URLsini girin: <br />http://www.example.com/image.jpg \"resim"
+" başlığı\""
#: skins/common/media/js/wmd/wmd.js:54
msgid "enter url"
@@ -329,16 +333,18 @@ msgstr ""
#: skins/common/media/js/wmd/wmd.js:55
msgid "upload file attachment"
-msgstr ""
+msgstr "Yüklenecek dosyayı seçin"
#: skins/common/media/js/wmd/wmd.js:1778
msgid "image description"
-msgstr ""
+msgstr "resimin açıklaması"
#: skins/common/media/js/wmd/wmd.js:1781
msgid "file name"
-msgstr ""
+msgstr "dosya adı"
#: skins/common/media/js/wmd/wmd.js:1785
msgid "link text"
-msgstr ""
+msgstr "bağlantı metni"
+
+
diff --git a/askbot/locale/vi/LC_MESSAGES/django.mo b/askbot/locale/vi/LC_MESSAGES/django.mo
index 143c1d8f..c8f95611 100644
--- a/askbot/locale/vi/LC_MESSAGES/django.mo
+++ b/askbot/locale/vi/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/vi/LC_MESSAGES/django.po b/askbot/locale/vi/LC_MESSAGES/django.po
index bd60665c..d4a02a63 100644
--- a/askbot/locale/vi/LC_MESSAGES/django.po
+++ b/askbot/locale/vi/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:41-0600\n"
+"POT-Creation-Date: 2012-01-02 11:25-0600\n"
"PO-Revision-Date: 2010-05-09 07:03\n"
"Last-Translator: <cong.it@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -46,7 +46,10 @@ msgstr ""
msgid "Country field is required"
msgstr ""
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr ""
@@ -54,326 +57,337 @@ msgstr ""
msgid "please enter a descriptive title for your question"
msgstr ""
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr ""
+#: forms.py:111
+#, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] ""
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr ""
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr ""
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr ""
-#: forms.py:136
+#: forms.py:168
+#, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] ""
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr ""
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] ""
msgstr[1] ""
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] ""
msgstr[1] ""
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr ""
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr ""
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr ""
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr ""
"Sincerely,\n"
"Q&A Forum Administrator"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr ""
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr ""
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr ""
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
msgid "Cannot change status to admin"
msgstr ""
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr ""
-#: forms.py:542
+#: forms.py:579
msgid "Your name (optional):"
msgstr ""
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr ""
"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr ""
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
msgid "ask anonymously"
msgstr ""
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
msgid "this email will be linked to gravatar"
msgstr ""
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr ""
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr ""
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
msgid "Show country"
msgstr ""
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr ""
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr ""
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr ""
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr ""
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr ""
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr ""
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr ""
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr ""
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr ""
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "no askbot email please, thanks"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr ""
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr ""
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr ""
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr ""
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr ""
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr ""
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr ""
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr ""
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr ""
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr ""
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr ""
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr ""
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr ""
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr ""
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr ""
@@ -383,6 +397,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr ""
@@ -414,11 +430,15 @@ msgstr ""
msgid "feedback/"
msgstr ""
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr ""
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
#, fuzzy
msgid "account/"
msgstr "Signup"
@@ -913,104 +933,116 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
msgid "Mandatory tags"
msgstr ""
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "Tags"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "unanswered questions"
@@ -1916,6 +1948,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "answered question"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "Post Your Answer"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "Post Your Answer"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "Post Your Answer"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr ""
@@ -1956,7 +2021,7 @@ msgstr ""
msgid "newest"
msgstr ""
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr ""
@@ -1989,6 +2054,7 @@ msgid "relevance"
msgstr ""
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
@@ -2129,7 +2195,7 @@ msgstr ""
msgid "[deleted]"
msgstr ""
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr ""
@@ -2186,15 +2252,15 @@ msgstr "How to change my picture (gravatar) and what is gravatar?"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr ""
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr ""
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr ""
@@ -2344,7 +2410,7 @@ msgid "Incorrect username."
msgstr "sorry, there is no such user name"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2382,6 +2448,7 @@ msgid "%(site)s user name and password"
msgstr "Vui lòng nhập tên và mật khẩu"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2490,57 +2557,57 @@ msgstr "New password created"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr ""
"Your email needs to be validated. Please see details <a "
"id='validate_email_alert' href='%(details_url)s'>here</a>."
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, python-format
msgid "Recover your %(site)s account"
msgstr ""
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2574,6 +2641,77 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr ""
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "karma"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+#, fuzzy
+msgid "Change password"
+msgstr "Change your password"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Log out"
+msgstr "Logout Now"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "Post Your Answer"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2699,7 +2837,7 @@ msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "please sign-in"
@@ -2723,42 +2861,42 @@ msgid ""
"own question"
msgstr ""
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr ""
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ""
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ""
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr ""
@@ -2766,7 +2904,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr ""
@@ -2774,13 +2912,13 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "sorry, file uploading requires karma >%(min_rep)s"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
#, fuzzy
msgid "blocked users cannot post"
msgstr ""
@@ -2788,7 +2926,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
#, fuzzy
msgid "suspended users cannot post"
msgstr ""
@@ -2796,7 +2934,7 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2806,56 +2944,56 @@ msgid_plural ""
"minutes from posting"
msgstr[0] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2864,61 +3002,61 @@ msgid_plural ""
"by other users"
msgstr[0] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr ""
@@ -2926,7 +3064,7 @@ msgstr ""
"until this issue is resolved. Please contact the forum administrator to "
"reach a resolution."
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr ""
@@ -2934,141 +3072,174 @@ msgstr ""
"until this issue is resolved. You can, however edit your existing posts. "
"Please contact the forum administrator to reach a resolution."
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr ""
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
msgid "in two days"
msgstr ""
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
msgid "Anonymous"
msgstr ""
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr ""
"Sincerely,\n"
"Q&A Forum Administrator"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr ""
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
@@ -3076,7 +3247,7 @@ msgstr[0] ""
"Obtaining silver badge requires significant patience. If you have received "
"one, that means you have greatly contributed to this community."
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
@@ -3084,35 +3255,29 @@ msgstr[0] ""
"If you are an active participant in this community, you will be recognized "
"with this badge."
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
-msgstr ""
-
-#: models/__init__.py:2200 models/__init__.py:2205
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "Tags"
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3510,38 +3675,268 @@ msgstr ""
msgid "No email"
msgstr ""
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "Vui lòng nhập tên và mật khẩu"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+msgid "(or select another login method above)"
+msgstr ""
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+#, fuzzy
+msgid "Save your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
+"account. Email addresses are never shown or otherwise shared with anybody "
+"else."
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "Change Email"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "How to validate email and why?"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to "
+"%(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a "
+"href='%(change_email_url)s'><strong>change it again</strong></a>."
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a "
+"href='%(change_email_url)s'><strong>previous form</strong></a> again."
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a "
+"href='%(change_link)s'>change</a> email used for update subscriptions if "
+"necessary."
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "karma"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"%(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a "
+"href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "Signup"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr ""
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
#, fuzzy
msgid "Username:"
msgstr "sorry, there is no such user name"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
#, fuzzy
msgid "Password:"
msgstr "New password created"
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
#, fuzzy
msgid "Please sign in here:"
msgstr "please sign-in"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3550,17 +3945,14 @@ msgstr ""
"Q&A Forum Administrator"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr ""
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr ""
@@ -3571,1330 +3963,2866 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, python-format
+#: skins/common/templates/authopenid/logout.html:3
+#, fuzzy
+msgid "Logout"
+msgstr "Logout Now"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "User login"
+
+#: skins/common/templates/authopenid/signin.html:14
+#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "no"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
msgstr ""
-#: utils/decorators.py:109
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:87
#, fuzzy
-msgid "Please login to post"
-msgstr "please sign-in"
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "Vui lòng nhập tên và mật khẩu"
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "Äăng nhập không thành công."
+
+#: skins/common/templates/authopenid/signin.html:101
+#, fuzzy
+msgid "Password"
+msgstr "New password created"
+
+#: skins/common/templates/authopenid/signin.html:106
+#, fuzzy
+msgid "Login"
+msgstr "User login"
+
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "Choose screen name"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "New password created"
-#: utils/forms.py:52
-msgid "user name is required"
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
msgstr ""
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
msgstr ""
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "Last updated"
+
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "delete"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/authopenid/signin.html:168
+msgid "cannot be deleted"
msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "Ask Your Question"
+
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "Your email <i>(never shared)</i>"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
-#: utils/forms.py:119
-msgid "email address is required"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
msgstr ""
-#: utils/forms.py:120
-msgid "please enter a valid email address"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
msgstr ""
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
msgstr ""
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "Password"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr ""
-#: utils/forms.py:150
-msgid "password is required"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
+
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "Password <i>(please retype)</i>"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID is based on an open standard, supported by many organizations."
-#: utils/forms.py:154
-msgid "please, retype your password"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
msgstr ""
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
msgstr ""
-#: utils/functions.py:74
-msgid "2 days ago"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
msgstr ""
-#: utils/functions.py:76
-msgid "yesterday"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+msgid "Please register by clicking on any of the icons below"
msgstr ""
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "Vui lòng nhập tên và mật khẩu"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
+#: skins/common/templates/authopenid/signup_with_password.html:25
+#, fuzzy
+msgid "Create login name and password"
+msgstr ""
+"<span class='big strong'>Enter your Askbot login and password</span><br/"
+"><span class='grey'>(or select your OpenID provider above)</span>"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
msgstr ""
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/authopenid/signup_with_password.html:47
+#, fuzzy
+msgid "Create Account"
+msgstr "Signup"
+
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
msgstr ""
-#: views/commands.py:39
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr ""
+
+#: skins/common/templates/avatar/add.html:3
#, fuzzy
-msgid "anonymous users cannot vote"
+msgid "add avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Change Email"
+
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+msgid "Your current avatar: "
msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
+#: skins/common/templates/avatar/change.html:22
+msgid "Upload"
msgstr ""
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:288
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-"Your subscription is saved, but email address %(email)s needs to be "
-"validated, please see <a href='%(details_url)s'>more details here</a>"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
+#: skins/common/templates/avatar/confirm_delete.html:12
+msgid "Delete These"
+msgstr ""
+
+#: skins/common/templates/question/answer_controls.html:5
+#, fuzzy
+msgid "answer permanent link"
+msgstr "link"
+
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "link"
+
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+#, fuzzy
+msgid "edit"
+msgstr "Change Email"
+
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "Tags"
+
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: views/commands.py:400
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr ""
+
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "Tags"
+
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+#, fuzzy
+msgid "undelete"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "Post Your Answer"
+
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+msgid "mark this answer as correct (click again to undo)"
+msgstr ""
+
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgid "%(question_author)s has selected this answer as correct"
msgstr ""
-#: views/commands.py:409
+#: skins/common/templates/question/closed_question_info.html:2
#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
msgstr ""
-#: views/commands.py:542
-msgid "Please sign in to vote"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
msgstr ""
-#: views/meta.py:84
-msgid "Q&A forum feedback"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
msgstr ""
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
+#: skins/common/templates/question/question_controls.html:13
+#, fuzzy
+msgid "reopen"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
msgstr ""
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
+#: skins/common/templates/widgets/edit_post.html:21
+msgid "one of these is required"
msgstr ""
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "One question"
-msgstr[1] ""
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr ""
-#: views/readers.py:159
-#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "One question"
-msgstr[1] ""
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr ""
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr ""
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "Tags"
+
+#: skins/common/templates/widgets/tag_selector.html:4
+#, fuzzy
+msgid "Interesting tags"
+msgstr "Tags"
+
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+msgid "add"
msgstr ""
-#: views/users.py:211
-msgid "moderate this user"
+#: skins/common/templates/widgets/tag_selector.html:20
+#, fuzzy
+msgid "Ignored tags"
+msgstr "Tags"
+
+#: skins/common/templates/widgets/tag_selector.html:36
+msgid "Display tag filter"
msgstr ""
-#: views/users.py:212
-msgid "moderate user"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
msgstr ""
-#: views/users.py:386
-msgid "user profile"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
msgstr ""
-#: views/users.py:387
-msgid "user profile overview"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
msgstr ""
-#: views/users.py:698
-msgid "recent user activity"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
msgstr ""
-#: views/users.py:699
-msgid "profile - recent activity"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
msgstr ""
-#: views/users.py:785
-msgid "comments and answers to others questions"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
msgstr ""
-#: views/users.py:786
-msgid "profile - responses"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
msgstr ""
-#: views/users.py:860
-msgid "user vote record"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
msgstr ""
-#: views/users.py:861
-msgid "profile - votes"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
msgstr ""
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "user karma"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr ""
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "Profile - User's Karma"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+#, fuzzy
+msgid "see all questions"
+msgstr "Ask Your Question"
-#: views/users.py:924
-msgid "users favorite questions"
+#: skins/default/templates/404.jinja.html:32
+#, fuzzy
+msgid "see all tags"
+msgstr "Tags"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
msgstr ""
-#: views/users.py:955
-msgid "email updates canceled"
+#: skins/default/templates/500.jinja.html:12
+#, fuzzy
+msgid "see latest questions"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/500.jinja.html:13
+#, fuzzy
+msgid "see tags"
+msgstr "Tags"
+
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
msgstr ""
-#: views/users.py:973
-msgid "email subscription settings"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+#, fuzzy
+msgid "Edit answer"
+msgstr "oldest"
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
msgstr ""
-#: views/users.py:974
-msgid "profile - email subscriptions"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
msgstr ""
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+#, fuzzy
+msgid "Save edit"
+msgstr "Change Email"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
msgstr ""
-#: views/writers.py:68
+#: skins/default/templates/ask.html:4
+#, fuzzy
+msgid "Ask a question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
#, python-format
-msgid "allowed file types are '%(file_types)s'"
+msgid "%(name)s"
+msgstr ""
+
+#: skins/default/templates/badge.html:5
+#, fuzzy
+msgid "Badge"
msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#: views/writers.py:91
+#: skins/default/templates/badge.html:7
#, python-format
-msgid "maximum upload file size is %(file_size)sK"
+msgid "Badge \"%(name)s\""
msgstr ""
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
-#: views/writers.py:191
+#: skins/default/templates/badges.html:3
#, fuzzy
-msgid "Please log in to ask questions"
+msgid "Badges summary"
msgstr ""
-"<span class=\"strong big\">You are welcome to start submitting your question "
-"anonymously</span>. When you submit the post, you will be redirected to the "
-"login/signup page. Your question will be saved in the current session and "
-"will be published after you log in. Login/signup process is very simple. "
-"Login takes about 30 seconds, initial signup takes a minute or less."
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#: views/writers.py:492
+#: skins/default/templates/badges.html:5
#, fuzzy
-msgid "Please log in to answer questions"
+msgid "Badges"
msgstr ""
-"<span class='big strong'>Please try to give a substantial answer</span>. If "
-"you wanted to comment on the question or answer, just <strong>use the "
-"commenting tool</strong>. Please remember that you can always <strong>revise "
-"your answers</strong> - no need to answer the same question twice. Also, "
-"please <strong>don't forget to vote</strong> - it really helps to select the "
-"best questions and answers!"
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#: views/writers.py:598
-#, python-format
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+"If your questions and answers are highly voted, your contribution to this "
+"Q&amp;A community will be recognized with the variety of badges."
+
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
-#: views/writers.py:646
-#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "Badge levels"
+
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
-#: views/writers.py:654
-#, python-format
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr ""
+"Gold badge is the highest award in this community. To obtain it have to show "
+"profound knowledge and ability in addition to your active participation."
+
+#: skins/default/templates/badges.html:45
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"silver badge: occasionally awarded for the very high quality contributions"
msgstr ""
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
msgstr ""
+"Obtaining silver badge requires significant patience. If you have received "
+"one, that means you have greatly contributed to this community."
-#, fuzzy
-#~ msgid "Documentation"
-#~ msgstr "karma"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr ""
-#, fuzzy
-#~ msgid "Log out"
-#~ msgstr "Logout Now"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr ""
+"If you are an active participant in this community, you will be recognized "
+"with this badge."
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "Vui lòng nhập tên và mật khẩu"
-
-#~ msgid "Change email"
-#~ msgstr "Change Email"
+msgid "Close question"
+msgstr "Ask Your Question"
+#: skins/default/templates/close.html:6
#, fuzzy
-#~ msgid "Save your email address"
-#~ msgstr "Your email <i>(never shared)</i>"
+msgid "Close the question"
+msgstr "Post Your Answer"
-#~ msgid "change %(email)s info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Enter your new email into the box below</span> "
-#~ "if you'd like to use another email for <strong>update subscriptions</"
-#~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr ""
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<span class='strong big'>Please enter your email address in the box below."
-#~ "</span> Valid email address is required on this Q&amp;A forum. If you "
-#~ "like, you can <strong>receive updates</strong> on interesting questions "
-#~ "or entire forum via email. Also, your email is used to create a unique <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
-#~ "account. Email addresses are never shown or otherwise shared with anybody "
-#~ "else."
-
-#~ msgid "Your new Email"
-#~ msgstr ""
-#~ "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
-#~ "anyone, must be valid)"
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr ""
-#~ msgid "Your Email"
-#~ msgstr ""
-#~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
+#: skins/default/templates/faq_static.html:5
#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "Change Email"
+msgid "Frequently Asked Questions "
+msgstr "ask a question interesting to this community"
-#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "How to validate email and why?"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr ""
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">An email with a validation link has been sent "
-#~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
-#~ "your web browser. Email validation is necessary to help insure the proper "
-#~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
-#~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
-#~ "s'><strong>change it again</strong></a>."
-
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your email address %(email)s has not been "
-#~ "changed.</span> If you decide to change it later - you can always do it "
-#~ "by editing it in your user profile or by using the <a "
-#~ "href='%(change_email_url)s'><strong>previous form</strong></a> again."
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr ""
-#~ "<span class='big strong'>Your email address is now set to %(email)s.</"
-#~ "span> Updates on the questions that you like most will be sent to this "
-#~ "address. Email notifications are sent once a day or less frequently - "
-#~ "only when there are any news."
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"Before you ask - please make sure to search for a similar question. You can "
+"search questions by their title or tags."
-#~ msgid "thanks for verifying email"
-#~ msgstr ""
-#~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
-#~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
-#~ "if you find a very interesting question you can <strong>subscribe for the "
-#~ "updates</strong> - then will be notified about changes <strong>once a "
-#~ "day</strong> or less frequently."
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "What kinds of questions should be avoided?"
-#~ msgid "email key not sent"
-#~ msgstr "Validation email not sent"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr ""
-#~ "<span class='big strong'>Your current email address %(email)s has been "
-#~ "validated before</span> so the new key was not sent. You can <a "
-#~ "href='%(change_link)s'>change</a> email used for update subscriptions if "
-#~ "necessary."
+#: skins/default/templates/faq_static.html:13
+#, fuzzy
+msgid "What should I avoid in my answers?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"is a <strong>question and answer</strong> site - <strong>it is not a "
+"discussion group</strong>. Please avoid holding debates in your answers as "
+"they tend to dilute the essense of questions and answers. For the brief "
+"discussions please use commenting facility."
+#: skins/default/templates/faq_static.html:15
#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "karma"
+msgid "Who moderates this community?"
+msgstr "post a comment"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span> Please create your <strong>screen name</"
-#~ "strong> and save your <strong>email</strong> address. Saved email address "
-#~ "will let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
-#~ "is already used in another account.</span></p><p>Please choose another "
-#~ "screen name to use with your %(provider)s login. Also, a valid email "
-#~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
-#~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
-#~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
-#~ "can <strong>receive updates</strong> on the interesting questions or "
-#~ "entire forum by email. Email addresses are never shown or otherwise "
-#~ "shared with anybody else.</p>"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr ""
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "%(provider)s login.</span></p><p>You can either keep your <strong>screen "
-#~ "name</strong> the same as your %(provider)s login name or choose some "
-#~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
-#~ "address. With the email you can <strong>subscribe for the updates</"
-#~ "strong> on the most interesting questions. Email address is also used to "
-#~ "create and retrieve your unique avatar image - <a "
-#~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
-
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr ""
-#~ "<p><span class=\"big strong\">You are here for the first time with your "
-#~ "Facebook login.</span> Please create your <strong>screen name</strong> "
-#~ "and save your <strong>email</strong> address. Saved email address will "
-#~ "let you <strong>subscribe for the updates</strong> on the most "
-#~ "interesting questions and will be used to create and retrieve your unique "
-#~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
-#~ "a>.</p>"
-
-#~ msgid "Screen name label"
-#~ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
-
-#~ msgid "Email address label"
-#~ msgstr ""
-#~ "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared "
-#~ "with anyone, must be valid</i>)"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr ""
-#~ "<strong>Receive forum updates by email</strong> - this will help our "
-#~ "community grow and become more useful.<br/>By default <span "
-#~ "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest "
-#~ "per week</strong> - only when there is anything new.<br/>If you like, "
-#~ "please adjust this now or any time later from your user account."
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "How does karma system work?"
-#~ msgid "create account"
-#~ msgstr "Signup"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
#, fuzzy
-#~ msgid "Logout"
-#~ msgstr "Logout Now"
+msgid "upvote"
+msgstr "votes"
-#~ msgid "User login"
-#~ msgstr "User login"
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "Tags"
+#: skins/default/templates/faq_static.html:42
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "add comments"
+msgstr "post a comment"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
-#~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
-#~ "be posted once you log in.</span>"
+msgid "downvote"
+msgstr "votes"
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "Vui lòng nhập tên và mật khẩu"
+msgid " accept own answer to own questions"
+msgstr "Ask Your Question"
+#: skins/default/templates/faq_static.html:53
#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "Äăng nhập không thành công."
+msgid "open and close own questions"
+msgstr "Ask Your Question"
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid "New password"
-#~ msgstr "New password created"
+msgid "retag other's questions"
+msgstr "Post Your Answer"
+#: skins/default/templates/faq_static.html:62
#, fuzzy
-#~ msgid "last used"
-#~ msgstr "Last updated"
+msgid "edit community wiki questions"
+msgstr "list of all questions"
-#~ msgid "with openid it is easier"
-#~ msgstr "With the OpenID you don't need to create new username and password."
+#: skins/default/templates/faq_static.html:67
+#, fuzzy
+msgid "\"edit any answer"
+msgstr "oldest"
-#~ msgid "reuse openid"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+#: skins/default/templates/faq_static.html:71
+#, fuzzy
+msgid "\"delete any comment"
+msgstr "post a comment"
-#~ msgid "openid is widely adopted"
-#~ msgstr ""
-#~ "There are > 160,000,000 OpenID account in use. Over 10,000 sites are "
-#~ "OpenID-enabled."
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
-#~ msgid "openid is supported open standard"
-#~ msgstr ""
-#~ "OpenID is based on an open standard, supported by many organizations."
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr ""
+"<p>The picture that appears on the users profiles is called "
+"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
+
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr ""
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "Vui lòng nhập tên và mật khẩu"
+msgid "\"Login now!\""
+msgstr "Logout Now"
+
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+#: skins/default/templates/faq_static.html:84
#, fuzzy
-#~ msgid "Create login name and password"
-#~ msgstr ""
-#~ "<span class='big strong'>Enter your Askbot login and password</span><br/"
-#~ "><span class='grey'>(or select your OpenID provider above)</span>"
+msgid "Still have questions?"
+msgstr "Ask Your Question"
-#~ msgid "Traditional signup info"
-#~ msgstr ""
-#~ "<span class='strong big'>If you prefer, create your forum login name and "
-#~ "password here. However</span>, please keep in mind that we also support "
-#~ "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you "
-#~ "can simply reuse your external login (e.g. Gmail or AOL) without ever "
-#~ "sharing your login details with anyone and having to remember yet another "
-#~ "password."
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr ""
+
+#: skins/default/templates/feedback.html:14
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:21
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:2
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
+
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "Signup"
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
+
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr ""
+"<div class=\"questions-count\">%(q_num)s</div><p>question with title "
+"containing <strong><span class=\"darkred\">%(searchtitle)s</span></strong></"
+"p>"
+
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:29
+msgid "i like this question (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr ""
+
+#: skins/default/templates/macros.html:43
+msgid "i dont like this question (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgid "anonymous user"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr ""
+
+#: skins/default/templates/macros.html:91
#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "Change Email"
+msgid "answered"
+msgstr "oldest"
+
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr ""
+#: skins/default/templates/macros.html:123
#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgid "updated"
+msgstr "Last updated"
+
+#: skins/default/templates/macros.html:221
+#, fuzzy, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "Asked"
+#: skins/default/templates/macros.html:278
#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgid "delete this comment"
+msgstr "post a comment"
+
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "post a comment"
+
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
+
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "User login"
+
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr ""
+
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "page %(num)s"
+
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr ""
+
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr ""
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "Choose screen name"
+
+#: skins/default/templates/macros.html:632
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
+#: skins/default/templates/main_page.html:11
#, fuzzy
-#~ msgid "answer permanent link"
-#~ msgstr "link"
+msgid "Questions"
+msgstr "Tags"
-#~ msgid "permanent link"
-#~ msgstr "link"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr ""
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "Post Your Answer"
+msgid "Edit question"
+msgstr "Post Your Answer"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
#, fuzzy
-#~ msgid "reopen"
-#~ msgstr ""
-#~ "You can safely re-use the same login for all OpenID-enabled websites."
+msgid "Change tags"
+msgstr "Change Email"
-#~ msgid "Related tags"
-#~ msgstr "Tags"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr ""
-#, fuzzy
-#~ msgid "Interesting tags"
-#~ msgstr "Tags"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr ""
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
#, fuzzy
-#~ msgid "see all questions"
-#~ msgstr "Ask Your Question"
+msgid "Reopen question"
+msgstr "list of all questions"
+
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr ""
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+
+#: skins/default/templates/reopen.html:16
#, fuzzy
-#~ msgid "see all tags"
-#~ msgstr "Tags"
+msgid "Close reason:"
+msgstr "Ask Your Question"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
+
+#: skins/default/templates/reopen.html:22
#, fuzzy
-#~ msgid "see latest questions"
-#~ msgstr "Ask Your Question"
+msgid "Reopen this question?"
+msgstr "Post Your Answer"
+#: skins/default/templates/reopen.html:26
#, fuzzy
-#~ msgid "see tags"
-#~ msgstr "Tags"
+msgid "Reopen this question"
+msgstr "Post Your Answer"
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
#, fuzzy
-#~ msgid "Edit answer"
-#~ msgstr "oldest"
+msgid "Revision history"
+msgstr "karma history"
+#: skins/default/templates/revisions.html:23
#, fuzzy
-#~ msgid "Ask a question"
-#~ msgstr "Ask Your Question"
+msgid "click to hide/show revision"
+msgstr "questions with most answers"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
#, fuzzy
-#~ msgid "Badges summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+msgid "Subscribe for tags"
+msgstr "Tags"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr ""
-#~ "If your questions and answers are highly voted, your contribution to this "
-#~ "Q&amp;A community will be recognized with the variety of badges."
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+#: skins/default/templates/subscribe_for_tags.html:15
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "Below is the list of available badges and number \n"
-#~ " of times each type of badge has been awarded. Have ideas about fun "
-#~ "badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+msgid "Subscribe"
+msgstr "Tags"
-#~ msgid "Community badges"
-#~ msgstr "Badge levels"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr ""
-#~ msgid "gold badge description"
-#~ msgstr ""
-#~ "Gold badge is the highest award in this community. To obtain it have to "
-#~ "show profound knowledge and ability in addition to your active "
-#~ "participation."
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid "silver badge description"
-#~ msgstr ""
-#~ "Obtaining silver badge requires significant patience. If you have "
-#~ "received one, that means you have greatly contributed to this community."
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "Sort by &raquo;"
+msgstr ""
-#~ msgid "bronze badge description"
-#~ msgstr ""
-#~ "If you are an active participant in this community, you will be "
-#~ "recognized with this badge."
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr ""
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr ""
+
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr ""
+
+#: skins/default/templates/tags.html:26
#, fuzzy
-#~ msgid "Close question"
-#~ msgstr "Ask Your Question"
+msgid "by popularity"
+msgstr "tags"
+
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr ""
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
#, fuzzy
-#~ msgid "Close the question"
-#~ msgstr "Post Your Answer"
+msgid "Users"
+msgstr "people"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "Before you ask - please make sure to search for a similar question. You "
-#~ "can search questions by their title or tags."
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
+
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "karma"
+
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
+
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr ""
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "What kinds of questions should be avoided?"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
+
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
+#: skins/default/templates/users.html:33
#, fuzzy
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "What kinds of questions should be avoided?"
+msgid "by username"
+msgstr "sorry, there is no such user name"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "is a <strong>question and answer</strong> site - <strong>it is not a "
-#~ "discussion group</strong>. Please avoid holding debates in your answers "
-#~ "as they tend to dilute the essense of questions and answers. For the "
-#~ "brief discussions please use commenting facility."
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "Karma system allows users to earn rights to perform a variety of "
-#~ "moderation tasks"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr ""
-#~ msgid "How does reputation system work?"
-#~ msgstr "How does karma system work?"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "One question"
+msgstr[1] ""
-#~ msgid "Rep system summary"
-#~ msgstr ""
-#~ "When a question or answer is upvoted, the user who posted them will gain "
-#~ "some points, which are called \"karma points\". These points serve as a "
-#~ "rough measure of the community trust to him/her. Various moderation tasks "
-#~ "are gradually assigned to the users based on those points."
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
-#, fuzzy
-#~ msgid "use tags"
-#~ msgstr "Tags"
+#: skins/default/templates/main_page/headline.html:12
+msgid "Tagged"
+msgstr ""
+#: skins/default/templates/main_page/headline.html:23
#, fuzzy
-#~ msgid "add comments"
-#~ msgstr "post a comment"
+msgid "Search tips:"
+msgstr "Tips"
+#: skins/default/templates/main_page/headline.html:26
#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "Ask Your Question"
+msgid "reset author"
+msgstr "Send me a new password"
-#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "Ask Your Question"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr ""
+#: skins/default/templates/main_page/headline.html:29
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "Post Your Answer"
+msgid "reset tags"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr ""
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:40
#, fuzzy
-#~ msgid "edit community wiki questions"
-#~ msgstr "list of all questions"
+msgid "Search tip:"
+msgstr "Tips"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:4
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "oldest"
+msgid "There are no unanswered questions here"
+msgstr "unanswered questions"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "post a comment"
+msgid "No questions here. "
+msgstr "answered question"
-#~ msgid "what is gravatar"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please follow some questions or follow some users."
+msgstr ""
-#~ msgid "gravatar faq info"
-#~ msgstr ""
-#~ "<p>The picture that appears on the users profiles is called "
-#~ "<strong>gravatar</strong> (which means <strong>g</strong>lobally "
-#~ "<strong>r</strong>ecognized <strong>avatar</strong>).</p><p>Here is how "
-#~ "it works: a <strong>cryptographic key</strong> (unbreakable code) is "
-#~ "calculated from your email address. You upload your picture (or your "
-#~ "favorite alter ego image) the website <a href='http://gravatar."
-#~ "com'><strong>gravatar.com</strong></a> from where we later retreive your "
-#~ "image using the key.</p><p>This way all the websites you trust can show "
-#~ "your image next to your posts and your email address remains private.</"
-#~ "p><p>Please <strong>personalize your account</strong> with an image - "
-#~ "just register at <a href='http://gravatar.com'><strong>gravatar.com</"
-#~ "strong></a> (just please be sure to use the same email address that you "
-#~ "used to register with us). Default image that looks like a kitchen tile "
-#~ "is generated automatically.</p>"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+#: skins/default/templates/main_page/nothing_found.html:16
#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "Logout Now"
+msgid "resetting author"
+msgstr "Send me a new password"
+#: skins/default/templates/main_page/nothing_found.html:19
#, fuzzy
-#~ msgid "Still have questions?"
-#~ msgstr "Ask Your Question"
-
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "Please <a href='%(ask_question_url)s'>ask</a> your question, help make "
-#~ "our community better!"
+msgid "resetting tags"
+msgstr "Tags"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "Sincerely,\n"
-#~ "Q&A Forum Administrator"
+msgid "starting over"
+msgstr "Send me a new password"
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr ""
-#~ "<div class=\"questions-count\">%(q_num)s</div><p>question with title "
-#~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
-#~ "strong></p>"
+msgid "Please always feel free to ask your question!"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr ""
+#: skins/default/templates/main_page/questions_loop.html:13
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "Please, post your question!"
+msgstr "Ask Your Question"
+#: skins/default/templates/main_page/tab_bar.html:9
#, fuzzy
-#~ msgid "answered"
-#~ msgstr "oldest"
+msgid "subscribe to the questions feed"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
+
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
+
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+
+#: skins/default/templates/meta/editor_data.html:7
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] ""
+
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"(one comment)"
+msgstr[1] ""
+"\n"
+"(%(comment_count)s comments)"
+#: skins/default/templates/question/answer_tab_bar.html:14
#, fuzzy
-#~ msgid "updated"
-#~ msgstr "Last updated"
+msgid "oldest answers will be shown first"
+msgstr " "
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "oldest"
+
+#: skins/default/templates/question/answer_tab_bar.html:17
#, fuzzy
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "Asked"
+msgid "newest answers will be shown first"
+msgstr " "
+
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "newest"
+#: skins/default/templates/question/answer_tab_bar.html:20
#, fuzzy
-#~ msgid "delete this comment"
-#~ msgstr "post a comment"
+msgid "most voted answers will be shown first"
+msgstr " "
-#~ msgid "add comment"
-#~ msgstr "post a comment"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "most voted"
-#~ msgid "page number %(num)s"
-#~ msgstr "page %(num)s"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+#, fuzzy
+msgid "Answer Your Own Question"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "Choose screen name"
+msgid "Login/Signup to Answer"
+msgstr "Login/Signup to Post"
+#: skins/default/templates/question/new_answer_form.html:22
#, fuzzy
-#~ msgid "Questions"
-#~ msgstr "Tags"
+msgid "Your answer"
+msgstr "most voted"
+#: skins/default/templates/question/new_answer_form.html:24
#, fuzzy
-#~ msgid "Edit question"
-#~ msgstr "Post Your Answer"
+msgid "Be the first one to answer this question!"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
+
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question/new_answer_form.html:43
#, fuzzy
-#~ msgid "Change tags"
-#~ msgstr "Change Email"
+msgid "Login/Signup to Post Your Answer"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+msgid " or"
+msgstr ""
+
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
#, fuzzy
-#~ msgid "Reopen question"
-#~ msgstr "list of all questions"
+msgid "email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "Ask Your Question"
+msgid "Question tools"
+msgstr "Tags"
+#: skins/default/templates/question/sidebar.html:7
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "Post Your Answer"
+msgid "click to unfollow this question"
+msgstr "questions with most answers"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "Reopen this question"
-#~ msgstr "Post Your Answer"
+msgid "Following"
+msgstr "Ask Your Question"
+#: skins/default/templates/question/sidebar.html:9
#, fuzzy
-#~ msgid "Revision history"
-#~ msgstr "karma history"
+msgid "Unfollow"
+msgstr "Ask Your Question"
+#: skins/default/templates/question/sidebar.html:13
#, fuzzy
-#~ msgid "click to hide/show revision"
-#~ msgstr "questions with most answers"
+msgid "click to follow this question"
+msgstr "questions with most answers"
+#: skins/default/templates/question/sidebar.html:14
#, fuzzy
-#~ msgid "by popularity"
-#~ msgstr "tags"
+msgid "Follow"
+msgstr "Ask Your Question"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "Users"
-#~ msgstr "people"
+msgid "email the updates"
+msgstr "Last updated"
-#~ msgid "reputation"
-#~ msgstr "karma"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "Search tips:"
-#~ msgstr "Tips"
+msgid "subscribe to this question rss feed"
+msgstr "Post Your Answer"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "reset author"
-#~ msgstr "Send me a new password"
+msgid "subscribe to rss feed"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "Asked"
+
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "Seen"
+
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr ""
+
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "Last updated"
+#: skins/default/templates/question/sidebar.html:63
#, fuzzy
-#~ msgid "reset tags"
-#~ msgstr "Tags"
+msgid "Related questions"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "unanswered questions"
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(note: you can always <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
+
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
+
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_edit.html:4
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "answered question"
+msgid "Edit user profile"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_edit.html:7
#, fuzzy
-#~ msgid "resetting tags"
-#~ msgstr "Tags"
+msgid "edit profile"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+msgid "change picture"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr ""
+#: skins/default/templates/user_profile/user_edit.html:39
#, fuzzy
-#~ msgid "Please, post your question!"
-#~ msgstr "Ask Your Question"
+msgid "Screen Name"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
#, fuzzy
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "Post Your Answer"
+msgid "Update"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "(one comment)"
-#~ msgstr[1] ""
-#~ "\n"
-#~ "(%(comment_count)s comments)"
+msgid "subscriptions"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
#, fuzzy
-#~ msgid "oldest answers will be shown first"
-#~ msgstr " "
+msgid "Email subscription settings"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
-#~ msgid "oldest answers"
-#~ msgstr "oldest"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "Stop Email"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "newest answers will be shown first"
-#~ msgstr " "
+msgid "followed questions"
+msgstr "Ask Your Question"
-#~ msgid "newest answers"
-#~ msgstr "newest"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "most voted answers will be shown first"
-#~ msgstr " "
+msgid "Sections:"
+msgstr "Tags"
+
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr ""
-#~ msgid "popular answers"
-#~ msgstr "most voted"
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr ""
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Answer Your Own Question"
-#~ msgstr "Post Your Answer"
+msgid "seen"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:54
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "Login/Signup to Post"
+msgid "mark as seen"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Your answer"
-#~ msgstr "most voted"
+msgid "mark as new"
+msgstr "Last updated"
+
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
+#: skins/default/templates/user_profile/user_info.html:36
#, fuzzy
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
-
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr ""
-#~ "<span class='strong big'>Please start posting your answer anonymously</"
-#~ "span> - your answer will be saved within the current session and "
-#~ "published after you log in or create a new account. Please try to give a "
-#~ "<strong>substantial answer</strong>, for discussions, <strong>please use "
-#~ "comments</strong> and <strong>please do remember to vote</strong> (after "
-#~ "you log in)!"
-
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr ""
-#~ "<span class='big strong'>You are welcome to answer your own question</"
-#~ "span>, but please make sure to give an <strong>answer</strong>. Remember "
-#~ "that you can always <strong>revise your original question</strong>. "
-#~ "Please <strong>use comments for discussions</strong> and <strong>please "
-#~ "don't forget to vote :)</strong> for the answers that you liked (or "
-#~ "perhaps did not like)! "
-
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+msgid "update profile"
+msgstr "User login"
+#: skins/default/templates/user_profile/user_info.html:40
#, fuzzy
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "Login/Signup to Post"
+msgid "manage login methods"
+msgstr "please sign-in"
+
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr ""
-#~ msgid "Answer the question"
-#~ msgstr "Post Your Answer"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "member since"
+#: skins/default/templates/user_profile/user_info.html:63
#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "Tags"
+msgid "last seen"
+msgstr "Last updated"
+#: skins/default/templates/user_profile/user_info.html:69
#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "questions with most answers"
+msgid "user website"
+msgstr "Welcome to Q&amp;A forum"
+#: skins/default/templates/user_profile/user_info.html:75
#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "questions with most answers"
+msgid "location"
+msgstr "karma"
+#: skins/default/templates/user_profile/user_info.html:82
#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "Last updated"
+msgid "age"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
-#~ msgid "question asked"
-#~ msgstr "Asked"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "years old"
-#~ msgid "question was seen"
-#~ msgstr "Seen"
+#: skins/default/templates/user_profile/user_info.html:88
+#, fuzzy
+msgid "todays unused votes"
+msgstr "votes"
-#~ msgid "last updated"
-#~ msgstr "Last updated"
+#: skins/default/templates/user_profile/user_info.html:89
+#, fuzzy
+msgid "votes left"
+msgstr "votes"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid "Related questions"
-#~ msgstr "Ask Your Question"
+msgid "moderation"
+msgstr "karma"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> once a day by email when there are any new "
-#~ "answers or updates"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr ""
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+#: skins/default/templates/user_profile/user_moderate.html:11
+#, fuzzy
+msgid "User status changed"
+msgstr "user karma"
+#: skins/default/templates/user_profile/user_moderate.html:20
#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr ""
-#~ "<strong>Notify me</strong> weekly when there are any new answers or "
-#~ "updates"
+msgid "Save"
+msgstr "Change Email"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr ""
-#~ "(note: you can always <strong><a href='%(profile_url)s?"
-#~ "sort=email_subscriptions'>change</a></strong> how often you receive "
-#~ "updates)"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr ""
-#~ "<span class='strong'>Here</span> (once you log in) you will be able to "
-#~ "sign up for the periodic email updates about this question."
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:31
#, fuzzy
-#~ msgid "change picture"
-#~ msgstr "How to change my picture (gravatar) and what is gravatar?"
+msgid "User reputation changed"
+msgstr "user karma"
+
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "Choose screen name"
+
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "Screen Name"
-#~ msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+msgid "Message sent"
+msgstr "years old"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Email subscription settings"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+msgid "Send message"
+msgstr "Choose screen name"
-#~ msgid "email subscription settings info"
-#~ msgstr ""
-#~ "<span class='big strong'>Adjust frequency of email updates.</span> "
-#~ "Receive updates on interesting questions by email, <strong><br/>help the "
-#~ "community</strong> by answering questions of your colleagues. If you do "
-#~ "not wish to receive emails - select 'no email' on all items below.<br/"
-#~ ">Updates are only sent when there is any new activity on selected items."
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "Stop sending email"
-#~ msgstr "Stop Email"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "Ask Your Question"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "manage login methods"
-#~ msgstr "please sign-in"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
+
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, fuzzy, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr ""
-#~ msgid "member for"
-#~ msgstr "member since"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "last seen"
-#~ msgstr "Last updated"
+msgid "Answer to:"
+msgstr "Tips"
+#: skins/default/templates/user_profile/user_tabs.html:5
#, fuzzy
-#~ msgid "user website"
-#~ msgstr "Welcome to Q&amp;A forum"
+msgid "User profile"
+msgstr "User login"
+
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "karma history"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
+msgid "questions that user is following"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "votes"
+
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_votes.html:4
#, fuzzy
-#~ msgid "location"
-#~ msgstr "karma"
+msgid "votes"
+msgstr "votes"
-#~ msgid "age unit"
-#~ msgstr "years old"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Tips"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
#, fuzzy
-#~ msgid "todays unused votes"
-#~ msgstr "votes"
+msgid "please make your answer relevant to this community"
+msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "karma"
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "user karma"
+msgid "please try to provide details"
+msgstr "provide enough details"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "user karma"
+msgid "see frequently asked questions"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown basics"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "Choose screen name"
+msgid "basic HTML tags are also supported"
+msgstr "i-names không được hỗ trợ"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/widgets/ask_button.html:2
#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "years old"
+msgid "ask a question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: skins/default/templates/widgets/ask_form.html:10
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
+
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr ""
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr ""
+
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr ""
+
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
+
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "people"
+
+#: skins/default/templates/widgets/meta_nav.html:15
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr ""
-#~ "Sorry, your account appears to be suspended and you cannot make new posts "
-#~ "until this issue is resolved. You can, however edit your existing posts. "
-#~ "Please contact the forum administrator to reach a resolution."
+msgid "badges"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
+
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Tips"
+
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "ask a question interesting to this community"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "provide enough details"
+
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] ""
+
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "Tips"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "oldest"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "User profile"
-#~ msgstr "User login"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "votes"
-#~ msgid "graph of user reputation"
-#~ msgstr "Graph of user karma"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#~ msgid "reputation history"
-#~ msgstr "karma history"
+#: skins/default/templates/widgets/scope_nav.html:5
+#, fuzzy
+msgid "see unanswered questions"
+msgstr "unanswered"
-#~ msgid "casted votes"
-#~ msgstr "votes"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "votes"
-#~ msgstr "votes"
+msgid "see your followed questions"
+msgstr "Ask Your Question"
-#~ msgid "answer tips"
-#~ msgstr "Tips"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "ask a question interesting to this community"
+msgid "Please ask your question here"
+msgstr "Ask Your Question"
-#, fuzzy
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr ""
-#~ "<span class='big strong'>Please try to give a substantial answer</span>. "
-#~ "If you wanted to comment on the question or answer, just <strong>use the "
-#~ "commenting tool</strong>. Please remember that you can always "
-#~ "<strong>revise your answers</strong> - no need to answer the same "
-#~ "question twice. Also, please <strong>don't forget to vote</strong> - it "
-#~ "really helps to select the best questions and answers!"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "please try to provide details"
-#~ msgstr "provide enough details"
+msgid "badges:"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma points\". These points serve as a "
+"rough measure of the community trust to him/her. Various moderation tasks "
+"are gradually assigned to the users based on those points."
+#: skins/default/templates/widgets/user_navigation.html:8
#, fuzzy
-#~ msgid "see frequently asked questions"
-#~ msgstr "ask a question interesting to this community"
+msgid "logout"
+msgstr "Logout Now"
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown basics"
+#: skins/default/templates/widgets/user_navigation.html:10
+#, fuzzy
+msgid "login"
+msgstr "User login"
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "i-names không được hỗ trợ"
+msgid "settings"
+msgstr ""
+"Forum software relies on the internet cookie technology to keep track of "
+"user sessions. Cookies must be enabled in your browser so that forum can "
+"work for you."
+
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "no"
+
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "ask a question"
-#~ msgstr "Ask Your Question"
+msgid "Please login to post"
+msgstr "please sign-in"
-#~ msgid "login to post question info"
-#~ msgstr ""
-#~ "<span class=\"strong big\">You are welcome to start submitting your "
-#~ "question anonymously</span>. When you submit the post, you will be "
-#~ "redirected to the login/signup page. Your question will be saved in the "
-#~ "current session and will be published after you log in. Login/signup "
-#~ "process is very simple. Login takes about 30 seconds, initial signup "
-#~ "takes a minute or less."
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "<span class='strong big'>Looks like your email address, %(email)s has not "
-#~ "yet been validated.</span> To post messages you must verify your email, "
-#~ "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
-#~ "<br>You can submit your question now and validate email after that. Your "
-#~ "question will saved as pending meanwhile. "
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr ""
-#~ msgid "Login/signup to post your question"
-#~ msgstr "Login/Signup to Post"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "Choose screen name"
-#~ msgid "Ask your question"
-#~ msgstr "Ask Your Question"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr ""
-#~ msgid "users"
-#~ msgstr "people"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
-#~ msgid "question tips"
-#~ msgstr "Tips"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
-#~ msgid "please ask a relevant question"
-#~ msgstr "ask a question interesting to this community"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr ""
-#~ msgid "please try provide enough details"
-#~ msgstr "provide enough details"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
-#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "unanswered"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
+
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr ""
+
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr ""
+
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "Password"
+
+#: utils/forms.py:170
+msgid "password is required"
+msgstr ""
+
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "Password <i>(please retype)</i>"
+
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr ""
+
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr ""
+
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr ""
+
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+#: views/commands.py:39
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "Ask Your Question"
+msgid "anonymous users cannot vote"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
+
+#: views/commands.py:578
+msgid "Please sign in to vote"
+msgstr ""
+
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr ""
+
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr ""
+
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "One question"
+msgstr[1] ""
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+
+#: views/users.py:212
+msgid "moderate user"
+msgstr ""
+
+#: views/users.py:387
+msgid "user profile"
+msgstr ""
+
+#: views/users.py:388
+msgid "user profile overview"
+msgstr ""
+
+#: views/users.py:699
+msgid "recent user activity"
+msgstr ""
+
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr ""
+
+#: views/users.py:787
+msgid "profile - responses"
+msgstr ""
+
+#: views/users.py:862
+msgid "profile - votes"
+msgstr ""
+
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "user karma"
+
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "Profile - User's Karma"
+
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr ""
+
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr ""
+
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr ""
+
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr ""
+
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr ""
+
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+
+#: views/writers.py:192
#, fuzzy
-#~ msgid "logout"
-#~ msgstr "Logout Now"
+msgid "Please log in to ask questions"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+#: views/writers.py:493
#, fuzzy
-#~ msgid "login"
-#~ msgstr "User login"
+msgid "Please log in to answer questions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:649
#, fuzzy
-#~ msgid "settings"
-#~ msgstr ""
-#~ "Forum software relies on the internet cookie technology to keep track of "
-#~ "user sessions. Cookies must be enabled in your browser so that forum can "
-#~ "work for you."
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
#, fuzzy
#~ msgid ""
@@ -4919,10 +6847,6 @@ msgstr ""
#~ msgid "questions"
#~ msgstr "Tips"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "Ask Your Question"
-
#~ msgid "Email verification subject line"
#~ msgstr "Verification Email from Q&A forum"
diff --git a/askbot/locale/zh-tw/LC_MESSAGES/django.mo b/askbot/locale/zh-tw/LC_MESSAGES/django.mo
index e82cc04e..f826246d 100644
--- a/askbot/locale/zh-tw/LC_MESSAGES/django.mo
+++ b/askbot/locale/zh-tw/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/zh-tw/LC_MESSAGES/django.po b/askbot/locale/zh-tw/LC_MESSAGES/django.po
index 4616cbd9..8aa13932 100644
--- a/askbot/locale/zh-tw/LC_MESSAGES/django.po
+++ b/askbot/locale/zh-tw/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:43-0600\n"
+"POT-Creation-Date: 2012-01-02 11:25-0600\n"
"PO-Revision-Date: 2010-08-25 19:05+0800\n"
"Last-Translator: cch <cch@mail>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -49,7 +49,10 @@ msgstr ""
msgid "Country field is required"
msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "標題"
@@ -58,67 +61,72 @@ msgid "please enter a descriptive title for your question"
msgstr ""
"請輸入å°å•é¡Œå…·æœ‰æ述性質的標題 - 「幫忙ï¼ç·Šæ€¥æ±‚助ï¼ã€ä¸æ˜¯å»ºè­°çš„æå•æ–¹å¼ã€‚"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "標題的長度必須大於10"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "標題的長度必須大於10"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "內容"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "內容至少è¦10個字符"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "標籤"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr "標籤為關éµè©ž, 內無空格, 最多å¯ä½¿ç”¨ 5 個"
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] "標籤為關éµè©ž, 內無空格, 最多å¯ä½¿ç”¨ 5 個"
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr " 標籤ä¸èƒ½ç‚ºç©ºã€‚"
-#: forms.py:173
+#: forms.py:210
#, fuzzy, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "最多åªèƒ½æœ‰5個標籤"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, fuzzy, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "æ¯å€‹æ¨™ç±¤çš„長度ä¸è¶…éŽ20"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr ""
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr "é¸æ“‡ç¤¾å€wiki模å¼ï¼Œå•ç­”ä¸è¨ˆç®—ç©åˆ†ï¼Œç°½å也ä¸é¡¯ç¤ºä½œè€…ä¿¡æ¯"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "更新概è¦ï¼š"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -126,282 +134,288 @@ msgstr ""
"輸入本次修改的簡單概述(如:修改了別字,修正了語法,改進了樣å¼ç­‰ã€‚éžå¿…å¡«"
"項。)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr ""
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr ""
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
#, fuzzy
msgid "suspended"
msgstr "æ›´æ–°"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr ""
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr ""
"你好, \n"
" 論壇管ç†è€…"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr ""
-#: forms.py:367
+#: forms.py:404
#, fuzzy
msgid "Change status to"
msgstr "修改標籤"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr ""
-#: forms.py:415
+#: forms.py:452
#, fuzzy
msgid "Cannot change own status"
msgstr "ä¸èƒ½çµ¦è‡ªå·±çš„帖å­æŠ•ç¥¨"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "ä¸èƒ½çµ¦è‡ªå·±çš„帖å­æŠ•ç¥¨"
-#: forms.py:440
+#: forms.py:477
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr ""
-#: forms.py:456
+#: forms.py:493
#, fuzzy
msgid "Message text"
msgstr "訊æ¯"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "用戶å"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "email"
-#: forms.py:545
+#: forms.py:582
#, fuzzy
msgid "Your message:"
msgstr "Copyright(c)2009.CNPROG.COM"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "匿å者"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "ä¸æœƒå…¬é–‹ï¼Œç”¨æ–¼é ­åƒé¡¯ç¤ºæœå‹™"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "真實姓å"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "個人網站"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
#, fuzzy
msgid "Show country"
msgstr "新帳號"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "生日"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "ä¸æœƒå…¬é–‹ï¼Œåªæœƒé¡¯ç¤ºæ‚¨çš„年齡,格å¼ç‚ºï¼šYYYY-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "個人簡介"
-#: forms.py:937
+#: forms.py:974
#, fuzzy
msgid "Screen name"
msgstr "姓å"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "該電å­éƒµä»¶å·²è¢«æ³¨å†Šï¼Œè«‹é¸æ“‡å¦ä¸€å€‹å†è©¦ã€‚"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "é¸æ“‡ Email 標籤篩é¸"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "è©¢å•"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "回應"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "個別é¸å®š"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "整個論壇 (標籤篩é¸)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "好, 試試看"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "無須設群 Email è¬è¬"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "è«‹é¸ä¸Šè¿°é¸é …之一"
# footer.html
-#: urls.py:57
+#: urls.py:52
#, fuzzy
msgid "about/"
msgstr "關於本站"
-#: urls.py:58
+#: urls.py:53
#, fuzzy
msgid "faq/"
msgstr "常見å•é¡Œ"
-#: urls.py:59
+#: urls.py:54
#, fuzzy
msgid "privacy/"
msgstr "éš±ç§æ”¿ç­–"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
#, fuzzy
msgid "answers/"
msgstr "回答"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
#, fuzzy
msgid "edit/"
msgstr "編輯"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
#, fuzzy
msgid "revisions/"
msgstr "版本"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
#, fuzzy
msgid "questions/"
msgstr "å•é¡Œ"
-#: urls.py:82
+#: urls.py:77
#, fuzzy
msgid "ask/"
msgstr "æå•æ–¼"
-#: urls.py:92
+#: urls.py:87
#, fuzzy
msgid "retag/"
msgstr "標籤"
-#: urls.py:97
+#: urls.py:92
#, fuzzy
msgid "close/"
msgstr "關閉"
-#: urls.py:102
+#: urls.py:97
#, fuzzy
msgid "reopen/"
msgstr "打開"
-#: urls.py:107
+#: urls.py:102
#, fuzzy
msgid "answer/"
msgstr "回答"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
#, fuzzy
msgid "vote/"
msgstr "票"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
#, fuzzy
msgid "tags/"
@@ -412,6 +426,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
#, fuzzy
msgid "users/"
msgstr "用戶"
@@ -447,12 +463,16 @@ msgstr ""
msgid "feedback/"
msgstr "å•é¡Œå›žé¥‹"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
#, fuzzy
msgid "question/"
msgstr "æå•"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
#, fuzzy
msgid "account/"
msgstr "新帳號"
@@ -954,106 +974,118 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+msgid "Minimum length of title (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:106
+msgid "Minimum length of question body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:117
+msgid "Minimum length of answer body (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "更新標籤"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "相關標籤"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
#, fuzzy
msgid "Number of questions to list by default"
msgstr "å«æœ‰å•é¡Œçš„數目"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
#, fuzzy
msgid "What should \"unanswered question\" mean?"
msgstr "無未解答å•é¡Œ"
@@ -1978,6 +2010,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "å«æœ‰å•é¡Œçš„數目"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "çµæŸå•é¡Œ"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "繼續隱è—忽視的å•é¡Œ"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "用戶收è—çš„å•é¡Œ"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "完全é‡è¤‡çš„å•é¡Œ"
@@ -2019,7 +2084,7 @@ msgstr "太å€åŸŸåŒ–"
msgid "newest"
msgstr "最新å•é¡Œ"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "最先加入"
@@ -2056,6 +2121,7 @@ msgid "relevance"
msgstr "é—œè¯"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "全部"
@@ -2198,7 +2264,7 @@ msgstr "[已關閉]"
msgid "[deleted]"
msgstr "[已刪除]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "åˆå§‹ç‰ˆæœ¬"
@@ -2259,15 +2325,15 @@ msgstr "大頭åƒ"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "第一å"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "第二å"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "第三å"
@@ -2416,7 +2482,7 @@ msgid "Incorrect username."
msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr ""
@@ -2456,6 +2522,7 @@ msgid "%(site)s user name and password"
msgstr "使用帳號密碼登錄"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr ""
@@ -2571,57 +2638,57 @@ msgstr "密碼已更改"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
#, fuzzy
msgid "Account recovery email sent"
msgstr "修改電å­éƒµä»¶"
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
#, fuzzy
msgid "Oops, sorry - there was some error - please try again"
msgstr "å°ä¸èµ·, 密碼ä¸åˆ, è«‹é‡æ–°è¼¸å…¥"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr "email 須經èªè­‰, åƒè€ƒ %(details_url)s"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "請設新密碼"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -2658,6 +2725,82 @@ msgstr ""
msgid "Allowed image file types are %(types)s"
msgstr "åªå…許上傳 '%(file_types)s' 類型的文件ï¼"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#, fuzzy
+msgid "Sites"
+msgstr "標題"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Documentation"
+msgstr "城市"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "修改密碼"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#, fuzzy
+msgid "Log out"
+msgstr "登出"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+#, fuzzy
+msgid "Home"
+msgstr "首é "
+
+# page title
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#, fuzzy
+msgid "Edit Group Settings"
+msgstr "修改å•é¡Œ"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+#, fuzzy
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "請修改下列錯誤: "
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+# page title
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#, fuzzy
+msgid "Edit Site Settings"
+msgstr "修改å•é¡Œ"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+# page title
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, fuzzy, python-format
+msgid "Group settings: %(name)s"
+msgstr "修改å•é¡Œ"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
msgstr ""
@@ -2776,7 +2919,7 @@ msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] ""
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "æ­¡è¿Žæå•! "
@@ -2800,66 +2943,66 @@ msgid ""
"own question"
msgstr "首次å¯ä»¥æŽ¥å—的答案"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr ""
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "ä¸èƒ½çµ¦è‡ªå·±çš„帖å­æŠ•ç¥¨"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:407
+#: models/__init__.py:410
#, fuzzy, python-format
msgid ">%(points)s points required to upvote"
msgstr "éœ€è¦ >%(points)s ç©åˆ†æ‰èƒ½æŠ•æ”¯æŒç¥¨ã€‚"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "需è¦+%(points)sç©åˆ†æ‰èƒ½æŠ•åå°ç¥¨ã€‚"
-#: models/__init__.py:428
+#: models/__init__.py:431
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
msgstr "被隔離使用者ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:429
+#: models/__init__.py:432
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "上傳圖片åªé™æ–¼ç©åˆ† >%(min_rep)s 以上注冊用戶!"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "被隔離使用者ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2869,56 +3012,56 @@ msgid_plural ""
"minutes from posting"
msgstr[0] ""
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
"required. You can still comment your own posts and answers to your questions"
msgstr ""
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2927,249 +3070,270 @@ msgid_plural ""
"by other users"
msgstr[0] ""
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr ""
-#: models/__init__.py:761
+#: models/__init__.py:764
#, fuzzy
msgid "blocked users cannot flag posts"
msgstr "被隔離使用者ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:763
+#: models/__init__.py:766
#, fuzzy
msgid "suspended users cannot flag posts"
msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr ""
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr ""
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "被隔離使用者ä¸èƒ½å¼µè²¼"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
+
+#: models/__init__.py:809
+#, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] ""
+
+#: models/__init__.py:828
+msgid "you don't have the permission to remove all flags"
+msgstr ""
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "這個投票已經éŽæ™‚,ä¸èƒ½æ’¤éŠ·ã€‚"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr ""
-#: models/__init__.py:1341
+#: models/__init__.py:1397
#, fuzzy
msgid "in two days"
msgstr "登錄並回答該å•é¡Œ"
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] ""
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] ""
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "匿å者"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
#, fuzzy
msgid "Site Adminstrator"
msgstr ""
"你好, \n"
" 論壇管ç†è€…"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
#, fuzzy
msgid "Suspended User"
msgstr "é€å‡ºäººç‚º"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
#, fuzzy
msgid "Registered User"
msgstr "註冊用戶"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, fuzzy, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "%(user_name)s karma 更動日誌"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, fuzzy, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "第二åçŽå‹µç´°ç¯€"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "第三åçŽå‹µç´°ç¯€"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
+#: models/__init__.py:2305
#, fuzzy, python-format
-msgid "Re: \"%(title)s\""
+msgid "\"%(title)s\""
msgstr "æå•"
-#: models/__init__.py:2200 models/__init__.py:2205
-#, fuzzy, python-format
-msgid "Question: \"%(title)s\""
-msgstr "æå•"
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3572,36 +3736,202 @@ msgstr "æ¯å‘¨"
msgid "No email"
msgstr "ç„¡é›»å­éƒµä»¶"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+#, fuzzy
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "使用帳號密碼登錄"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+#, fuzzy
+msgid "(or select another login method above)"
+msgstr "è«‹é¸å–上數é¸é …"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+#, fuzzy
+msgid "Sign in"
+msgstr "註冊帳號"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "æ›´æ›é›»å­éƒµä»¶"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "儲存您的電å­éƒµä»¶åœ°å€"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "æ›´æ› %(email)s é›»å­éƒµä»¶"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr "email å¿…è¦, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "æ–°é›»å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "é›»å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+#, fuzzy
+msgid "Save Email"
+msgstr "儲存電å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "å–消"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+#, fuzzy
+msgid "Validate email"
+msgstr "驗證電å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr "驗證 %(email)s 資料或到 %(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "é›»å­ä¿¡ç®±ä¸è®Š"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr "如果你è¦åˆ° %(change_email_url)s 舊 %(email)s ä»ä¿ç•™"
+
+#: skins/common/templates/authopenid/changeemail.html:59
+#, fuzzy
+msgid "Email changed"
+msgstr "é›»å­ä¿¡ç®±å·²è®Š"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr "å¯ä»¥ç”¨é›»å­ä¿¡ç®± %(email)s "
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "é©—è­‰éŽé›»å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr "æ„Ÿè¬é©—證電å­ä¿¡ç®±"
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "é›»å­ä¿¡ç®± key 未傳é€"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr "%(change_link)s 未傳é€é›»å­ä¿¡ç®± key %(email)s"
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+#, fuzzy
+msgid "Registration"
+msgstr "註冊"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "註冊 %(provider)s 帳號, åƒè€ƒ %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"%(username)s 已註冊, è«‹é¸ç”¨ %(provider)s 其他帳號 \n"
+" åŒæ™‚也需è¦é›»å­ä¿¡ç®±, è«‹åƒè€ƒ %(gravatar_faq_url)s\n"
+" "
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "註冊外在 %(provider)s 帳號, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr "註冊臉書新帳號, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+
+# todo: review this message may be confusing user
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "指定帳號已經存在, 請使用別的帳號。"
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "ç•«é¢æ¨™é¡Œ"
+
+#: skins/common/templates/authopenid/complete.html:66
+#, fuzzy
+msgid "Email address label"
+msgstr "您的電å­éƒµä»¶åœ°å€"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr "接收到更新的簡介"
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "è«‹é¸å–上數é¸é …"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr "一旦簽入, 標籤供èšæœƒåœ¨å³æ¬„"
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "新增帳號"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "æ„Ÿè¬ä½ åŠ å…¥æˆ‘們的 Q&A 論壇"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "帳號詳細: "
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
#, fuzzy
msgid "Username:"
msgstr "您的大å"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "密碼: "
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "請由此進入: "
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
@@ -3610,17 +3940,14 @@ msgstr ""
" 論壇管ç†è€…"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "æ­¡è¿Ž"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "è«‹ä¾ä¸‹åˆ—指引使用論壇: "
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr "è«‹ä¾ä¸Šåˆ—指引èªè­‰é›»å­éƒµä»¶åœ°å€"
@@ -3632,1897 +3959,2716 @@ msgid ""
"for any inconvenience"
msgstr "如你肯定這訊æ¯è¢«èª¤é€, ä¸éœ€åšä»»ä½•å‹•ä½œ, 並忽略此信, éžå¸¸æŠ±æ­‰ \n"
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "登出"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
+msgstr ""
+
+#: skins/common/templates/authopenid/logout.html:7
+msgid ""
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "用戶登錄"
+
+#: skins/common/templates/authopenid/signin.html:14
#, fuzzy, python-format
msgid ""
"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr "一旦登入, ä½ é‡å° %(title)s %(summary)s 的答覆將會被貼"
+
+#: skins/common/templates/authopenid/signin.html:21
+#, fuzzy, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr "一旦登入, ä½ é‡å° %(title)s %(summary)s 的答覆將會被貼"
+
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
msgstr ""
-"\n"
-" 你好, 這是 %(site_title)s 回饋單\n"
-#: skins/old/templates/authopenid/email_validation.txt:9
+#: skins/common/templates/authopenid/signin.html:42
#, fuzzy
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
-msgstr "如你肯定這訊æ¯è¢«èª¤é€, ä¸éœ€åšä»»ä½•å‹•ä½œ, 並忽略此信, éžå¸¸æŠ±æ­‰ \n"
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr "請輸入密碼"
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
+#: skins/common/templates/authopenid/signin.html:87
#, fuzzy
-msgid "no items in counter"
-msgstr "ç„¡"
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "使用帳號密碼登錄"
-#: templatetags/extra_tags.py:43
-#, python-format
-msgid "%(username)s gravatar image"
-msgstr "%(username)s 大頭貼"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr ""
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "æ›´æ›é›»å­éƒµä»¶"
+
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
+msgstr "密碼"
+
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "登錄"
+
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: utils/decorators.py:109
-msgid "Please login to post"
+#: skins/common/templates/authopenid/signin.html:117
+#, fuzzy
+msgid "New password"
+msgstr "é‡è¨­å¯†ç¢¼"
+
+#: skins/common/templates/authopenid/signin.html:124
+#, fuzzy
+msgid "Please, retype"
+msgstr "確èªå¯†ç¢¼"
+
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
msgstr ""
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+#: skins/common/templates/authopenid/signin.html:150
+#, fuzzy
+msgid "provider"
+msgstr "打開"
+
+#: skins/common/templates/authopenid/signin.html:151
+#, fuzzy
+msgid "last used"
+msgstr "上次活動時間"
+
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
msgstr ""
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "刪除"
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "å–消使用者"
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
+#: skins/common/templates/authopenid/signin.html:181
+#, fuzzy
+msgid "Still have trouble signing in?"
+msgstr "還有其他å•é¡Œï¼Ÿ"
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "å°ä¸èµ·ï¼Œè©²ç”¨æˆ¶å已註冊,請æ›ä¸€å€‹è©¦è©¦"
+#: skins/common/templates/authopenid/signin.html:186
+#, fuzzy
+msgid "Please, enter your email address below and obtain a new key"
+msgstr "請輸入密碼"
-#: utils/forms.py:54
+#: skins/common/templates/authopenid/signin.html:188
#, fuzzy
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "å°ä¸èµ·ï¼Œè©²ç”¨æˆ¶åä¸èƒ½è¨»å†Šï¼Œè«‹æ›ä¸€å€‹è©¦è©¦"
+msgid "Please, enter your email address below to recover your account"
+msgstr "請輸入密碼"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "å°ä¸èµ·ï¼Œæ²’有此用戶"
+#: skins/common/templates/authopenid/signin.html:191
+#, fuzzy
+msgid "recover your account via email"
+msgstr "請設新密碼"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
-msgstr "å°ä¸èµ·ï¼Œè¨±å¤šäººä½¿ç”¨è©²ç”¨æˆ¶, 造æˆéŒ¯èª¤"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr ""
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr "用戶å字須由字元, 空白, 下標字組æˆ"
+#: skins/common/templates/authopenid/signin.html:204
+#, fuzzy
+msgid "Recover your account via email"
+msgstr "請設新密碼"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "您的電å­éƒµä»¶åœ°å€"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "為什麼使用 OpenID 登錄?"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr " é›»å­éƒµä»¶åœ°å€ä¸èƒ½ç‚ºç©ºç™½"
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
+msgstr "使用 OpenID 更為容易"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "請輸入åˆæ³•é›»å­éƒµä»¶åœ°å€"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "用åŒä¸€å€‹ opedid 帳號"
+
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr "OpenID 廣為被人利用"
+
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID 為開放標準"
-#: utils/forms.py:121
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "查看更多"
+
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "ç²å– OpenID"
+
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "註冊帳號"
+
+#: skins/common/templates/authopenid/signup_with_password.html:10
#, fuzzy
-msgid "this email is already used by someone else, please choose another"
-msgstr "該電å­éƒµä»¶å·²è¢«æ³¨å†Šï¼Œè«‹é¸æ“‡å¦ä¸€å€‹å†è©¦ã€‚"
+msgid "Please register by clicking on any of the icons below"
+msgstr "è«‹é¸å–上數é¸é …"
-#: utils/forms.py:149
-msgid "choose password"
-msgstr "密碼"
+#: skins/common/templates/authopenid/signup_with_password.html:23
+#, fuzzy
+msgid "or create a new user name and password here"
+msgstr "新增帳號密碼"
-#: utils/forms.py:150
-msgid "password is required"
-msgstr " 密碼ä¸èƒ½ç‚ºç©ºç™½ã€‚"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+#, fuzzy
+msgid "Create login name and password"
+msgstr "新增帳號密碼"
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "確èªå¯†ç¢¼"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr "傳統登入事項"
-#: utils/forms.py:154
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr "請讀å–並輸入下列的字, 以防止自動場產生的帳號. "
+
+#: skins/common/templates/authopenid/signup_with_password.html:47
#, fuzzy
-msgid "please, retype your password"
-msgstr "確èªå¯†ç¢¼"
+msgid "Create Account"
+msgstr "新增帳號"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "å°ä¸èµ·, 密碼ä¸åˆ, è«‹é‡æ–°è¼¸å…¥"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "或者"
-#: utils/functions.py:74
+#: skins/common/templates/authopenid/signup_with_password.html:50
#, fuzzy
-msgid "2 days ago"
-msgstr "二天å‰"
+msgid "return to OpenID login"
+msgstr "返回 OpenID 登錄"
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "昨天"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "大頭åƒ"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "修改標籤"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] ""
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "帳號詳細: "
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
msgstr ""
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
msgstr ""
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "儲存修改"
+
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
msgstr ""
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+#: skins/common/templates/avatar/change.html:22
+#, fuzzy
+msgid "Upload"
+msgstr "個人資料"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
+#: skins/common/templates/avatar/confirm_delete.html:2
+#, fuzzy
+msgid "delete avatar"
+msgstr "刪除回答"
+
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-#: views/commands.py:65
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
-msgid "You have %(votes_left)s votes left for today"
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-#: views/commands.py:122
+#: skins/common/templates/avatar/confirm_delete.html:12
#, fuzzy
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+msgid "Delete These"
+msgstr "刪除回答"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr ""
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "回答的連çµåœ°å€"
-#: views/commands.py:207
-#, fuzzy
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "永久連çµ"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr "訂閱暫存, 需用 %(email)s èªè­‰, åƒè€ƒ %(details_url)s"
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "編輯"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "é›»å­éƒµä»¶æ¯æ—¥æ›´æ–°"
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "查看標籤列表"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
-msgstr ""
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr "檢舉該帖為「惡æ„帖ã€ï¼ˆå«å»£å‘Šã€äººèº«æ”»æ“Šã€æƒ¡æ„言論等)"
-#: views/commands.py:409
-#, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr ""
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "標記惡æ„帖"
-#: views/commands.py:542
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
#, fuzzy
-msgid "Please sign in to vote"
-msgstr "請由此進入: "
+msgid "remove flag"
+msgstr "查看標籤列表"
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Q&A 論壇回饋"
+# todo please check this in chinese
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "æ¢å¾©"
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "è¬è¬å›žé¥‹"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "回答å•é¡Œ"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "期待你的回饋"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "標記為最佳答案(å†æ¬¡é»žæ“Šå–消æ“作)"
-#: views/readers.py:151
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "第 %(q_num)s 個å•é¡Œ"
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "這個答案已經被æå•ä½œè€…標記為最佳答案"
-#: views/readers.py:159
+#: skins/common/templates/question/closed_question_info.html:2
#, fuzzy, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "第 %(q_num)s 個å•é¡Œ"
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "å•é¡Œå·²å›  \"%(close_reason)s\" 的原因被關閉"
-#: views/readers.py:199
+#: skins/common/templates/question/closed_question_info.html:4
#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
+msgid "close date %(closed_at)s"
+msgstr "關閉日期 %(closed_at)s "
-#: views/readers.py:415
+#: skins/common/templates/question/question_controls.html:6
#, fuzzy
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "這個å•é¡Œè¢«"
+msgid "retag"
+msgstr "更新了標籤"
-#: views/users.py:211
-#, fuzzy
-msgid "moderate this user"
-msgstr "管ç†ç”¨æˆ¶"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "打開"
-#: views/users.py:212
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "關閉"
+
+#: skins/common/templates/widgets/edit_post.html:21
#, fuzzy
-msgid "moderate user"
-msgstr "管ç†ç”¨æˆ¶"
+msgid "one of these is required"
+msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
-#: views/users.py:386
-msgid "user profile"
-msgstr "用戶資料"
+# #, python-format
+# msgid ""
+# "must have valid %(email)s to post, \n"
+# " see %(email_validation_faq_url)s\n"
+# " "
+# msgstr "使用正確 %(email)s 張貼, \"
+# " åƒè€ƒ %(email_validation_faq_url)s\n"
+# " "
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "(å¿…è¦çš„)"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "切æ›ç‚º Markdown 編輯器的å³æ™‚é è¦½"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "ç¦ç”¨é è¦½"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "相關標籤"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "用戶概覽"
+# book.html line 123 must be empty in english
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "有趣的標籤"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "最近活動"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "增加"
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "最近活動"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "忽視標籤"
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "其他用戶的回覆和評論"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "é¸æ“‡ Email 標籤篩é¸"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "用戶資料 - 回應 "
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr ""
-#: views/users.py:860
-msgid "user vote record"
-msgstr "用戶投票記錄"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "å°ä¸èµ·ï¼Œæ²’有找到您è¦çš„é é¢ï¼"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "用戶資料 - 投票"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "å¯èƒ½æ˜¯ä»¥ä¸‹åŽŸå› å°Žè‡´ï¼š"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "用戶社å€ç©åˆ†"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "你正在查看的å•é¡Œæˆ–者回答已經被刪除;"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "用戶資料 - ç©åˆ†"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "請求的地å€æœ‰èª¤ - 請核實原始 URL 地å€ï¼›"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "用戶收è—çš„å•é¡Œ"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr "訪å•çš„é é¢è¢«ä¿è­·æˆ–ä½ çš„ç©åˆ†ä¸å¤ ï¼Œåƒè¦‹"
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "用戶資料 - 收è—"
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "常見å•é¡Œ"
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
-msgstr "儲存修改"
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "如果你確信ä¸è©²å‡ºç¾ 404 錯誤,請"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "å–消電å­éƒµä»¶æ›´æ–°"
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "回報這個å•é¡Œ"
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "email 訂閱設定"
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "返回å‰é "
-#: views/users.py:974
-#, fuzzy
-msgid "profile - email subscriptions"
-msgstr "用戶資料 - email 訂閱"
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "查看最新å•é¡Œ"
-#: views/writers.py:58
-#, fuzzy
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "查看標籤列表"
-# todo take these out of settings
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "åªå…許上傳 '%(file_types)s' 類型的文件ï¼"
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr ""
-#: views/writers.py:91
-#, fuzzy, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "åªå…許上傳 %s K大å°çš„文件ï¼"
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr "系統已記錄錯誤, 並將盡快處ç†"
-#: views/writers.py:99
-#, fuzzy
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr "在文件上傳éŽç¨‹ä¸­ç”¢ç”Ÿäº†éŒ¯èª¤ï¼Œè«‹è¯ç³»ç®¡ç†å“¡ï¼Œè¬è¬^_^"
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "如果你願æ„, 請將錯誤回報管ç†è€…"
-#: views/writers.py:191
-#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "æ­¡è¿Žæå•! "
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "請看最新å•é¡Œ"
-#: views/writers.py:492
-#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "沒有回答的å•é¡Œ"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "請看標籤"
-#: views/writers.py:598
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+msgid "About %(site_name)s"
msgstr ""
-#: views/writers.py:646
-#, fuzzy
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "修改回答"
-#: views/writers.py:654
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "返回"
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "版本"
-#, fuzzy
-#~ msgid "Sites"
-#~ msgstr "標題"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "é¸æ“‡ç‰ˆæœ¬"
-#, fuzzy
-#~ msgid "Documentation"
-#~ msgstr "城市"
+# synonym of above in Edit question
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "儲存修改"
-#~ msgid "Change password"
-#~ msgstr "修改密碼"
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "顯示é è¦½"
-#, fuzzy
-#~ msgid "Log out"
-#~ msgstr "登出"
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "我è¦æå•"
-#, fuzzy
-#~ msgid "Home"
-#~ msgstr "首é "
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr ""
-# page title
-#, fuzzy
-#~ msgid "Edit Group Settings"
-#~ msgstr "修改å•é¡Œ"
+# #, python-format
+# msgid ""
+# "must have valid %(email)s to post, \n"
+# " see %(email_validation_faq_url)s\n"
+# " "
+# msgstr "使用正確 %(email)s 張貼, \"
+# " åƒè€ƒ %(email_validation_faq_url)s\n"
+# " "
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "çŽç‰Œ"
-#, fuzzy
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "請修改下列錯誤: "
+#: skins/default/templates/badge.html:7
+#, python-format
+msgid "Badge \"%(name)s\""
+msgstr ""
-#, fuzzy
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "使用帳號密碼登錄"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, fuzzy, python-format
+msgid "%(description)s"
+msgstr "email 訂閱"
-#, fuzzy
-#~ msgid "(or select another login method above)"
-#~ msgstr "è«‹é¸å–上數é¸é …"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
-#, fuzzy
-#~ msgid "Sign in"
-#~ msgstr "註冊帳號"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "çŽå‹µåˆ—表"
-#~ msgid "Change email"
-#~ msgstr "æ›´æ›é›»å­éƒµä»¶"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "çŽå‹µ"
-#~ msgid "Save your email address"
-#~ msgstr "儲存您的電å­éƒµä»¶åœ°å€"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr "社群將ä¾ä½ æ出的å•é¡Œï¼Œå›žç­”,投票的表ç¾ï¼ŒçŽå‹µä½ ã€‚"
-#~ msgid "change %(email)s info"
-#~ msgstr "æ›´æ› %(email)s é›»å­éƒµä»¶"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"下列為çŽå‹µ, 數目明細 \n"
+" 歡迎給予 %(feedback_faq_url)s 回饋。\n"
+" "
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr "email å¿…è¦, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "社群çŽå‹µ"
-#~ msgid "Your new Email"
-#~ msgstr "æ–°é›»å­ä¿¡ç®±"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr "金牌:å分罕見之最高榮耀"
-#~ msgid "Your Email"
-#~ msgstr "é›»å­ä¿¡ç®±"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "第一åçŽå‹µç´°ç¯€"
-#, fuzzy
-#~ msgid "Save Email"
-#~ msgstr "儲存電å­ä¿¡ç®±"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr "銀牌:å¶çˆ¾é ’發之優質çŽç« "
-#~ msgid "Cancel"
-#~ msgstr "å–消"
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "第二åçŽå‹µç´°ç¯€"
-#, fuzzy
-#~ msgid "Validate email"
-#~ msgstr "驗證電å­ä¿¡ç®±"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "第三åçŽå‹µ:授予之特殊榮譽"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr "驗證 %(email)s 資料或到 %(change_email_url)s"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "第三åçŽå‹µç´°ç¯€"
-#~ msgid "Email not changed"
-#~ msgstr "é›»å­ä¿¡ç®±ä¸è®Š"
+# close.html
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "çµæŸå•é¡Œ"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr "如果你è¦åˆ° %(change_email_url)s 舊 %(email)s ä»ä¿ç•™"
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "çµæŸå•é¡Œ"
-#, fuzzy
-#~ msgid "Email changed"
-#~ msgstr "é›»å­ä¿¡ç®±å·²è®Š"
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "原因"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr "å¯ä»¥ç”¨é›»å­ä¿¡ç®± %(email)s "
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "確定關閉"
-#~ msgid "Email verified"
-#~ msgstr "é©—è­‰éŽé›»å­ä¿¡ç®±"
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr ""
-#~ msgid "thanks for verifying email"
-#~ msgstr "æ„Ÿè¬é©—證電å­ä¿¡ç®±"
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "常見å•é¡Œ"
-#~ msgid "email key not sent"
-#~ msgstr "é›»å­ä¿¡ç®± key 未傳é€"
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "我å¯ä»¥åœ¨é€™è£æå•ä»€éº¼æ¨£çš„å•é¡Œï¼Ÿ"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr "%(change_link)s 未傳é€é›»å­ä¿¡ç®± key %(email)s"
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr "é‡é»žæ˜¯ - å•é¡Œå¿…須是和這社群 <strong>相關</strong>ï¼"
-#, fuzzy
-#~ msgid "Registration"
-#~ msgstr "註冊"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"æå•ä¹‹å‰ï¼Œå……分利用系統的自動查找ã€æ¨™ç±¤å’Œæœç´¢ï¼Œçœ‹çœ‹æ˜¯å¦å·²ç¶“有一樣的å•é¡Œä¸¦æœ‰äº†"
+"答案。"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr "註冊 %(provider)s 帳號, åƒè€ƒ %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "什麼樣的å•é¡Œæˆ‘ä¸è©²åœ¨æ­¤æå•ï¼Ÿ"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "%(username)s 已註冊, è«‹é¸ç”¨ %(provider)s 其他帳號 \n"
-#~ " åŒæ™‚也需è¦é›»å­ä¿¡ç®±, è«‹åƒè€ƒ %(gravatar_faq_url)s\n"
-#~ " "
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr "è«‹é¿å…æå•ç„¡é—œçš„,éŽæ–¼ä¸»è§€æ€§ï¼Œæ˜“造æˆçˆ­åµçš„å•é¡Œã€‚"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr "註冊外在 %(provider)s 帳號, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "什麼樣的回答是ä¸å—歡迎的?"
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr "註冊臉書新帳號, è«‹åƒè€ƒ %(gravatar_faq_url)s"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr " 此為 å•é¡Œ/回答 網站,éžè¨Žè«–å€ï¼Œè«‹å‹¿åœ¨æ­¤è¨Žè«–或評論答案。"
-# todo: review this message may be confusing user
-#~ msgid "This account already exists, please use another."
-#~ msgstr "指定帳號已經存在, 請使用別的帳號。"
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "誰是社群的管ç†å“¡ï¼Ÿ"
-#~ msgid "Screen name label"
-#~ msgstr "ç•«é¢æ¨™é¡Œ"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "答案是:<strong>你</strong>。"
-#, fuzzy
-#~ msgid "Email address label"
-#~ msgstr "您的電å­éƒµä»¶åœ°å€"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "社群沒有嚴格æ„義上的管ç†å“¡èº«ä»½ï¼Œæ¯å€‹äººçš†å¯ç‚ºç®¡ç†å“¡"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr "接收到更新的簡介"
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr "通éŽç©åˆ†ç³»çµ±é‹ä½œï¼Œæ¯å€‹ç”¨æˆ¶å¯ä»¥å­¸ç¿’管ç†è€…的事務。"
-#~ msgid "please select one of the options above"
-#~ msgstr "è«‹é¸å–上數é¸é …"
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "社群ç©åˆ†ç³»çµ±å¦‚何é‹ä½œï¼Ÿ"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr "一旦簽入, 標籤供èšæœƒåœ¨å³æ¬„"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr "更新概è¦ï¼š"
-#~ msgid "create account"
-#~ msgstr "新增帳號"
+#: skins/default/templates/faq_static.html:22
+#, fuzzy, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"例如, 如你æ出一個有趣的å•é¡Œæˆ–有幫助的答案, ç©åˆ†æœƒä¸Šå‡, å之, 如果造æˆèª¤å°Ž, "
+"ç©åˆ†å‰‡ä¸‹é™, æ¯ä¸€å€‹è´ŠæˆæŠ•ç¥¨åŠ  <strong>10</strong> 分, æ¯ä¸€å€‹ä¸å–œæ­¡çš„投票則減 "
+"<strong>10</strong> 分, 總分最高 <strong>200</strong> 分, 表格下方為åƒèˆ‡ç®¡ç†"
+"者事務所需ç©åˆ†ã€‚"
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "投贊æˆç¥¨"
-#~ msgid "Logout"
-#~ msgstr "登出"
+#: skins/default/templates/faq_static.html:37
+#, fuzzy
+msgid "use tags"
+msgstr "使用標籤"
-#~ msgid "User login"
-#~ msgstr "用戶登錄"
+# todo - check if it's indeed plural
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "添加評論"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "投åå°ç¥¨"
+
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr "一旦登入, ä½ é‡å° %(title)s %(summary)s 的答覆將會被貼"
+msgid " accept own answer to own questions"
+msgstr "首次å¯ä»¥æŽ¥å—的答案"
+#: skins/default/templates/faq_static.html:53
#, fuzzy
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr "一旦登入, ä½ é‡å° %(title)s %(summary)s 的答覆將會被貼"
+msgid "open and close own questions"
+msgstr "打開關閉任何人的å•é¡Œ"
+#: skins/default/templates/faq_static.html:57
#, fuzzy
-#~ msgid ""
-#~ "Please check your email and visit the enclosed link to re-connect to your "
-#~ "account"
-#~ msgstr "請輸入密碼"
+msgid "retag other's questions"
+msgstr "給任何å•é¡Œæ•´ç†æ¨™ç±¤"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "編輯 wiki é¡žå•é¡Œ"
+
+#: skins/default/templates/faq_static.html:67
#, fuzzy
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "使用帳號密碼登錄"
+msgid "\"edit any answer"
+msgstr "編輯任何答案"
+#: skins/default/templates/faq_static.html:71
#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "æ›´æ›é›»å­éƒµä»¶"
+msgid "\"delete any comment"
+msgstr "刪除æ¯ä¸€å€‹è©•è«–"
-#~ msgid "Password"
-#~ msgstr "密碼"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "何謂大頭貼æœå‹™"
-#~ msgid "Login"
-#~ msgstr "登錄"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr "大頭貼æœå‹™å¸¸å•é›†"
-#, fuzzy
-#~ msgid "New password"
-#~ msgstr "é‡è¨­å¯†ç¢¼"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "注冊需è¦ä¸€å€‹æ–°å¯†ç¢¼å—Žï¼Ÿ"
+#: skins/default/templates/faq_static.html:77
#, fuzzy
-#~ msgid "Please, retype"
-#~ msgstr "確èªå¯†ç¢¼"
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"ä¸éœ€è¦ã€‚社å€æ供了OpenID 的登錄支æŒï¼Œä½ åªéœ€ç”¨ Googleã€Yahoo ç­‰ä»»ä½•æ”¯æŒ "
+"OpenID 登錄的帳號就å¯ä»¥ä½¿ç”¨ç³»çµ±ã€‚"
+#: skins/default/templates/faq_static.html:78
#, fuzzy
-#~ msgid "provider"
-#~ msgstr "打開"
+msgid "\"Login now!\""
+msgstr "馬上登錄"
-#, fuzzy
-#~ msgid "last used"
-#~ msgstr "上次活動時間"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "為什麼其他人å¯ä»¥ä¿®æ”¹æˆ‘çš„å•é¡Œ/回答?"
-#~ msgid "delete"
-#~ msgstr "刪除"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "此網站的目的為 ... "
-#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "å–消使用者"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr "所以å•é¡Œå’Œç­”案都是如 Wiki 一樣å¯ç·¨è¼¯çš„,進而ç©ç´¯æ›´å¤šæœ‰ç”¨çš„知識和經驗。"
-#, fuzzy
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "還有其他å•é¡Œï¼Ÿ"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "如果您ä¸å–œæ­¡é€™ç¨®æ–¹å¼ï¼Œæˆ‘們尊é‡ä½ çš„é¸æ“‡ã€‚"
-#, fuzzy
-#~ msgid "Please, enter your email address below and obtain a new key"
-#~ msgstr "請輸入密碼"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "還有其他å•é¡Œï¼Ÿ"
-#, fuzzy
-#~ msgid "Please, enter your email address below to recover your account"
-#~ msgstr "請輸入密碼"
+#: skins/default/templates/faq_static.html:85
+#, fuzzy, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr "å¦‚æžœæ‚¨å° %(ask_question_url)s 還有其他疑å•ï¼Œè«‹ä¸€èµ·ä¾†æ”¹å–„! "
-#, fuzzy
-#~ msgid "recover your account via email"
-#~ msgstr "請設新密碼"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "å•é¡Œå›žé¥‹"
+
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "回饋"
+
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>敬愛的 %(user_name)s</span>, 我們樂於收到任何回饋, "
+"請由下方輸入æ„見. \n"
+" "
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "Recover your account via email"
-#~ msgstr "請設新密碼"
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>敬愛的åƒè§€è€…</span>, 我們樂於收到任何回饋, 請由下方"
+"輸入æ„見. \n"
+" "
-#~ msgid "Why use OpenID?"
-#~ msgstr "為什麼使用 OpenID 登錄?"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#~ msgid "with openid it is easier"
-#~ msgstr "使用 OpenID 更為容易"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr " (此欄ä¸èƒ½ç‚ºç©ºç™½)"
-#~ msgid "reuse openid"
-#~ msgstr "用åŒä¸€å€‹ opedid 帳號"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#~ msgid "openid is widely adopted"
-#~ msgstr "OpenID 廣為被人利用"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "é€å‡ºå•é¡Œå›žé¥‹"
-#~ msgid "openid is supported open standard"
-#~ msgstr "OpenID 為開放標準"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+" 你好, 這是 %(site_title)s 回饋單\n"
-#~ msgid "Find out more"
-#~ msgstr "查看更多"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "Get OpenID"
-#~ msgstr "ç²å– OpenID"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "Signup"
-#~ msgstr "註冊帳號"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "è«‹é¸å–上數é¸é …"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "新增帳號密碼"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#, fuzzy
-#~ msgid "Create login name and password"
-#~ msgstr "新增帳號密碼"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
-#~ msgid "Traditional signup info"
-#~ msgstr "傳統登入事項"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr "請讀å–並輸入下列的字, 以防止自動場產生的帳號. "
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Create Account"
-#~ msgstr "新增帳號"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#~ msgid "or"
-#~ msgstr "或者"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "return to OpenID login"
-#~ msgstr "返回 OpenID 登錄"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "大頭åƒ"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "修改標籤"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+#: skins/default/templates/instant_notification.html:42
#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "帳號詳細: "
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+"你好, \n"
+" 論壇管ç†è€…"
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "儲存修改"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "發布我的æå•åˆ°æˆ‘çš„ Twitter "
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "個人資料"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "刪除回答"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:29
#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "刪除回答"
+msgid "i like this question (click again to cancel)"
+msgstr "這篇帖å­æœ‰åƒ¹å€¼ï¼ˆå†æ¬¡é»žæ“Šå–消æ“作)"
-#~ msgid "answer permanent link"
-#~ msgstr "回答的連çµåœ°å€"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "這篇帖å­æœ‰åƒ¹å€¼ï¼ˆå†æ¬¡é»žæ“Šå–消æ“作)"
-#~ msgid "permanent link"
-#~ msgstr "永久連çµ"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "當å‰ç¸½ç¥¨æ•¸"
-#~ msgid "edit"
-#~ msgstr "編輯"
+#: skins/default/templates/macros.html:43
+#, fuzzy
+msgid "i dont like this question (click again to cancel)"
+msgstr "這篇帖å­æ²’有價值(å†æ¬¡é»žæ“Šå–消æ“作)"
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr "檢舉該帖為「惡æ„帖ã€ï¼ˆå«å»£å‘Šã€äººèº«æ”»æ“Šã€æƒ¡æ„言論等)"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "這篇帖å­æ²’有價值(å†æ¬¡é»žæ“Šå–消æ“作)"
-#~ msgid "flag offensive"
-#~ msgstr "標記惡æ„帖"
+#: skins/default/templates/macros.html:52
+#, fuzzy
+msgid "anonymous user"
+msgstr "匿å者"
-# todo please check this in chinese
-#~ msgid "undelete"
-#~ msgstr "æ¢å¾©"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr ""
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "回答å•é¡Œ"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "標記為最佳答案(å†æ¬¡é»žæ“Šå–消æ“作)"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "æå•æ–¼"
+#: skins/default/templates/macros.html:91
#, fuzzy
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "這個答案已經被æå•ä½œè€…標記為最佳答案"
+msgid "answered"
+msgstr "回答"
+#: skins/default/templates/macros.html:93
#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr "å•é¡Œå·²å›  \"%(close_reason)s\" 的原因被關閉"
+msgid "posted"
+msgstr "發表"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "關閉日期 %(closed_at)s "
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "æ›´æ–°"
-#, fuzzy
-#~ msgid "retag"
-#~ msgstr "更新了標籤"
+# this is how above two are supposed to be
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "查看有關 '%(tag)s' çš„å•é¡Œ"
-#~ msgid "reopen"
-#~ msgstr "打開"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "刪除任何一個評論"
-#~ msgid "close"
-#~ msgstr "關閉"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "添加評論"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "詳見 <strong>%(counter)s</strong>"
-# #, python-format
-# msgid ""
-# "must have valid %(email)s to post, \n"
-# " see %(email_validation_faq_url)s\n"
-# " "
-# msgstr "使用正確 %(email)s 張貼, \"
-# " åƒè€ƒ %(email_validation_faq_url)s\n"
-# " "
-#~ msgid "(required)"
-#~ msgstr "(å¿…è¦çš„)"
+#: skins/default/templates/macros.html:310
+#, fuzzy, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "更多評論, 詳見 <strong>%(counter)s</strong>"
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "切æ›ç‚º Markdown 編輯器的å³æ™‚é è¦½"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "%(username)s 大頭貼"
-#~ msgid "hide preview"
-#~ msgstr "ç¦ç”¨é è¦½"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "%(user_name)s karma 更動日誌"
-#~ msgid "Related tags"
-#~ msgstr "相關標籤"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "上一é "
-# book.html line 123 must be empty in english
-#~ msgid "Interesting tags"
-#~ msgstr "有趣的標籤"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "當å‰é "
-#, fuzzy
-#~ msgid "add"
-#~ msgstr "增加"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, fuzzy, python-format
+msgid "page number %(num)s"
+msgstr "第 %(num)s é "
-#~ msgid "Ignored tags"
-#~ msgstr "忽視標籤"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "下一é "
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "æ¯é é¡¯ç¤ºï¼š"
+
+#: skins/default/templates/macros.html:629
+#, fuzzy, python-format
+msgid "responses for %(username)s"
+msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
+
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "回應"
+
+#: skins/default/templates/macros.html:635
#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "é¸æ“‡ Email 標籤篩é¸"
+msgid "no new responses yet"
+msgstr "回應"
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "å°ä¸èµ·ï¼Œæ²’有找到您è¦çš„é é¢ï¼"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "第一個標記張貼"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "å¯èƒ½æ˜¯ä»¥ä¸‹åŽŸå› å°Žè‡´ï¼š"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, fuzzy, python-format
+msgid "%(new)s new flagged posts"
+msgstr "第一個標記張貼"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "你正在查看的å•é¡Œæˆ–者回答已經被刪除;"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, fuzzy, python-format
+msgid "%(seen)s flagged posts"
+msgstr "第一個標記張貼"
-#~ msgid "url has error - please check it;"
-#~ msgstr "請求的地å€æœ‰èª¤ - 請核實原始 URL 地å€ï¼›"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "å•é¡Œåˆ—表"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr "訪å•çš„é é¢è¢«ä¿è­·æˆ–ä½ çš„ç©åˆ†ä¸å¤ ï¼Œåƒè¦‹"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "éš±ç§æ”¿ç­–"
-#~ msgid "faq"
-#~ msgstr "常見å•é¡Œ"
+# page title
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "修改å•é¡Œ"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "如果你確信ä¸è©²å‡ºç¾ 404 錯誤,請"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "修改標籤"
-#~ msgid "report this problem"
-#~ msgstr "回報這個å•é¡Œ"
+#: skins/default/templates/question_retag.html:21
+#, fuzzy
+msgid "Retag"
+msgstr "標籤"
-#~ msgid "back to previous page"
-#~ msgstr "返回å‰é "
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "為什麼è¦ç”¨æˆ–修改標籤?"
-#~ msgid "see all questions"
-#~ msgstr "查看最新å•é¡Œ"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
-#~ msgid "see all tags"
-#~ msgstr "查看標籤列表"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "將授予修改標籤的用戶特殊的社å€çŽå‹µ"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr "系統已記錄錯誤, 並將盡快處ç†"
+# todo: remove magic numbers from this file
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "最多 5 個標籤,æ¯å€‹æ¨™ç±¤é•·åº¦å°æ–¼ 20 個字元。"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "如果你願æ„, 請將錯誤回報管ç†è€…"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "é‡å•Ÿå•é¡Œ"
-#~ msgid "see latest questions"
-#~ msgstr "請看最新å•é¡Œ"
+#: skins/default/templates/reopen.html:6
+#, fuzzy
+msgid "Title"
+msgstr "標題"
-#~ msgid "see tags"
-#~ msgstr "請看標籤"
+#: skins/default/templates/reopen.html:11
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
-#~ msgid "Edit answer"
-#~ msgstr "修改回答"
+# close.html
+#: skins/default/templates/reopen.html:16
+#, fuzzy
+msgid "Close reason:"
+msgstr "çµæŸå•é¡Œ"
-#~ msgid "back"
-#~ msgstr "返回"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr ""
-#~ msgid "revision"
-#~ msgstr "版本"
+#: skins/default/templates/reopen.html:22
+#, fuzzy
+msgid "Reopen this question?"
+msgstr "é‡å•Ÿé€™å€‹å•é¡Œ"
-#~ msgid "select revision"
-#~ msgstr "é¸æ“‡ç‰ˆæœ¬"
+#: skins/default/templates/reopen.html:26
+#, fuzzy
+msgid "Reopen this question"
+msgstr "é‡å•Ÿé€™å€‹å•é¡Œ"
-# synonym of above in Edit question
-#~ msgid "Save edit"
-#~ msgstr "儲存修改"
+# revisions_answer.html
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "版本歷å²"
-#~ msgid "show preview"
-#~ msgstr "顯示é è¦½"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "é»žé¸ éš±è—/展開 版本"
-#~ msgid "Ask a question"
-#~ msgstr "我è¦æå•"
+#: skins/default/templates/revisions.html:29
+#, fuzzy, python-format
+msgid "revision %(number)s"
+msgstr "版本"
-# #, python-format
-# msgid ""
-# "must have valid %(email)s to post, \n"
-# " see %(email_validation_faq_url)s\n"
-# " "
-# msgstr "使用正確 %(email)s 張貼, \"
-# " åƒè€ƒ %(email_validation_faq_url)s\n"
-# " "
-#~ msgid "Badge"
-#~ msgstr "çŽç‰Œ"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "使用標籤"
+#: skins/default/templates/subscribe_for_tags.html:6
#, fuzzy
-#~ msgid "%(description)s"
-#~ msgstr "email 訂閱"
+msgid "Please, subscribe for the following tags:"
+msgstr "å•é¡Œæ›¾å› ä¸‹è¿°åŽŸå› çµæŸ"
-#~ msgid "Badges summary"
-#~ msgstr "çŽå‹µåˆ—表"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "使用標籤"
-#~ msgid "Badges"
-#~ msgstr "çŽå‹µ"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "標籤列表"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr "社群將ä¾ä½ æ出的å•é¡Œï¼Œå›žç­”,投票的表ç¾ï¼ŒçŽå‹µä½ ã€‚"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "下列為çŽå‹µ, 數目明細 \n"
-#~ " 歡迎給予 %(feedback_faq_url)s 回饋。\n"
-#~ " "
+msgid "Sort by &raquo;"
+msgstr "查詢性質: "
-#~ msgid "Community badges"
-#~ msgstr "社群çŽå‹µ"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "按å稱的字æ¯å…ˆå¾Œé †åºæŽ’åº"
-#~ msgid "gold badge: the highest honor and is very rare"
-#~ msgstr "金牌:å分罕見之最高榮耀"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "按å稱排åº"
-#~ msgid "gold badge description"
-#~ msgstr "第一åçŽå‹µç´°ç¯€"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "按標籤被使用的次數排åº"
-#~ msgid ""
-#~ "silver badge: occasionally awarded for the very high quality contributions"
-#~ msgstr "銀牌:å¶çˆ¾é ’發之優質çŽç« "
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "按æµè¡Œç¨‹åº¦æŽ’åº"
-#~ msgid "silver badge description"
-#~ msgstr "第二åçŽå‹µç´°ç¯€"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "毫無所ç²"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "第三åçŽå‹µ:授予之特殊榮譽"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "用戶列表"
-#~ msgid "bronze badge description"
-#~ msgstr "第三åçŽå‹µç´°ç¯€"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-# close.html
-#~ msgid "Close question"
-#~ msgstr "çµæŸå•é¡Œ"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "ç©åˆ†"
-#~ msgid "Close the question"
-#~ msgstr "çµæŸå•é¡Œ"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "Reasons"
-#~ msgstr "原因"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "最新加入"
-#~ msgid "OK to close"
-#~ msgstr "確定關閉"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "常見å•é¡Œ"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "我å¯ä»¥åœ¨é€™è£æå•ä»€éº¼æ¨£çš„å•é¡Œï¼Ÿ"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "用戶å"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr "é‡é»žæ˜¯ - å•é¡Œå¿…須是和這社群 <strong>相關</strong>ï¼"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "åˆä¹Ž %(suser)s 查詢的所有用戶å:"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "æå•ä¹‹å‰ï¼Œå……分利用系統的自動查找ã€æ¨™ç±¤å’Œæœç´¢ï¼Œçœ‹çœ‹æ˜¯å¦å·²ç¶“有一樣的å•é¡Œä¸¦æœ‰"
-#~ "了答案。"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "沒有找到相關數據。"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "什麼樣的å•é¡Œæˆ‘ä¸è©²åœ¨æ­¤æå•ï¼Ÿ"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, fuzzy, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "第 %(q_num)s 個å•é¡Œ"
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr "è«‹é¿å…æå•ç„¡é—œçš„,éŽæ–¼ä¸»è§€æ€§ï¼Œæ˜“造æˆçˆ­åµçš„å•é¡Œã€‚"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "%(author_name)s çš„è²¢ç»"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "什麼樣的回答是ä¸å—歡迎的?"
+#: skins/default/templates/main_page/headline.html:12
+#, fuzzy
+msgid "Tagged"
+msgstr "標記"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr " 此為 å•é¡Œ/回答 網站,éžè¨Žè«–å€ï¼Œè«‹å‹¿åœ¨æ­¤è¨Žè«–或評論答案。"
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "æœå°‹æŠ€å·§: "
-#~ msgid "Who moderates this community?"
-#~ msgstr "誰是社群的管ç†å“¡ï¼Ÿ"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "é‡è¨­ä½œè€…"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "答案是:<strong>你</strong>。"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+#, fuzzy
+msgid " or "
+msgstr "或者"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "社群沒有嚴格æ„義上的管ç†å“¡èº«ä»½ï¼Œæ¯å€‹äººçš†å¯ç‚ºç®¡ç†å“¡"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "é‡è¨­æ¨™ç±¤"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr "通éŽç©åˆ†ç³»çµ±é‹ä½œï¼Œæ¯å€‹ç”¨æˆ¶å¯ä»¥å­¸ç¿’管ç†è€…的事務。"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "é‡æ–°é–‹å§‹"
-#~ msgid "How does reputation system work?"
-#~ msgstr "社群ç©åˆ†ç³»çµ±å¦‚何é‹ä½œï¼Ÿ"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr " - 使用更多的標籤更改查詢找資料"
-#~ msgid "Rep system summary"
-#~ msgstr "更新概è¦ï¼š"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "查詢技巧: "
-#, fuzzy
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "例如, 如你æ出一個有趣的å•é¡Œæˆ–有幫助的答案, ç©åˆ†æœƒä¸Šå‡, å之, 如果造æˆèª¤"
-#~ "å°Ž, ç©åˆ†å‰‡ä¸‹é™, æ¯ä¸€å€‹è´ŠæˆæŠ•ç¥¨åŠ  <strong>10</strong> 分, æ¯ä¸€å€‹ä¸å–œæ­¡çš„投"
-#~ "票則減 <strong>10</strong> 分, 總分最高 <strong>200</strong> 分, 表格下方"
-#~ "為åƒèˆ‡ç®¡ç†è€…事務所需ç©åˆ†ã€‚"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "增加標籤和查詢加強æœå°‹"
-#~ msgid "upvote"
-#~ msgstr "投贊æˆç¥¨"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "無未解答å•é¡Œ"
+#: skins/default/templates/main_page/nothing_found.html:7
#, fuzzy
-#~ msgid "use tags"
-#~ msgstr "使用標籤"
+msgid "No questions here. "
+msgstr "無被收è—å•é¡Œ"
-# todo - check if it's indeed plural
-#~ msgid "add comments"
-#~ msgstr "添加評論"
+#: skins/default/templates/main_page/nothing_found.html:8
+#, fuzzy
+msgid "Please follow some questions or follow some users."
+msgstr "一旦開始觀看請記錄å•é¡Œ"
-#~ msgid "downvote"
-#~ msgstr "投åå°ç¥¨"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "廣泛æœå°‹å¯ç”±"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "首次å¯ä»¥æŽ¥å—的答案"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "é‡è¨­ä½œè€…"
-#, fuzzy
-#~ msgid "open and close own questions"
-#~ msgstr "打開關閉任何人的å•é¡Œ"
+# book.html line 123 must be empty in english
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "é‡è¨­æ¨™ç±¤"
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "é‡æ–°é–‹å§‹"
+
+#: skins/default/templates/main_page/nothing_found.html:30
#, fuzzy
-#~ msgid "retag other's questions"
-#~ msgstr "給任何å•é¡Œæ•´ç†æ¨™ç±¤"
+msgid "Please always feel free to ask your question!"
+msgstr "æ­¡è¿Žæå•! "
-#~ msgid "edit community wiki questions"
-#~ msgstr "編輯 wiki é¡žå•é¡Œ"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "找ä¸åˆ°çµæžœ? "
-#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "編輯任何答案"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "ç¾åœ¨æå•"
-#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "刪除æ¯ä¸€å€‹è©•è«–"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "訂閱最新å•é¡Œ"
-#~ msgid "what is gravatar"
-#~ msgstr "何謂大頭貼æœå‹™"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid "gravatar faq info"
-#~ msgstr "大頭貼æœå‹™å¸¸å•é›†"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "注冊需è¦ä¸€å€‹æ–°å¯†ç¢¼å—Žï¼Ÿ"
+#: skins/default/templates/meta/editor_data.html:5
+#, fuzzy, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "æ¯å€‹æ¨™ç±¤çš„長度ä¸è¶…éŽ%(max_chars)s"
-#, fuzzy
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "ä¸éœ€è¦ã€‚社å€æ供了OpenID 的登錄支æŒï¼Œä½ åªéœ€ç”¨ Googleã€Yahoo ç­‰ä»»ä½•æ”¯æŒ "
-#~ "OpenID 登錄的帳號就å¯ä»¥ä½¿ç”¨ç³»çµ±ã€‚"
+#: skins/default/templates/meta/editor_data.html:7
+#, fuzzy, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "最多åªèƒ½æœ‰%(tag_count)s個標籤"
-#, fuzzy
-#~ msgid "\"Login now!\""
-#~ msgstr "馬上登錄"
+# todo: remove magic numbers from this file
+#: skins/default/templates/meta/editor_data.html:8
+#, fuzzy, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "最多 5 個標籤,æ¯å€‹æ¨™ç±¤é•·åº¦å°æ–¼ %(tag_count)s 個字元。"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "為什麼其他人å¯ä»¥ä¿®æ”¹æˆ‘çš„å•é¡Œ/回答?"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+" %(counter)s 答案:"
-#~ msgid "Goal of this site is..."
-#~ msgstr "此網站的目的為 ... "
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "最先回答將顯示在最å‰é¢"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "所以å•é¡Œå’Œç­”案都是如 Wiki 一樣å¯ç·¨è¼¯çš„,進而ç©ç´¯æ›´å¤šæœ‰ç”¨çš„知識和經驗。"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "最先回答"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "如果您ä¸å–œæ­¡é€™ç¨®æ–¹å¼ï¼Œæˆ‘們尊é‡ä½ çš„é¸æ“‡ã€‚"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "最晚回答將顯示在最å‰é¢"
-#~ msgid "Still have questions?"
-#~ msgstr "還有其他å•é¡Œï¼Ÿ"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "最近回答"
-#, fuzzy
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr "å¦‚æžœæ‚¨å° %(ask_question_url)s 還有其他疑å•ï¼Œè«‹ä¸€èµ·ä¾†æ”¹å–„! "
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "投票次數最多的將顯示在最å‰é¢"
-#~ msgid "Feedback"
-#~ msgstr "å•é¡Œå›žé¥‹"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "投票最多"
-#~ msgid "Give us your feedback!"
-#~ msgstr "回饋"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "回答å•é¡Œ"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>敬愛的 %(user_name)s</span>, 我們樂於收到任何回"
-#~ "饋, 請由下方輸入æ„見. \n"
-#~ " "
+msgid "Login/Signup to Answer"
+msgstr "登錄並回答該å•é¡Œ"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>敬愛的åƒè§€è€…</span>, 我們樂於收到任何回饋, è«‹ç”±"
-#~ "下方輸入æ„見. \n"
-#~ " "
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "您的回答"
-#~ msgid "(this field is required)"
-#~ msgstr " (此欄ä¸èƒ½ç‚ºç©ºç™½)"
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "這å•é¡Œçš„第一個解答者"
-#~ msgid "Send Feedback"
-#~ msgstr "é€å‡ºå•é¡Œå›žé¥‹"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr "ä½ å¯ä»¥åŒ¿å回應å†ç°½å…¥"
-#, fuzzy
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr ""
-#~ "你好, \n"
-#~ " 論壇管ç†è€…"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "自å•è‡ªç­”"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "發布我的æå•åˆ°æˆ‘çš„ Twitter "
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "請答複å•é¡Œï¼Œè€Œéžè¨Žè«–。"
+#: skins/default/templates/question/new_answer_form.html:43
#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "這篇帖å­æœ‰åƒ¹å€¼ï¼ˆå†æ¬¡é»žæ“Šå–消æ“作)"
+msgid "Login/Signup to Post Your Answer"
+msgstr "登錄並回答該å•é¡Œ"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "這篇帖å­æœ‰åƒ¹å€¼ï¼ˆå†æ¬¡é»žæ“Šå–消æ“作)"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "回答å•é¡Œ"
-#~ msgid "current number of votes"
-#~ msgstr "當å‰ç¸½ç¥¨æ•¸"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "這篇帖å­æ²’有價值(å†æ¬¡é»žæ“Šå–消æ“作)"
+msgid " or"
+msgstr "或者"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "這篇帖å­æ²’有價值(å†æ¬¡é»žæ“Šå–消æ“作)"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "email"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "匿å者"
+msgid "Question tools"
+msgstr "å•é¡Œæ¨™ç±¤"
-#~ msgid "asked"
-#~ msgstr "æå•æ–¼"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "點é¸è§€çœ‹æœ€ç†±é–€çš„å•é¡Œ"
+#: skins/default/templates/question/sidebar.html:8
#, fuzzy
-#~ msgid "answered"
-#~ msgstr "回答"
+msgid "Following"
+msgstr "所有å•é¡Œ"
+#: skins/default/templates/question/sidebar.html:9
#, fuzzy
-#~ msgid "posted"
-#~ msgstr "發表"
+msgid "Unfollow"
+msgstr "所有å•é¡Œ"
-#~ msgid "updated"
-#~ msgstr "æ›´æ–°"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "點é¸è§€çœ‹æœ€ç†±é–€çš„å•é¡Œ"
-# this is how above two are supposed to be
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "查看有關 '%(tag)s' çš„å•é¡Œ"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "所有å•é¡Œ"
-#~ msgid "delete this comment"
-#~ msgstr "刪除任何一個評論"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
-#~ msgid "add comment"
-#~ msgstr "添加評論"
+#: skins/default/templates/question/sidebar.html:27
+#, fuzzy
+msgid "email the updates"
+msgstr "å–消電å­éƒµä»¶æ›´æ–°"
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "詳見 <strong>%(counter)s</strong>"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
+#: skins/default/templates/question/sidebar.html:35
#, fuzzy
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "更多評論, 詳見 <strong>%(counter)s</strong>"
+msgid "subscribe to this question rss feed"
+msgstr "訂閱最新å•é¡Œ"
+#: skins/default/templates/question/sidebar.html:36
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "%(user_name)s karma 更動日誌"
+msgid "subscribe to rss feed"
+msgstr "訂閱最新å•é¡Œ"
-#~ msgid "previous"
-#~ msgstr "上一é "
-
-#~ msgid "current page"
-#~ msgstr "當å‰é "
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
+#: skins/default/templates/question/sidebar.html:48
#, fuzzy
-#~ msgid "page number %(num)s"
-#~ msgstr "第 %(num)s é "
+msgid "question asked"
+msgstr "æå•æ™‚é–“"
-#~ msgid "next page"
-#~ msgstr "下一é "
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "ç›®å‰å•é¡Œ"
-#~ msgid "posts per page"
-#~ msgstr "æ¯é é¡¯ç¤ºï¼š"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "次"
-#, fuzzy
-#~ msgid "responses for %(username)s"
-#~ msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "最後更新時間"
-#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "回應"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "相似的å•é¡Œ"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
#, fuzzy
-#~ msgid "no new responses yet"
-#~ msgstr "回應"
+msgid "Notify me once a day when there are any new answers"
+msgstr "若有新答案請知會我"
-#, fuzzy
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "第一個標記張貼"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "若有新答案請知會我"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
#, fuzzy
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "第一個標記張貼"
+msgid "Notify me immediately when there are any new answers"
+msgstr "若有新答案請知會我"
-#, fuzzy
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "第一個標記張貼"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr "ä½ å¯å¾ž %(profile_url)s 調整 email 更新頻率"
-#~ msgid "Questions"
-#~ msgstr "å•é¡Œåˆ—表"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr "一旦é·å…¥ä½ å¯ä»¥è¨‚閱任何更新"
-#~ msgid "Privacy policy"
-#~ msgstr "éš±ç§æ”¿ç­–"
+#: skins/default/templates/user_profile/user.html:12
+#, fuzzy, python-format
+msgid "%(username)s's profile"
+msgstr "用戶資料"
-# page title
-#~ msgid "Edit question"
-#~ msgstr "修改å•é¡Œ"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "修改個人資料"
-#~ msgid "Change tags"
-#~ msgstr "修改標籤"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "修改資料"
-#, fuzzy
-#~ msgid "Retag"
-#~ msgstr "標籤"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "æ›´æ›ç…§ç‰‡"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "為什麼è¦ç”¨æˆ–修改標籤?"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "將授予修改標籤的用戶特殊的社å€çŽå‹µ"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "註冊用戶"
-# todo: remove magic numbers from this file
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "最多 5 個標籤,æ¯å€‹æ¨™ç±¤é•·åº¦å°æ–¼ 20 個字元。"
+#: skins/default/templates/user_profile/user_edit.html:39
+#, fuzzy
+msgid "Screen Name"
+msgstr "當é "
-#~ msgid "Reopen question"
-#~ msgstr "é‡å•Ÿå•é¡Œ"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "æ›´æ–°"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
#, fuzzy
-#~ msgid "Title"
-#~ msgstr "標題"
+msgid "subscriptions"
+msgstr "email 訂閱"
-# close.html
-#, fuzzy
-#~ msgid "Close reason:"
-#~ msgstr "çµæŸå•é¡Œ"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "Email 訂閱設定"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "Email 訂閱設定資料"
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "åœæ­¢é€å‡º email"
+
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Reopen this question?"
-#~ msgstr "é‡å•Ÿé€™å€‹å•é¡Œ"
+msgid "followed questions"
+msgstr "所有å•é¡Œ"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:34
#, fuzzy
-#~ msgid "Reopen this question"
-#~ msgstr "é‡å•Ÿé€™å€‹å•é¡Œ"
+msgid "Sections:"
+msgstr "å•é¡Œ"
-# revisions_answer.html
-#~ msgid "Revision history"
-#~ msgstr "版本歷å²"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
-#~ msgid "click to hide/show revision"
-#~ msgstr "é»žé¸ éš±è—/展開 版本"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, fuzzy, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "最多åªèƒ½æœ‰%(tag_count)s個標籤"
+#: skins/default/templates/user_profile/user_inbox.html:49
#, fuzzy
-#~ msgid "revision %(number)s"
-#~ msgstr "版本"
+msgid "select:"
+msgstr "刪除"
+#: skins/default/templates/user_profile/user_inbox.html:51
#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "使用標籤"
+msgid "seen"
+msgstr "查看"
+#: skins/default/templates/user_profile/user_inbox.html:52
#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "å•é¡Œæ›¾å› ä¸‹è¿°åŽŸå› çµæŸ"
+msgid "new"
+msgstr "最新å•é¡Œ"
+#: skins/default/templates/user_profile/user_inbox.html:53
#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "使用標籤"
+msgid "none"
+msgstr "第三å"
-#~ msgid "Tag list"
-#~ msgstr "標籤列表"
+#: skins/default/templates/user_profile/user_inbox.html:54
+#, fuzzy
+msgid "mark as seen"
+msgstr "上次活動時間"
+#: skins/default/templates/user_profile/user_inbox.html:55
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "查詢性質: "
+msgid "mark as new"
+msgstr "標記最佳答案"
-#~ msgid "sorted alphabetically"
-#~ msgstr "按å稱的字æ¯å…ˆå¾Œé †åºæŽ’åº"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr ""
-#~ msgid "by name"
-#~ msgstr "按å稱排åº"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "更新我的資料"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "按標籤被使用的次數排åº"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr ""
-#~ msgid "by popularity"
-#~ msgstr "按æµè¡Œç¨‹åº¦æŽ’åº"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "真å"
-#~ msgid "Nothing found"
-#~ msgstr "毫無所ç²"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "已加入"
-#~ msgid "Users"
-#~ msgstr "用戶列表"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "上次活動時間"
-#~ msgid "reputation"
-#~ msgstr "ç©åˆ†"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "個人網站"
-#~ msgid "recent"
-#~ msgstr "最新加入"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "城市"
-#~ msgid "by username"
-#~ msgstr "用戶å"
+# user_info.html
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "年齡"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "åˆä¹Ž %(suser)s 查詢的所有用戶å:"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "æ­²"
-#~ msgid "Nothing found."
-#~ msgstr "沒有找到相關數據。"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "今日剩餘投票數"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "%(author_name)s çš„è²¢ç»"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "票"
-#~ msgid "Search tips:"
-#~ msgstr "æœå°‹æŠ€å·§: "
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
+#, fuzzy
+msgid "moderation"
+msgstr "城市"
-#~ msgid "reset author"
-#~ msgstr "é‡è¨­ä½œè€…"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, fuzzy, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "%(user_name)s karma 更動日誌"
+#: skins/default/templates/user_profile/user_moderate.html:11
#, fuzzy
-#~ msgid " or "
-#~ msgstr "或者"
+msgid "User status changed"
+msgstr "用戶社å€ç©åˆ†"
-#~ msgid "reset tags"
-#~ msgstr "é‡è¨­æ¨™ç±¤"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "儲存"
+
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
-#~ msgid "start over"
-#~ msgstr "é‡æ–°é–‹å§‹"
+#: skins/default/templates/user_profile/user_moderate.html:31
+#, fuzzy
+msgid "User reputation changed"
+msgstr "用戶社å€ç©åˆ†"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr " - 使用更多的標籤更改查詢找資料"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr ""
-#~ msgid "Search tip:"
-#~ msgstr "查詢技巧: "
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "增加"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "增加標籤和查詢加強æœå°‹"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, fuzzy, python-format
+msgid "Send message to %(username)s"
+msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "無未解答å•é¡Œ"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:46
#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "無被收è—å•é¡Œ"
+msgid "Message sent"
+msgstr "訊æ¯"
+#: skins/default/templates/user_profile/user_moderate.html:64
#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr "一旦開始觀看請記錄å•é¡Œ"
-
-#~ msgid "You can expand your search by "
-#~ msgstr "廣泛æœå°‹å¯ç”±"
+msgid "Send message"
+msgstr "Copyright(c)2009.CNPROG.COM"
-#~ msgid "resetting author"
-#~ msgstr "é‡è¨­ä½œè€…"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-# book.html line 123 must be empty in english
-#~ msgid "resetting tags"
-#~ msgstr "é‡è¨­æ¨™ç±¤"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "starting over"
-#~ msgstr "é‡æ–°é–‹å§‹"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "æ­¡è¿Žæå•! "
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "找ä¸åˆ°çµæžœ? "
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "Please, post your question!"
-#~ msgstr "ç¾åœ¨æå•"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "訂閱最新å•é¡Œ"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
-#, fuzzy
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "æ¯å€‹æ¨™ç±¤çš„長度ä¸è¶…éŽ%(max_chars)s"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
-#, fuzzy
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "最多åªèƒ½æœ‰%(tag_count)s個標籤"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-# todo: remove magic numbers from this file
-#, fuzzy
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "最多 5 個標籤,æ¯å€‹æ¨™ç±¤é•·åº¦å°æ–¼ %(tag_count)s 個字元。"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "用戶資料"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ " %(counter)s 答案:"
-
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "最先回答將顯示在最å‰é¢"
+msgid "activity"
+msgstr "熱門å•é¡Œ"
-#~ msgid "oldest answers"
-#~ msgstr "最先回答"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
-#~ msgid "newest answers will be shown first"
-#~ msgstr "最晚回答將顯示在最å‰é¢"
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
-#~ msgid "newest answers"
-#~ msgstr "最近回答"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "karma 更動日誌"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "投票次數最多的將顯示在最å‰é¢"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "%(user_name)s karma 更動日誌"
-#~ msgid "popular answers"
-#~ msgstr "投票最多"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "概覽"
-#~ msgid "Answer Your Own Question"
-#~ msgstr "回答å•é¡Œ"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span> å•é¡Œ"
-#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "登錄並回答該å•é¡Œ"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span> 答案"
-#~ msgid "Your answer"
-#~ msgstr "您的回答"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "該回答總共有 %(answer_score)s 個投票"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "這å•é¡Œçš„第一個解答者"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "該回答已被èªç‚ºæ­£ç¢º"
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr "ä½ å¯ä»¥åŒ¿å回應å†ç°½å…¥"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, fuzzy, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "(%(comment_count)s è©•è«–)"
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "自å•è‡ªç­”"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span> 票"
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "請答複å•é¡Œï¼Œè€Œéžè¨Žè«–。"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "è´ŠåŒ"
-#, fuzzy
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "登錄並回答該å•é¡Œ"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "用戶已投贊æˆç¥¨æ•¸æ¬¡"
-#~ msgid "Answer the question"
-#~ msgstr "回答å•é¡Œ"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "åå°"
+#: skins/default/templates/user_profile/user_stats.html:55
#, fuzzy
-#~ msgid " or"
-#~ msgstr "或者"
+msgid "user voted down this many times"
+msgstr "用戶已投åå°ç¥¨æ•¸æ¬¡"
-#~ msgid "email"
-#~ msgstr "email"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span> 標籤"
-#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "å•é¡Œæ¨™ç±¤"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span> 標記"
+#: skins/default/templates/user_profile/user_stats.html:122
#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "點é¸è§€çœ‹æœ€ç†±é–€çš„å•é¡Œ"
+msgid "Answer to:"
+msgstr "æå•æŠ€å·§"
-#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "點é¸è§€çœ‹æœ€ç†±é–€çš„å•é¡Œ"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "用戶資料"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "å–消電å­éƒµä»¶æ›´æ–°"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "其他用戶的回覆和評論"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "訂閱最新å•é¡Œ"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "訂閱最新å•é¡Œ"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "用戶的社群ç©åˆ†åœ–示"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "ç©åˆ†æ­·å²"
+
+#: skins/default/templates/user_profile/user_tabs.html:25
#, fuzzy
-#~ msgid "question asked"
-#~ msgstr "æå•æ™‚é–“"
+msgid "questions that user is following"
+msgstr "用戶收è—çš„å•é¡Œ"
-#~ msgid "question was seen"
-#~ msgstr "ç›®å‰å•é¡Œ"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "最近活動"
-#~ msgid "times"
-#~ msgstr "次"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "用戶投票記錄"
-#~ msgid "last updated"
-#~ msgstr "最後更新時間"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "決定性投票"
-#~ msgid "Related questions"
-#~ msgstr "相似的å•é¡Œ"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "email 訂閱設定"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
#, fuzzy
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "若有新答案請知會我"
+msgid "moderate this user"
+msgstr "管ç†ç”¨æˆ¶"
+
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "投票"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "若有新答案請知會我"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "æå•æŠ€å·§"
-#, fuzzy
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "若有新答案請知會我"
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "請回應相關答案"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr "ä½ å¯å¾ž %(profile_url)s 調整 email 更新頻率"
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "盡é‡ç­”覆å•é¡Œï¼Œè€Œéžè¨Žè«–。"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr "一旦é·å…¥ä½ å¯ä»¥è¨‚閱任何更新"
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "請詳細æ述細節"
-#, fuzzy
-#~ msgid "%(username)s's profile"
-#~ msgstr "用戶資料"
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "簡單扼è¦"
-#~ msgid "Edit user profile"
-#~ msgstr "修改個人資料"
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "查看常見å•é¡Œ"
-#~ msgid "edit profile"
-#~ msgstr "修改資料"
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown 快速åƒè€ƒ"
-#~ msgid "change picture"
-#~ msgstr "æ›´æ›ç…§ç‰‡"
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
-#~ msgid "Registered user"
-#~ msgstr "註冊用戶"
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
#, fuzzy
-#~ msgid "Screen Name"
-#~ msgstr "當é "
+msgid "*italic* or _italic_"
+msgstr "*斜體* 或者 _斜體_"
-#~ msgid "Update"
-#~ msgstr "æ›´æ–°"
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**加粗** 或者 __加粗__ "
-#, fuzzy
-#~ msgid "subscriptions"
-#~ msgstr "email 訂閱"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "è¯çµ"
-#~ msgid "Email subscription settings"
-#~ msgstr "Email 訂閱設定"
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "文字"
-#~ msgid "email subscription settings info"
-#~ msgstr "Email 訂閱設定資料"
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "圖片"
-#~ msgid "Stop sending email"
-#~ msgstr "åœæ­¢é€å‡º email"
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "有åºåˆ—表:"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "所有å•é¡Œ"
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "支æ´åŸºæœ¬çš„HTML標籤"
-#, fuzzy
-#~ msgid "Sections:"
-#~ msgstr "å•é¡Œ"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "有關 Markdown 詳細說明"
-#, fuzzy
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "最多åªèƒ½æœ‰%(tag_count)s個標籤"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "我è¦æå•"
-#, fuzzy
-#~ msgid "select:"
-#~ msgstr "刪除"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr "簽入張貼å•é¡Œ"
-#, fuzzy
-#~ msgid "seen"
-#~ msgstr "查看"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"%(username)s 已註冊, è«‹é¸ç”¨ %(provider)s 其他帳號 \n"
+" åŒæ™‚也需è¦é›»å­ä¿¡ç®±, è«‹åƒè€ƒ %(gravatar_faq_url)s\n"
-#, fuzzy
-#~ msgid "new"
-#~ msgstr "最新å•é¡Œ"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "請 Login/signup 進去張貼"
-#, fuzzy
-#~ msgid "none"
-#~ msgstr "第三å"
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "ç¾åœ¨æå•"
-#, fuzzy
-#~ msgid "mark as seen"
-#~ msgstr "上次活動時間"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "è²¢ç»è€…"
-#, fuzzy
-#~ msgid "mark as new"
-#~ msgstr "標記最佳答案"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "update profile"
-#~ msgstr "更新我的資料"
+# footer.html
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "關於本站"
-#~ msgid "real name"
-#~ msgstr "真å"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "éš±ç§æ”¿ç­–"
-#~ msgid "member for"
-#~ msgstr "已加入"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "å•é¡Œå›žé¥‹"
-#~ msgid "last seen"
-#~ msgstr "上次活動時間"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "回到首é "
-#~ msgid "user website"
-#~ msgstr "個人網站"
+#: skins/default/templates/widgets/logo.html:4
+#, fuzzy, python-format
+msgid "%(site)s logo"
+msgstr "社å€é€šç”¨èªž"
-#~ msgid "location"
-#~ msgstr "城市"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "用戶"
-# user_info.html
-#~ msgid "age"
-#~ msgstr "年齡"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "çŽå‹µæ¦œ"
-#~ msgid "age unit"
-#~ msgstr "æ­²"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "æå•æŠ€å·§"
-#~ msgid "todays unused votes"
-#~ msgstr "今日剩餘投票數"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "我è¦æå•"
-#~ msgid "votes left"
-#~ msgstr "票"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "請詳細æ述您的å•é¡Œã€‚"
+#: skins/default/templates/widgets/question_summary.html:12
#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "城市"
+msgid "view"
+msgid_plural "views"
+msgstr[0] "ç€è¦½"
+#: skins/default/templates/widgets/question_summary.html:29
#, fuzzy
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "%(user_name)s karma 更動日誌"
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "回答"
+#: skins/default/templates/widgets/question_summary.html:40
#, fuzzy
-#~ msgid "User status changed"
-#~ msgstr "用戶社å€ç©åˆ†"
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "票"
-#~ msgid "Save"
-#~ msgstr "儲存"
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:5
#, fuzzy
-#~ msgid "User reputation changed"
-#~ msgstr "用戶社å€ç©åˆ†"
+msgid "see unanswered questions"
+msgstr "沒有回答的å•é¡Œ"
-#~ msgid "Add"
-#~ msgstr "增加"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:8
#, fuzzy
-#~ msgid "Send message to %(username)s"
-#~ msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
+msgid "see your followed questions"
+msgstr "用戶收è—çš„å•é¡Œ"
-#, fuzzy
-#~ msgid "Message sent"
-#~ msgstr "訊æ¯"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
+#: skins/default/templates/widgets/scope_nav.html:11
#, fuzzy
-#~ msgid "Send message"
-#~ msgstr "Copyright(c)2009.CNPROG.COM"
+msgid "Please ask your question here"
+msgstr "ç¾åœ¨æå•"
+
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr ""
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "被åœç”¨ä½¿ç”¨è€…ä¸èƒ½å¼µè²¼"
+msgid "badges:"
+msgstr "çŽå‹µæ¦œ"
+
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "登出"
+
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "登錄"
+# book.html line 123 must be empty in english
+#: skins/default/templates/widgets/user_navigation.html:14
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "用戶資料"
+msgid "settings"
+msgstr "é‡è¨­æ¨™ç±¤"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
#, fuzzy
-#~ msgid "activity"
-#~ msgstr "熱門å•é¡Œ"
+msgid "no items in counter"
+msgstr "ç„¡"
-#~ msgid "Your karma change log."
-#~ msgstr "karma 更動日誌"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr ""
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "%(user_name)s karma 更動日誌"
+#: utils/decorators.py:109
+msgid "Please login to post"
+msgstr ""
-#~ msgid "overview"
-#~ msgstr "概覽"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> å•é¡Œ"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> 答案"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "é¸æ“‡ä¸€å€‹ç”¨æˆ¶å"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "該回答總共有 %(answer_score)s 個投票"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr " 標籤ä¸èƒ½ç‚ºç©ºç™½ã€‚"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "該回答已被èªç‚ºæ­£ç¢º"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "å°ä¸èµ·ï¼Œè©²ç”¨æˆ¶å已註冊,請æ›ä¸€å€‹è©¦è©¦"
+#: utils/forms.py:71
#, fuzzy
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "(%(comment_count)s è©•è«–)"
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "å°ä¸èµ·ï¼Œè©²ç”¨æˆ¶åä¸èƒ½è¨»å†Šï¼Œè«‹æ›ä¸€å€‹è©¦è©¦"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span> 票"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "å°ä¸èµ·ï¼Œæ²’有此用戶"
-#~ msgid "thumb up"
-#~ msgstr "è´ŠåŒ"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr "å°ä¸èµ·ï¼Œè¨±å¤šäººä½¿ç”¨è©²ç”¨æˆ¶, 造æˆéŒ¯èª¤"
-#~ msgid "user has voted up this many times"
-#~ msgstr "用戶已投贊æˆç¥¨æ•¸æ¬¡"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr "用戶å字須由字元, 空白, 下標字組æˆ"
-#~ msgid "thumb down"
-#~ msgstr "åå°"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#, fuzzy
-#~ msgid "user voted down this many times"
-#~ msgstr "用戶已投åå°ç¥¨æ•¸æ¬¡"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "您的電å­éƒµä»¶åœ°å€"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> 標籤"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr " é›»å­éƒµä»¶åœ°å€ä¸èƒ½ç‚ºç©ºç™½"
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span> 標記"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "請輸入åˆæ³•é›»å­éƒµä»¶åœ°å€"
+#: utils/forms.py:141
#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "æå•æŠ€å·§"
+msgid "this email is already used by someone else, please choose another"
+msgstr "該電å­éƒµä»¶å·²è¢«æ³¨å†Šï¼Œè«‹é¸æ“‡å¦ä¸€å€‹å†è©¦ã€‚"
-#~ msgid "User profile"
-#~ msgstr "用戶資料"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "密碼"
-#~ msgid "graph of user reputation"
-#~ msgstr "用戶的社群ç©åˆ†åœ–示"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr " 密碼ä¸èƒ½ç‚ºç©ºç™½ã€‚"
-#~ msgid "reputation history"
-#~ msgstr "ç©åˆ†æ­·å²"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "確èªå¯†ç¢¼"
+#: utils/forms.py:174
#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "用戶收è—çš„å•é¡Œ"
+msgid "please, retype your password"
+msgstr "確èªå¯†ç¢¼"
+
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "å°ä¸èµ·, 密碼ä¸åˆ, è«‹é‡æ–°è¼¸å…¥"
-#~ msgid "recent activity"
-#~ msgstr "最近活動"
+#: utils/functions.py:74
+#, fuzzy
+msgid "2 days ago"
+msgstr "二天å‰"
+
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "昨天"
+
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
-#~ msgid "casted votes"
-#~ msgstr "決定性投票"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
-#~ msgid "votes"
-#~ msgstr "投票"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "answer tips"
-#~ msgstr "æå•æŠ€å·§"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "請回應相關答案"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "盡é‡ç­”覆å•é¡Œï¼Œè€Œéžè¨Žè«–。"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
-#~ msgid "please try to provide details"
-#~ msgstr "請詳細æ述細節"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr ""
-#~ msgid "be clear and concise"
-#~ msgstr "簡單扼è¦"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
-#~ msgid "see frequently asked questions"
-#~ msgstr "查看常見å•é¡Œ"
+#: views/commands.py:123
+#, fuzzy
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
-#~ msgid "Markdown tips"
-#~ msgstr "Markdown 快速åƒè€ƒ"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr ""
+#: views/commands.py:213
#, fuzzy
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*斜體* 或者 _斜體_"
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**加粗** 或者 __加粗__ "
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr "訂閱暫存, 需用 %(email)s èªè­‰, åƒè€ƒ %(details_url)s"
-#~ msgid "link"
-#~ msgstr "è¯çµ"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "é›»å­éƒµä»¶æ¯æ—¥æ›´æ–°"
-#~ msgid "text"
-#~ msgstr "文字"
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "image"
-#~ msgstr "圖片"
+#: views/commands.py:442
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr ""
-#~ msgid "numbered list:"
-#~ msgstr "有åºåˆ—表:"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "請由此進入: "
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "支æ´åŸºæœ¬çš„HTML標籤"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Q&A 論壇回饋"
-#~ msgid "learn more about Markdown"
-#~ msgstr "有關 Markdown 詳細說明"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "è¬è¬å›žé¥‹"
-#~ msgid "ask a question"
-#~ msgstr "我è¦æå•"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "期待你的回饋"
-#~ msgid "login to post question info"
-#~ msgstr "簽入張貼å•é¡Œ"
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "第 %(q_num)s 個å•é¡Œ"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+
+#: views/readers.py:416
#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "%(username)s 已註冊, è«‹é¸ç”¨ %(provider)s 其他帳號 \n"
-#~ " åŒæ™‚也需è¦é›»å­ä¿¡ç®±, è«‹åƒè€ƒ %(gravatar_faq_url)s\n"
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "這個å•é¡Œè¢«"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "請 Login/signup 進去張貼"
+#: views/users.py:212
+#, fuzzy
+msgid "moderate user"
+msgstr "管ç†ç”¨æˆ¶"
-#~ msgid "Ask your question"
-#~ msgstr "ç¾åœ¨æå•"
+#: views/users.py:387
+msgid "user profile"
+msgstr "用戶資料"
-#~ msgid "Contributors"
-#~ msgstr "è²¢ç»è€…"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "用戶概覽"
-# footer.html
-#~ msgid "about"
-#~ msgstr "關於本站"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "最近活動"
-#~ msgid "privacy policy"
-#~ msgstr "éš±ç§æ”¿ç­–"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "最近活動"
-#~ msgid "give feedback"
-#~ msgstr "å•é¡Œå›žé¥‹"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "用戶資料 - 回應 "
-#~ msgid "back to home page"
-#~ msgstr "回到首é "
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "用戶資料 - 投票"
-#, fuzzy
-#~ msgid "%(site)s logo"
-#~ msgstr "社å€é€šç”¨èªž"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "用戶社å€ç©åˆ†"
-#~ msgid "users"
-#~ msgstr "用戶"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "用戶資料 - ç©åˆ†"
-#~ msgid "badges"
-#~ msgstr "çŽå‹µæ¦œ"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "用戶收è—çš„å•é¡Œ"
-#~ msgid "question tips"
-#~ msgstr "æå•æŠ€å·§"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "用戶資料 - 收è—"
-#~ msgid "please ask a relevant question"
-#~ msgstr "我è¦æå•"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "儲存修改"
-#~ msgid "please try provide enough details"
-#~ msgstr "請詳細æ述您的å•é¡Œã€‚"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "å–消電å­éƒµä»¶æ›´æ–°"
+#: views/users.py:975
#, fuzzy
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "ç€è¦½"
+msgid "profile - email subscriptions"
+msgstr "用戶資料 - email 訂閱"
+#: views/writers.py:59
#, fuzzy
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "回答"
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+
+# todo take these out of settings
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "åªå…許上傳 '%(file_types)s' 類型的文件ï¼"
+
+#: views/writers.py:92
+#, fuzzy, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "åªå…許上傳 %s K大å°çš„文件ï¼"
+#: views/writers.py:100
#, fuzzy
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "票"
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr "在文件上傳éŽç¨‹ä¸­ç”¢ç”Ÿäº†éŒ¯èª¤ï¼Œè«‹è¯ç³»ç®¡ç†å“¡ï¼Œè¬è¬^_^"
+#: views/writers.py:192
#, fuzzy
-#~ msgid "see unanswered questions"
-#~ msgstr "沒有回答的å•é¡Œ"
+msgid "Please log in to ask questions"
+msgstr "æ­¡è¿Žæå•! "
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "用戶收è—çš„å•é¡Œ"
+msgid "Please log in to answer questions"
+msgstr "沒有回答的å•é¡Œ"
+
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+#: views/writers.py:649
#, fuzzy
-#~ msgid "badges:"
-#~ msgstr "çŽå‹µæ¦œ"
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "匿å用戶ä¸èƒ½æŠ•ç¥¨"
+
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
-#~ msgid "logout"
-#~ msgstr "登出"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
-#~ msgid "login"
-#~ msgstr "登錄"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "內容至少è¦10個字符"
-# book.html line 123 must be empty in english
#, fuzzy
-#~ msgid "settings"
-#~ msgstr "é‡è¨­æ¨™ç±¤"
+#~ msgid "Question: \"%(title)s\""
+#~ msgstr "æå•"
+
+#, fuzzy
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr "如你肯定這訊æ¯è¢«èª¤é€, ä¸éœ€åšä»»ä½•å‹•ä½œ, 並忽略此信, éžå¸¸æŠ±æ­‰ \n"
#, fuzzy
#~ msgid "(please enter a valid email)"
@@ -5572,10 +6718,6 @@ msgstr ""
#~ msgid "In:"
#~ msgstr "In:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "所有å•é¡Œ"
-
#~ msgid "Sort by:"
#~ msgstr "查詢性質: "
@@ -5856,18 +6998,12 @@ msgstr ""
#~ "\n"
#~ " %(counter)s 答案:\n"
-#~ msgid "tagged"
-#~ msgstr "標記"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "從有趣的標籤, 去除 '%(tag_name)s'"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "從忽視的標籤, 去除 '%(tag_name)s'"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "繼續隱è—忽視的å•é¡Œ"
-
#~ msgid ""
#~ "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></"
#~ "span>'"
diff --git a/askbot/locale/zh_CN/LC_MESSAGES/django.mo b/askbot/locale/zh_CN/LC_MESSAGES/django.mo
index 52b34c68..96671635 100644
--- a/askbot/locale/zh_CN/LC_MESSAGES/django.mo
+++ b/askbot/locale/zh_CN/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/zh_CN/LC_MESSAGES/django.po b/askbot/locale/zh_CN/LC_MESSAGES/django.po
index 07b4b386..d7c0b560 100644
--- a/askbot/locale/zh_CN/LC_MESSAGES/django.po
+++ b/askbot/locale/zh_CN/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-27 02:42-0600\n"
+"POT-Creation-Date: 2012-01-02 11:25-0600\n"
"PO-Revision-Date: 2010-12-15 00:54\n"
"Last-Translator: <suyu8776@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -49,7 +49,10 @@ msgstr ""
msgid "Country field is required"
msgstr "必填项"
-#: forms.py:104
+#: forms.py:104 skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
msgid "title"
msgstr "标题"
@@ -57,67 +60,72 @@ msgstr "标题"
msgid "please enter a descriptive title for your question"
msgstr "请输入对问题具有æ述性质的标题 - “帮忙ï¼ç´§æ€¥æ±‚助ï¼â€æ˜¯ä¸å»ºè®®çš„标题。"
-#: forms.py:110
-msgid "title must be > 10 characters"
-msgstr "标题的长度必须大于10"
+#: forms.py:111
+#, fuzzy, python-format
+msgid "title must be > %d character"
+msgid_plural "title must be > %d characters"
+msgstr[0] "标题的长度必须大于10"
-#: forms.py:119
+#: forms.py:131
msgid "content"
msgstr "内容"
-#: forms.py:125
-msgid "question content must be > 10 characters"
-msgstr "内容至少è¦10个字符"
-
-#: forms.py:134
+#: forms.py:165 skins/common/templates/widgets/edit_post.html:20
+#: skins/common/templates/widgets/edit_post.html:32
+#: skins/default/templates/widgets/meta_nav.html:5
msgid "tags"
msgstr "标签"
-#: forms.py:136
+#: forms.py:168
+#, fuzzy, python-format
msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr "标签为ä¸å¸¦ç©ºæ ¼çš„关键字,最多åªèƒ½ä½¿ç”¨5个关键字。"
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
+"be used."
+msgid_plural ""
+"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
+"be used."
+msgstr[0] "标签为ä¸å¸¦ç©ºæ ¼çš„关键字,最多åªèƒ½ä½¿ç”¨5个关键字。"
-#: forms.py:164
+#: forms.py:201 skins/default/templates/question_retag.html:58
msgid "tags are required"
msgstr " 标签ä¸èƒ½ä¸ºç©ºã€‚"
-#: forms.py:173
+#: forms.py:210
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] "最多åªèƒ½æœ‰%(tag_count)d个标签"
-#: forms.py:181
+#: forms.py:218
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
-#: forms.py:190
+#: forms.py:227
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] "标签最多åªèƒ½æœ‰%(max_chars)d个字符"
-#: forms.py:198
+#: forms.py:235
msgid "use-these-chars-in-tags"
msgstr "在标签中使用这些字符"
-#: forms.py:233
+#: forms.py:270
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:234
+#: forms.py:271
msgid ""
"if you choose community wiki option, the question and answer do not generate "
"points and name of author will not be shown"
msgstr "选择社区wiki模å¼ï¼Œé—®ç­”ä¸è®¡ç®—积分,签å也ä¸æ˜¾ç¤ºä½œè€…ä¿¡æ¯"
-#: forms.py:250
+#: forms.py:287
msgid "update summary:"
msgstr "更新概è¦ï¼š"
-#: forms.py:251
+#: forms.py:288
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
@@ -125,261 +133,267 @@ msgstr ""
"输入本次修改的简å•æ¦‚述(如:修改了别字,修正了语法,改进了样å¼ç­‰ã€‚éžå¿…å¡«"
"项。)"
-#: forms.py:327
+#: forms.py:364
msgid "Enter number of points to add or subtract"
msgstr "输入è¦æ·»åŠ æˆ–å‡åŽ»çš„分数"
-#: forms.py:341 const/__init__.py:250
+#: forms.py:378 const/__init__.py:250
msgid "approved"
msgstr "已认è¯"
-#: forms.py:342 const/__init__.py:251
+#: forms.py:379 const/__init__.py:251
msgid "watched"
msgstr "查看"
-#: forms.py:343 const/__init__.py:252
+#: forms.py:380 const/__init__.py:252
msgid "suspended"
msgstr "æš‚åœä½¿ç”¨"
-#: forms.py:344 const/__init__.py:253
+#: forms.py:381 const/__init__.py:253
msgid "blocked"
msgstr "冻结"
-#: forms.py:346
+#: forms.py:383
#, fuzzy
msgid "administrator"
msgstr "网站管ç†å‘˜"
-#: forms.py:347 const/__init__.py:249
+#: forms.py:384 const/__init__.py:249
msgid "moderator"
msgstr "版主"
-#: forms.py:367
+#: forms.py:404
msgid "Change status to"
msgstr "修改状æ€ä¸º"
-#: forms.py:394
+#: forms.py:431
msgid "which one?"
msgstr "哪个?"
-#: forms.py:415
+#: forms.py:452
msgid "Cannot change own status"
msgstr "ä¸èƒ½ä¿®æ”¹è‡ªå·±çš„状æ€"
-#: forms.py:421
+#: forms.py:458
msgid "Cannot turn other user to moderator"
msgstr "ä¸èƒ½æŠŠå…¶ä»–用户转为版主"
-#: forms.py:428
+#: forms.py:465
msgid "Cannot change status of another moderator"
msgstr "ä¸èƒ½ä¿®æ”¹å…¶ä»–版主的状æ€"
-#: forms.py:434
+#: forms.py:471
#, fuzzy
msgid "Cannot change status to admin"
msgstr "ä¸èƒ½ä¿®æ”¹è‡ªå·±çš„状æ€"
-#: forms.py:440
+#: forms.py:477
#, fuzzy, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr "如果你希望修改%(username)s状æ€"
-#: forms.py:449
+#: forms.py:486
msgid "Subject line"
msgstr "主题"
-#: forms.py:456
+#: forms.py:493
msgid "Message text"
msgstr "ä¿¡æ¯æ–‡æœ¬"
-#: forms.py:542
+#: forms.py:579
#, fuzzy
msgid "Your name (optional):"
msgstr "用户å"
-#: forms.py:543
+#: forms.py:580
#, fuzzy
msgid "Email:"
msgstr "邮件"
-#: forms.py:545
+#: forms.py:582
msgid "Your message:"
msgstr "ä½ çš„ä¿¡æ¯:"
-#: forms.py:550
+#: forms.py:587
msgid "I don't want to give my email or receive a response:"
msgstr ""
-#: forms.py:572
+#: forms.py:609
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
-#: forms.py:611
+#: forms.py:648
#, fuzzy
msgid "ask anonymously"
msgstr "匿å"
-#: forms.py:613
+#: forms.py:650
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:773
+#: forms.py:810
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
-#: forms.py:777
+#: forms.py:814
msgid "reveal identity"
msgstr ""
-#: forms.py:835
+#: forms.py:872
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
-#: forms.py:848
+#: forms.py:885
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
-#: forms.py:886
+#: forms.py:923
#, fuzzy
msgid "this email will be linked to gravatar"
msgstr "ä¸ä¼šå…¬å¼€ï¼Œç”¨äºŽå¤´åƒæ˜¾ç¤ºæœåŠ¡"
-#: forms.py:893
+#: forms.py:930
msgid "Real name"
msgstr "真实姓å"
-#: forms.py:900
+#: forms.py:937
msgid "Website"
msgstr "个人网站"
-#: forms.py:907
+#: forms.py:944
msgid "City"
msgstr ""
-#: forms.py:916
+#: forms.py:953
#, fuzzy
msgid "Show country"
msgstr "æ–°å¸å·"
-#: forms.py:921
+#: forms.py:958
msgid "Date of birth"
msgstr "生日"
-#: forms.py:922
+#: forms.py:959
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "ä¸ä¼šå…¬å¼€ï¼Œåªä¼šæ˜¾ç¤ºæ‚¨çš„年龄,格å¼ä¸ºï¼šYYYY-MM-DD"
-#: forms.py:928
+#: forms.py:965
msgid "Profile"
msgstr "个人简介"
-#: forms.py:937
+#: forms.py:974
msgid "Screen name"
msgstr "昵称"
-#: forms.py:968 forms.py:969
+#: forms.py:1005 forms.py:1006
msgid "this email has already been registered, please use another one"
msgstr "该电å­é‚®ä»¶å·²è¢«æ³¨å†Œï¼Œè¯·é€‰æ‹©å¦ä¸€ä¸ªå†è¯•ã€‚"
-#: forms.py:976
+#: forms.py:1013
msgid "Choose email tag filter"
msgstr "选择邮件标签过æ¥"
-#: forms.py:1023
+#: forms.py:1060
msgid "Asked by me"
msgstr "我的æé—®"
-#: forms.py:1026
+#: forms.py:1063
msgid "Answered by me"
msgstr "我的回答"
-#: forms.py:1029
+#: forms.py:1066
msgid "Individually selected"
msgstr "个人选项"
-#: forms.py:1032
+#: forms.py:1069
msgid "Entire forum (tag filtered)"
msgstr "整个论å›(标签过滤)"
-#: forms.py:1036
+#: forms.py:1073
msgid "Comments and posts mentioning me"
msgstr "留言并æ交我"
-#: forms.py:1115
+#: forms.py:1152
msgid "okay, let's try!"
msgstr "试一试"
-#: forms.py:1116
+#: forms.py:1153
msgid "no community email please, thanks"
msgstr "ä¸éœ€è¦é‚®ä»¶ï¼Œè°¢è°¢"
-#: forms.py:1120
+#: forms.py:1157
msgid "please choose one of the options above"
msgstr "请从以上选项中选择一项"
# footer.html
-#: urls.py:57
+#: urls.py:52
msgid "about/"
msgstr "关于本站/"
-#: urls.py:58
+#: urls.py:53
msgid "faq/"
msgstr "常è§é—®é¢˜/"
-#: urls.py:59
+#: urls.py:54
msgid "privacy/"
msgstr "éšç§æ”¿ç­–/"
-#: urls.py:61 urls.py:66
+#: urls.py:56 urls.py:61
msgid "answers/"
msgstr "回答/"
-#: urls.py:61 urls.py:87 urls.py:207
+#: urls.py:56 urls.py:82 urls.py:207
msgid "edit/"
msgstr "编辑/"
-#: urls.py:66 urls.py:117
+#: urls.py:61 urls.py:112
msgid "revisions/"
msgstr "版本/"
-#: urls.py:72 urls.py:82 urls.py:87 urls.py:92 urls.py:97 urls.py:102
-#: urls.py:107 urls.py:112 urls.py:117 urls.py:294
+#: urls.py:67 urls.py:77 urls.py:82 urls.py:87 urls.py:92 urls.py:97
+#: urls.py:102 urls.py:107 urls.py:112 urls.py:118 urls.py:294
+#: skins/default/templates/question/javascript.html:16
+#: skins/default/templates/question/javascript.html:19
msgid "questions/"
msgstr "问题/"
-#: urls.py:82
+#: urls.py:77
msgid "ask/"
msgstr "æé—®/"
-#: urls.py:92
+#: urls.py:87
msgid "retag/"
msgstr "修改标签/"
-#: urls.py:97
+#: urls.py:92
msgid "close/"
msgstr "关闭/"
-#: urls.py:102
+#: urls.py:97
msgid "reopen/"
msgstr "打开/"
-#: urls.py:107
+#: urls.py:102
msgid "answer/"
msgstr "回答/"
-#: urls.py:112
+#: urls.py:107 skins/default/templates/question/javascript.html:16
msgid "vote/"
msgstr "票/"
+#: urls.py:118
+msgid "widgets/"
+msgstr ""
+
#: urls.py:153
msgid "tags/"
msgstr "标签/"
@@ -389,6 +403,8 @@ msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:201 urls.py:207 urls.py:213 urls.py:221
+#: skins/default/templates/main_page/javascript.html:39
+#: skins/default/templates/main_page/javascript.html:42
msgid "users/"
msgstr "用户/"
@@ -421,11 +437,15 @@ msgstr "上传/"
msgid "feedback/"
msgstr "问题å馈/"
-#: urls.py:300
+#: urls.py:300 skins/default/templates/main_page/javascript.html:38
+#: skins/default/templates/main_page/javascript.html:41
+#: skins/default/templates/question/javascript.html:15
+#: skins/default/templates/question/javascript.html:18
msgid "question/"
msgstr "æé—®/"
-#: urls.py:307 setup_templates/settings.py:206
+#: urls.py:307 setup_templates/settings.py:208
+#: skins/common/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr "账户/"
@@ -945,105 +965,120 @@ msgstr ""
msgid "Maximum length of tag (number of characters)"
msgstr "标签最大长度(字符数)"
-#: conf/forum_data_rules.py:95
+#: conf/forum_data_rules.py:96
+#, fuzzy
+msgid "Minimum length of title (number of characters)"
+msgstr "标签最大长度(字符数)"
+
+#: conf/forum_data_rules.py:106
+#, fuzzy
+msgid "Minimum length of question body (number of characters)"
+msgstr "标签最大长度(字符数)"
+
+#: conf/forum_data_rules.py:117
+#, fuzzy
+msgid "Minimum length of answer body (number of characters)"
+msgstr "标签最大长度(字符数)"
+
+#: conf/forum_data_rules.py:126
#, fuzzy
msgid "Mandatory tags"
msgstr "更新标签"
-#: conf/forum_data_rules.py:98
+#: conf/forum_data_rules.py:129
msgid ""
"At least one of these tags will be required for any new or newly edited "
"question. A mandatory tag may be wildcard, if the wildcard tags are active."
msgstr ""
-#: conf/forum_data_rules.py:110
+#: conf/forum_data_rules.py:141
msgid "Force lowercase the tags"
msgstr ""
-#: conf/forum_data_rules.py:112
+#: conf/forum_data_rules.py:143
msgid ""
"Attention: after checking this, please back up the database, and run a "
"management command: <code>python manage.py fix_question_tags</code> to "
"globally rename the tags"
msgstr ""
-#: conf/forum_data_rules.py:126
+#: conf/forum_data_rules.py:157
msgid "Format of tag list"
msgstr ""
-#: conf/forum_data_rules.py:128
+#: conf/forum_data_rules.py:159
msgid ""
"Select the format to show tags in, either as a simple list, or as a tag cloud"
msgstr ""
-#: conf/forum_data_rules.py:140
+#: conf/forum_data_rules.py:171
#, fuzzy
msgid "Use wildcard tags"
msgstr "相关标签"
-#: conf/forum_data_rules.py:142
+#: conf/forum_data_rules.py:173
msgid ""
"Wildcard tags can be used to follow or ignore many tags at once, a valid "
"wildcard tag has a single wildcard at the very end"
msgstr ""
-#: conf/forum_data_rules.py:155
+#: conf/forum_data_rules.py:186
msgid "Default max number of comments to display under posts"
msgstr "默认显示最大留言数"
-#: conf/forum_data_rules.py:166
+#: conf/forum_data_rules.py:197
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr "最大留言长度,必须å°äºŽ%(max_len)s"
-#: conf/forum_data_rules.py:176
+#: conf/forum_data_rules.py:207
msgid "Limit time to edit comments"
msgstr ""
-#: conf/forum_data_rules.py:178
+#: conf/forum_data_rules.py:209
msgid "If unchecked, there will be no time limit to edit the comments"
msgstr ""
-#: conf/forum_data_rules.py:189
+#: conf/forum_data_rules.py:220
msgid "Minutes allowed to edit a comment"
msgstr ""
-#: conf/forum_data_rules.py:190
+#: conf/forum_data_rules.py:221
msgid "To enable this setting, check the previous one"
msgstr ""
-#: conf/forum_data_rules.py:199
+#: conf/forum_data_rules.py:230
msgid "Save comment by pressing <Enter> key"
msgstr ""
-#: conf/forum_data_rules.py:208
+#: conf/forum_data_rules.py:239
msgid "Minimum length of search term for Ajax search"
msgstr "æœç´¢æœ€å°é•¿åº¦"
-#: conf/forum_data_rules.py:209
+#: conf/forum_data_rules.py:240
msgid "Must match the corresponding database backend setting"
msgstr "必须匹é…相关数æ®åº“设置"
-#: conf/forum_data_rules.py:218
+#: conf/forum_data_rules.py:249
msgid "Do not make text query sticky in search"
msgstr ""
-#: conf/forum_data_rules.py:220
+#: conf/forum_data_rules.py:251
msgid ""
"Check to disable the \"sticky\" behavior of the search query. This may be "
"useful if you want to move the search bar away from the default position or "
"do not like the default sticky behavior of the text search query."
msgstr ""
-#: conf/forum_data_rules.py:233
+#: conf/forum_data_rules.py:264
msgid "Maximum number of tags per question"
msgstr "æ¯ä¸ªé—®é¢˜çš„最多标签数"
-#: conf/forum_data_rules.py:245
+#: conf/forum_data_rules.py:276
msgid "Number of questions to list by default"
msgstr "默认显示的问题数"
-#: conf/forum_data_rules.py:255
+#: conf/forum_data_rules.py:286
msgid "What should \"unanswered question\" mean?"
msgstr "\"未回答\"问题是什么?"
@@ -1969,6 +2004,39 @@ msgid ""
"question poster"
msgstr ""
+#: conf/widgets.py:13
+msgid "Embeddable widgets"
+msgstr ""
+
+#: conf/widgets.py:25
+#, fuzzy
+msgid "Number of questions to show"
+msgstr "默认显示的问题数"
+
+#: conf/widgets.py:28
+msgid ""
+"To embed the widget, add the following code to your site (and fill in "
+"correct base url, preferred tags, width and height):<iframe src="
+"\"{{base_url}}/widgets/questions?tags={{comma-separated-tags}}\" width=\"100%"
+"\" height=\"300\"scrolling=\"no\"><p>Your browser does not support iframes.</"
+"p></iframe>"
+msgstr ""
+
+#: conf/widgets.py:73
+#, fuzzy
+msgid "CSS for the questions widget"
+msgstr "由于以下原因,你è¦å…³é—­è¿™ä¸ªé—®é¢˜"
+
+#: conf/widgets.py:81
+#, fuzzy
+msgid "Header for the questions widget"
+msgstr "忽略问题ä¿æŒéšè—"
+
+#: conf/widgets.py:90
+#, fuzzy
+msgid "Footer for the questions widget"
+msgstr "用户收è—的问题"
+
#: const/__init__.py:10
msgid "duplicate question"
msgstr "完全é‡å¤çš„问题"
@@ -2010,7 +2078,7 @@ msgstr "太地域化"
msgid "newest"
msgstr "最新问题"
-#: const/__init__.py:42
+#: const/__init__.py:42 skins/default/templates/users.html:27
msgid "oldest"
msgstr "按最早加入"
@@ -2047,6 +2115,7 @@ msgid "relevance"
msgstr "相关"
#: const/__init__.py:57
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr "所有"
@@ -2185,7 +2254,7 @@ msgstr "[已关闭]"
msgid "[deleted]"
msgstr "[已删除]"
-#: const/__init__.py:208 views/readers.py:589
+#: const/__init__.py:208 views/readers.py:590
msgid "initial version"
msgstr "åˆå§‹ç‰ˆæœ¬"
@@ -2245,15 +2314,15 @@ msgstr "修改头åƒ"
msgid "retro"
msgstr ""
-#: const/__init__.py:284
+#: const/__init__.py:284 skins/default/templates/badges.html:37
msgid "gold"
msgstr "金牌"
-#: const/__init__.py:285
+#: const/__init__.py:285 skins/default/templates/badges.html:46
msgid "silver"
msgstr "银牌"
-#: const/__init__.py:286
+#: const/__init__.py:286 skins/default/templates/badges.html:53
msgid "bronze"
msgstr "铜牌"
@@ -2398,7 +2467,7 @@ msgid "Incorrect username."
msgstr "选择一个用户å"
#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:12
-#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:206
+#: deps/django_authopenid/urls.py:15 setup_templates/settings.py:208
msgid "signin/"
msgstr "登录/"
@@ -2436,6 +2505,7 @@ msgid "%(site)s user name and password"
msgstr "使用%(site)s å¸å·å¯†ç ç™»å½•"
#: deps/django_authopenid/util.py:384
+#: skins/common/templates/authopenid/signin.html:108
msgid "Create a password-protected account"
msgstr "创建一个密ç ä¿æŠ¤è´¦æˆ·"
@@ -2542,55 +2612,55 @@ msgstr "你的新密ç å·²ä¿å­˜"
msgid "The login password combination was not correct"
msgstr ""
-#: deps/django_authopenid/views.py:579
+#: deps/django_authopenid/views.py:577
msgid "Please click any of the icons below to sign in"
msgstr "请点击下é¢ä»»ä½•ä¸€ä¸ªå›¾æ ‡ç™»å½•"
-#: deps/django_authopenid/views.py:581
+#: deps/django_authopenid/views.py:579
msgid "Account recovery email sent"
msgstr "å‘é€è´¦æˆ·æ¢å¤é‚®ä»¶"
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:582
msgid "Please add one or more login methods."
msgstr "请添加一个或多个登录方å¼"
-#: deps/django_authopenid/views.py:586
+#: deps/django_authopenid/views.py:584
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr "您å¯ä»¥æ·»åŠ ï¼Œåˆ é™¤æˆ–é‡æ–°éªŒè¯ä½ çš„登录方å¼"
-#: deps/django_authopenid/views.py:588
+#: deps/django_authopenid/views.py:586
msgid "Please wait a second! Your account is recovered, but ..."
msgstr "请ç¨ç­‰ï¼Œä½ çš„账户正在æ¢å¤..."
-#: deps/django_authopenid/views.py:590
+#: deps/django_authopenid/views.py:588
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr "对ä¸èµ·ï¼Œè¿™ä¸ªè´¦æˆ·æ¢å¤å·²è¿‡æœŸæˆ–ä¸æ­£ç¡®"
-#: deps/django_authopenid/views.py:663
+#: deps/django_authopenid/views.py:661
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr "%(provider_name)s登录方å¼ä¸å­˜åœ¨"
-#: deps/django_authopenid/views.py:669
+#: deps/django_authopenid/views.py:667
msgid "Oops, sorry - there was some error - please try again"
msgstr "对ä¸èµ·ï¼Œç³»ç»Ÿå‡ºé”™ï¼Œè¯·é‡è¯•"
-#: deps/django_authopenid/views.py:760
+#: deps/django_authopenid/views.py:758
#, python-format
msgid "Your %(provider)s login works fine"
msgstr "ä½ çš„%(provider)s登录æˆåŠŸ"
-#: deps/django_authopenid/views.py:1071 deps/django_authopenid/views.py:1077
+#: deps/django_authopenid/views.py:1069 deps/django_authopenid/views.py:1075
#, python-format
msgid "your email needs to be validated see %(details_url)s"
msgstr "ä½ çš„email需è¦éªŒè¯ï¼Œçœ‹è¿™é‡Œ%(details_url)s"
-#: deps/django_authopenid/views.py:1098
+#: deps/django_authopenid/views.py:1096
#, fuzzy, python-format
msgid "Recover your %(site)s account"
msgstr "通过邮件æ¢å¤ä½ çš„账户"
-#: deps/django_authopenid/views.py:1168
+#: deps/django_authopenid/views.py:1166
msgid "Please check your email and visit the enclosed link."
msgstr "请检查你的邮件并访问其内部链接"
@@ -2625,6 +2695,73 @@ msgstr "默认值: %s"
msgid "Allowed image file types are %(types)s"
msgstr "åªå…许上传'%(file_types)s'类型的文件ï¼"
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr "网站"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr "文档"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/common/templates/authopenid/signin.html:132
+msgid "Change password"
+msgstr "修改密ç "
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+msgid "Log out"
+msgstr "退出登录"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+msgid "Home"
+msgstr "首页"
+
+# page title
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr "修改组设置"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] "请改正下é¢çš„错误"
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr "设置包å«åœ¨%(name)s."
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr "你没有æƒé™ä¿®æ”¹è¿™äº›å€¼"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr "编辑网站设置"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr "此功能ä¸æ”¯æŒ"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr "所有é…置选项都必须在网站的settings.py文件中设置"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr "组别设置: %(name)s"
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
# base_content.html
#: importers/stackexchange/management/commands/load_stackexchange.py:141
msgid "Congratulations, you are now an Administrator"
@@ -2746,7 +2883,7 @@ msgid "%(question_count)d unanswered question about %(topics)s"
msgid_plural "%(question_count)d unanswered questions about %(topics)s"
msgstr[0] "关于 %(topics)s问题有%(question_count)d 个更新"
-#: middleware/forum_mode.py:31
+#: middleware/forum_mode.py:53
#, fuzzy, python-format
msgid "Please log in to use %s"
msgstr "请登录"
@@ -2770,64 +2907,64 @@ msgid ""
"own question"
msgstr "对ä¸èµ·,ä½ ä¸èƒ½è®¤å®šæˆ–å¦å†³ä½ è‡ªå·±çš„回答的自己的问题"
-#: models/__init__.py:353
+#: models/__init__.py:356
#, python-format
msgid ""
"Sorry, you will be able to accept this answer only after %(will_be_able_at)s"
msgstr ""
-#: models/__init__.py:361
+#: models/__init__.py:364
#, fuzzy, python-format
msgid ""
"Sorry, only moderators or original author of the question - %(username)s - "
"can accept or unaccept the best answer"
msgstr "对ä¸èµ·,åªæœ‰é—®é¢˜çš„æ问者 - %(username)s - å¯ä»¥è®¤å®šæœ€ä½³ç­”案"
-#: models/__init__.py:389
+#: models/__init__.py:392
msgid "cannot vote for own posts"
msgstr "ä¸èƒ½ç»™è‡ªå·±çš„帖å­æŠ•ç¥¨"
-#: models/__init__.py:392
+#: models/__init__.py:395
msgid "Sorry your account appears to be blocked "
msgstr "对ä¸èµ·ä½ çš„账户已冻结"
-#: models/__init__.py:397
+#: models/__init__.py:400
msgid "Sorry your account appears to be suspended "
msgstr "对ä¸èµ·ä½ çš„账户已暂åœä½¿ç”¨"
-#: models/__init__.py:407
+#: models/__init__.py:410
#, python-format
msgid ">%(points)s points required to upvote"
msgstr "需è¦+%(points)s积分æ‰èƒ½æŠ•æ”¯æŒç¥¨ã€‚"
-#: models/__init__.py:413
+#: models/__init__.py:416
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "需è¦+%(points)s积分æ‰èƒ½æŠ•å对票。"
-#: models/__init__.py:428
+#: models/__init__.py:431
msgid "Sorry, blocked users cannot upload files"
msgstr "对ä¸èµ·,冻结用户ä¸èƒ½ä¸Šä¼ æ–‡ä»¶"
-#: models/__init__.py:429
+#: models/__init__.py:432
msgid "Sorry, suspended users cannot upload files"
msgstr "对ä¸èµ·,æš‚åœä½¿ç”¨ç”¨æˆ·ä¸èƒ½ä¸Šä¼ æ–‡ä»¶"
-#: models/__init__.py:431
+#: models/__init__.py:434
#, python-format
msgid ""
"uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "上传图片åªé™äºŽç§¯åˆ†+%(min_rep)s以上注册用户!"
-#: models/__init__.py:450 models/__init__.py:517 models/__init__.py:932
+#: models/__init__.py:453 models/__init__.py:520 models/__init__.py:986
msgid "blocked users cannot post"
msgstr "冻结用户ä¸èƒ½å‘布信æ¯"
-#: models/__init__.py:451 models/__init__.py:935
+#: models/__init__.py:454 models/__init__.py:989
msgid "suspended users cannot post"
msgstr "æš‚åœä½¿ç”¨ç”¨æˆ·ä¸èƒ½å‘布信æ¯"
-#: models/__init__.py:478
+#: models/__init__.py:481
#, fuzzy, python-format
msgid ""
"Sorry, comments (except the last one) are editable only within %(minutes)s "
@@ -2837,16 +2974,16 @@ msgid_plural ""
"minutes from posting"
msgstr[0] "对ä¸èµ·ï¼Œç•™è¨€åªèƒ½åœ¨å‘布åŽ10分钟内å¯ç¼–辑"
-#: models/__init__.py:490
+#: models/__init__.py:493
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr "对ä¸èµ·ï¼Œåªæœ‰å‘布者或版主æ‰èƒ½ä¿®æ”¹ç•™è¨€"
-#: models/__init__.py:503
+#: models/__init__.py:506
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr "对ä¸èµ·ï¼Œå› ä¸ºä½ çš„账户已暂åœä½¿ç”¨ï¼Œä½ åªèƒ½ç•™è¨€ä½ è‡ªå·±å‘布的信æ¯"
-#: models/__init__.py:507
+#: models/__init__.py:510
#, python-format
msgid ""
"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
@@ -2855,40 +2992,40 @@ msgstr ""
"对ä¸èµ·ï¼Œç•™è¨€ä»»ä½•ä¿¡æ¯éƒ½éœ€è¦æœ€å°‘%(min_rep)s积分值,ä½ å¯ä»¥ç•™è¨€ä½ è‡ªå·±å‘布或回答的"
"问题"
-#: models/__init__.py:535
+#: models/__init__.py:538
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr "这个问题已ç»è¢«åˆ é™¤ï¼Œè€Œä¸”åªèƒ½è¢«å‘布者,网站管ç†å‘˜å’Œç‰ˆä¸»æŸ¥çœ‹"
-#: models/__init__.py:552
+#: models/__init__.py:555
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr "对ä¸èµ·ï¼Œåªæœ‰ç‰ˆä¸»ï¼Œç½‘站管ç†å‘˜åŠå‘布者å¯ä»¥ç¼–辑删除此信æ¯"
-#: models/__init__.py:567
+#: models/__init__.py:570
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr "对ä¸èµ·ï¼Œä½ ä¸èƒ½ç¼–辑信æ¯å› ä¸ºä½ çš„账户被冻结"
-#: models/__init__.py:571
+#: models/__init__.py:574
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr "对ä¸èµ·ï¼Œä½ åªèƒ½ç¼–辑你自己å‘布的信æ¯å› ä¸ºä½ çš„账户被暂åœä½¿ç”¨"
-#: models/__init__.py:576
+#: models/__init__.py:579
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr "对ä¸èµ·ï¼Œç¼–辑wikiä¿¡æ¯éœ€è¦æœ€ä½Žç§¯åˆ†%(min_rep)s"
-#: models/__init__.py:583
+#: models/__init__.py:586
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr "对ä¸èµ·ï¼Œç¼–辑其他人的信æ¯éœ€è¦æœ€ä½Žç§¯åˆ†%(min_rep)s"
-#: models/__init__.py:646
+#: models/__init__.py:649
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2897,235 +3034,257 @@ msgid_plural ""
"by other users"
msgstr[0] "对ä¸èµ·ï¼Œä½ ä¸èƒ½åˆ é™¤é—®é¢˜å› ä¸ºå®ƒå·²ç»æœ‰äº†æŠ•èµžæˆç¥¨çš„答案"
-#: models/__init__.py:661
+#: models/__init__.py:664
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr "对ä¸èµ·ï¼Œä½ ä¸èƒ½åˆ é™¤å‘布的信æ¯ï¼Œå› ä¸ºä½ çš„账户被冻结了"
-#: models/__init__.py:665
+#: models/__init__.py:668
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr "对ä¸èµ·ï¼Œä½ åªèƒ½åˆ é™¤ä½ è‡ªå·±å‘布的信æ¯å› ä¸ºä½ çš„账户被暂åœä½¿ç”¨äº†"
-#: models/__init__.py:669
+#: models/__init__.py:672
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr "对ä¸èµ·ï¼Œä½ å¿…须有%(min_rep)s积分æ‰èƒ½åˆ é™¤åˆ«äººå‘布的信æ¯"
-#: models/__init__.py:689
+#: models/__init__.py:692
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr "对ä¸èµ·ï¼Œå› ä¸ºä½ çš„账户已冻结你ä¸èƒ½å…³é—­é—®é¢˜"
-#: models/__init__.py:693
+#: models/__init__.py:696
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr "对ä¸èµ·ï¼Œå› ä¸ºä½ çš„账户已暂åœä½¿ç”¨ä½ ä¸èƒ½å…³é—­é—®é¢˜"
-#: models/__init__.py:697
+#: models/__init__.py:700
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr "对ä¸èµ·ï¼Œä½ å¿…须有%(min_rep)s积分æ‰èƒ½å…³é—­åˆ«äººå‘布的信æ¯"
-#: models/__init__.py:706
+#: models/__init__.py:709
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr "对ä¸èµ·ï¼Œä½ å¿…须有%(min_rep)s积分æ‰èƒ½å…³é—­è‡ªå·±å‘布的问题"
-#: models/__init__.py:730
+#: models/__init__.py:733
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > "
"%(min_rep)s can reopen questions."
msgstr "对ä¸èµ·ï¼Œåªæœ‰ç®¡ç†å‘˜ï¼Œç‰ˆä¸»å’Œæœ‰%(min_rep)s积分的å‘布者æ‰èƒ½é‡å¼€é—®é¢˜"
-#: models/__init__.py:736
+#: models/__init__.py:739
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr "对ä¸èµ·ï¼Œä½ å¿…须有%(min_rep)s积分æ‰èƒ½é‡å¼€è‡ªå·±å‘布的问题"
-#: models/__init__.py:756
+#: models/__init__.py:759
msgid "cannot flag message as offensive twice"
msgstr "ä¸èƒ½ä¸¤æ¬¡æ ‡è®°åŒä¸€ä¿¡æ¯ä¸ºåžƒåœ¾ä¿¡æ¯"
-#: models/__init__.py:761
+#: models/__init__.py:764
msgid "blocked users cannot flag posts"
msgstr "冻结用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
-#: models/__init__.py:763
+#: models/__init__.py:766
msgid "suspended users cannot flag posts"
msgstr "æš‚åœä½¿ç”¨çš„用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
-#: models/__init__.py:765
+#: models/__init__.py:768
#, python-format
msgid "need > %(min_rep)s points to flag spam"
msgstr "需è¦å¤§äºŽ%(min_rep)s积分值æ‰èƒ½æ ‡è®°åžƒåœ¾ä¿¡æ¯"
-#: models/__init__.py:784
+#: models/__init__.py:787
#, python-format
msgid "%(max_flags_per_day)s exceeded"
msgstr "%(max_flags_per_day)s 被处ç†"
-#: models/__init__.py:799
+#: models/__init__.py:798
+msgid "cannot remove non-existing flag"
+msgstr ""
+
+#: models/__init__.py:803
+#, fuzzy
+msgid "blocked users cannot remove flags"
+msgstr "冻结用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
+
+#: models/__init__.py:805
+#, fuzzy
+msgid "suspended users cannot remove flags"
+msgstr "æš‚åœä½¿ç”¨çš„用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
+
+#: models/__init__.py:809
+#, fuzzy, python-format
+msgid "need > %(min_rep)d point to remove flag"
+msgid_plural "need > %(min_rep)d points to remove flag"
+msgstr[0] "需è¦å¤§äºŽ%(min_rep)s积分值æ‰èƒ½æ ‡è®°åžƒåœ¾ä¿¡æ¯"
+
+#: models/__init__.py:828
+#, fuzzy
+msgid "you don't have the permission to remove all flags"
+msgstr "你没有æƒé™ä¿®æ”¹è¿™äº›å€¼"
+
+#: models/__init__.py:829
+msgid "no flags for this entry"
+msgstr ""
+
+#: models/__init__.py:853
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr "对ä¸èµ·ï¼Œåªæœ‰å‘问者,网站管ç†å‘˜å’Œç‰ˆä¸»æ‰èƒ½ä¸ºå·²åˆ é™¤é—®é¢˜ä¿®æ”¹æ ‡ç­¾"
-#: models/__init__.py:806
+#: models/__init__.py:860
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr "对ä¸èµ·ï¼Œä½ çš„账户已冻结,你ä¸èƒ½ä¸ºé—®é¢˜ä¿®æ”¹æ ‡ç­¾"
-#: models/__init__.py:810
+#: models/__init__.py:864
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr "对ä¸èµ·ï¼Œä½ çš„账户已暂åœä½¿ç”¨ï¼Œä½ åªèƒ½ä¸ºä½ è‡ªå·±çš„问题修改标签"
-#: models/__init__.py:814
+#: models/__init__.py:868
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr "对ä¸èµ·ï¼Œä¸ºé—®é¢˜ä¿®æ”¹æ ‡ç­¾å¿…须有%(min_rep)s积分值"
-#: models/__init__.py:833
+#: models/__init__.py:887
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr "对ä¸èµ·ï¼Œå› ä¸ºä½ çš„账户已冻结你ä¸èƒ½åˆ é™¤ç•™è¨€"
-#: models/__init__.py:837
+#: models/__init__.py:891
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr "对ä¸èµ·ï¼Œå› ä¸ºä½ çš„账户暂åœä½¿ç”¨ï¼Œä½ åªèƒ½åˆ é™¤ä½ è‡ªå·±çš„留言"
-#: models/__init__.py:841
+#: models/__init__.py:895
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr "对ä¸èµ·ï¼Œåˆ é™¤ç•™è¨€å¿…须有%(min_rep)s积分值"
-#: models/__init__.py:864
+#: models/__init__.py:918
msgid "cannot revoke old vote"
msgstr "这个投票已ç»è¿‡æ—¶ï¼Œä¸èƒ½æ’¤é”€ã€‚"
-#: models/__init__.py:1339 utils/functions.py:70
+#: models/__init__.py:1395 utils/functions.py:70
#, python-format
msgid "on %(date)s"
msgstr "在%(date)s"
-#: models/__init__.py:1341
+#: models/__init__.py:1397
#, fuzzy
msgid "in two days"
msgstr "登录并回答该问题"
-#: models/__init__.py:1343
+#: models/__init__.py:1399
msgid "tomorrow"
msgstr ""
-#: models/__init__.py:1345
+#: models/__init__.py:1401
#, fuzzy, python-format
msgid "in %(hr)d hour"
msgid_plural "in %(hr)d hours"
msgstr[0] "%(hr)då°æ—¶å‰"
-#: models/__init__.py:1347
+#: models/__init__.py:1403
#, fuzzy, python-format
msgid "in %(min)d min"
msgid_plural "in %(min)d mins"
msgstr[0] "%(min)d分钟å‰"
-#: models/__init__.py:1348
+#: models/__init__.py:1404
#, python-format
msgid "%(days)d day"
msgid_plural "%(days)d days"
msgstr[0] ""
-#: models/__init__.py:1350
+#: models/__init__.py:1406
#, python-format
msgid ""
"New users must wait %(days)s before answering their own question. You can "
"post an answer %(left)s"
msgstr ""
-#: models/__init__.py:1516 skins/default/templates/feedback_email.txt:9
-#: skins/old/templates/feedback_email.txt:9
+#: models/__init__.py:1572 skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Anonymous"
msgstr "匿å"
-#: models/__init__.py:1612 views/users.py:371
+#: models/__init__.py:1668 views/users.py:372
msgid "Site Adminstrator"
msgstr "网站管ç†å‘˜"
-#: models/__init__.py:1614 views/users.py:373
+#: models/__init__.py:1670 views/users.py:374
msgid "Forum Moderator"
msgstr "论å›ç‰ˆä¸»"
-#: models/__init__.py:1616 views/users.py:375
+#: models/__init__.py:1672 views/users.py:376
msgid "Suspended User"
msgstr "æš‚åœè´¦æˆ·"
-#: models/__init__.py:1618 views/users.py:377
+#: models/__init__.py:1674 views/users.py:378
msgid "Blocked User"
msgstr "冻结账户"
-#: models/__init__.py:1620 views/users.py:379
+#: models/__init__.py:1676 views/users.py:380
msgid "Registered User"
msgstr "注册用户"
-#: models/__init__.py:1622
+#: models/__init__.py:1678
msgid "Watched User"
msgstr "æµè§ˆç”¨æˆ·"
-#: models/__init__.py:1624
+#: models/__init__.py:1680
msgid "Approved User"
msgstr "认è¯ç”¨æˆ·"
-#: models/__init__.py:1733
+#: models/__init__.py:1789
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr "%(username)s 积分是 %(reputation)s"
-#: models/__init__.py:1743
+#: models/__init__.py:1799
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] "%(count)d 金牌"
-#: models/__init__.py:1750
+#: models/__init__.py:1806
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] "%(count)d 银牌"
-#: models/__init__.py:1757
+#: models/__init__.py:1813
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] "%(count)d 铜牌"
-#: models/__init__.py:1768
+#: models/__init__.py:1824
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr "%(item1)s 和 %(item2)s"
-#: models/__init__.py:1772
+#: models/__init__.py:1828
#, python-format
msgid "%(user)s has %(badges)s"
msgstr "%(user)s 有 %(badges)s"
-#: models/__init__.py:2179 models/__init__.py:2185 models/__init__.py:2190
-#: models/__init__.py:2195
-#, python-format
-msgid "Re: \"%(title)s\""
+#: models/__init__.py:2305
+#, fuzzy, python-format
+msgid "\"%(title)s\""
msgstr "Re: \"%(title)s\""
-#: models/__init__.py:2200 models/__init__.py:2205
-#, python-format
-msgid "Question: \"%(title)s\""
-msgstr "问题:\"%(title)s\""
-
-#: models/__init__.py:2386
+#: models/__init__.py:2442
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
@@ -3134,7 +3293,7 @@ msgstr ""
"æ­å–œï¼Œä½ èŽ·å¾—一å—'%(badge_name)s'徽章,查看<a\n"
" href=\"%(user_profile)s\">你的资料</a>."
-#: models/__init__.py:2565 views/commands.py:396
+#: models/__init__.py:2635 views/commands.py:429
msgid "Your tag subscription was saved, thanks!"
msgstr ""
@@ -3524,52 +3683,206 @@ msgstr "æ¯å‘¨"
msgid "No email"
msgstr "没有邮件"
+#: skins/common/templates/authopenid/authopenid_macros.html:53
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr "请输入你的用户å,然åŽç™»å½•"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:54
+#: skins/common/templates/authopenid/signin.html:90
+msgid "(or select another login method above)"
+msgstr "(或从上é¢é€‰æ‹©ä¸€ä¸ªç™»å½•æ–¹å¼)"
+
+#: skins/common/templates/authopenid/authopenid_macros.html:56
+msgid "Sign in"
+msgstr "注册å¸å·"
+
+#: skins/common/templates/authopenid/changeemail.html:2
+#: skins/common/templates/authopenid/changeemail.html:8
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "æ›´æ¢ç”µå­é‚®ä»¶"
+
+#: skins/common/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr "ä¿å­˜æ‚¨çš„电å­é‚®ä»¶åœ°å€"
+
+#: skins/common/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr "æ›´æ¢%(email)s电å­é‚®ä»¶"
+
+#: skins/common/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr "为什么邮件是必须的,查看 %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr "你的新邮件地å€"
+
+#: skins/common/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr "你的邮件"
+
+#: skins/common/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr "ä¿å­˜é‚®ä»¶åœ°å€"
+
+#: skins/common/templates/authopenid/changeemail.html:38
+#: skins/default/templates/answer_edit.html:25
+#: skins/default/templates/close.html:16
+#: skins/default/templates/feedback.html:64
+#: skins/default/templates/question_edit.html:36
+#: skins/default/templates/question_retag.html:22
+#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
+#: skins/default/templates/user_profile/user_edit.html:96
+msgid "Cancel"
+msgstr "å–消"
+
+#: skins/common/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr "æ›´æ¢ç”µå­é‚®ä»¶"
+
+#: skins/common/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr "验è¯%(email)s ä¿¡æ¯æˆ–到%(change_email_url)s"
+
+#: skins/common/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr "邮件地å€æœªä¿®æ”¹"
+
+#: skins/common/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr "旧邮件%(email)s被ä¿å­˜,ä½ å¯ä»¥åŽ»%(change_email_url)s修改"
+
+#: skins/common/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr "邮件地å€å·²æ”¹"
+
+#: skins/common/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr "ä½ ç›®å‰çš„%(email)s邮件地å€å¯ä»¥è¢«ç”¨äºŽè¿™é‡Œ"
+
+#: skins/common/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr "邮件地å€ç¡®è®¤"
+
+#: skins/common/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr "感谢你确认邮件地å€"
+
+#: skins/common/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "邮件地å€æœªå‘é€"
+
+#: skins/common/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr "邮件地å€æœªå‘é€%(email)s,点这里修改%(change_link)s"
+
+#: skins/common/templates/authopenid/complete.html:21
+#: skins/common/templates/authopenid/complete.html:23
+msgid "Registration"
+msgstr "注册"
+
+#: skins/common/templates/authopenid/complete.html:27
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "注册新 %(provider)s 账户信æ¯, 查看 %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:30
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see "
+"%(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"%(username)s 账户已存在,在%(provider)s找哦昂选择其他å称. Email也是必须的, 查"
+"看 %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:34
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "注册新扩展%(provider)s 账户信æ¯, 查看 %(gravatar_faq_url)s"
+
+#: skins/common/templates/authopenid/complete.html:37
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr "注册新Facebook账户信æ¯, 查看 %(gravatar_faq_url)s"
+
+# todo: review this message may be confusing user
+#: skins/common/templates/authopenid/complete.html:40
+msgid "This account already exists, please use another."
+msgstr "输入您的新å¸å·å·²ç»å­˜åœ¨,请使用其他å¸å·ã€‚"
+
+#: skins/common/templates/authopenid/complete.html:59
+msgid "Screen name label"
+msgstr "昵称"
+
+#: skins/common/templates/authopenid/complete.html:66
+msgid "Email address label"
+msgstr "您的电å­é‚®ä»¶åœ°å€"
+
+#: skins/common/templates/authopenid/complete.html:72
+#: skins/common/templates/authopenid/signup_with_password.html:36
+msgid "receive updates motivational blurb"
+msgstr "获å–商å“ä¿¡æ¯æ›´æ–°"
+
+#: skins/common/templates/authopenid/complete.html:76
+#: skins/common/templates/authopenid/signup_with_password.html:40
+msgid "please select one of the options above"
+msgstr "请从以上选项中选择一项"
+
+#: skins/common/templates/authopenid/complete.html:79
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr "当你登录åŽ,标签过滤工具将出现在你å³è¾¹çš„é¢æ¿é‡Œ"
+
+#: skins/common/templates/authopenid/complete.html:80
+msgid "create account"
+msgstr "创建å¸å·"
+
#: skins/common/templates/authopenid/confirm_email.txt:1
-#: skins/old/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
msgstr "感谢你在我们的Q&A论å›æ³¨å†Œ"
#: skins/common/templates/authopenid/confirm_email.txt:3
-#: skins/old/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
msgstr "你的详细账户信æ¯ä¸º:"
#: skins/common/templates/authopenid/confirm_email.txt:5
-#: skins/old/templates/authopenid/confirm_email.txt:5
msgid "Username:"
msgstr "用户å"
#: skins/common/templates/authopenid/confirm_email.txt:6
-#: skins/old/templates/authopenid/confirm_email.txt:6
msgid "Password:"
msgstr "密ç "
#: skins/common/templates/authopenid/confirm_email.txt:8
-#: skins/old/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
msgstr "请在这登录"
#: skins/common/templates/authopenid/confirm_email.txt:11
#: skins/common/templates/authopenid/email_validation.txt:13
-#: skins/old/templates/authopenid/confirm_email.txt:11
-#: skins/old/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
msgstr "您忠实的管ç†å‘˜"
#: skins/common/templates/authopenid/email_validation.txt:1
-#: skins/old/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
msgstr "æ¥è‡ªQ&A论å›çš„ç¥ç¦"
#: skins/common/templates/authopenid/email_validation.txt:3
-#: skins/old/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
msgstr "请跟éšä»¥ä¸‹çš„链接æ¥ä½¿ç”¨è®ºå›:"
#: skins/common/templates/authopenid/email_validation.txt:7
-#: skins/old/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
msgstr "点击上é¢çš„链接å¯ä»¥å¸®åŠ©æˆ‘们确认你的邮件地å€"
@@ -3582,2013 +3895,2679 @@ msgstr ""
"如果你认为此消æ¯è¢«é”™è¯¯çš„å‘é€,ä¸è¦è¿›è¡Œæ›´è¿›ä¸€æ­¥çš„动作.仅仅忽略这å°é‚®ä»¶,为给您带"
"æ¥çš„ä¸ä¾¿é“æ­‰."
-#: skins/default/templates/feedback_email.txt:2
-#: skins/old/templates/feedback_email.txt:2
-#, fuzzy, python-format
-msgid ""
-"\n"
-"Hello, this is a %(site_title)s forum feedback message.\n"
+#: skins/common/templates/authopenid/logout.html:3
+msgid "Logout"
+msgstr "退出登录"
+
+#: skins/common/templates/authopenid/logout.html:5
+msgid "You have successfully logged out"
msgstr ""
-"\n"
-"你好, 这是从 %(site_title)s 网站å‘出的å馈信æ¯ã€‚\n"
-#: skins/old/templates/authopenid/email_validation.txt:9
-#, fuzzy
+#: skins/common/templates/authopenid/logout.html:7
msgid ""
-"If you believe that this message was sent in mistake - \n"
-"no further action is needed. Just ignore this email, we apologize\n"
-"for any inconvenience."
+"However, you still may be logged in to your OpenID provider. Please logout "
+"of your provider if you wish to do so."
msgstr ""
-"如果你认为此消æ¯è¢«é”™è¯¯çš„å‘é€,ä¸è¦è¿›è¡Œæ›´è¿›ä¸€æ­¥çš„动作.仅仅忽略这å°é‚®ä»¶,为给您带"
-"æ¥çš„ä¸ä¾¿é“æ­‰."
-#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:240
-msgid "no items in counter"
-msgstr "æ— "
+#: skins/common/templates/authopenid/signin.html:4
+msgid "User login"
+msgstr "用户登录"
-#: templatetags/extra_tags.py:43
+#: skins/common/templates/authopenid/signin.html:14
#, python-format
-msgid "%(username)s gravatar image"
-msgstr "%(username)s 图åƒ"
-
-#: utils/decorators.py:90 views/commands.py:112 views/commands.py:132
-msgid "Oops, apologies - there was some error"
-msgstr "对ä¸èµ·ï¼Œç³»ç»Ÿé”™è¯¯"
-
-#: utils/decorators.py:109
-#, fuzzy
-msgid "Please login to post"
-msgstr "请登录"
-
-#: utils/decorators.py:205
-msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
msgstr ""
+"\n"
+"登录åŽ,你的关于 %(title)s %(summary)s 的回答将被å‘布"
-#: utils/forms.py:32
-msgid "this field is required"
-msgstr "必填项"
-
-#: utils/forms.py:46
-msgid "choose a username"
-msgstr "选择一个用户å"
-
-#: utils/forms.py:52
-msgid "user name is required"
-msgstr "必填项"
+#: skins/common/templates/authopenid/signin.html:21
+#, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr "登录åŽ,你的关于 %(title)s %(summary)s 的问题将被å‘布"
-#: utils/forms.py:53
-msgid "sorry, this name is taken, please choose another"
-msgstr "对ä¸èµ·ï¼Œç”¨æˆ·å已存在,请æ¢ä¸€ä¸ªè¯•è¯•"
+#: skins/common/templates/authopenid/signin.html:28
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
+"选择以下你最喜欢的方å¼ç™»å½•,你的扩展æœåŠ¡å¯†ç å°†è¢«ä¿æŠ¤ä¸”ä½ ä¸éœ€.è¦è®°ä½æˆ–创建一个"
+"新密ç ."
-#: utils/forms.py:54
-msgid "sorry, this name is not allowed, please choose another"
-msgstr "对ä¸èµ·ï¼Œæ‚¨ä¸èƒ½æ³¨å†Œè¯¥ç”¨æˆ·å,请æ¢ä¸€ä¸ªè¯•è¯•"
+#: skins/common/templates/authopenid/signin.html:31
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
+"你最好确认你目å‰çš„登录方å¼å¯ä»¥å·¥ä½œï¼Œæˆ–者你需è¦æ·»åŠ ä¸€ä¸ªæ–°çš„登录方å¼ã€‚请点击下"
+"é¢ä»»ä½•ä¸€ä¸ªicon选择添加一个新登录方å¼ã€‚"
-#: utils/forms.py:55
-msgid "sorry, there is no user with this name"
-msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç”¨æˆ·ä½¿ç”¨è¿™ä¸ªå称"
+#: skins/common/templates/authopenid/signin.html:33
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
+"请通过点击以下icon添加更多永久的登录方å¼ï¼Œä»Žè€Œé¿å…æ¯æ¬¡éƒ½æ˜¯ç”¨email登录。"
-#: utils/forms.py:56
-msgid "sorry, we have a serious error - user name is taken by several users"
-msgstr "对ä¸èµ·ï¼Œç³»ç»Ÿä¸¥é‡é”™è¯¯-用户å被多个用户拥有"
+#: skins/common/templates/authopenid/signin.html:37
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr "点击以下icon,添加一个新的登录方å¼æˆ–者é‡éªŒè¯å·²ç»å­˜åœ¨çš„登录方å¼ã€‚"
-#: utils/forms.py:57
-msgid "user name can only consist of letters, empty space and underscore"
-msgstr "用户ååªèƒ½ç”±å­—æ¯ï¼Œç©ºæ ¼å’Œä¸‹åˆ’线组æˆ"
+#: skins/common/templates/authopenid/signin.html:39
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr "ä½ ç›®å‰è¿˜æ²¡æœ‰ä¸€ä¸ªç™»å½•æ–¹å¼ï¼Œè¯·æ·»åŠ ä¸€ä¸ªæˆ–多个通过点击下é¢çš„icons。"
-#: utils/forms.py:118
-msgid "your email address"
-msgstr "您的电å­é‚®ä»¶åœ°å€"
+#: skins/common/templates/authopenid/signin.html:42
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr "请检查你的邮件并访问邮件里链接é‡è¿žä½ çš„账户"
-#: utils/forms.py:119
-msgid "email address is required"
-msgstr "必填项"
+#: skins/common/templates/authopenid/signin.html:87
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr "使用å¸å·å¯†ç ç™»å½•"
-#: utils/forms.py:120
-msgid "please enter a valid email address"
-msgstr "请输入正确的邮件地å€"
+#: skins/common/templates/authopenid/signin.html:93
+msgid "Login failed, please try again"
+msgstr "登录失败,请é‡è¯•"
-#: utils/forms.py:121
-msgid "this email is already used by someone else, please choose another"
-msgstr "该电å­é‚®ä»¶å·²è¢«æ³¨å†Œï¼Œè¯·é€‰æ‹©å¦ä¸€ä¸ªå†è¯•ã€‚"
+#: skins/common/templates/authopenid/signin.html:97
+#, fuzzy
+msgid "Login or email"
+msgstr "没有邮件"
-#: utils/forms.py:149
-msgid "choose password"
+#: skins/common/templates/authopenid/signin.html:101
+msgid "Password"
msgstr "密ç "
-#: utils/forms.py:150
-msgid "password is required"
-msgstr "必填项"
-
-#: utils/forms.py:153
-msgid "retype password"
-msgstr "确认密ç "
+#: skins/common/templates/authopenid/signin.html:106
+msgid "Login"
+msgstr "登录"
-#: utils/forms.py:154
-msgid "please, retype your password"
-msgstr "确认密ç "
+#: skins/common/templates/authopenid/signin.html:113
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr "修改密ç -请输入新密ç ä¸¤æ¬¡å¹¶æ交"
-#: utils/forms.py:155
-msgid "sorry, entered passwords did not match, please try again"
-msgstr "对ä¸èµ·ï¼Œä½ è¾“入的密ç ä¸åŒ¹é…,请é‡æ–°è¾“å…¥"
+#: skins/common/templates/authopenid/signin.html:117
+msgid "New password"
+msgstr "新密ç "
-#: utils/functions.py:74
-msgid "2 days ago"
-msgstr "2天å‰"
+#: skins/common/templates/authopenid/signin.html:124
+msgid "Please, retype"
+msgstr "确认密ç "
-#: utils/functions.py:76
-msgid "yesterday"
-msgstr "昨天"
+#: skins/common/templates/authopenid/signin.html:146
+msgid "Here are your current login methods"
+msgstr "这里有你的登录方å¼"
-#: utils/functions.py:79
-#, python-format
-msgid "%(hr)d hour ago"
-msgid_plural "%(hr)d hours ago"
-msgstr[0] "%(hr)då°æ—¶å‰"
+#: skins/common/templates/authopenid/signin.html:150
+msgid "provider"
+msgstr "æ供者"
-#: utils/functions.py:85
-#, python-format
-msgid "%(min)d min ago"
-msgid_plural "%(min)d mins ago"
-msgstr[0] "%(min)d分钟å‰"
+#: skins/common/templates/authopenid/signin.html:151
+msgid "last used"
+msgstr "上次活动时间"
-#: views/avatar_views.py:99
-msgid "Successfully uploaded a new avatar."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:152
+msgid "delete, if you like"
+msgstr "å¯ä»¥åˆ é™¤"
-#: views/avatar_views.py:140
-msgid "Successfully updated your avatar."
-msgstr ""
-
-#: views/avatar_views.py:180
-msgid "Successfully deleted the requested avatars."
-msgstr ""
+#: skins/common/templates/authopenid/signin.html:166
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "delete"
+msgstr "删除"
-#: views/commands.py:39
-msgid "anonymous users cannot vote"
-msgstr "匿å用户ä¸èƒ½æŠ•ç¥¨"
+#: skins/common/templates/authopenid/signin.html:168
+#, fuzzy
+msgid "cannot be deleted"
+msgstr "å–消"
-#: views/commands.py:59
-msgid "Sorry you ran out of votes for today"
-msgstr "对ä¸èµ·ï¼Œä½ ä»Šå¤©çš„投票已用完"
+#: skins/common/templates/authopenid/signin.html:181
+msgid "Still have trouble signing in?"
+msgstr "还有其他问题?"
-#: views/commands.py:65
-#, python-format
-msgid "You have %(votes_left)s votes left for today"
-msgstr "你今天还å¯ä»¥æŠ•%(votes_left)s次票"
+#: skins/common/templates/authopenid/signin.html:186
+msgid "Please, enter your email address below and obtain a new key"
+msgstr "请输入你的邮件地å€åŠéªŒè¯ç "
-#: views/commands.py:122
-msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "对ä¸èµ·ï¼ŒåŒ¿å用户没有收件箱"
+#: skins/common/templates/authopenid/signin.html:188
+msgid "Please, enter your email address below to recover your account"
+msgstr "æ¢å¤è´¦æˆ·ï¼Œè¯·åœ¨ä¸‹é¢è¾“入你的邮件地å€"
-#: views/commands.py:192
-msgid "Sorry, something is not right here..."
-msgstr "对ä¸èµ·ï¼Œè¿™é‡Œå‡ºäº†äº›é—®é¢˜"
+#: skins/common/templates/authopenid/signin.html:191
+msgid "recover your account via email"
+msgstr "通过邮件æ¢å¤ä½ çš„账户"
-#: views/commands.py:207
-msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "匿å用户ä¸èƒ½æŽ¥å—回答"
+#: skins/common/templates/authopenid/signin.html:202
+msgid "Send a new recovery key"
+msgstr "å‘é€ä¸€ä¸ªæ¢å¤å»º"
-#: views/commands.py:288
-#, python-format
-msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr "订阅已ä¿å­˜ï¼Œ%(email)s邮件需è¦éªŒè¯, 查看 %(details_url)s"
+#: skins/common/templates/authopenid/signin.html:204
+msgid "Recover your account via email"
+msgstr "通过邮件æ¢å¤ä½ çš„账户"
-#: views/commands.py:295
-msgid "email update frequency has been set to daily"
-msgstr "邮件更新频率已设置æˆæ¯æ—¥æ›´æ–°"
+#: skins/common/templates/authopenid/signin.html:216
+msgid "Why use OpenID?"
+msgstr "为什么需è¦OpenID登录?"
-#: views/commands.py:400
-#, python-format
-msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+#: skins/common/templates/authopenid/signin.html:219
+msgid "with openid it is easier"
msgstr ""
+"构建在OpenID网络认è¯ä¸Šçš„本系统,ä¸éœ€è¦ä½ æ³¨å†Œæ–°çš„å¸å·ï¼Œå³å¯ä½¿ç”¨æˆ‘们系统的所有"
+"功能"
-#: views/commands.py:409
-#, fuzzy, python-format
-msgid "Please sign in to subscribe for: %(tags)s"
-msgstr "请登录"
-
-#: views/commands.py:542
-#, fuzzy
-msgid "Please sign in to vote"
-msgstr "请在这登录"
-
-#: views/meta.py:84
-msgid "Q&A forum feedback"
-msgstr "Q&Aå馈"
-
-#: views/meta.py:85
-msgid "Thanks for the feedback!"
-msgstr "感谢你的å馈"
+#: skins/common/templates/authopenid/signin.html:222
+msgid "reuse openid"
+msgstr "用åŒä¸€ä¸ªå¸å·å¯ç™»å½•äº’è”网所有激活OpenID的网站"
-#: views/meta.py:94
-msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr "我们期望你的å馈"
+#: skins/common/templates/authopenid/signin.html:225
+msgid "openid is widely adopted"
+msgstr "全世界有1.6亿OpenIDå¸å·ï¼Œå’Œ10,000个支æŒOpenID的站点"
-#: views/readers.py:151
-#, fuzzy, python-format
-msgid "%(q_num)s question, tagged"
-msgid_plural "%(q_num)s questions, tagged"
-msgstr[0] "%(q_num)s个问题"
+#: skins/common/templates/authopenid/signin.html:228
+msgid "openid is supported open standard"
+msgstr "OpenID是有开放标准,并且有相关的基金组织æ供支æŒ"
-#: views/readers.py:159
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] "%(q_num)s个问题"
+#: skins/common/templates/authopenid/signin.html:232
+msgid "Find out more"
+msgstr "查看更多"
-#: views/readers.py:199
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] "%(badge_count)d %(badge_level)s奖章"
+#: skins/common/templates/authopenid/signin.html:233
+msgid "Get OpenID"
+msgstr "获å–OpenID"
-#: views/readers.py:415
-msgid ""
-"Sorry, the comment you are looking for has been deleted and is no longer "
-"accessible"
-msgstr "对ä¸èµ·ï¼Œä½ æ‰¾çš„这个评论已ç»è¢«åˆ é™¤"
+#: skins/common/templates/authopenid/signup_with_password.html:4
+msgid "Signup"
+msgstr "注册å¸å·"
-#: views/users.py:211
-msgid "moderate this user"
-msgstr "设为版主"
+#: skins/common/templates/authopenid/signup_with_password.html:10
+#, fuzzy
+msgid "Please register by clicking on any of the icons below"
+msgstr "请点击下é¢ä»»ä½•ä¸€ä¸ªå›¾æ ‡ç™»å½•"
-#: views/users.py:212
+#: skins/common/templates/authopenid/signup_with_password.html:23
#, fuzzy
-msgid "moderate user"
-msgstr "中等用户"
+msgid "or create a new user name and password here"
+msgstr "使用å¸å·å¯†ç ç™»å½•"
-#: views/users.py:386
-msgid "user profile"
-msgstr "用户概览"
+#: skins/common/templates/authopenid/signup_with_password.html:25
+msgid "Create login name and password"
+msgstr "使用å¸å·å¯†ç ç™»å½•"
-#: views/users.py:387
-msgid "user profile overview"
-msgstr "用户概览"
+#: skins/common/templates/authopenid/signup_with_password.html:26
+msgid "Traditional signup info"
+msgstr "传统登录信æ¯"
-#: views/users.py:698
-msgid "recent user activity"
-msgstr "最近活动"
-
-#: views/users.py:699
-msgid "profile - recent activity"
-msgstr "最近活动"
+#: skins/common/templates/authopenid/signup_with_password.html:44
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr "请输入验è¯ä¿¡æ¯"
-#: views/users.py:785
-msgid "comments and answers to others questions"
-msgstr "其他问题的回å¤å’Œè¯„论"
+#: skins/common/templates/authopenid/signup_with_password.html:47
+msgid "Create Account"
+msgstr "创建å¸å·"
-#: views/users.py:786
-msgid "profile - responses"
-msgstr "回应 - 用户资料"
+#: skins/common/templates/authopenid/signup_with_password.html:49
+msgid "or"
+msgstr "或者"
-#: views/users.py:860
-msgid "user vote record"
-msgstr "用户所有投票"
+#: skins/common/templates/authopenid/signup_with_password.html:50
+msgid "return to OpenID login"
+msgstr "返回登录"
-#: views/users.py:861
-msgid "profile - votes"
-msgstr "用户资料 - 投票"
+#: skins/common/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "修改头åƒ"
-#: views/users.py:896
-msgid "user reputation in the community"
-msgstr "用户社区积分"
+#: skins/common/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "修改标签"
-#: views/users.py:897
-msgid "profile - user reputation"
-msgstr "积分 - 用户资料"
+#: skins/common/templates/avatar/add.html:6
+#: skins/common/templates/avatar/change.html:7
+#, fuzzy
+msgid "Your current avatar: "
+msgstr "你的详细账户信æ¯ä¸º:"
-#: views/users.py:924
-msgid "users favorite questions"
-msgstr "用户收è—的问题"
+#: skins/common/templates/avatar/add.html:9
+#: skins/common/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
-#: views/users.py:925
-msgid "profile - favorite questions"
-msgstr "æ”¶è— - 用户资料"
+#: skins/common/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
-#: views/users.py:945 views/users.py:949
-msgid "changes saved"
+#: skins/common/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
msgstr "修改已ä¿å­˜"
-#: views/users.py:955
-msgid "email updates canceled"
-msgstr "邮件更新å–消"
-
-#: views/users.py:973
-msgid "email subscription settings"
-msgstr "邮件订阅设置"
-
-#: views/users.py:974
-msgid "profile - email subscriptions"
-msgstr "邮件订阅"
-
-#: views/writers.py:58
-msgid "Sorry, anonymous users cannot upload files"
-msgstr "匿å用户ä¸èƒ½ä¸Šä¼ æ–‡ä»¶"
-
-# todo take these out of settings
-#: views/writers.py:68
-#, python-format
-msgid "allowed file types are '%(file_types)s'"
-msgstr "åªå…许上传'%(file_types)s'类型的文件ï¼"
-
-#: views/writers.py:91
-#, python-format
-msgid "maximum upload file size is %(file_size)sK"
-msgstr "åªå…许上传ä¸è¶…过%(file_size)sK大å°çš„文件ï¼"
-
-#: views/writers.py:99
-msgid "Error uploading file. Please contact the site administrator. Thank you."
-msgstr "在文件上传过程中产生了错误,请è”系管ç†å‘˜ï¼Œè°¢è°¢^_^"
+#: skins/common/templates/avatar/change.html:17
+msgid "Choose new Default"
+msgstr ""
-#: views/writers.py:191
+#: skins/common/templates/avatar/change.html:22
#, fuzzy
-msgid "Please log in to ask questions"
-msgstr "å‘布你自己的问题"
+msgid "Upload"
+msgstr "上传/"
-#: views/writers.py:492
+#: skins/common/templates/avatar/confirm_delete.html:2
#, fuzzy
-msgid "Please log in to answer questions"
-msgstr "查看没有回答的问题"
+msgid "delete avatar"
+msgstr "删除回答"
-#: views/writers.py:598
-#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
+#: skins/common/templates/avatar/confirm_delete.html:4
+msgid "Please select the avatars that you would like to delete."
msgstr ""
-"对ä¸èµ·ï¼Œä½ å·²ç»é€€å‡ºï¼Œä¸æ©é‚£ä¸ªåœ¨å‘表评论,请<a href=\"%(sign_in_url)s\">登录</"
-"a>."
-#: views/writers.py:646
-msgid "Sorry, anonymous users cannot edit comments"
-msgstr "匿å用户ä¸èƒ½ç¼–辑评论"
-
-#: views/writers.py:654
+#: skins/common/templates/avatar/confirm_delete.html:6
#, python-format
msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
msgstr ""
-"对ä¸èµ·ï¼Œä½ å·²ç»é€€å‡ºï¼Œä¸æ©é‚£ä¸ªåœ¨å‘表评论,请<a href=\"%(sign_in_url)s\">登录</"
-"a>."
-
-#: views/writers.py:675
-msgid "sorry, we seem to have some technical difficulties"
-msgstr "对ä¸èµ·ï¼Œå¥½åƒæœ‰ä¸€äº›æŠ€æœ¯ä¸Šçš„错误。"
-#~ msgid "Sites"
-#~ msgstr "网站"
-
-#~ msgid "Documentation"
-#~ msgstr "文档"
+#: skins/common/templates/avatar/confirm_delete.html:12
+#, fuzzy
+msgid "Delete These"
+msgstr "删除回答"
-#~ msgid "Change password"
-#~ msgstr "修改密ç "
+#: skins/common/templates/question/answer_controls.html:5
+msgid "answer permanent link"
+msgstr "该回答的链接地å€"
-#~ msgid "Log out"
-#~ msgstr "退出登录"
+#: skins/common/templates/question/answer_controls.html:6
+msgid "permanent link"
+msgstr "永久链接"
-#~ msgid "Home"
-#~ msgstr "首页"
+#: skins/common/templates/question/answer_controls.html:10
+#: skins/common/templates/question/question_controls.html:3
+#: skins/default/templates/macros.html:289
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr "编辑"
-# page title
-#~ msgid "Edit Group Settings"
-#~ msgstr "修改组设置"
+#: skins/common/templates/question/answer_controls.html:15
+#: skins/common/templates/question/answer_controls.html:16
+#: skins/common/templates/question/question_controls.html:23
+#: skins/common/templates/question/question_controls.html:24
+#, fuzzy
+msgid "remove all flags"
+msgstr "查看标签列表"
-#~ msgid "Please correct the error below."
-#~ msgid_plural "Please correct the errors below."
-#~ msgstr[0] "请改正下é¢çš„错误"
+#: skins/common/templates/question/answer_controls.html:22
+#: skins/common/templates/question/answer_controls.html:32
+#: skins/common/templates/question/question_controls.html:30
+#: skins/common/templates/question/question_controls.html:39
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr "检举该帖为垃“水帖â€ï¼ˆå«å¹¿å‘Šã€äººèº«æ”»å‡»ã€æ¶æ„言论等)"
-#~ msgid "Settings included in %(name)s."
-#~ msgstr "设置包å«åœ¨%(name)s."
+#: skins/common/templates/question/answer_controls.html:23
+#: skins/common/templates/question/question_controls.html:31
+msgid "flag offensive"
+msgstr "垃圾帖?"
-#~ msgid "You don't have permission to edit values."
-#~ msgstr "你没有æƒé™ä¿®æ”¹è¿™äº›å€¼"
+#: skins/common/templates/question/answer_controls.html:33
+#: skins/common/templates/question/question_controls.html:40
+#, fuzzy
+msgid "remove flag"
+msgstr "查看标签列表"
-#~ msgid "Edit Site Settings"
-#~ msgstr "编辑网站设置"
+# todo please check this in chinese
+#: skins/common/templates/question/answer_controls.html:44
+#: skins/common/templates/question/question_controls.html:49
+msgid "undelete"
+msgstr "å–消"
-#~ msgid "Livesettings are disabled for this site."
-#~ msgstr "此功能ä¸æ”¯æŒ"
+#: skins/common/templates/question/answer_controls.html:50
+#, fuzzy
+msgid "swap with question"
+msgstr "回答该问题"
-#~ msgid ""
-#~ "All configuration options must be edited in the site settings.py file"
-#~ msgstr "所有é…置选项都必须在网站的settings.py文件中设置"
+#: skins/common/templates/question/answer_vote_buttons.html:13
+#: skins/common/templates/question/answer_vote_buttons.html:14
+#, fuzzy
+msgid "mark this answer as correct (click again to undo)"
+msgstr "最佳答案(å†æ¬¡ç‚¹å‡»å–消æ“作)"
-#~ msgid "Group settings: %(name)s"
-#~ msgstr "组别设置: %(name)s"
+#: skins/common/templates/question/answer_vote_buttons.html:23
+#: skins/common/templates/question/answer_vote_buttons.html:24
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr "这个答案已ç»è¢«%(question_author)s标记为正确答案"
-#~ msgid "Please enter your <span>user name</span>, then sign in"
-#~ msgstr "请输入你的用户å,然åŽç™»å½•"
+#: skins/common/templates/question/closed_question_info.html:2
+#, fuzzy, python-format
+msgid ""
+"The question has been closed for the following reason <b>\"%(close_reason)s"
+"\"</b> <i>by"
+msgstr "问题因\"%(close_reason)s\"原因已被关闭"
-#~ msgid "(or select another login method above)"
-#~ msgstr "(或从上é¢é€‰æ‹©ä¸€ä¸ªç™»å½•æ–¹å¼)"
+#: skins/common/templates/question/closed_question_info.html:4
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr "%(closed_at)s日关闭"
-#~ msgid "Sign in"
-#~ msgstr "注册å¸å·"
+#: skins/common/templates/question/question_controls.html:6
+msgid "retag"
+msgstr "更新标签"
-#~ msgid "Change email"
-#~ msgstr "æ›´æ¢ç”µå­é‚®ä»¶"
+#: skins/common/templates/question/question_controls.html:13
+msgid "reopen"
+msgstr "打开"
-#~ msgid "Save your email address"
-#~ msgstr "ä¿å­˜æ‚¨çš„电å­é‚®ä»¶åœ°å€"
+#: skins/common/templates/question/question_controls.html:17
+msgid "close"
+msgstr "关闭"
-#~ msgid "change %(email)s info"
-#~ msgstr "æ›´æ¢%(email)s电å­é‚®ä»¶"
+#: skins/common/templates/widgets/edit_post.html:21
+#, fuzzy
+msgid "one of these is required"
+msgstr "必填项"
-#~ msgid "here is why email is required, see %(gravatar_faq_url)s"
-#~ msgstr "为什么邮件是必须的,查看 %(gravatar_faq_url)s"
+#: skins/common/templates/widgets/edit_post.html:33
+msgid "(required)"
+msgstr "å¿…å¡«"
+
+#: skins/common/templates/widgets/edit_post.html:56
+msgid "Toggle the real time Markdown editor preview"
+msgstr "打开或者关闭Markdown编辑器的实时预览"
+
+#: skins/common/templates/widgets/edit_post.html:58
+#: skins/default/templates/answer_edit.html:61
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:49 skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:73
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:89
+#: skins/default/templates/question/javascript.html:92
+msgid "hide preview"
+msgstr "ç¦ç”¨é¢„览"
+
+#: skins/common/templates/widgets/related_tags.html:3
+msgid "Related tags"
+msgstr "相关标签"
-#~ msgid "Your new Email"
-#~ msgstr "你的新邮件地å€"
+# book.html line 123 must be empty in english
+#: skins/common/templates/widgets/tag_selector.html:4
+msgid "Interesting tags"
+msgstr "感兴趣的标签"
-#~ msgid "Your Email"
-#~ msgstr "你的邮件"
+#: skins/common/templates/widgets/tag_selector.html:18
+#: skins/common/templates/widgets/tag_selector.html:34
+#, fuzzy
+msgid "add"
+msgstr "添加"
-#~ msgid "Save Email"
-#~ msgstr "ä¿å­˜é‚®ä»¶åœ°å€"
+#: skins/common/templates/widgets/tag_selector.html:20
+msgid "Ignored tags"
+msgstr "忽略标签"
-#~ msgid "Cancel"
-#~ msgstr "å–消"
+#: skins/common/templates/widgets/tag_selector.html:36
+#, fuzzy
+msgid "Display tag filter"
+msgstr "选择邮件标签过æ¥"
-#~ msgid "Validate email"
-#~ msgstr "æ›´æ¢ç”µå­é‚®ä»¶"
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:10
+msgid "Page not found"
+msgstr "此页未找到"
-#~ msgid "validate %(email)s info or go to %(change_email_url)s"
-#~ msgstr "验è¯%(email)s ä¿¡æ¯æˆ–到%(change_email_url)s"
+#: skins/default/templates/404.jinja.html:13
+msgid "Sorry, could not find the page you requested."
+msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰æ‰¾åˆ°æ‚¨è¯·æ±‚的页é¢ï¼"
-#~ msgid "Email not changed"
-#~ msgstr "邮件地å€æœªä¿®æ”¹"
+#: skins/default/templates/404.jinja.html:15
+msgid "This might have happened for the following reasons:"
+msgstr "有å¯èƒ½æ˜¯ä»¥ä¸‹åŽŸå› å¯¼è‡´ï¼š"
-#~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-#~ msgstr "旧邮件%(email)s被ä¿å­˜,ä½ å¯ä»¥åŽ»%(change_email_url)s修改"
+#: skins/default/templates/404.jinja.html:17
+msgid "this question or answer has been deleted;"
+msgstr "你正在查看的问题或答案已ç»è¢«åˆ é™¤ï¼›"
-#~ msgid "Email changed"
-#~ msgstr "邮件地å€å·²æ”¹"
+#: skins/default/templates/404.jinja.html:18
+msgid "url has error - please check it;"
+msgstr "请求的地å€æœ‰è¯¯ - 请核实原始URL地å€ï¼›"
-#~ msgid "your current %(email)s can be used for this"
-#~ msgstr "ä½ ç›®å‰çš„%(email)s邮件地å€å¯ä»¥è¢«ç”¨äºŽè¿™é‡Œ"
+#: skins/default/templates/404.jinja.html:19
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr "访问的页é¢è¢«ä¿æŠ¤æˆ–你的积分ä¸å¤Ÿï¼Œå‚è§"
+
+#: skins/default/templates/404.jinja.html:19
+#: skins/default/templates/widgets/footer.html:39
+msgid "faq"
+msgstr "常è§é—®é¢˜"
+
+#: skins/default/templates/404.jinja.html:20
+msgid "if you believe this error 404 should not have occured, please"
+msgstr "如果你确信ä¸è¯¥å‡ºçŽ°404错误,请"
+
+#: skins/default/templates/404.jinja.html:21
+msgid "report this problem"
+msgstr "报告这个问题"
+
+#: skins/default/templates/404.jinja.html:30
+#: skins/default/templates/500.jinja.html:11
+msgid "back to previous page"
+msgstr "返回å‰é¡µ"
+
+#: skins/default/templates/404.jinja.html:31
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "see all questions"
+msgstr "查看最新问题"
+
+#: skins/default/templates/404.jinja.html:32
+msgid "see all tags"
+msgstr "查看标签列表"
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:5
+msgid "Internal server error"
+msgstr "æœåŠ¡å™¨å†…部错误"
+
+#: skins/default/templates/500.jinja.html:8
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr "系统错误日志已记录,此错误将尽快被解决"
+
+#: skins/default/templates/500.jinja.html:9
+msgid "please report the error to the site administrators if you wish"
+msgstr "请报告这些错误给网站管ç†å‘˜"
+
+#: skins/default/templates/500.jinja.html:12
+msgid "see latest questions"
+msgstr "最新问题"
-#~ msgid "Email verified"
-#~ msgstr "邮件地å€ç¡®è®¤"
+#: skins/default/templates/500.jinja.html:13
+msgid "see tags"
+msgstr "查看标签"
-#~ msgid "thanks for verifying email"
-#~ msgstr "感谢你确认邮件地å€"
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:5
+#, python-format
+msgid "About %(site_name)s"
+msgstr ""
-#~ msgid "email key not sent"
-#~ msgstr "邮件地å€æœªå‘é€"
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr "修改回答"
-#~ msgid "email key not sent %(email)s change email here %(change_link)s"
-#~ msgstr "邮件地å€æœªå‘é€%(email)s,点这里修改%(change_link)s"
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:9
+#: skins/default/templates/question_retag.html:5
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr "返回"
-#~ msgid "Registration"
-#~ msgstr "注册"
+#: skins/default/templates/answer_edit.html:14
+msgid "revision"
+msgstr "版本"
-#~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr "注册新 %(provider)s 账户信æ¯, 查看 %(gravatar_faq_url)s"
+#: skins/default/templates/answer_edit.html:17
+#: skins/default/templates/question_edit.html:16
+msgid "select revision"
+msgstr "选择版本"
-#~ msgid ""
-#~ "%(username)s already exists, choose another name for \n"
-#~ " %(provider)s. Email is required too, see "
-#~ "%(gravatar_faq_url)s\n"
-#~ " "
-#~ msgstr ""
-#~ "%(username)s 账户已存在,在%(provider)s找哦昂选择其他å称. Email也是必须"
-#~ "的, 查看 %(gravatar_faq_url)s"
+# synonym of above in Edit question
+#: skins/default/templates/answer_edit.html:24
+#: skins/default/templates/question_edit.html:35
+msgid "Save edit"
+msgstr "现在修改"
+
+#: skins/default/templates/answer_edit.html:64
+#: skins/default/templates/ask.html:52
+#: skins/default/templates/question_edit.html:76
+#: skins/default/templates/question/javascript.html:92
+msgid "show preview"
+msgstr "å¯ç”¨é¢„览"
+
+#: skins/default/templates/ask.html:4
+msgid "Ask a question"
+msgstr "我è¦æé—®"
-#~ msgid ""
-#~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
-#~ msgstr "注册新扩展%(provider)s 账户信æ¯, 查看 %(gravatar_faq_url)s"
+#: skins/default/templates/badge.html:5 skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:110
+#, python-format
+msgid "%(name)s"
+msgstr "%(name)s"
-#~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-#~ msgstr "注册新Facebook账户信æ¯, 查看 %(gravatar_faq_url)s"
+#: skins/default/templates/badge.html:5
+msgid "Badge"
+msgstr "奖牌"
-# todo: review this message may be confusing user
-#~ msgid "This account already exists, please use another."
-#~ msgstr "输入您的新å¸å·å·²ç»å­˜åœ¨,请使用其他å¸å·ã€‚"
+#: skins/default/templates/badge.html:7
+#, fuzzy, python-format
+msgid "Badge \"%(name)s\""
+msgstr "%(name)s"
-#~ msgid "Screen name label"
-#~ msgstr "昵称"
+#: skins/default/templates/badge.html:9
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:108
+#, python-format
+msgid "%(description)s"
+msgstr "%(description)s"
-#~ msgid "Email address label"
-#~ msgstr "您的电å­é‚®ä»¶åœ°å€"
+#: skins/default/templates/badge.html:14
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] "用户获得奖牌"
-#~ msgid "receive updates motivational blurb"
-#~ msgstr "获å–商å“ä¿¡æ¯æ›´æ–°"
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "奖牌列表"
-#~ msgid "please select one of the options above"
-#~ msgstr "请从以上选项中选择一项"
+#: skins/default/templates/badges.html:5
+msgid "Badges"
+msgstr "奖牌"
-#~ msgid "Tag filter tool will be your right panel, once you log in."
-#~ msgstr "当你登录åŽ,标签过滤工具将出现在你å³è¾¹çš„é¢æ¿é‡Œ"
+#: skins/default/templates/badges.html:7
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr "æ出问题,给予回答,投出你的票 - 社区会对你的表现,授予你å„类奖牌。"
-#~ msgid "create account"
-#~ msgstr "创建å¸å·"
+#: skins/default/templates/badges.html:8
+#, fuzzy, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+"of times each type of badge has been awarded. Give us feedback at "
+"%(feedback_faq_url)s.\n"
+msgstr ""
+"这里列出社区所有的奖牌,以åŠæ¯ç±»å¥–牌获å–的所需æ¡ä»¶ã€‚点击<a href=\\"
+"\"%(feedback_faq_url)s\\\">这里<\\a>给我们å馈。"
-#~ msgid "Logout"
-#~ msgstr "退出登录"
+#: skins/default/templates/badges.html:35
+msgid "Community badges"
+msgstr "奖牌等级"
-#~ msgid "User login"
-#~ msgstr "用户登录"
+#: skins/default/templates/badges.html:37
+msgid "gold badge: the highest honor and is very rare"
+msgstr "金牌:å分罕è§ä¹‹æœ€é«˜å¥–励"
-#~ msgid ""
-#~ "\n"
-#~ " Your answer to %(title)s %(summary)s will be posted once you log "
-#~ "in\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "登录åŽ,你的关于 %(title)s %(summary)s 的回答将被å‘布"
+#: skins/default/templates/badges.html:40
+msgid "gold badge description"
+msgstr "金牌:å分罕è§ä¹‹æœ€é«˜å¥–励"
-#~ msgid ""
-#~ "Your question \n"
-#~ " %(title)s %(summary)s will be posted once you log in\n"
-#~ " "
-#~ msgstr "登录åŽ,你的关于 %(title)s %(summary)s 的问题将被å‘布"
+#: skins/default/templates/badges.html:45
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr "银牌:å¶å°”é¢å‘之优质奖章"
-#~ msgid ""
-#~ "Take a pick of your favorite service below to sign in using secure OpenID "
-#~ "or similar technology. Your external service password always stays "
-#~ "confidential and you don't have to rememeber or create another one."
-#~ msgstr ""
-#~ "选择以下你最喜欢的方å¼ç™»å½•,你的扩展æœåŠ¡å¯†ç å°†è¢«ä¿æŠ¤ä¸”ä½ ä¸éœ€.è¦è®°ä½æˆ–创建一"
-#~ "个新密ç ."
+#: skins/default/templates/badges.html:49
+msgid "silver badge description"
+msgstr "银牌:å¶å°”é¢å‘之优质奖章"
-#~ msgid ""
-#~ "It's a good idea to make sure that your existing login methods still "
-#~ "work, or add a new one. Please click any of the icons below to check/"
-#~ "change or add new login methods."
-#~ msgstr ""
-#~ "你最好确认你目å‰çš„登录方å¼å¯ä»¥å·¥ä½œï¼Œæˆ–者你需è¦æ·»åŠ ä¸€ä¸ªæ–°çš„登录方å¼ã€‚请点击"
-#~ "下é¢ä»»ä½•ä¸€ä¸ªicon选择添加一个新登录方å¼ã€‚"
+#: skins/default/templates/badges.html:52
+msgid "bronze badge: often given as a special honor"
+msgstr "铜牌:时常授予之特殊è£èª‰"
-#~ msgid ""
-#~ "Please add a more permanent login method by clicking one of the icons "
-#~ "below, to avoid logging in via email each time."
-#~ msgstr ""
-#~ "请通过点击以下icon添加更多永久的登录方å¼ï¼Œä»Žè€Œé¿å…æ¯æ¬¡éƒ½æ˜¯ç”¨email登录。"
+#: skins/default/templates/badges.html:56
+msgid "bronze badge description"
+msgstr "铜牌:时常授予之特殊è£èª‰"
-#~ msgid ""
-#~ "Click on one of the icons below to add a new login method or re-validate "
-#~ "an existing one."
-#~ msgstr "点击以下icon,添加一个新的登录方å¼æˆ–者é‡éªŒè¯å·²ç»å­˜åœ¨çš„登录方å¼ã€‚"
+# close.html
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:5
+msgid "Close question"
+msgstr "关闭问题"
+
+#: skins/default/templates/close.html:6
+msgid "Close the question"
+msgstr "由于以下原因,你è¦å…³é—­è¿™ä¸ªé—®é¢˜"
+
+#: skins/default/templates/close.html:11
+msgid "Reasons"
+msgstr "原因"
+
+#: skins/default/templates/close.html:15
+msgid "OK to close"
+msgstr "确定关闭"
+
+#: skins/default/templates/faq.html:3
+#: skins/default/templates/faq_static.html:3
+#: skins/default/templates/faq_static.html:5
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "FAQ"
+msgstr "问答"
+
+#: skins/default/templates/faq_static.html:5
+msgid "Frequently Asked Questions "
+msgstr "常è§é—®é¢˜"
+
+#: skins/default/templates/faq_static.html:6
+msgid "What kinds of questions can I ask here?"
+msgstr "我å¯ä»¥åœ¨è¿™é‡Œæ问什么样的问题?"
+
+#: skins/default/templates/faq_static.html:7
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr "毫无疑问,首先必须是和<span class=\"yellowbg\">此社区</span>相关问题"
-#~ msgid ""
-#~ "You don't have a method to log in right now, please add one or more by "
-#~ "clicking any of the icons below."
-#~ msgstr "ä½ ç›®å‰è¿˜æ²¡æœ‰ä¸€ä¸ªç™»å½•æ–¹å¼ï¼Œè¯·æ·»åŠ ä¸€ä¸ªæˆ–多个通过点击下é¢çš„icons。"
+#: skins/default/templates/faq_static.html:8
+msgid ""
+"Before asking the question - please make sure to use search to see whether "
+"your question has alredy been answered."
+msgstr ""
+"æ问之å‰ï¼Œå……分利用系统的自动查找ã€æ ‡ç­¾å’Œæœç´¢ï¼Œçœ‹çœ‹æ˜¯å¦å·²ç»æœ‰ä¸€æ ·çš„问题并有了"
+"答案。"
-#~ msgid ""
-#~ "Please check your email and visit the enclosed link to re-connect to your "
-#~ "account"
-#~ msgstr "请检查你的邮件并访问邮件里链接é‡è¿žä½ çš„账户"
+#: skins/default/templates/faq_static.html:10
+msgid "What questions should I avoid asking?"
+msgstr "什么样的问题我ä¸è¯¥åœ¨è¿™é‡Œæ问?"
-#~ msgid "Please enter your <span>user name and password</span>, then sign in"
-#~ msgstr "使用å¸å·å¯†ç ç™»å½•"
+#: skins/default/templates/faq_static.html:11
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+"<span class=\"yellowbg\">请é¿å…引起争åµæˆ–太过于主观性等è¿èƒŒç¤¾åŒºå®—旨的内容。</"
+"span>"
-#~ msgid "Login failed, please try again"
-#~ msgstr "登录失败,请é‡è¯•"
+#: skins/default/templates/faq_static.html:13
+msgid "What should I avoid in my answers?"
+msgstr "什么样的回答是ä¸å—欢迎的?"
-#, fuzzy
-#~ msgid "Login or email"
-#~ msgstr "没有邮件"
+#: skins/default/templates/faq_static.html:14
+msgid ""
+"is a Q&A site, not a discussion group. Therefore - please avoid having "
+"discussions in your answers, comment facility allows some space for brief "
+"discussions."
+msgstr ""
+"希望用户针对æ问的问题回答,å¯ä»¥æ˜¯è¿›ä¸€æ­¥äº†è§£é—®é¢˜å®žè´¨ï¼Œç»™äºˆå‚考方案,或完全解"
+"决问题的回答。我们希望通过问答的形å¼è§£å†³ç”¨æˆ·çš„实际问题。因此,我们ä¸æ¬¢è¿Žåœ¨å›ž"
+"答中出现ä¸æ˜¯å›žç­”问题的内容,包括针对他人回答的讨论,和其他无æ„义的浪费网络资"
+"æºè¡Œä¸ºã€‚"
-#~ msgid "Password"
-#~ msgstr "密ç "
+#: skins/default/templates/faq_static.html:15
+msgid "Who moderates this community?"
+msgstr "è°æ˜¯ç¤¾åŒºçš„管ç†å‘˜ï¼Ÿ"
-#~ msgid "Login"
-#~ msgstr "登录"
+#: skins/default/templates/faq_static.html:16
+msgid "The short answer is: <strong>you</strong>."
+msgstr "答案是:<span class=\"yellowbg\">æ¯ä¸ªç”¨æˆ·ã€‚</span>"
-#~ msgid ""
-#~ "To change your password - please enter the new one twice, then submit"
-#~ msgstr "修改密ç -请输入新密ç ä¸¤æ¬¡å¹¶æ交"
+#: skins/default/templates/faq_static.html:17
+msgid "This website is moderated by the users."
+msgstr "社区没有严格æ„义上的管ç†å‘˜èº«ä»½ã€‚"
-#~ msgid "New password"
-#~ msgstr "新密ç "
+#: skins/default/templates/faq_static.html:18
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"通过积分è¿ä½œï¼Œæ¯ä¸ªç”¨æˆ·éƒ½æœ‰æƒé™åˆ›å»ºæ ‡ç­¾ï¼Œå¯¹æ‰€æœ‰é—®é¢˜ã€å›žç­”投票ã€ç¼–辑ã€å…³é—­ç­‰æ“"
+"作。"
-#~ msgid "Please, retype"
-#~ msgstr "确认密ç "
+#: skins/default/templates/faq_static.html:20
+msgid "How does reputation system work?"
+msgstr "什么是社区积分?"
-#~ msgid "Here are your current login methods"
-#~ msgstr "这里有你的登录方å¼"
+#: skins/default/templates/faq_static.html:21
+msgid "Rep system summary"
+msgstr "更新概è¦ï¼š"
-#~ msgid "provider"
-#~ msgstr "æ供者"
+#: skins/default/templates/faq_static.html:22
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>"
+"%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+"例如,如果你问一个有趣的问题或给别人一个有帮助的答案,你的输入将被投赞æˆç¥¨ã€‚"
+"å¦åˆ™ä½ çš„答案是误导的,你将被投å对票。\n"
+"æ¯ä¸ªèµžæˆç¥¨å°†å¢žåŠ <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong>分,æ¯ä¸ªå"
+"对票将å‡åŽ»<strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong>分,\n"
+"æ¯ä¸ªé—®é¢˜æˆ–答案都将有一个<strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong>分"
+"é™åˆ¶ã€‚下表解释了æ¯ä¸ªç›¸åº”动作的积分è¦æ±‚:"
+
+#: skins/default/templates/faq_static.html:32
+#: skins/default/templates/user_profile/user_votes.html:13
+msgid "upvote"
+msgstr "投赞æˆç¥¨"
-#~ msgid "last used"
-#~ msgstr "上次活动时间"
+#: skins/default/templates/faq_static.html:37
+msgid "use tags"
+msgstr "标记垃圾帖"
-#~ msgid "delete, if you like"
-#~ msgstr "å¯ä»¥åˆ é™¤"
+# todo - check if it's indeed plural
+#: skins/default/templates/faq_static.html:42
+msgid "add comments"
+msgstr "添加评论"
-#~ msgid "delete"
-#~ msgstr "删除"
+#: skins/default/templates/faq_static.html:46
+#: skins/default/templates/user_profile/user_votes.html:15
+msgid "downvote"
+msgstr "投å对票"
+#: skins/default/templates/faq_static.html:49
#, fuzzy
-#~ msgid "cannot be deleted"
-#~ msgstr "å–消"
+msgid " accept own answer to own questions"
+msgstr "自己接å—的第一个回答"
-#~ msgid "Still have trouble signing in?"
-#~ msgstr "还有其他问题?"
+#: skins/default/templates/faq_static.html:53
+msgid "open and close own questions"
+msgstr "打开关闭任何人的问题"
-#~ msgid "Please, enter your email address below and obtain a new key"
-#~ msgstr "请输入你的邮件地å€åŠéªŒè¯ç "
+#: skins/default/templates/faq_static.html:57
+msgid "retag other's questions"
+msgstr "æ•´ç†æ ‡ç­¾"
-#~ msgid "Please, enter your email address below to recover your account"
-#~ msgstr "æ¢å¤è´¦æˆ·ï¼Œè¯·åœ¨ä¸‹é¢è¾“入你的邮件地å€"
-
-#~ msgid "recover your account via email"
-#~ msgstr "通过邮件æ¢å¤ä½ çš„账户"
-
-#~ msgid "Send a new recovery key"
-#~ msgstr "å‘é€ä¸€ä¸ªæ¢å¤å»º"
-
-#~ msgid "Recover your account via email"
-#~ msgstr "通过邮件æ¢å¤ä½ çš„账户"
+#: skins/default/templates/faq_static.html:62
+msgid "edit community wiki questions"
+msgstr "编辑wiki类问题"
-#~ msgid "Why use OpenID?"
-#~ msgstr "为什么需è¦OpenID登录?"
+#: skins/default/templates/faq_static.html:67
+#, fuzzy
+msgid "\"edit any answer"
+msgstr "编辑问题"
-#~ msgid "with openid it is easier"
-#~ msgstr ""
-#~ "构建在OpenID网络认è¯ä¸Šçš„本系统,ä¸éœ€è¦ä½ æ³¨å†Œæ–°çš„å¸å·ï¼Œå³å¯ä½¿ç”¨æˆ‘们系统的所"
-#~ "有功能"
+#: skins/default/templates/faq_static.html:71
+#, fuzzy
+msgid "\"delete any comment"
+msgstr "删除评论"
-#~ msgid "reuse openid"
-#~ msgstr "用åŒä¸€ä¸ªå¸å·å¯ç™»å½•äº’è”网所有激活OpenID的网站"
+#: skins/default/templates/faq_static.html:74
+msgid "what is gravatar"
+msgstr "什么是图åƒåŠå¦‚何修改?"
-#~ msgid "openid is widely adopted"
-#~ msgstr "全世界有1.6亿OpenIDå¸å·ï¼Œå’Œ10,000个支æŒOpenID的站点"
+#: skins/default/templates/faq_static.html:75
+msgid "gravatar faq info"
+msgstr "图åƒå¸¸è§é—®é¢˜"
-#~ msgid "openid is supported open standard"
-#~ msgstr "OpenID是有开放标准,并且有相关的基金组织æ供支æŒ"
+#: skins/default/templates/faq_static.html:76
+msgid "To register, do I need to create new password?"
+msgstr "我需è¦æ³¨å†Œä¸€ä¸ªæ–°ç”¨æˆ·å—?"
-#~ msgid "Find out more"
-#~ msgstr "查看更多"
+#: skins/default/templates/faq_static.html:77
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+"ä¸éœ€è¦ã€‚社区æ供了OpenID的登录支æŒï¼Œä½ è¦ç”¨Googleã€Yahoo等任何支æŒOpenID登录的"
+"å¸å·å°±å¯ä»¥ä½¿ç”¨ç³»ç»Ÿã€‚"
-#~ msgid "Get OpenID"
-#~ msgstr "获å–OpenID"
+#: skins/default/templates/faq_static.html:78
+msgid "\"Login now!\""
+msgstr "马上登录"
-#~ msgid "Signup"
-#~ msgstr "注册å¸å·"
+#: skins/default/templates/faq_static.html:80
+msgid "Why other people can edit my questions/answers?"
+msgstr "为什么其他人å¯ä»¥ä¿®æ”¹æˆ‘的问题/回答?"
-#, fuzzy
-#~ msgid "Please register by clicking on any of the icons below"
-#~ msgstr "请点击下é¢ä»»ä½•ä¸€ä¸ªå›¾æ ‡ç™»å½•"
+#: skins/default/templates/faq_static.html:81
+msgid "Goal of this site is..."
+msgstr "此网站的木的是帮助大家更好更全é¢çš„解决自己的问题。"
-#, fuzzy
-#~ msgid "or create a new user name and password here"
-#~ msgstr "使用å¸å·å¯†ç ç™»å½•"
+#: skins/default/templates/faq_static.html:81
+msgid ""
+"So questions and answers can be edited like wiki pages by experienced users "
+"of this site and this improves the overall quality of the knowledge base "
+"content."
+msgstr ""
+"所以问题和答案都是如Wiki一样å¯ç¼–辑的,我们希望社区能帮助用户沉淀ã€ç§¯ç´¯æ›´å¤šæœ‰"
+"用的知识和ç»éªŒã€‚"
-#~ msgid "Create login name and password"
-#~ msgstr "使用å¸å·å¯†ç ç™»å½•"
+#: skins/default/templates/faq_static.html:82
+msgid "If this approach is not for you, we respect your choice."
+msgstr "如果您ä¸å–œæ¬¢è¿™ç§æ–¹å¼ï¼Œæˆ‘们尊é‡ä½ çš„选择。"
-#~ msgid "Traditional signup info"
-#~ msgstr "传统登录信æ¯"
+#: skins/default/templates/faq_static.html:84
+msgid "Still have questions?"
+msgstr "还有其他问题?"
-#~ msgid ""
-#~ "Please read and type in the two words below to help us prevent automated "
-#~ "account creation."
-#~ msgstr "请输入验è¯ä¿¡æ¯"
+#: skins/default/templates/faq_static.html:85
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"请æ交你的<a href=\\\"%(ask_question_url)s\\\">ç–‘é—®<\\a>,帮助我们一起完善网站"
-#~ msgid "Create Account"
-#~ msgstr "创建å¸å·"
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr "问题å馈"
-#~ msgid "or"
-#~ msgstr "或者"
+#: skins/default/templates/feedback.html:5
+msgid "Give us your feedback!"
+msgstr "å馈"
-#~ msgid "return to OpenID login"
-#~ msgstr "返回登录"
+#: skins/default/templates/feedback.html:14
+#, fuzzy, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward "
+"to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+"<span class='big strong'>亲爱的 %(user_name)s</span>, 我们盼望收到你的å"
+"馈. \n"
+"请å‘é€ä½ çš„å馈信æ¯ç»™æˆ‘们,以帮助我们更好的改进."
+#: skins/default/templates/feedback.html:21
#, fuzzy
-#~ msgid "add avatar"
-#~ msgstr "修改头åƒ"
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+"\n"
+" <span class='big strong'>亲爱的访客</span>, 我们盼望收到你的å馈. \n"
+"请å‘é€ä½ çš„å馈信æ¯ç»™æˆ‘们,以帮助我们更好的改进 ."
-#, fuzzy
-#~ msgid "Change avatar"
-#~ msgstr "修改标签"
+#: skins/default/templates/feedback.html:30
+msgid "(to hear from us please enter a valid email or check the box below)"
+msgstr ""
-#, fuzzy
-#~ msgid "Your current avatar: "
-#~ msgstr "你的详细账户信æ¯ä¸º:"
+#: skins/default/templates/feedback.html:37
+#: skins/default/templates/feedback.html:46
+msgid "(this field is required)"
+msgstr "必填项"
-#, fuzzy
-#~ msgid "change avatar"
-#~ msgstr "修改已ä¿å­˜"
+#: skins/default/templates/feedback.html:55
+msgid "(Please solve the captcha)"
+msgstr ""
-#, fuzzy
-#~ msgid "Upload"
-#~ msgstr "上传/"
+#: skins/default/templates/feedback.html:63
+msgid "Send Feedback"
+msgstr "问题å馈"
-#, fuzzy
-#~ msgid "delete avatar"
-#~ msgstr "删除回答"
+#: skins/default/templates/feedback_email.txt:2
+#, fuzzy, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message.\n"
+msgstr ""
+"\n"
+"你好, 这是从 %(site_title)s 网站å‘出的å馈信æ¯ã€‚\n"
-#, fuzzy
-#~ msgid "Delete These"
-#~ msgstr "删除回答"
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
-#~ msgid "answer permanent link"
-#~ msgstr "该回答的链接地å€"
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
-#~ msgid "permanent link"
-#~ msgstr "永久链接"
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
-#~ msgid "edit"
-#~ msgstr "编辑"
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
-#~ msgid ""
-#~ "report as offensive (i.e containing spam, advertising, malicious text, "
-#~ "etc.)"
-#~ msgstr "检举该帖为垃“水帖â€ï¼ˆå«å¹¿å‘Šã€äººèº«æ”»å‡»ã€æ¶æ„言论等)"
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
-#~ msgid "flag offensive"
-#~ msgstr "垃圾帖?"
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr "<p>亲爱的 %(receiving_user_name)s,</p>"
-# todo please check this in chinese
-#~ msgid "undelete"
-#~ msgstr "å–消"
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新留"
+"言</a></p>\n"
-#, fuzzy
-#~ msgid "swap with question"
-#~ msgstr "回答该问题"
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新留"
+"言</a></p>\n"
-#, fuzzy
-#~ msgid "mark this answer as correct (click again to undo)"
-#~ msgstr "最佳答案(å†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s 回答了一个问题 \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "%(question_author)s has selected this answer as correct"
-#~ msgstr "这个答案已ç»è¢«%(question_author)s标记为正确答案"
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s æ交了一个新问题 \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#, fuzzy
-#~ msgid ""
-#~ "The question has been closed for the following reason <b>\"%(close_reason)"
-#~ "s\"</b> <i>by"
-#~ msgstr "问题因\"%(close_reason)s\"原因已被关闭"
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s 更新了问题的回答\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "close date %(closed_at)s"
-#~ msgstr "%(closed_at)s日关闭"
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+"\n"
+"<p>%(update_author_name)s 更新了问题 \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgid "retag"
-#~ msgstr "更新标签"
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>æ³¨æ„ - ä½ å¯ä»¥é€šè¿‡ <a href=\"%(user_subscriptions_url)s\">这里</a>\n"
+"修改你接收这些通知的频率或å–消订阅. 谢谢你对我们网站的关注 </p>\n"
-#~ msgid "reopen"
-#~ msgstr "打开"
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr "<p>忠实的<br/>网站管ç†å‘˜</p>"
-#~ msgid "close"
-#~ msgstr "关闭"
+#: skins/default/templates/macros.html:3
+#, fuzzy, python-format
+msgid "Share this question on %(site)s"
+msgstr "å‘布我的æ问到Twitter"
-#, fuzzy
-#~ msgid "one of these is required"
-#~ msgstr "必填项"
+#: skins/default/templates/macros.html:14
+#: skins/default/templates/macros.html:471
+#, python-format
+msgid "follow %(alias)s"
+msgstr ""
-#~ msgid "(required)"
-#~ msgstr "å¿…å¡«"
+#: skins/default/templates/macros.html:17
+#: skins/default/templates/macros.html:474
+#, python-format
+msgid "unfollow %(alias)s"
+msgstr ""
-#~ msgid "Toggle the real time Markdown editor preview"
-#~ msgstr "打开或者关闭Markdown编辑器的实时预览"
+#: skins/default/templates/macros.html:18
+#: skins/default/templates/macros.html:475
+#, python-format
+msgid "following %(alias)s"
+msgstr ""
-#~ msgid "hide preview"
-#~ msgstr "ç¦ç”¨é¢„览"
+#: skins/default/templates/macros.html:29
+#, fuzzy
+msgid "i like this question (click again to cancel)"
+msgstr "这篇帖å­æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
-#~ msgid "Related tags"
-#~ msgstr "相关标签"
+#: skins/default/templates/macros.html:31
+msgid "i like this answer (click again to cancel)"
+msgstr "这篇帖å­æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
-# book.html line 123 must be empty in english
-#~ msgid "Interesting tags"
-#~ msgstr "感兴趣的标签"
+#: skins/default/templates/macros.html:37
+msgid "current number of votes"
+msgstr "当å‰æ€»ç¥¨æ•°"
+#: skins/default/templates/macros.html:43
#, fuzzy
-#~ msgid "add"
-#~ msgstr "添加"
+msgid "i dont like this question (click again to cancel)"
+msgstr "这篇帖å­æ²¡æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
-#~ msgid "Ignored tags"
-#~ msgstr "忽略标签"
+#: skins/default/templates/macros.html:45
+msgid "i dont like this answer (click again to cancel)"
+msgstr "这篇帖å­æ²¡æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/macros.html:52
#, fuzzy
-#~ msgid "Display tag filter"
-#~ msgstr "选择邮件标签过æ¥"
-
-#~ msgid "Page not found"
-#~ msgstr "此页未找到"
-
-#~ msgid "Sorry, could not find the page you requested."
-#~ msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰æ‰¾åˆ°æ‚¨è¯·æ±‚的页é¢ï¼"
+msgid "anonymous user"
+msgstr "匿å"
-#~ msgid "This might have happened for the following reasons:"
-#~ msgstr "有å¯èƒ½æ˜¯ä»¥ä¸‹åŽŸå› å¯¼è‡´ï¼š"
+#: skins/default/templates/macros.html:80
+msgid "this post is marked as community wiki"
+msgstr "这个å‘布åƒç¤¾åŒºwiki被标记"
-#~ msgid "this question or answer has been deleted;"
-#~ msgstr "你正在查看的问题或答案已ç»è¢«åˆ é™¤ï¼›"
+#: skins/default/templates/macros.html:83
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+"这个å‘布是wiki.\n"
+"任何积分为 &gt;%(wiki_min_rep)s 都å¯ä»¥æ”¹è¿›å®ƒ."
-#~ msgid "url has error - please check it;"
-#~ msgstr "请求的地å€æœ‰è¯¯ - 请核实原始URL地å€ï¼›"
+#: skins/default/templates/macros.html:89
+msgid "asked"
+msgstr "æ问于"
-#~ msgid ""
-#~ "the page you tried to visit is protected or you don't have sufficient "
-#~ "points, see"
-#~ msgstr "访问的页é¢è¢«ä¿æŠ¤æˆ–你的积分ä¸å¤Ÿï¼Œå‚è§"
+#: skins/default/templates/macros.html:91
+msgid "answered"
+msgstr "回答"
-#~ msgid "faq"
-#~ msgstr "常è§é—®é¢˜"
+#: skins/default/templates/macros.html:93
+msgid "posted"
+msgstr "å‘布"
-#~ msgid "if you believe this error 404 should not have occured, please"
-#~ msgstr "如果你确信ä¸è¯¥å‡ºçŽ°404错误,请"
+#: skins/default/templates/macros.html:123
+msgid "updated"
+msgstr "更新于"
-#~ msgid "report this problem"
-#~ msgstr "报告这个问题"
+# this is how above two are supposed to be
+#: skins/default/templates/macros.html:221
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr "查看有关%(tag)s的问题"
-#~ msgid "back to previous page"
-#~ msgstr "返回å‰é¡µ"
+#: skins/default/templates/macros.html:278
+msgid "delete this comment"
+msgstr "删除这个留言"
-#~ msgid "see all questions"
-#~ msgstr "查看最新问题"
+#: skins/default/templates/macros.html:307
+#: skins/default/templates/macros.html:315
+#: skins/default/templates/question/javascript.html:24
+msgid "add comment"
+msgstr "添加评论"
-#~ msgid "see all tags"
-#~ msgstr "查看标签列表"
+#: skins/default/templates/macros.html:308
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] "查看<strong>%(counter)s</strong>更多"
-#~ msgid "Internal server error"
-#~ msgstr "æœåŠ¡å™¨å†…部错误"
+#: skins/default/templates/macros.html:310
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] "查看<strong>%(counter)s</strong>更多评论"
-#~ msgid ""
-#~ "system error log is recorded, error will be fixed as soon as possible"
-#~ msgstr "系统错误日志已记录,此错误将尽快被解决"
+#: skins/default/templates/macros.html:542 templatetags/extra_tags.py:43
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr "%(username)s 图åƒ"
-#~ msgid "please report the error to the site administrators if you wish"
-#~ msgstr "请报告这些错误给网站管ç†å‘˜"
+#: skins/default/templates/macros.html:551
+#, fuzzy, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr "%(username)s当å‰çš„状æ€æ˜¯ \"%(status)s\""
-#~ msgid "see latest questions"
-#~ msgstr "最新问题"
+#: skins/default/templates/macros.html:566
+#: skins/default/templates/macros.html:567
+msgid "previous"
+msgstr "上一页"
-#~ msgid "see tags"
-#~ msgstr "查看标签"
+#: skins/default/templates/macros.html:578
+msgid "current page"
+msgstr "当å‰é¡µ"
-#~ msgid "Edit answer"
-#~ msgstr "修改回答"
+#: skins/default/templates/macros.html:580
+#: skins/default/templates/macros.html:587
+#, python-format
+msgid "page number %(num)s"
+msgstr "第%(num)s页"
-#~ msgid "back"
-#~ msgstr "返回"
+#: skins/default/templates/macros.html:591
+msgid "next page"
+msgstr "下一页"
-#~ msgid "revision"
-#~ msgstr "版本"
+#: skins/default/templates/macros.html:602
+msgid "posts per page"
+msgstr "æ¯é¡µæ˜¾ç¤ºï¼š"
-#~ msgid "select revision"
-#~ msgstr "选择版本"
+#: skins/default/templates/macros.html:629
+#, python-format
+msgid "responses for %(username)s"
+msgstr "回应%(username)s"
-# synonym of above in Edit question
-#~ msgid "Save edit"
-#~ msgstr "现在修改"
+#: skins/default/templates/macros.html:632
+#, fuzzy, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] "你有 %(response_count)s 个新回应"
-#~ msgid "show preview"
-#~ msgstr "å¯ç”¨é¢„览"
+#: skins/default/templates/macros.html:635
+msgid "no new responses yet"
+msgstr "ä»æ²¡æœ‰å›žåº”"
-#~ msgid "Ask a question"
-#~ msgstr "我è¦æé—®"
+#: skins/default/templates/macros.html:650
+#: skins/default/templates/macros.html:651
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr "%(new)s 新标记的å‘布和之å‰æŸ¥çœ‹çš„ %(seen)s"
-#~ msgid "%(name)s"
-#~ msgstr "%(name)s"
+#: skins/default/templates/macros.html:653
+#: skins/default/templates/macros.html:654
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr "%(new)s 新标记的å‘布信æ¯"
-#~ msgid "Badge"
-#~ msgstr "奖牌"
+#: skins/default/templates/macros.html:659
+#: skins/default/templates/macros.html:660
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr "\"%(seen)s 已标记的å‘布信æ¯"
-#, fuzzy
-#~ msgid "Badge \"%(name)s\""
-#~ msgstr "%(name)s"
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr "问题列表"
-#~ msgid "%(description)s"
-#~ msgstr "%(description)s"
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:5
+msgid "Privacy policy"
+msgstr "éšç§æ”¿ç­–"
-#~ msgid "user received this badge:"
-#~ msgid_plural "users received this badge:"
-#~ msgstr[0] "用户获得奖牌"
+# page title
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:9
+msgid "Edit question"
+msgstr "修改问题"
-#~ msgid "Badges summary"
-#~ msgstr "奖牌列表"
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:5
+msgid "Change tags"
+msgstr "修改标签"
-#~ msgid "Badges"
-#~ msgstr "奖牌"
+#: skins/default/templates/question_retag.html:21
+msgid "Retag"
+msgstr "修改标签"
-#~ msgid "Community gives you awards for your questions, answers and votes."
-#~ msgstr "æ出问题,给予回答,投出你的票 - 社区会对你的表现,授予你å„类奖牌。"
+#: skins/default/templates/question_retag.html:28
+msgid "Why use and modify tags?"
+msgstr "为什么我åªèƒ½ä¿®æ”¹é—®é¢˜æ ‡ç­¾ï¼Ÿ"
-#, fuzzy
-#~ msgid ""
-#~ "Below is the list of available badges and number \n"
-#~ "of times each type of badge has been awarded. Give us feedback at "
-#~ "%(feedback_faq_url)s.\n"
-#~ msgstr ""
-#~ "这里列出社区所有的奖牌,以åŠæ¯ç±»å¥–牌获å–的所需æ¡ä»¶ã€‚点击<a href=\\"
-#~ "\"%(feedback_faq_url)s\\\">这里<\\a>给我们å馈。"
+#: skins/default/templates/question_retag.html:30
+msgid "Tags help to keep the content better organized and searchable"
+msgstr "标签使内容å¯ä»¥æ›´å¥½çš„组织åŠæœç´¢"
-#~ msgid "Community badges"
-#~ msgstr "奖牌等级"
+#: skins/default/templates/question_retag.html:32
+msgid "tag editors receive special awards from the community"
+msgstr "修改标签的用户将授予特殊的社区奖牌"
-#~ msgid "gold badge: the highest honor and is very rare"
-#~ msgstr "金牌:å分罕è§ä¹‹æœ€é«˜å¥–励"
+# todo: remove magic numbers from this file
+#: skins/default/templates/question_retag.html:59
+msgid "up to 5 tags, less than 20 characters each"
+msgstr "最多5个标签,æ¯ä¸ªæ ‡ç­¾é•¿åº¦å°äºŽ20个字符。"
-#~ msgid "gold badge description"
-#~ msgstr "金牌:å分罕è§ä¹‹æœ€é«˜å¥–励"
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
+msgid "Reopen question"
+msgstr "é‡è®¾é—®é¢˜"
-#~ msgid ""
-#~ "silver badge: occasionally awarded for the very high quality contributions"
-#~ msgstr "银牌:å¶å°”é¢å‘之优质奖章"
+#: skins/default/templates/reopen.html:6
+msgid "Title"
+msgstr "标题"
-#~ msgid "silver badge description"
-#~ msgstr "银牌:å¶å°”é¢å‘之优质奖章"
+#: skins/default/templates/reopen.html:11
+#, fuzzy, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+msgstr ""
+"此问题已被\n"
+"<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>关闭"
-#~ msgid "bronze badge: often given as a special honor"
-#~ msgstr "铜牌:时常授予之特殊è£èª‰"
+# close.html
+#: skins/default/templates/reopen.html:16
+msgid "Close reason:"
+msgstr "关闭原因"
-#~ msgid "bronze badge description"
-#~ msgstr "铜牌:时常授予之特殊è£èª‰"
+#: skins/default/templates/reopen.html:19
+msgid "When:"
+msgstr "当:"
-# close.html
-#~ msgid "Close question"
-#~ msgstr "关闭问题"
+#: skins/default/templates/reopen.html:22
+msgid "Reopen this question?"
+msgstr "确定打开这个问题"
-#~ msgid "Close the question"
-#~ msgstr "由于以下原因,你è¦å…³é—­è¿™ä¸ªé—®é¢˜"
+#: skins/default/templates/reopen.html:26
+msgid "Reopen this question"
+msgstr "确定打开这个问题"
-#~ msgid "Reasons"
-#~ msgstr "原因"
+# revisions_answer.html
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr "版本历å²"
-#~ msgid "OK to close"
-#~ msgstr "确定关闭"
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr "点击éšè—或显示版本"
-#~ msgid "FAQ"
-#~ msgstr "问答"
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr "版本%(number)s"
-#~ msgid "Frequently Asked Questions "
-#~ msgstr "常è§é—®é¢˜"
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+#, fuzzy
+msgid "Subscribe for tags"
+msgstr "标记垃圾帖"
-#~ msgid "What kinds of questions can I ask here?"
-#~ msgstr "我å¯ä»¥åœ¨è¿™é‡Œæ问什么样的问题?"
+#: skins/default/templates/subscribe_for_tags.html:6
+#, fuzzy
+msgid "Please, subscribe for the following tags:"
+msgstr "问题曾以"
-#~ msgid ""
-#~ "Most importanly - questions should be <strong>relevant</strong> to this "
-#~ "community."
-#~ msgstr ""
-#~ "毫无疑问,首先必须是和<span class=\"yellowbg\">此社区</span>相关问题"
+#: skins/default/templates/subscribe_for_tags.html:15
+#, fuzzy
+msgid "Subscribe"
+msgstr "标记垃圾帖"
-#~ msgid ""
-#~ "Before asking the question - please make sure to use search to see "
-#~ "whether your question has alredy been answered."
-#~ msgstr ""
-#~ "æ问之å‰ï¼Œå……分利用系统的自动查找ã€æ ‡ç­¾å’Œæœç´¢ï¼Œçœ‹çœ‹æ˜¯å¦å·²ç»æœ‰ä¸€æ ·çš„问题并有"
-#~ "了答案。"
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:10
+msgid "Tag list"
+msgstr "标签列表"
-#~ msgid "What questions should I avoid asking?"
-#~ msgstr "什么样的问题我ä¸è¯¥åœ¨è¿™é‡Œæ问?"
+#: skins/default/templates/tags.html:8
+#, python-format
+msgid "Tags, matching \"%(stag)s\""
+msgstr ""
-#~ msgid ""
-#~ "Please avoid asking questions that are not relevant to this community, "
-#~ "too subjective and argumentative."
-#~ msgstr ""
-#~ "<span class=\"yellowbg\">请é¿å…引起争åµæˆ–太过于主观性等è¿èƒŒç¤¾åŒºå®—旨的内"
-#~ "容。</span>"
+#: skins/default/templates/tags.html:14 skins/default/templates/users.html:9
+#: skins/default/templates/main_page/tab_bar.html:14
+#, fuzzy
+msgid "Sort by &raquo;"
+msgstr "排åº"
-#~ msgid "What should I avoid in my answers?"
-#~ msgstr "什么样的回答是ä¸å—欢迎的?"
+#: skins/default/templates/tags.html:19
+msgid "sorted alphabetically"
+msgstr "按å称的字æ¯å…ˆåŽé¡ºåºæŽ’åº"
-#~ msgid ""
-#~ "is a Q&A site, not a discussion group. Therefore - please avoid having "
-#~ "discussions in your answers, comment facility allows some space for brief "
-#~ "discussions."
-#~ msgstr ""
-#~ "希望用户针对æ问的问题回答,å¯ä»¥æ˜¯è¿›ä¸€æ­¥äº†è§£é—®é¢˜å®žè´¨ï¼Œç»™äºˆå‚考方案,或完全"
-#~ "解决问题的回答。我们希望通过问答的形å¼è§£å†³ç”¨æˆ·çš„实际问题。因此,我们ä¸æ¬¢è¿Ž"
-#~ "在回答中出现ä¸æ˜¯å›žç­”问题的内容,包括针对他人回答的讨论,和其他无æ„义的浪费"
-#~ "网络资æºè¡Œä¸ºã€‚"
+#: skins/default/templates/tags.html:20
+msgid "by name"
+msgstr "按å称排åº"
-#~ msgid "Who moderates this community?"
-#~ msgstr "è°æ˜¯ç¤¾åŒºçš„管ç†å‘˜ï¼Ÿ"
+#: skins/default/templates/tags.html:25
+msgid "sorted by frequency of tag use"
+msgstr "按标签æµè¡Œåº¦æŽ’åº"
-#~ msgid "The short answer is: <strong>you</strong>."
-#~ msgstr "答案是:<span class=\"yellowbg\">æ¯ä¸ªç”¨æˆ·ã€‚</span>"
+#: skins/default/templates/tags.html:26
+msgid "by popularity"
+msgstr "按æµè¡Œåº¦æŽ’åº"
-#~ msgid "This website is moderated by the users."
-#~ msgstr "社区没有严格æ„义上的管ç†å‘˜èº«ä»½ã€‚"
+#: skins/default/templates/tags.html:31 skins/default/templates/tags.html:57
+msgid "Nothing found"
+msgstr "没有找到相关数æ®ã€‚"
-#~ msgid ""
-#~ "The reputation system allows users earn the authorization to perform a "
-#~ "variety of moderation tasks."
-#~ msgstr ""
-#~ "通过积分è¿ä½œï¼Œæ¯ä¸ªç”¨æˆ·éƒ½æœ‰æƒé™åˆ›å»ºæ ‡ç­¾ï¼Œå¯¹æ‰€æœ‰é—®é¢˜ã€å›žç­”投票ã€ç¼–辑ã€å…³é—­ç­‰"
-#~ "æ“作。"
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:6
+msgid "Users"
+msgstr "用户列表"
-#~ msgid "How does reputation system work?"
-#~ msgstr "什么是社区积分?"
+#: skins/default/templates/users.html:14
+msgid "see people with the highest reputation"
+msgstr ""
-#~ msgid "Rep system summary"
-#~ msgstr "更新概è¦ï¼š"
+#: skins/default/templates/users.html:15
+#: skins/default/templates/user_profile/user_info.html:25
+msgid "reputation"
+msgstr "积分"
-#~ msgid ""
-#~ "For example, if you ask an interesting question or give a helpful answer, "
-#~ "your input will be upvoted. On the other hand if the answer is misleading "
-#~ "- it will be downvoted. Each vote in favor will generate <strong>"
-#~ "%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-#~ "subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. "
-#~ "There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> "
-#~ "points that can be accumulated for a question or answer per day. The "
-#~ "table below explains reputation point requirements for each type of "
-#~ "moderation task."
-#~ msgstr ""
-#~ "例如,如果你问一个有趣的问题或给别人一个有帮助的答案,你的输入将被投赞æˆ"
-#~ "票。å¦åˆ™ä½ çš„答案是误导的,你将被投å对票。\n"
-#~ "æ¯ä¸ªèµžæˆç¥¨å°†å¢žåŠ <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong>分,æ¯ä¸ª"
-#~ "å对票将å‡åŽ»<strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong>分,\n"
-#~ "æ¯ä¸ªé—®é¢˜æˆ–答案都将有一个<strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong>"
-#~ "分é™åˆ¶ã€‚下表解释了æ¯ä¸ªç›¸åº”动作的积分è¦æ±‚:"
+#: skins/default/templates/users.html:20
+msgid "see people who joined most recently"
+msgstr ""
-#~ msgid "upvote"
-#~ msgstr "投赞æˆç¥¨"
+#: skins/default/templates/users.html:21
+msgid "recent"
+msgstr "按最新注册"
-#~ msgid "use tags"
-#~ msgstr "标记垃圾帖"
+#: skins/default/templates/users.html:26
+msgid "see people who joined the site first"
+msgstr ""
-# todo - check if it's indeed plural
-#~ msgid "add comments"
-#~ msgstr "添加评论"
+#: skins/default/templates/users.html:32
+msgid "see people sorted by name"
+msgstr ""
-#~ msgid "downvote"
-#~ msgstr "投å对票"
+#: skins/default/templates/users.html:33
+msgid "by username"
+msgstr "按用户å"
-#, fuzzy
-#~ msgid " accept own answer to own questions"
-#~ msgstr "自己接å—的第一个回答"
+#: skins/default/templates/users.html:39
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr "匹é…查询%(suser)s用户:"
-#~ msgid "open and close own questions"
-#~ msgstr "打开关闭任何人的问题"
+#: skins/default/templates/users.html:42
+msgid "Nothing found."
+msgstr "没有找到相关数æ®ã€‚"
-#~ msgid "retag other's questions"
-#~ msgstr "æ•´ç†æ ‡ç­¾"
+#: skins/default/templates/main_page/headline.html:4 views/readers.py:160
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] "%(q_num)s个问题"
-#~ msgid "edit community wiki questions"
-#~ msgstr "编辑wiki类问题"
+#: skins/default/templates/main_page/headline.html:6
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr "%(author_name)s的贡献"
+#: skins/default/templates/main_page/headline.html:12
#, fuzzy
-#~ msgid "\"edit any answer"
-#~ msgstr "编辑问题"
+msgid "Tagged"
+msgstr "已加标签"
-#, fuzzy
-#~ msgid "\"delete any comment"
-#~ msgstr "删除评论"
+#: skins/default/templates/main_page/headline.html:23
+msgid "Search tips:"
+msgstr "æœç´¢ä¸»é¢˜"
-#~ msgid "what is gravatar"
-#~ msgstr "什么是图åƒåŠå¦‚何修改?"
+#: skins/default/templates/main_page/headline.html:26
+msgid "reset author"
+msgstr "é‡ç½®ä½œè€…"
-#~ msgid "gravatar faq info"
-#~ msgstr "图åƒå¸¸è§é—®é¢˜"
+#: skins/default/templates/main_page/headline.html:28
+#: skins/default/templates/main_page/headline.html:31
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr "或者"
-#~ msgid "To register, do I need to create new password?"
-#~ msgstr "我需è¦æ³¨å†Œä¸€ä¸ªæ–°ç”¨æˆ·å—?"
+#: skins/default/templates/main_page/headline.html:29
+msgid "reset tags"
+msgstr "é‡ç½®æ ‡ç­¾"
-#~ msgid ""
-#~ "No, you don't have to. You can login through any service that supports "
-#~ "OpenID, e.g. Google, Yahoo, AOL, etc.\""
-#~ msgstr ""
-#~ "ä¸éœ€è¦ã€‚社区æ供了OpenID的登录支æŒï¼Œä½ è¦ç”¨Googleã€Yahoo等任何支æŒOpenIDç™»"
-#~ "录的å¸å·å°±å¯ä»¥ä½¿ç”¨ç³»ç»Ÿã€‚"
+#: skins/default/templates/main_page/headline.html:32
+#: skins/default/templates/main_page/headline.html:35
+msgid "start over"
+msgstr "é‡æ–°å¼€å§‹"
-#~ msgid "\"Login now!\""
-#~ msgstr "马上登录"
+#: skins/default/templates/main_page/headline.html:37
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr " - 通过添加更多标签和改进查询æ¥æ‰©å±•å’ŒæŒ–掘信æ¯"
-#~ msgid "Why other people can edit my questions/answers?"
-#~ msgstr "为什么其他人å¯ä»¥ä¿®æ”¹æˆ‘的问题/回答?"
+#: skins/default/templates/main_page/headline.html:40
+msgid "Search tip:"
+msgstr "æœç´¢ä¸»é¢˜ :"
-#~ msgid "Goal of this site is..."
-#~ msgstr "此网站的木的是帮助大家更好更全é¢çš„解决自己的问题。"
+#: skins/default/templates/main_page/headline.html:40
+msgid "add tags and a query to focus your search"
+msgstr "添加标签和查询æ¡ä»¶è¿›è¡Œæ›´ç²¾ç¡®æŸ¥è¯¢"
-#~ msgid ""
-#~ "So questions and answers can be edited like wiki pages by experienced "
-#~ "users of this site and this improves the overall quality of the knowledge "
-#~ "base content."
-#~ msgstr ""
-#~ "所以问题和答案都是如Wiki一样å¯ç¼–辑的,我们希望社区能帮助用户沉淀ã€ç§¯ç´¯æ›´å¤š"
-#~ "有用的知识和ç»éªŒã€‚"
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr "没有未回答的问题"
-#~ msgid "If this approach is not for you, we respect your choice."
-#~ msgstr "如果您ä¸å–œæ¬¢è¿™ç§æ–¹å¼ï¼Œæˆ‘们尊é‡ä½ çš„选择。"
+#: skins/default/templates/main_page/nothing_found.html:7
+#, fuzzy
+msgid "No questions here. "
+msgstr "还没有收è—"
-#~ msgid "Still have questions?"
-#~ msgstr "还有其他问题?"
+#: skins/default/templates/main_page/nothing_found.html:8
+#, fuzzy
+msgid "Please follow some questions or follow some users."
+msgstr "当你查看问题时å¯ä»¥æ”¶è—"
-#~ msgid ""
-#~ "Please ask your question at %(ask_question_url)s, help make our community "
-#~ "better!"
-#~ msgstr ""
-#~ "请æ交你的<a href=\\\"%(ask_question_url)s\\\">ç–‘é—®<\\a>,帮助我们一起完善"
-#~ "网站"
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr "扩展你的查询"
-#~ msgid "Feedback"
-#~ msgstr "问题å馈"
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr "é‡ç½®ä½œè€…"
-#~ msgid "Give us your feedback!"
-#~ msgstr "å馈"
+# book.html line 123 must be empty in english
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr "é‡ç½®æ ‡ç­¾"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear %(user_name)s</span>, we look "
-#~ "forward to hearing your feedback. \n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ "<span class='big strong'>亲爱的 %(user_name)s</span>, 我们盼望收到你的å"
-#~ "馈. \n"
-#~ "请å‘é€ä½ çš„å馈信æ¯ç»™æˆ‘们,以帮助我们更好的改进."
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
+msgstr "é‡æ–°å¼€å§‹"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " <span class='big strong'>Dear visitor</span>, we look forward to "
-#~ "hearing your feedback.\n"
-#~ " Please type and send us your message below.\n"
-#~ " "
-#~ msgstr ""
-#~ "\n"
-#~ " <span class='big strong'>亲爱的访客</span>, 我们盼望收到你的å馈. \n"
-#~ "请å‘é€ä½ çš„å馈信æ¯ç»™æˆ‘们,以帮助我们更好的改进 ."
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr "å‘布你自己的问题"
-#~ msgid "(this field is required)"
-#~ msgstr "必填项"
+#: skins/default/templates/main_page/questions_loop.html:12
+msgid "Did not find what you were looking for?"
+msgstr "你找的问题没有?"
-#~ msgid "Send Feedback"
-#~ msgstr "问题å馈"
+#: skins/default/templates/main_page/questions_loop.html:13
+msgid "Please, post your question!"
+msgstr "现在æé—®"
-#~ msgid "<p>Dear %(receiving_user_name)s,</p>"
-#~ msgstr "<p>亲爱的 %(receiving_user_name)s,</p>"
+#: skins/default/templates/main_page/tab_bar.html:9
+msgid "subscribe to the questions feed"
+msgstr "订阅最新问题"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:"
-#~ "</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新"
-#~ "留言</a></p>\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</"
-#~ "a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新"
-#~ "留言</a></p>\n"
+#: skins/default/templates/main_page/tab_bar.html:10
+msgid "RSS"
+msgstr ""
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s answered a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s 回答了一个问题 \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/meta/bottom_scripts.html:7
+#, python-format
+msgid ""
+"Please note: %(app_name)s requires javascript to work properly, please "
+"enable javascript in your browser, <a href=\"%(noscript_url)s\">here is how</"
+"a>"
+msgstr ""
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s posted a new question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s æ交了一个新问题 \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/meta/editor_data.html:5
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] "æ¯ä¸ªæ ‡ç­¾çš„长度ä¸è¶…过%(max_chars)s"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated an answer to the question\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s 更新了问题的回答\n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+#: skins/default/templates/meta/editor_data.html:7
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] "最多åªèƒ½æœ‰%(tag_count)s个标签"
-#~ msgid ""
-#~ "\n"
-#~ "<p>%(update_author_name)s updated a question \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<p>%(update_author_name)s 更新了问题 \n"
-#~ "<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+# todo: remove magic numbers from this file
+#: skins/default/templates/meta/editor_data.html:8
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr "最多%(tag_count)s个标签,æ¯ä¸ªæ ‡ç­¾é•¿åº¦å°äºŽ%(max_chars)s个字符。"
-#~ msgid ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-#~ "\">change</a>\n"
-#~ "how often you receive these notifications or unsubscribe. Thank you for "
-#~ "your interest in our forum!</p>\n"
-#~ msgstr ""
-#~ "\n"
-#~ "<div>%(content_preview)s</div>\n"
-#~ "<p>æ³¨æ„ - ä½ å¯ä»¥é€šè¿‡ <a href=\"%(user_subscriptions_url)s\">这里</a>\n"
-#~ "修改你接收这些通知的频率或å–消订阅. 谢谢你对我们网站的关注 </p>\n"
+#: skins/default/templates/question/answer_tab_bar.html:3
+#, fuzzy, python-format
+msgid ""
+"\n"
+" %(counter)s Answer\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers\n"
+" "
+msgstr[0] ""
+"\n"
+"%(counter)s个回答:"
-#~ msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-#~ msgstr "<p>忠实的<br/>网站管ç†å‘˜</p>"
+#: skins/default/templates/question/answer_tab_bar.html:14
+msgid "oldest answers will be shown first"
+msgstr "最先回答显示在最å‰é¢"
-#, fuzzy
-#~ msgid "Share this question on %(site)s"
-#~ msgstr "å‘布我的æ问到Twitter"
+#: skins/default/templates/question/answer_tab_bar.html:15
+msgid "oldest answers"
+msgstr "最先回答"
-#, fuzzy
-#~ msgid "i like this question (click again to cancel)"
-#~ msgstr "这篇帖å­æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/question/answer_tab_bar.html:17
+msgid "newest answers will be shown first"
+msgstr "最晚回答显示在最å‰é¢"
-#~ msgid "i like this answer (click again to cancel)"
-#~ msgstr "这篇帖å­æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/question/answer_tab_bar.html:18
+msgid "newest answers"
+msgstr "最近回答"
-#~ msgid "current number of votes"
-#~ msgstr "当å‰æ€»ç¥¨æ•°"
+#: skins/default/templates/question/answer_tab_bar.html:20
+msgid "most voted answers will be shown first"
+msgstr "投票次数最多的显示在最å‰é¢"
-#, fuzzy
-#~ msgid "i dont like this question (click again to cancel)"
-#~ msgstr "这篇帖å­æ²¡æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/question/answer_tab_bar.html:21
+msgid "popular answers"
+msgstr "å—欢迎的答案"
-#~ msgid "i dont like this answer (click again to cancel)"
-#~ msgstr "这篇帖å­æ²¡æœ‰ä»·å€¼ï¼ˆå†æ¬¡ç‚¹å‡»å–消æ“作)"
+#: skins/default/templates/question/content.html:20
+#: skins/default/templates/question/new_answer_form.html:46
+msgid "Answer Your Own Question"
+msgstr "回答你自己的问题"
+#: skins/default/templates/question/new_answer_form.html:14
#, fuzzy
-#~ msgid "anonymous user"
-#~ msgstr "匿å"
+msgid "Login/Signup to Answer"
+msgstr "登录å‘布你的答案"
-#~ msgid "this post is marked as community wiki"
-#~ msgstr "这个å‘布åƒç¤¾åŒºwiki被标记"
+#: skins/default/templates/question/new_answer_form.html:22
+msgid "Your answer"
+msgstr "您的回答"
-#~ msgid ""
-#~ "This post is a wiki.\n"
-#~ " Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
-#~ msgstr ""
-#~ "这个å‘布是wiki.\n"
-#~ "任何积分为 &gt;%(wiki_min_rep)s 都å¯ä»¥æ”¹è¿›å®ƒ."
+#: skins/default/templates/question/new_answer_form.html:24
+msgid "Be the first one to answer this question!"
+msgstr "æˆä¸ºç¬¬ä¸€ä¸ªå›žç­”此问题的人!"
-#~ msgid "asked"
-#~ msgstr "æ问于"
+#: skins/default/templates/question/new_answer_form.html:30
+msgid "you can answer anonymously and then login"
+msgstr "ä½ å¯ä»¥åŒ¿å回答,然åŽç™»å½•"
-#~ msgid "answered"
-#~ msgstr "回答"
+#: skins/default/templates/question/new_answer_form.html:34
+msgid "answer your own question only to give an answer"
+msgstr "仅仅为了回答你自己的问题而给一个答案"
-#~ msgid "posted"
-#~ msgstr "å‘布"
+#: skins/default/templates/question/new_answer_form.html:36
+msgid "please only give an answer, no discussions"
+msgstr "建议您æ的问题是å¯ä»¥è¢«ç­”å¤çš„,而ä¸ä»…仅是å¯ä»¥è®¨è®ºã€‚"
-#~ msgid "updated"
-#~ msgstr "更新于"
+#: skins/default/templates/question/new_answer_form.html:43
+msgid "Login/Signup to Post Your Answer"
+msgstr "登录å‘布你的答案"
-# this is how above two are supposed to be
-#~ msgid "see questions tagged '%(tag)s'"
-#~ msgstr "查看有关%(tag)s的问题"
-
-#~ msgid "delete this comment"
-#~ msgstr "删除这个留言"
+#: skins/default/templates/question/new_answer_form.html:48
+msgid "Answer the question"
+msgstr "回答该问题"
-#~ msgid "add comment"
-#~ msgstr "添加评论"
+#: skins/default/templates/question/sharing_prompt_phrase.html:2
+#, python-format
+msgid ""
+"Know someone who can answer? Share a <a href=\"%(question_url)s\">link</a> "
+"to this question via"
+msgstr ""
-#~ msgid "see <strong>%(counter)s</strong> more"
-#~ msgid_plural "see <strong>%(counter)s</strong> more"
-#~ msgstr[0] "查看<strong>%(counter)s</strong>更多"
+#: skins/default/templates/question/sharing_prompt_phrase.html:8
+#, fuzzy
+msgid " or"
+msgstr "或者"
-#~ msgid "see <strong>%(counter)s</strong> more comment"
-#~ msgid_plural ""
-#~ "see <strong>%(counter)s</strong> more comments\n"
-#~ " "
-#~ msgstr[0] "查看<strong>%(counter)s</strong>更多评论"
+#: skins/default/templates/question/sharing_prompt_phrase.html:10
+msgid "email"
+msgstr "邮件"
+#: skins/default/templates/question/sidebar.html:4
#, fuzzy
-#~ msgid "%(username)s's website is %(url)s"
-#~ msgstr "%(username)s当å‰çš„状æ€æ˜¯ \"%(status)s\""
+msgid "Question tools"
+msgstr "您正在æµè§ˆçš„问题å«æœ‰ä»¥ä¸‹æ ‡ç­¾"
-#~ msgid "previous"
-#~ msgstr "上一页"
+#: skins/default/templates/question/sidebar.html:7
+#, fuzzy
+msgid "click to unfollow this question"
+msgstr "被回å¤æœ€å¤šçš„问题"
-#~ msgid "current page"
-#~ msgstr "当å‰é¡µ"
+#: skins/default/templates/question/sidebar.html:8
+#, fuzzy
+msgid "Following"
+msgstr "所有问题"
-#~ msgid "page number %(num)s"
-#~ msgstr "第%(num)s页"
+#: skins/default/templates/question/sidebar.html:9
+#, fuzzy
+msgid "Unfollow"
+msgstr "所有问题"
-#~ msgid "next page"
-#~ msgstr "下一页"
+#: skins/default/templates/question/sidebar.html:13
+#, fuzzy
+msgid "click to follow this question"
+msgstr "被回å¤æœ€å¤šçš„问题"
-#~ msgid "posts per page"
-#~ msgstr "æ¯é¡µæ˜¾ç¤ºï¼š"
+#: skins/default/templates/question/sidebar.html:14
+#, fuzzy
+msgid "Follow"
+msgstr "所有问题"
-#~ msgid "responses for %(username)s"
-#~ msgstr "回应%(username)s"
+#: skins/default/templates/question/sidebar.html:21
+#, python-format
+msgid "%(count)s follower"
+msgid_plural "%(count)s followers"
+msgstr[0] ""
+#: skins/default/templates/question/sidebar.html:27
#, fuzzy
-#~ msgid "you have a new response"
-#~ msgid_plural "you have %(response_count)s new responses"
-#~ msgstr[0] "你有 %(response_count)s 个新回应"
-
-#~ msgid "no new responses yet"
-#~ msgstr "ä»æ²¡æœ‰å›žåº”"
+msgid "email the updates"
+msgstr "邮件更新å–消"
-#~ msgid "%(new)s new flagged posts and %(seen)s previous"
-#~ msgstr "%(new)s 新标记的å‘布和之å‰æŸ¥çœ‹çš„ %(seen)s"
+#: skins/default/templates/question/sidebar.html:30
+msgid ""
+"<strong>Here</strong> (once you log in) you will be able to sign up for the "
+"periodic email updates about this question."
+msgstr ""
-#~ msgid "%(new)s new flagged posts"
-#~ msgstr "%(new)s 新标记的å‘布信æ¯"
+#: skins/default/templates/question/sidebar.html:35
+#, fuzzy
+msgid "subscribe to this question rss feed"
+msgstr "订阅最新问题"
-#~ msgid "%(seen)s flagged posts"
-#~ msgstr "\"%(seen)s 已标记的å‘布信æ¯"
+#: skins/default/templates/question/sidebar.html:36
+#, fuzzy
+msgid "subscribe to rss feed"
+msgstr "订阅最新问题"
-#~ msgid "Questions"
-#~ msgstr "问题列表"
+#: skins/default/templates/question/sidebar.html:46
+msgid "Stats"
+msgstr ""
-#~ msgid "Privacy policy"
-#~ msgstr "éšç§æ”¿ç­–"
+#: skins/default/templates/question/sidebar.html:48
+msgid "question asked"
+msgstr "已问问题"
-# page title
-#~ msgid "Edit question"
-#~ msgstr "修改问题"
+#: skins/default/templates/question/sidebar.html:51
+msgid "question was seen"
+msgstr "æµè§ˆé‡"
-#~ msgid "Change tags"
-#~ msgstr "修改标签"
+#: skins/default/templates/question/sidebar.html:51
+msgid "times"
+msgstr "次"
-#~ msgid "Retag"
-#~ msgstr "修改标签"
+#: skins/default/templates/question/sidebar.html:54
+msgid "last updated"
+msgstr "最åŽæ›´æ–°æ—¶é—´"
-#~ msgid "Why use and modify tags?"
-#~ msgstr "为什么我åªèƒ½ä¿®æ”¹é—®é¢˜æ ‡ç­¾ï¼Ÿ"
+#: skins/default/templates/question/sidebar.html:63
+msgid "Related questions"
+msgstr "相似的问题"
-#~ msgid "Tags help to keep the content better organized and searchable"
-#~ msgstr "标签使内容å¯ä»¥æ›´å¥½çš„组织åŠæœç´¢"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:7
+#: skins/default/templates/question/subscribe_by_email_prompt.html:9
+msgid "Notify me once a day when there are any new answers"
+msgstr "当有新回答的时候æ¯å¤©æ醒我一次"
-#~ msgid "tag editors receive special awards from the community"
-#~ msgstr "修改标签的用户将授予特殊的社区奖牌"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:11
+msgid "Notify me weekly when there are any new answers"
+msgstr "当有新回答的时候æ¯å‘¨æ醒我一次"
-# todo: remove magic numbers from this file
-#~ msgid "up to 5 tags, less than 20 characters each"
-#~ msgstr "最多5个标签,æ¯ä¸ªæ ‡ç­¾é•¿åº¦å°äºŽ20个字符。"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:13
+msgid "Notify me immediately when there are any new answers"
+msgstr "当有新回答的时候立å³æ醒我一次"
-#~ msgid "Reopen question"
-#~ msgstr "é‡è®¾é—®é¢˜"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:16
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr "ä½ å¯ä»¥é€šè¿‡%(profile_url)s调整你的邮件更新频率"
-#~ msgid "Title"
-#~ msgstr "标题"
+#: skins/default/templates/question/subscribe_by_email_prompt.html:21
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr "一旦你注册你就å¯ä»¥è®¢é˜…这里的任何更新"
-#, fuzzy
-#~ msgid ""
-#~ "This question has been closed by \n"
-#~ " <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
-#~ msgstr ""
-#~ "此问题已被\n"
-#~ "<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>关闭"
+#: skins/default/templates/user_profile/user.html:12
+#, python-format
+msgid "%(username)s's profile"
+msgstr "%(username)s用户概览"
-# close.html
-#~ msgid "Close reason:"
-#~ msgstr "关闭原因"
+#: skins/default/templates/user_profile/user_edit.html:4
+msgid "Edit user profile"
+msgstr "修改个人资料"
-#~ msgid "When:"
-#~ msgstr "当:"
+#: skins/default/templates/user_profile/user_edit.html:7
+msgid "edit profile"
+msgstr "修改资料"
-#~ msgid "Reopen this question?"
-#~ msgstr "确定打开这个问题"
+#: skins/default/templates/user_profile/user_edit.html:21
+#: skins/default/templates/user_profile/user_info.html:15
+msgid "change picture"
+msgstr "修改图片"
-#~ msgid "Reopen this question"
-#~ msgstr "确定打开这个问题"
+#: skins/default/templates/user_profile/user_edit.html:25
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
+msgstr ""
-# revisions_answer.html
-#~ msgid "Revision history"
-#~ msgstr "版本历å²"
+#: skins/default/templates/user_profile/user_edit.html:32
+msgid "Registered user"
+msgstr "注册用户"
-#~ msgid "click to hide/show revision"
-#~ msgstr "点击éšè—或显示版本"
+#: skins/default/templates/user_profile/user_edit.html:39
+msgid "Screen Name"
+msgstr "用户å"
-#~ msgid "revision %(number)s"
-#~ msgstr "版本%(number)s"
+#: skins/default/templates/user_profile/user_edit.html:95
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
+msgid "Update"
+msgstr "æ›´æ–°"
-#, fuzzy
-#~ msgid "Subscribe for tags"
-#~ msgstr "标记垃圾帖"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "subscriptions"
+msgstr "订阅"
-#, fuzzy
-#~ msgid "Please, subscribe for the following tags:"
-#~ msgstr "问题曾以"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
+msgid "Email subscription settings"
+msgstr "邮件订阅设置"
-#, fuzzy
-#~ msgid "Subscribe"
-#~ msgstr "标记垃圾帖"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
+msgid "email subscription settings info"
+msgstr "邮件订阅设置信æ¯"
-#~ msgid "Tag list"
-#~ msgstr "标签列表"
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
+msgid "Stop sending email"
+msgstr "åœæ­¢å‘é€é‚®ä»¶"
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:27
#, fuzzy
-#~ msgid "Sort by &raquo;"
-#~ msgstr "排åº"
+msgid "followed questions"
+msgstr "所有问题"
-#~ msgid "sorted alphabetically"
-#~ msgstr "按å称的字æ¯å…ˆåŽé¡ºåºæŽ’åº"
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr "收件箱"
-#~ msgid "by name"
-#~ msgstr "按å称排åº"
+#: skins/default/templates/user_profile/user_inbox.html:34
+msgid "Sections:"
+msgstr "段"
-#~ msgid "sorted by frequency of tag use"
-#~ msgstr "按标签æµè¡Œåº¦æŽ’åº"
+#: skins/default/templates/user_profile/user_inbox.html:38
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr "论å›å›žåº” (%(re_count)s)"
-#~ msgid "by popularity"
-#~ msgstr "按æµè¡Œåº¦æŽ’åº"
+#: skins/default/templates/user_profile/user_inbox.html:43
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr "已标记项目 (%(flag_count)s)"
-#~ msgid "Nothing found"
-#~ msgstr "没有找到相关数æ®ã€‚"
+#: skins/default/templates/user_profile/user_inbox.html:49
+msgid "select:"
+msgstr "选择:"
-#~ msgid "Users"
-#~ msgstr "用户列表"
+#: skins/default/templates/user_profile/user_inbox.html:51
+msgid "seen"
+msgstr "查看"
-#~ msgid "reputation"
-#~ msgstr "积分"
+#: skins/default/templates/user_profile/user_inbox.html:52
+msgid "new"
+msgstr "æ–°"
-#~ msgid "recent"
-#~ msgstr "按最新注册"
+#: skins/default/templates/user_profile/user_inbox.html:53
+msgid "none"
+msgstr "æ— "
-#~ msgid "by username"
-#~ msgstr "按用户å"
+#: skins/default/templates/user_profile/user_inbox.html:54
+msgid "mark as seen"
+msgstr "已看标记"
-#~ msgid "users matching query %(suser)s:"
-#~ msgstr "匹é…查询%(suser)s用户:"
+#: skins/default/templates/user_profile/user_inbox.html:55
+msgid "mark as new"
+msgstr "新标记"
-#~ msgid "Nothing found."
-#~ msgstr "没有找到相关数æ®ã€‚"
+#: skins/default/templates/user_profile/user_inbox.html:56
+msgid "dismiss"
+msgstr "驳回"
-#~ msgid "with %(author_name)s's contributions"
-#~ msgstr "%(author_name)s的贡献"
+#: skins/default/templates/user_profile/user_info.html:36
+msgid "update profile"
+msgstr "更新我的资料"
-#~ msgid "Search tips:"
-#~ msgstr "æœç´¢ä¸»é¢˜"
+#: skins/default/templates/user_profile/user_info.html:40
+msgid "manage login methods"
+msgstr "管ç†ç™»å½•æ–¹æ³•"
-#~ msgid "reset author"
-#~ msgstr "é‡ç½®ä½œè€…"
+#: skins/default/templates/user_profile/user_info.html:53
+msgid "real name"
+msgstr "姓å"
-#~ msgid " or "
-#~ msgstr "或者"
+#: skins/default/templates/user_profile/user_info.html:58
+msgid "member for"
+msgstr "已加入"
-#~ msgid "reset tags"
-#~ msgstr "é‡ç½®æ ‡ç­¾"
+#: skins/default/templates/user_profile/user_info.html:63
+msgid "last seen"
+msgstr "上次活动时间"
-#~ msgid "start over"
-#~ msgstr "é‡æ–°å¼€å§‹"
+#: skins/default/templates/user_profile/user_info.html:69
+msgid "user website"
+msgstr "个人网站"
-#~ msgid " - to expand, or dig in by adding more tags and revising the query."
-#~ msgstr " - 通过添加更多标签和改进查询æ¥æ‰©å±•å’ŒæŒ–掘信æ¯"
+#: skins/default/templates/user_profile/user_info.html:75
+msgid "location"
+msgstr "城市"
-#~ msgid "Search tip:"
-#~ msgstr "æœç´¢ä¸»é¢˜ :"
+# user_info.html
+#: skins/default/templates/user_profile/user_info.html:82
+msgid "age"
+msgstr "年龄"
-#~ msgid "add tags and a query to focus your search"
-#~ msgstr "添加标签和查询æ¡ä»¶è¿›è¡Œæ›´ç²¾ç¡®æŸ¥è¯¢"
+#: skins/default/templates/user_profile/user_info.html:83
+msgid "age unit"
+msgstr "å²"
-#~ msgid "There are no unanswered questions here"
-#~ msgstr "没有未回答的问题"
+#: skins/default/templates/user_profile/user_info.html:88
+msgid "todays unused votes"
+msgstr "今日剩余投票数"
-#, fuzzy
-#~ msgid "No questions here. "
-#~ msgstr "还没有收è—"
+#: skins/default/templates/user_profile/user_info.html:89
+msgid "votes left"
+msgstr "剩余投票数"
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:48
#, fuzzy
-#~ msgid "Please follow some questions or follow some users."
-#~ msgstr "当你查看问题时å¯ä»¥æ”¶è—"
-
-#~ msgid "You can expand your search by "
-#~ msgstr "扩展你的查询"
-
-#~ msgid "resetting author"
-#~ msgstr "é‡ç½®ä½œè€…"
-
-# book.html line 123 must be empty in english
-#~ msgid "resetting tags"
-#~ msgstr "é‡ç½®æ ‡ç­¾"
+msgid "moderation"
+msgstr "版主"
-#~ msgid "starting over"
-#~ msgstr "é‡æ–°å¼€å§‹"
+#: skins/default/templates/user_profile/user_moderate.html:8
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr "%(username)s当å‰çš„状æ€æ˜¯ \"%(status)s\""
-#~ msgid "Please always feel free to ask your question!"
-#~ msgstr "å‘布你自己的问题"
+#: skins/default/templates/user_profile/user_moderate.html:11
+msgid "User status changed"
+msgstr "用户状æ€å·²ä¿®æ”¹"
-#~ msgid "Did not find what you were looking for?"
-#~ msgstr "你找的问题没有?"
+#: skins/default/templates/user_profile/user_moderate.html:20
+msgid "Save"
+msgstr "ä¿å­˜"
-#~ msgid "Please, post your question!"
-#~ msgstr "现在æé—®"
+#: skins/default/templates/user_profile/user_moderate.html:25
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr "你当å‰çš„积分是 %(reputation)s "
-#~ msgid "subscribe to the questions feed"
-#~ msgstr "订阅最新问题"
+#: skins/default/templates/user_profile/user_moderate.html:27
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr "用户当å‰çš„积分是 %(reputation)s"
-#~ msgid "each tag must be shorter that %(max_chars)s character"
-#~ msgid_plural "each tag must be shorter than %(max_chars)s characters"
-#~ msgstr[0] "æ¯ä¸ªæ ‡ç­¾çš„长度ä¸è¶…过%(max_chars)s"
+#: skins/default/templates/user_profile/user_moderate.html:31
+msgid "User reputation changed"
+msgstr "用户积分已修改"
-#~ msgid "please use %(tag_count)s tag"
-#~ msgid_plural "please use %(tag_count)s tags or less"
-#~ msgstr[0] "最多åªèƒ½æœ‰%(tag_count)s个标签"
+#: skins/default/templates/user_profile/user_moderate.html:38
+msgid "Subtract"
+msgstr "å‡åŽ»"
-# todo: remove magic numbers from this file
-#~ msgid ""
-#~ "please use up to %(tag_count)s tags, less than %(max_chars)s characters "
-#~ "each"
-#~ msgstr "最多%(tag_count)s个标签,æ¯ä¸ªæ ‡ç­¾é•¿åº¦å°äºŽ%(max_chars)s个字符。"
+#: skins/default/templates/user_profile/user_moderate.html:39
+msgid "Add"
+msgstr "添加"
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ " %(counter)s Answer\n"
-#~ " "
-#~ msgid_plural ""
-#~ "\n"
-#~ " %(counter)s Answers\n"
-#~ " "
-#~ msgstr[0] ""
-#~ "\n"
-#~ "%(counter)s个回答:"
-
-#~ msgid "oldest answers will be shown first"
-#~ msgstr "最先回答显示在最å‰é¢"
+#: skins/default/templates/user_profile/user_moderate.html:43
+#, python-format
+msgid "Send message to %(username)s"
+msgstr "å‘é€ä¿¡æ¯ç»™%(username)s"
-#~ msgid "oldest answers"
-#~ msgstr "最先回答"
+#: skins/default/templates/user_profile/user_moderate.html:44
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr "邮件将被å‘é€ç»™æŽ¥å—回å¤çš„用户地å€ï¼Œè¯·ç¡®ä¿ä½ è¾“入的邮件地å€æ˜¯æ­£ç¡®çš„"
-#~ msgid "newest answers will be shown first"
-#~ msgstr "最晚回答显示在最å‰é¢"
+#: skins/default/templates/user_profile/user_moderate.html:46
+msgid "Message sent"
+msgstr "å‘é€æ¶ˆæ¯"
-#~ msgid "newest answers"
-#~ msgstr "最近回答"
+#: skins/default/templates/user_profile/user_moderate.html:64
+msgid "Send message"
+msgstr "å‘é€æ¶ˆæ¯"
-#~ msgid "most voted answers will be shown first"
-#~ msgstr "投票次数最多的显示在最å‰é¢"
+#: skins/default/templates/user_profile/user_moderate.html:74
+msgid ""
+"Administrators have privileges of normal users, but in addition they can "
+"assign/revoke any status to any user, and are exempt from the reputation "
+"limits."
+msgstr ""
-#~ msgid "popular answers"
-#~ msgstr "å—欢迎的答案"
+#: skins/default/templates/user_profile/user_moderate.html:77
+msgid ""
+"Moderators have the same privileges as administrators, but cannot add or "
+"remove user status of 'moderator' or 'administrator'."
+msgstr ""
-#~ msgid "Answer Your Own Question"
-#~ msgstr "回答你自己的问题"
+#: skins/default/templates/user_profile/user_moderate.html:80
+msgid "'Approved' status means the same as regular user."
+msgstr ""
+#: skins/default/templates/user_profile/user_moderate.html:83
#, fuzzy
-#~ msgid "Login/Signup to Answer"
-#~ msgstr "登录å‘布你的答案"
-
-#~ msgid "Your answer"
-#~ msgstr "您的回答"
+msgid "Suspended users can only edit or delete their own posts."
+msgstr "æš‚åœä½¿ç”¨çš„用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
-#~ msgid "Be the first one to answer this question!"
-#~ msgstr "æˆä¸ºç¬¬ä¸€ä¸ªå›žç­”此问题的人!"
+#: skins/default/templates/user_profile/user_moderate.html:86
+msgid ""
+"Blocked users can only login and send feedback to the site administrators."
+msgstr ""
-#~ msgid "you can answer anonymously and then login"
-#~ msgstr "ä½ å¯ä»¥åŒ¿å回答,然åŽç™»å½•"
+#: skins/default/templates/user_profile/user_network.html:5
+#: skins/default/templates/user_profile/user_tabs.html:18
+msgid "network"
+msgstr ""
-#~ msgid "answer your own question only to give an answer"
-#~ msgstr "仅仅为了回答你自己的问题而给一个答案"
+#: skins/default/templates/user_profile/user_network.html:10
+#, python-format
+msgid "Followed by %(count)s person"
+msgid_plural "Followed by %(count)s people"
+msgstr[0] ""
-#~ msgid "please only give an answer, no discussions"
-#~ msgstr "建议您æ的问题是å¯ä»¥è¢«ç­”å¤çš„,而ä¸ä»…仅是å¯ä»¥è®¨è®ºã€‚"
+#: skins/default/templates/user_profile/user_network.html:14
+#, python-format
+msgid "Following %(count)s person"
+msgid_plural "Following %(count)s people"
+msgstr[0] ""
-#~ msgid "Login/Signup to Post Your Answer"
-#~ msgstr "登录å‘布你的答案"
+#: skins/default/templates/user_profile/user_network.html:19
+msgid ""
+"Your network is empty. Would you like to follow someone? - Just visit their "
+"profiles and click \"follow\""
+msgstr ""
-#~ msgid "Answer the question"
-#~ msgstr "回答该问题"
+#: skins/default/templates/user_profile/user_network.html:21
+#, fuzzy, python-format
+msgid "%(username)s's network is empty"
+msgstr "%(username)s用户概览"
-#, fuzzy
-#~ msgid " or"
-#~ msgstr "或者"
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:31
+msgid "activity"
+msgstr "活跃问题"
-#~ msgid "email"
-#~ msgstr "邮件"
+#: skins/default/templates/user_profile/user_recent.html:21
+#: skins/default/templates/user_profile/user_recent.html:28
+msgid "source"
+msgstr ""
+#: skins/default/templates/user_profile/user_reputation.html:4
#, fuzzy
-#~ msgid "Question tools"
-#~ msgstr "您正在æµè§ˆçš„问题å«æœ‰ä»¥ä¸‹æ ‡ç­¾"
+msgid "karma"
+msgstr "按积分排åº"
-#, fuzzy
-#~ msgid "click to unfollow this question"
-#~ msgstr "被回å¤æœ€å¤šçš„问题"
+#: skins/default/templates/user_profile/user_reputation.html:11
+msgid "Your karma change log."
+msgstr "你的积分历å²"
-#, fuzzy
-#~ msgid "click to follow this question"
-#~ msgstr "被回å¤æœ€å¤šçš„问题"
+#: skins/default/templates/user_profile/user_reputation.html:13
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr "%(user_name)s的积分历å²"
-#, fuzzy
-#~ msgid "email the updates"
-#~ msgstr "邮件更新å–消"
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr "概览"
-#, fuzzy
-#~ msgid "subscribe to this question rss feed"
-#~ msgstr "订阅最新问题"
+#: skins/default/templates/user_profile/user_stats.html:11
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] "<span class=\"count\">%(counter)s</span>个问题"
-#, fuzzy
-#~ msgid "subsribe to rss feed"
-#~ msgstr "订阅最新问题"
+#: skins/default/templates/user_profile/user_stats.html:16
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] "<span class=\"count\">%(counter)s</span>个答案"
-#~ msgid "question asked"
-#~ msgstr "已问问题"
+#: skins/default/templates/user_profile/user_stats.html:24
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr "该回答总共有%(answer_score)s个投票"
-#~ msgid "question was seen"
-#~ msgstr "æµè§ˆé‡"
+#: skins/default/templates/user_profile/user_stats.html:24
+msgid "this answer has been selected as correct"
+msgstr "该回答已被设为最佳答案"
-#~ msgid "times"
-#~ msgstr "次"
+#: skins/default/templates/user_profile/user_stats.html:34
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] "%(comment_count)s次评论"
-#~ msgid "last updated"
-#~ msgstr "最åŽæ›´æ–°æ—¶é—´"
+#: skins/default/templates/user_profile/user_stats.html:44
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] "<span class=\"count\">%(cnt)s</span>投票"
-#~ msgid "Related questions"
-#~ msgstr "相似的问题"
+#: skins/default/templates/user_profile/user_stats.html:50
+msgid "thumb up"
+msgstr "好"
-#~ msgid "Notify me once a day when there are any new answers"
-#~ msgstr "当有新回答的时候æ¯å¤©æ醒我一次"
+#: skins/default/templates/user_profile/user_stats.html:51
+msgid "user has voted up this many times"
+msgstr "该用户投的赞æˆç¥¨æ€»æ•°"
-#~ msgid "Notify me weekly when there are any new answers"
-#~ msgstr "当有新回答的时候æ¯å‘¨æ醒我一次"
+#: skins/default/templates/user_profile/user_stats.html:54
+msgid "thumb down"
+msgstr "å·®"
-#~ msgid "Notify me immediately when there are any new answers"
-#~ msgstr "当有新回答的时候立å³æ醒我一次"
+#: skins/default/templates/user_profile/user_stats.html:55
+msgid "user voted down this many times"
+msgstr "用户投的å对票总数"
-#~ msgid ""
-#~ "You can always adjust frequency of email updates from your %(profile_url)s"
-#~ msgstr "ä½ å¯ä»¥é€šè¿‡%(profile_url)s调整你的邮件更新频率"
+#: skins/default/templates/user_profile/user_stats.html:63
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] "<span class=\"count\">%(counter)s</span>标签"
-#~ msgid "once you sign in you will be able to subscribe for any updates here"
-#~ msgstr "一旦你注册你就å¯ä»¥è®¢é˜…这里的任何更新"
+#: skins/default/templates/user_profile/user_stats.html:99
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] "<span class=\"count\">%(counter)s</span>奖牌"
-#~ msgid "%(username)s's profile"
-#~ msgstr "%(username)s用户概览"
+#: skins/default/templates/user_profile/user_stats.html:122
+#, fuzzy
+msgid "Answer to:"
+msgstr "å—欢迎的æé—®"
-#~ msgid "Edit user profile"
-#~ msgstr "修改个人资料"
+#: skins/default/templates/user_profile/user_tabs.html:5
+msgid "User profile"
+msgstr "用户概览"
-#~ msgid "edit profile"
-#~ msgstr "修改资料"
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:786
+msgid "comments and answers to others questions"
+msgstr "其他问题的回å¤å’Œè¯„论"
-#~ msgid "change picture"
-#~ msgstr "修改图片"
+#: skins/default/templates/user_profile/user_tabs.html:16
+msgid "followers and followed users"
+msgstr ""
-#~ msgid "Registered user"
-#~ msgstr "注册用户"
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "graph of user reputation"
+msgstr "用户的社区积分历å²"
-#~ msgid "Screen Name"
-#~ msgstr "用户å"
+#: skins/default/templates/user_profile/user_tabs.html:23
+msgid "reputation history"
+msgstr "积分"
-#~ msgid "Update"
-#~ msgstr "æ›´æ–°"
+#: skins/default/templates/user_profile/user_tabs.html:25
+#, fuzzy
+msgid "questions that user is following"
+msgstr "用户收è—的问题"
-#~ msgid "subscriptions"
-#~ msgstr "订阅"
+#: skins/default/templates/user_profile/user_tabs.html:29
+msgid "recent activity"
+msgstr "最近活跃"
-#~ msgid "Email subscription settings"
-#~ msgstr "邮件订阅设置"
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:861
+msgid "user vote record"
+msgstr "用户所有投票"
-#~ msgid "email subscription settings info"
-#~ msgstr "邮件订阅设置信æ¯"
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "casted votes"
+msgstr "投票"
-#~ msgid "Stop sending email"
-#~ msgstr "åœæ­¢å‘é€é‚®ä»¶"
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:974
+msgid "email subscription settings"
+msgstr "邮件订阅设置"
-#, fuzzy
-#~ msgid "followed questions"
-#~ msgstr "所有问题"
+#: skins/default/templates/user_profile/user_tabs.html:46 views/users.py:211
+msgid "moderate this user"
+msgstr "设为版主"
-#~ msgid "inbox"
-#~ msgstr "收件箱"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
+msgstr "票"
-#~ msgid "Sections:"
-#~ msgstr "段"
+#: skins/default/templates/widgets/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "å—欢迎的æé—®"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "请确认你的答案和这个主题相关"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr "建议您æ的问题是å¯ä»¥è¢«ç­”å¤çš„,而ä¸ä»…仅是å¯ä»¥è®¨è®ºã€‚"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "请详细æ述您的问题"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:15
+#: skins/default/templates/widgets/question_edit_tips.html:11
+msgid "be clear and concise"
+msgstr "我们推è您使用中文æ述问题,这样å¯ä»¥å¾—到更多的答å¤æœºä¼šã€‚"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:20
+#: skins/default/templates/widgets/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr "查看常è§é—®é¢˜"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:27
+#: skins/default/templates/widgets/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "标记æ å‚考"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:31
+#: skins/default/templates/widgets/question_edit_tips.html:26
+msgid "*italic*"
+msgstr "*斜体*表示*å·å†…字体为斜体"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:34
+#: skins/default/templates/widgets/question_edit_tips.html:29
+msgid "**bold**"
+msgstr "**粗体**表示2个*å·å†…字体为粗体"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:38
+#: skins/default/templates/widgets/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr "*斜体* , _斜体_表示*å·æˆ–_å·å†…字体为斜体"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:41
+#: skins/default/templates/widgets/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr "**加粗** 或者 __加粗__ "
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/question_edit_tips.html:40
+msgid "link"
+msgstr "链接"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:45
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:40
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "text"
+msgstr "文本"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:49
+#: skins/default/templates/widgets/question_edit_tips.html:45
+msgid "image"
+msgstr "图片"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:53
+#: skins/default/templates/widgets/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr "列表:"
+
+#: skins/default/templates/widgets/answer_edit_tips.html:58
+#: skins/default/templates/widgets/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr "支æŒåŸºæœ¬çš„HTML标签"
-#~ msgid "forum responses (%(re_count)s)"
-#~ msgstr "论å›å›žåº” (%(re_count)s)"
+#: skins/default/templates/widgets/answer_edit_tips.html:63
+#: skins/default/templates/widgets/question_edit_tips.html:59
+msgid "learn more about Markdown"
+msgstr "有关Markdown详细说明"
-#~ msgid "flagged items (%(flag_count)s)"
-#~ msgstr "已标记项目 (%(flag_count)s)"
+#: skins/default/templates/widgets/ask_button.html:2
+msgid "ask a question"
+msgstr "我è¦æé—®"
-#~ msgid "select:"
-#~ msgstr "选择:"
+#: skins/default/templates/widgets/ask_form.html:6
+msgid "login to post question info"
+msgstr "登录并æ交问题"
-#~ msgid "seen"
-#~ msgstr "查看"
+#: skins/default/templates/widgets/ask_form.html:10
+#, fuzzy, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr "必须有正确的%(email)sæ‰èƒ½å‘布,查看%(email_validation_faq_url)s"
-#~ msgid "new"
-#~ msgstr "æ–°"
+#: skins/default/templates/widgets/ask_form.html:42
+msgid "Login/signup to post your question"
+msgstr "登录并å‘布问题"
-#~ msgid "none"
-#~ msgstr "æ— "
+#: skins/default/templates/widgets/ask_form.html:44
+msgid "Ask your question"
+msgstr "现在æé—®"
-#~ msgid "mark as seen"
-#~ msgstr "已看标记"
+#: skins/default/templates/widgets/contributors.html:3
+msgid "Contributors"
+msgstr "贡献者"
-#~ msgid "mark as new"
-#~ msgstr "新标记"
+#: skins/default/templates/widgets/footer.html:33
+#, python-format
+msgid "Content on this site is licensed under a %(license)s"
+msgstr ""
-#~ msgid "dismiss"
-#~ msgstr "驳回"
+# footer.html
+#: skins/default/templates/widgets/footer.html:38
+msgid "about"
+msgstr "关于本站"
-#~ msgid "update profile"
-#~ msgstr "更新我的资料"
+#: skins/default/templates/widgets/footer.html:40
+msgid "privacy policy"
+msgstr "éšç§æ”¿ç­–"
-#~ msgid "manage login methods"
-#~ msgstr "管ç†ç™»å½•æ–¹æ³•"
+#: skins/default/templates/widgets/footer.html:49
+msgid "give feedback"
+msgstr "问题å馈"
-#~ msgid "real name"
-#~ msgstr "姓å"
+#: skins/default/templates/widgets/logo.html:3
+msgid "back to home page"
+msgstr "回到首页"
-#~ msgid "member for"
-#~ msgstr "已加入"
+#: skins/default/templates/widgets/logo.html:4
+#, python-format
+msgid "%(site)s logo"
+msgstr "%(site)s logo"
-#~ msgid "last seen"
-#~ msgstr "上次活动时间"
+#: skins/default/templates/widgets/meta_nav.html:10
+msgid "users"
+msgstr "用户"
-#~ msgid "user website"
-#~ msgstr "个人网站"
+#: skins/default/templates/widgets/meta_nav.html:15
+msgid "badges"
+msgstr "奖牌榜"
-#~ msgid "location"
-#~ msgstr "城市"
+#: skins/default/templates/widgets/question_edit_tips.html:3
+msgid "question tips"
+msgstr "å—欢迎的æé—®"
-# user_info.html
-#~ msgid "age"
-#~ msgstr "年龄"
+#: skins/default/templates/widgets/question_edit_tips.html:5
+msgid "please ask a relevant question"
+msgstr "请问与此社区相关的问题"
-#~ msgid "age unit"
-#~ msgstr "å²"
+#: skins/default/templates/widgets/question_edit_tips.html:8
+msgid "please try provide enough details"
+msgstr "请详细æ述您的问题"
-#~ msgid "todays unused votes"
-#~ msgstr "今日剩余投票数"
+#: skins/default/templates/widgets/question_summary.html:12
+msgid "view"
+msgid_plural "views"
+msgstr[0] "æµè§ˆ"
-#~ msgid "votes left"
-#~ msgstr "剩余投票数"
+#: skins/default/templates/widgets/question_summary.html:29
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] "回答"
-#, fuzzy
-#~ msgid "moderation"
-#~ msgstr "版主"
+#: skins/default/templates/widgets/question_summary.html:40
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] "票"
-#~ msgid "%(username)s's current status is \"%(status)s\""
-#~ msgstr "%(username)s当å‰çš„状æ€æ˜¯ \"%(status)s\""
+#: skins/default/templates/widgets/scope_nav.html:3
+msgid "ALL"
+msgstr ""
-#~ msgid "User status changed"
-#~ msgstr "用户状æ€å·²ä¿®æ”¹"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "see unanswered questions"
+msgstr "查看没有回答的问题"
-#~ msgid "Save"
-#~ msgstr "ä¿å­˜"
+#: skins/default/templates/widgets/scope_nav.html:5
+msgid "UNANSWERED"
+msgstr ""
-#~ msgid "Your current reputation is %(reputation)s points"
-#~ msgstr "你当å‰çš„积分是 %(reputation)s "
+#: skins/default/templates/widgets/scope_nav.html:8
+#, fuzzy
+msgid "see your followed questions"
+msgstr "查看我收è—问题"
-#~ msgid "User's current reputation is %(reputation)s points"
-#~ msgstr "用户当å‰çš„积分是 %(reputation)s"
+#: skins/default/templates/widgets/scope_nav.html:8
+msgid "FOLLOWED"
+msgstr ""
-#~ msgid "User reputation changed"
-#~ msgstr "用户积分已修改"
+#: skins/default/templates/widgets/scope_nav.html:11
+#, fuzzy
+msgid "Please ask your question here"
+msgstr "现在æé—®"
-#~ msgid "Subtract"
-#~ msgstr "å‡åŽ»"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:3
+msgid "karma:"
+msgstr "按积分排åº"
-#~ msgid "Add"
-#~ msgstr "添加"
+#: skins/default/templates/widgets/user_long_score_and_badge_summary.html:7
+msgid "badges:"
+msgstr "奖牌榜"
-#~ msgid "Send message to %(username)s"
-#~ msgstr "å‘é€ä¿¡æ¯ç»™%(username)s"
+#: skins/default/templates/widgets/user_navigation.html:8
+msgid "logout"
+msgstr "退出登录"
-#~ msgid ""
-#~ "An email will be sent to the user with 'reply-to' field set to your email "
-#~ "address. Please make sure that your address is entered correctly."
-#~ msgstr "邮件将被å‘é€ç»™æŽ¥å—回å¤çš„用户地å€ï¼Œè¯·ç¡®ä¿ä½ è¾“入的邮件地å€æ˜¯æ­£ç¡®çš„"
+#: skins/default/templates/widgets/user_navigation.html:10
+msgid "login"
+msgstr "登录"
-#~ msgid "Message sent"
-#~ msgstr "å‘é€æ¶ˆæ¯"
+# book.html line 123 must be empty in english
+#: skins/default/templates/widgets/user_navigation.html:14
+msgid "settings"
+msgstr "设置"
-#~ msgid "Send message"
-#~ msgstr "å‘é€æ¶ˆæ¯"
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:264
+msgid "no items in counter"
+msgstr "æ— "
-#, fuzzy
-#~ msgid "Suspended users can only edit or delete their own posts."
-#~ msgstr "æš‚åœä½¿ç”¨çš„用户ä¸èƒ½æ ‡è®°ä¿¡æ¯"
+#: utils/decorators.py:90 views/commands.py:113 views/commands.py:133
+msgid "Oops, apologies - there was some error"
+msgstr "对ä¸èµ·ï¼Œç³»ç»Ÿé”™è¯¯"
+#: utils/decorators.py:109
#, fuzzy
-#~ msgid "%(username)s's network is empty"
-#~ msgstr "%(username)s用户概览"
-
-#~ msgid "activity"
-#~ msgstr "活跃问题"
+msgid "Please login to post"
+msgstr "请登录"
-#, fuzzy
-#~ msgid "karma"
-#~ msgstr "按积分排åº"
+#: utils/decorators.py:205
+msgid "Spam was detected on your post, sorry for if this is a mistake"
+msgstr ""
-#~ msgid "Your karma change log."
-#~ msgstr "你的积分历å²"
+#: utils/forms.py:33
+msgid "this field is required"
+msgstr "必填项"
-#~ msgid "%(user_name)s's karma change log"
-#~ msgstr "%(user_name)s的积分历å²"
+#: utils/forms.py:60
+msgid "choose a username"
+msgstr "选择一个用户å"
-#~ msgid "overview"
-#~ msgstr "概览"
+#: utils/forms.py:69
+msgid "user name is required"
+msgstr "必填项"
-#~ msgid "<span class=\"count\">%(counter)s</span> Question"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span>个问题"
+#: utils/forms.py:70
+msgid "sorry, this name is taken, please choose another"
+msgstr "对ä¸èµ·ï¼Œç”¨æˆ·å已存在,请æ¢ä¸€ä¸ªè¯•è¯•"
-#~ msgid "<span class=\"count\">%(counter)s</span> Answer"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span>个答案"
+#: utils/forms.py:71
+msgid "sorry, this name is not allowed, please choose another"
+msgstr "对ä¸èµ·ï¼Œæ‚¨ä¸èƒ½æ³¨å†Œè¯¥ç”¨æˆ·å,请æ¢ä¸€ä¸ªè¯•è¯•"
-#~ msgid "the answer has been voted for %(answer_score)s times"
-#~ msgstr "该回答总共有%(answer_score)s个投票"
+#: utils/forms.py:72
+msgid "sorry, there is no user with this name"
+msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç”¨æˆ·ä½¿ç”¨è¿™ä¸ªå称"
-#~ msgid "this answer has been selected as correct"
-#~ msgstr "该回答已被设为最佳答案"
+#: utils/forms.py:73
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr "对ä¸èµ·ï¼Œç³»ç»Ÿä¸¥é‡é”™è¯¯-用户å被多个用户拥有"
-#~ msgid "(%(comment_count)s comment)"
-#~ msgid_plural "the answer has been commented %(comment_count)s times"
-#~ msgstr[0] "%(comment_count)s次评论"
+#: utils/forms.py:74
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr "用户ååªèƒ½ç”±å­—æ¯ï¼Œç©ºæ ¼å’Œä¸‹åˆ’线组æˆ"
-#~ msgid "<span class=\"count\">%(cnt)s</span> Vote"
-#~ msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-#~ msgstr[0] "<span class=\"count\">%(cnt)s</span>投票"
+#: utils/forms.py:75
+msgid "please use at least some alphabetic characters in the user name"
+msgstr ""
-#~ msgid "thumb up"
-#~ msgstr "好"
+#: utils/forms.py:138
+msgid "your email address"
+msgstr "您的电å­é‚®ä»¶åœ°å€"
-#~ msgid "user has voted up this many times"
-#~ msgstr "该用户投的赞æˆç¥¨æ€»æ•°"
+#: utils/forms.py:139
+msgid "email address is required"
+msgstr "必填项"
-#~ msgid "thumb down"
-#~ msgstr "å·®"
+#: utils/forms.py:140
+msgid "please enter a valid email address"
+msgstr "请输入正确的邮件地å€"
-#~ msgid "user voted down this many times"
-#~ msgstr "用户投的å对票总数"
+#: utils/forms.py:141
+msgid "this email is already used by someone else, please choose another"
+msgstr "该电å­é‚®ä»¶å·²è¢«æ³¨å†Œï¼Œè¯·é€‰æ‹©å¦ä¸€ä¸ªå†è¯•ã€‚"
-#~ msgid "<span class=\"count\">%(counter)s</span> Tag"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span>标签"
+#: utils/forms.py:169
+msgid "choose password"
+msgstr "密ç "
-#~ msgid "<span class=\"count\">%(counter)s</span> Badge"
-#~ msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-#~ msgstr[0] "<span class=\"count\">%(counter)s</span>奖牌"
+#: utils/forms.py:170
+msgid "password is required"
+msgstr "必填项"
-#, fuzzy
-#~ msgid "Answer to:"
-#~ msgstr "å—欢迎的æé—®"
+#: utils/forms.py:173
+msgid "retype password"
+msgstr "确认密ç "
-#~ msgid "User profile"
-#~ msgstr "用户概览"
+#: utils/forms.py:174
+msgid "please, retype your password"
+msgstr "确认密ç "
-#~ msgid "graph of user reputation"
-#~ msgstr "用户的社区积分历å²"
+#: utils/forms.py:175
+msgid "sorry, entered passwords did not match, please try again"
+msgstr "对ä¸èµ·ï¼Œä½ è¾“入的密ç ä¸åŒ¹é…,请é‡æ–°è¾“å…¥"
-#~ msgid "reputation history"
-#~ msgstr "积分"
+#: utils/functions.py:74
+msgid "2 days ago"
+msgstr "2天å‰"
-#, fuzzy
-#~ msgid "questions that user is following"
-#~ msgstr "用户收è—的问题"
+#: utils/functions.py:76
+msgid "yesterday"
+msgstr "昨天"
-#~ msgid "recent activity"
-#~ msgstr "最近活跃"
+#: utils/functions.py:79
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] "%(hr)då°æ—¶å‰"
-#~ msgid "casted votes"
-#~ msgstr "投票"
+#: utils/functions.py:85
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] "%(min)d分钟å‰"
-#~ msgid "votes"
-#~ msgstr "票"
+#: views/avatar_views.py:99
+msgid "Successfully uploaded a new avatar."
+msgstr ""
-#~ msgid "answer tips"
-#~ msgstr "å—欢迎的æé—®"
+#: views/avatar_views.py:140
+msgid "Successfully updated your avatar."
+msgstr ""
-#~ msgid "please make your answer relevant to this community"
-#~ msgstr "请确认你的答案和这个主题相关"
+#: views/avatar_views.py:180
+msgid "Successfully deleted the requested avatars."
+msgstr ""
-#~ msgid "try to give an answer, rather than engage into a discussion"
-#~ msgstr "建议您æ的问题是å¯ä»¥è¢«ç­”å¤çš„,而ä¸ä»…仅是å¯ä»¥è®¨è®ºã€‚"
+#: views/commands.py:39
+msgid "anonymous users cannot vote"
+msgstr "匿å用户ä¸èƒ½æŠ•ç¥¨"
-#~ msgid "please try to provide details"
-#~ msgstr "请详细æ述您的问题"
+#: views/commands.py:59
+msgid "Sorry you ran out of votes for today"
+msgstr "对ä¸èµ·ï¼Œä½ ä»Šå¤©çš„投票已用完"
-#~ msgid "be clear and concise"
-#~ msgstr "我们推è您使用中文æ述问题,这样å¯ä»¥å¾—到更多的答å¤æœºä¼šã€‚"
+#: views/commands.py:65
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr "你今天还å¯ä»¥æŠ•%(votes_left)s次票"
-#~ msgid "see frequently asked questions"
-#~ msgstr "查看常è§é—®é¢˜"
+#: views/commands.py:123
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr "对ä¸èµ·ï¼ŒåŒ¿å用户没有收件箱"
-#~ msgid "Markdown tips"
-#~ msgstr "标记æ å‚考"
+#: views/commands.py:198
+msgid "Sorry, something is not right here..."
+msgstr "对ä¸èµ·ï¼Œè¿™é‡Œå‡ºäº†äº›é—®é¢˜"
-#~ msgid "*italic*"
-#~ msgstr "*斜体*表示*å·å†…字体为斜体"
+#: views/commands.py:213
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr "匿å用户ä¸èƒ½æŽ¥å—回答"
-#~ msgid "**bold**"
-#~ msgstr "**粗体**表示2个*å·å†…字体为粗体"
+#: views/commands.py:320
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr "订阅已ä¿å­˜ï¼Œ%(email)s邮件需è¦éªŒè¯, 查看 %(details_url)s"
-#~ msgid "*italic* or _italic_"
-#~ msgstr "*斜体* , _斜体_表示*å·æˆ–_å·å†…字体为斜体"
+#: views/commands.py:327
+msgid "email update frequency has been set to daily"
+msgstr "邮件更新频率已设置æˆæ¯æ—¥æ›´æ–°"
-#~ msgid "**bold** or __bold__"
-#~ msgstr "**加粗** 或者 __加粗__ "
+#: views/commands.py:433
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
-#~ msgid "link"
-#~ msgstr "链接"
+#: views/commands.py:442
+#, fuzzy, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
+msgstr "请登录"
-#~ msgid "text"
-#~ msgstr "文本"
+#: views/commands.py:578
+#, fuzzy
+msgid "Please sign in to vote"
+msgstr "请在这登录"
-#~ msgid "image"
-#~ msgstr "图片"
+#: views/meta.py:84
+msgid "Q&A forum feedback"
+msgstr "Q&Aå馈"
-#~ msgid "numbered list:"
-#~ msgstr "列表:"
+#: views/meta.py:85
+msgid "Thanks for the feedback!"
+msgstr "感谢你的å馈"
-#~ msgid "basic HTML tags are also supported"
-#~ msgstr "支æŒåŸºæœ¬çš„HTML标签"
+#: views/meta.py:94
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr "我们期望你的å馈"
-#~ msgid "learn more about Markdown"
-#~ msgstr "有关Markdown详细说明"
+#: views/readers.py:152
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "%(q_num)s个问题"
-#~ msgid "ask a question"
-#~ msgstr "我è¦æé—®"
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s奖章"
-#~ msgid "login to post question info"
-#~ msgstr "登录并æ交问题"
+#: views/readers.py:416
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr "对ä¸èµ·ï¼Œä½ æ‰¾çš„这个评论已ç»è¢«åˆ é™¤"
+#: views/users.py:212
#, fuzzy
-#~ msgid ""
-#~ "must have valid %(email)s to post, \n"
-#~ " see %(email_validation_faq_url)s\n"
-#~ " "
-#~ msgstr "必须有正确的%(email)sæ‰èƒ½å‘布,查看%(email_validation_faq_url)s"
+msgid "moderate user"
+msgstr "中等用户"
-#~ msgid "Login/signup to post your question"
-#~ msgstr "登录并å‘布问题"
+#: views/users.py:387
+msgid "user profile"
+msgstr "用户概览"
-#~ msgid "Ask your question"
-#~ msgstr "现在æé—®"
+#: views/users.py:388
+msgid "user profile overview"
+msgstr "用户概览"
-#~ msgid "Contributors"
-#~ msgstr "贡献者"
+#: views/users.py:699
+msgid "recent user activity"
+msgstr "最近活动"
-# footer.html
-#~ msgid "about"
-#~ msgstr "关于本站"
+#: views/users.py:700
+msgid "profile - recent activity"
+msgstr "最近活动"
-#~ msgid "privacy policy"
-#~ msgstr "éšç§æ”¿ç­–"
+#: views/users.py:787
+msgid "profile - responses"
+msgstr "回应 - 用户资料"
-#~ msgid "give feedback"
-#~ msgstr "问题å馈"
+#: views/users.py:862
+msgid "profile - votes"
+msgstr "用户资料 - 投票"
-#~ msgid "back to home page"
-#~ msgstr "回到首页"
+#: views/users.py:897
+msgid "user reputation in the community"
+msgstr "用户社区积分"
-#~ msgid "%(site)s logo"
-#~ msgstr "%(site)s logo"
+#: views/users.py:898
+msgid "profile - user reputation"
+msgstr "积分 - 用户资料"
-#~ msgid "users"
-#~ msgstr "用户"
+#: views/users.py:925
+msgid "users favorite questions"
+msgstr "用户收è—的问题"
-#~ msgid "badges"
-#~ msgstr "奖牌榜"
+#: views/users.py:926
+msgid "profile - favorite questions"
+msgstr "æ”¶è— - 用户资料"
-#~ msgid "question tips"
-#~ msgstr "å—欢迎的æé—®"
+#: views/users.py:946 views/users.py:950
+msgid "changes saved"
+msgstr "修改已ä¿å­˜"
-#~ msgid "please ask a relevant question"
-#~ msgstr "请问与此社区相关的问题"
+#: views/users.py:956
+msgid "email updates canceled"
+msgstr "邮件更新å–消"
-#~ msgid "please try provide enough details"
-#~ msgstr "请详细æ述您的问题"
+#: views/users.py:975
+msgid "profile - email subscriptions"
+msgstr "邮件订阅"
-#~ msgid "view"
-#~ msgid_plural "views"
-#~ msgstr[0] "æµè§ˆ"
+#: views/writers.py:59
+msgid "Sorry, anonymous users cannot upload files"
+msgstr "匿å用户ä¸èƒ½ä¸Šä¼ æ–‡ä»¶"
-#~ msgid "answer"
-#~ msgid_plural "answers"
-#~ msgstr[0] "回答"
+# todo take these out of settings
+#: views/writers.py:69
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr "åªå…许上传'%(file_types)s'类型的文件ï¼"
+
+#: views/writers.py:92
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr "åªå…许上传ä¸è¶…过%(file_size)sK大å°çš„文件ï¼"
-#~ msgid "vote"
-#~ msgid_plural "votes"
-#~ msgstr[0] "票"
+#: views/writers.py:100
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr "在文件上传过程中产生了错误,请è”系管ç†å‘˜ï¼Œè°¢è°¢^_^"
-#~ msgid "see unanswered questions"
-#~ msgstr "查看没有回答的问题"
+#: views/writers.py:192
+#, fuzzy
+msgid "Please log in to ask questions"
+msgstr "å‘布你自己的问题"
+#: views/writers.py:493
#, fuzzy
-#~ msgid "see your followed questions"
-#~ msgstr "查看我收è—问题"
+msgid "Please log in to answer questions"
+msgstr "查看没有回答的问题"
-#~ msgid "karma:"
-#~ msgstr "按积分排åº"
+#: views/writers.py:600
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"对ä¸èµ·ï¼Œä½ å·²ç»é€€å‡ºï¼Œä¸æ©é‚£ä¸ªåœ¨å‘表评论,请<a href=\"%(sign_in_url)s\">登录</"
+"a>."
-#~ msgid "badges:"
-#~ msgstr "奖牌榜"
+#: views/writers.py:649
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr "匿å用户ä¸èƒ½ç¼–辑评论"
-#~ msgid "logout"
-#~ msgstr "退出登录"
+#: views/writers.py:658
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+"对ä¸èµ·ï¼Œä½ å·²ç»é€€å‡ºï¼Œä¸æ©é‚£ä¸ªåœ¨å‘表评论,请<a href=\"%(sign_in_url)s\">登录</"
+"a>."
-#~ msgid "login"
-#~ msgstr "登录"
+#: views/writers.py:679
+msgid "sorry, we seem to have some technical difficulties"
+msgstr "对ä¸èµ·ï¼Œå¥½åƒæœ‰ä¸€äº›æŠ€æœ¯ä¸Šçš„错误。"
-# book.html line 123 must be empty in english
-#~ msgid "settings"
-#~ msgstr "设置"
+#~ msgid "question content must be > 10 characters"
+#~ msgstr "内容至少è¦10个字符"
+
+#~ msgid "Question: \"%(title)s\""
+#~ msgstr "问题:\"%(title)s\""
+
+#, fuzzy
+#~ msgid ""
+#~ "If you believe that this message was sent in mistake - \n"
+#~ "no further action is needed. Just ignore this email, we apologize\n"
+#~ "for any inconvenience."
+#~ msgstr ""
+#~ "如果你认为此消æ¯è¢«é”™è¯¯çš„å‘é€,ä¸è¦è¿›è¡Œæ›´è¿›ä¸€æ­¥çš„动作.仅仅忽略这å°é‚®ä»¶,为给"
+#~ "您带æ¥çš„ä¸ä¾¿é“æ­‰."
#~ msgid "(please enter a valid email)"
#~ msgstr "请输入正确的email地å€"
@@ -5639,10 +6618,6 @@ msgstr "对ä¸èµ·ï¼Œå¥½åƒæœ‰ä¸€äº›æŠ€æœ¯ä¸Šçš„错误。"
#~ msgid "In:"
#~ msgstr "选择:"
-#, fuzzy
-#~ msgid "followed"
-#~ msgstr "所有问题"
-
#~ msgid "Sort by:"
#~ msgstr "排åº"
@@ -6043,18 +7018,12 @@ msgstr "对ä¸èµ·ï¼Œå¥½åƒæœ‰ä¸€äº›æŠ€æœ¯ä¸Šçš„错误。"
#~ "\n"
#~ "%(q_num)s个问题"
-#~ msgid "tagged"
-#~ msgstr "已加标签"
-
#~ msgid "remove '%(tag_name)s' from the list of interesting tags"
#~ msgstr "从感兴趣的标签列表中删除 '%(tag_name)s' 标签"
#~ msgid "remove '%(tag_name)s' from the list of ignored tags"
#~ msgstr "从忽略标签列表中删除'%(tag_name)s'标签"
-#~ msgid "keep ignored questions hidden"
-#~ msgstr "忽略问题ä¿æŒéšè—"
-
#~ msgid ""
#~ "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></"
#~ "span>'"
diff --git a/askbot/management/commands/askbot_add_test_content.py b/askbot/management/commands/askbot_add_test_content.py
index 81bbc71e..c4a49c67 100644
--- a/askbot/management/commands/askbot_add_test_content.py
+++ b/askbot/management/commands/askbot_add_test_content.py
@@ -47,6 +47,12 @@ class Command(NoArgsCommand):
"Create the users and return an array of created users"
users = []
+ #add admin with the same password
+ admin = User.objects.create_user('admin', 'admin@example.com')
+ admin.set_password('admin')
+ self.print_if_verbose("Created User 'admin'")
+ users.append(admin)
+
# Keeping the created users in array - we will iterate over them
# several times, we don't want querying the model each and every time.
for i in range(NUM_USERS):
@@ -58,6 +64,7 @@ class Command(NoArgsCommand):
user.save()
self.print_if_verbose("Created User '%s'" % user.username)
users.append(user)
+
return users
diff --git a/askbot/management/commands/send_email_alerts.py b/askbot/management/commands/send_email_alerts.py
index c904cdde..a9d69678 100644
--- a/askbot/management/commands/send_email_alerts.py
+++ b/askbot/management/commands/send_email_alerts.py
@@ -452,7 +452,7 @@ class Command(NoArgsCommand):
# )
text += _(
- 'Please visit the askbot and see what\'s new! '
+ 'Please visit us and see what\'s new! '
'Could you spread the word about it - '
'can somebody you know help answering those questions or '
'benefit from posting one?'
@@ -465,12 +465,12 @@ class Command(NoArgsCommand):
text += _('Your most frequent subscription setting is \'daily\' '
'on selected questions. If you are receiving more than one '
'email per day'
- 'please tell about this issue to the askbot administrator.'
+ 'please tell about this issue to the site administrator.'
)
elif 'w' in feed_freq:
text += _('Your most frequent subscription setting is \'weekly\' '
'if you are receiving this email more than once a week '
- 'please report this issue to the askbot administrator.'
+ 'please report this issue to the site administrator.'
)
text += ' '
text += _(
diff --git a/askbot/middleware/forum_mode.py b/askbot/middleware/forum_mode.py
index 8f14199b..7f1e29b1 100644
--- a/askbot/middleware/forum_mode.py
+++ b/askbot/middleware/forum_mode.py
@@ -1,36 +1,57 @@
+"""
+contains :class:`ForumModeMiddleware`, which is
+enabling support of closed forum mode
+"""
from django.http import HttpResponseRedirect
from django.utils.translation import ugettext as _
from django.conf import settings
from django.core.urlresolvers import resolve
-
+from askbot.shims.django_shims import ResolverMatch
from askbot.conf import settings as askbot_settings
-PROTECTED_URLS = [
- 'about',
- 'feeds',
- 'privacy',
- 'tags',
- 'badges',
- 'questions',
- 'question',
- 'question_revisions',
- 'users',
- 'edit_user',
- 'faq',
- 'user_profile',
- 'answer_revisions',
- 'user_subscriptions',
- 'widget_questions']
+PROTECTED_VIEW_MODULES = (
+ 'askbot.views',
+ 'django.contrib.syndication.views',
+)
+ALLOWED_VIEWS = (
+ 'askbot.views.meta.media',
+)
+
+def is_view_protected(view_func):
+ """True if view belongs to one of the
+ protected view modules
+ """
+ for protected_module in PROTECTED_VIEW_MODULES:
+ if view_func.__module__.startswith(protected_module):
+ return True
+ return False
+def is_view_allowed(func):
+ """True, if view is allowed to access
+ by the special rule
+ """
+ view_path = func.__module__ + '.' + func.__name__
+ return view_path in ALLOWED_VIEWS
class ForumModeMiddleware(object):
+ """protects forum views is the closed forum mode"""
def process_request(self, request):
+ """when askbot is in the closed mode
+ it will let through only authenticated users.
+ All others will be redirected to the login url.
+ """
if (askbot_settings.ASKBOT_CLOSED_FORUM_MODE
- and request.user.is_anonymous()
- and resolve(request.path).url_name in PROTECTED_URLS):
- request.user.message_set.create(_('Please log in to use %s') % \
- askbot_settings.APP_SHORT_NAME)
- return HttpResponseRedirect(settings.LOGIN_URL)
- else:
- return None
+ and request.user.is_anonymous()):
+ resolver_match = ResolverMatch(resolve(request.path))
+
+ if is_view_allowed(resolver_match.func):
+ return
+
+ if is_view_protected(resolver_match.func):
+ request.user.message_set.create(
+ _('Please log in to use %s') % \
+ askbot_settings.APP_SHORT_NAME
+ )
+ return HttpResponseRedirect(settings.LOGIN_URL)
+ return None
diff --git a/askbot/middleware/view_log.py b/askbot/middleware/view_log.py
index 0880ae1b..6eea44b8 100644
--- a/askbot/middleware/view_log.py
+++ b/askbot/middleware/view_log.py
@@ -13,13 +13,12 @@ from askbot.views.readers import questions as questions_view
from askbot.views.commands import vote, get_tag_list
from askbot.views.writers import delete_comment, post_comments, retag_question
from askbot.views.readers import revisions, get_question_body
-from askbot.views.meta import media
from askbot.search.state_manager import ViewLog
#todo: the list is getting bigger and bigger - maybe there is a better way to
#trigger reset of sarch state?
IGNORED_VIEWS = (
- serve, vote, media, delete_comment, post_comments,
+ serve, vote, delete_comment, post_comments,
retag_question, revisions, javascript_catalog,
get_tag_list, get_question_body
)
diff --git a/askbot/models/__init__.py b/askbot/models/__init__.py
index 9f5e8999..f851d3f9 100644
--- a/askbot/models/__init__.py
+++ b/askbot/models/__init__.py
@@ -22,6 +22,7 @@ import askbot
from askbot import exceptions as askbot_exceptions
from askbot import const
from askbot.conf import settings as askbot_settings
+from askbot.skins import utils as skin_utils
from askbot.models.question import Question
from askbot.models.question import QuestionView, AnonymousQuestion
from askbot.models.question import FavoriteQuestion
@@ -121,6 +122,11 @@ def user_get_gravatar_url(self, size):
'size': size,
}
+def user_get_default_avatar_url(self, size):
+ """returns default avatar url
+ """
+ return skin_utils.get_media_url(askbot_settings.DEFAULT_AVATAR_URL)
+
def user_get_avatar_url(self, size):
"""returns avatar url - by default - gravatar,
but if application django-avatar is installed
@@ -129,10 +135,10 @@ def user_get_avatar_url(self, size):
if 'avatar' in django_settings.INSTALLED_APPS:
if self.avatar_type == 'n':
import avatar
- if avatar.settings.AVATAR_GRAVATAR_BACKUP:
+ if askbot_settings.ENABLE_GRAVATAR: #avatar.settings.AVATAR_GRAVATAR_BACKUP:
return self.get_gravatar_url(size)
else:
- return avatar.utils.get_default_avatar_url()
+ return self.get_default_avatar_url(size)
elif self.avatar_type == 'a':
kwargs = {'user_id': self.id, 'size': size}
try:
@@ -146,7 +152,10 @@ def user_get_avatar_url(self, size):
else:
return self.get_gravatar_url(size)
else:
- return self.get_gravatar_url(size)
+ if askbot_settings.ENABLE_GRAVATAR:
+ return self.get_gravatar_url(size)
+ else:
+ return self.get_default_avatar_url(size)
def user_update_avatar_type(self):
"""counts number of custom avatars
@@ -804,9 +813,12 @@ def user_assert_can_remove_flag_offensive(self, post = None):
suspended_error_message = _('suspended users cannot remove flags')
- low_rep_error_message = _('need > %(min_rep)s points to remove flag') % \
- {'min_rep': askbot_settings.MIN_REP_TO_FLAG_OFFENSIVE}
min_rep_setting = askbot_settings.MIN_REP_TO_FLAG_OFFENSIVE
+ low_rep_error_message = ungettext(
+ 'need > %(min_rep)d point to remove flag',
+ 'need > %(min_rep)d points to remove flag',
+ min_rep_setting
+ ) % {'min_rep': min_rep_setting}
_assert_user_can(
user = self,
@@ -1261,7 +1273,7 @@ def user_restore_post(
def user_post_question(
self,
title = None,
- body_text = None,
+ body_text = '',
tags = None,
wiki = False,
is_anonymous = False,
@@ -1272,10 +1284,11 @@ def user_post_question(
self.assert_can_post_question()
+ if body_text == '':#a hack to allow bodyless question
+ body_text = ' '
+
if title is None:
raise ValueError('Title is required to post question')
- if body_text is None:
- raise ValueError('Text body is required to post question')
if tags is None:
raise ValueError('Tags are required to post question')
if timestamp is None:
@@ -1368,6 +1381,7 @@ def user_post_answer(
timestamp = None
):
+ #todo: move this to assertion - user_assert_can_post_answer
if self == question.author and not self.is_administrator():
# check date and rep required to post answer to own question
@@ -1977,17 +1991,24 @@ def downvote(self, post, timestamp=None, cancel=False, force = False):
)
@auto_now_timestamp
-def flag_post(user, post, timestamp=None, cancel=False, force = False):
- if cancel:#todo: can't unflag?
+def flag_post(user, post, timestamp=None, cancel=False, cancel_all = False, force = False):
+ if cancel_all:
+ # remove all flags
+ if force == False:
+ user.assert_can_remove_all_flags_offensive(post = post)
+ post_content_type = ContentType.objects.get_for_model(post)
+ all_flags = Activity.objects.filter(
+ activity_type = const.TYPE_ACTIVITY_MARK_OFFENSIVE,
+ content_type = post_content_type, object_id=post.id
+ )
+ for flag in all_flags:
+ auth.onUnFlaggedItem(post, flag.user, timestamp=timestamp)
+
+ elif cancel:#todo: can't unflag?
if force == False:
user.assert_can_remove_flag_offensive(post = post)
- auth.onUnFlaggedItem(post, user, timestamp=timestamp)
- award_badges_signal.send(None,
- event = 'flag_post',
- actor = user,
- context_object = post,
- timestamp = timestamp
- )
+ auth.onUnFlaggedItem(post, user, timestamp=timestamp)
+
else:
if force == False:
user.assert_can_flag_offensive(post = post)
@@ -2103,6 +2124,7 @@ User.add_to_class(
)
User.add_to_class('get_absolute_url', user_get_absolute_url)
User.add_to_class('get_avatar_url', user_get_avatar_url)
+User.add_to_class('get_default_avatar_url', user_get_default_avatar_url)
User.add_to_class('get_gravatar_url', user_get_gravatar_url)
User.add_to_class('get_anonymous_name', user_get_anonymous_name)
User.add_to_class('update_avatar_type', user_update_avatar_type)
diff --git a/askbot/models/content.py b/askbot/models/content.py
index f2645cc2..ca747cc8 100644
--- a/askbot/models/content.py
+++ b/askbot/models/content.py
@@ -691,6 +691,8 @@ class Content(models.Model):
self.parse_and_save(author = edited_by)
def apply_edit(self, *kargs, **kwargs):
+ if kwargs['text'] == '':
+ kwargs['text'] = ' '#a hack allowing empty body text in posts
if self.is_answer():
return self._answer__apply_edit(*kargs, **kwargs)
elif self.is_question():
diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py
index f41500f7..1efb4e75 100644
--- a/askbot/setup_templates/settings.py
+++ b/askbot/setup_templates/settings.py
@@ -3,10 +3,11 @@ import os.path
import logging
import sys
import askbot
+import site
#this line is added so that we can import pre-packaged askbot dependencies
ASKBOT_ROOT = os.path.abspath(os.path.dirname(askbot.__file__))
-sys.path.append(os.path.join(ASKBOT_ROOT, 'deps'))
+site.addsitedir(os.path.join(ASKBOT_ROOT, 'deps'))
DEBUG = False#set to True to enable debugging
TEMPLATE_DEBUG = False#keep false when debugging jinja2 templates
@@ -69,9 +70,12 @@ LANGUAGE_CODE = 'en'
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
-ASKBOT_FILE_UPLOAD_DIR = os.path.join(os.path.dirname(__file__), 'askbot', 'upfiles')
+MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'askbot', 'upfiles')
+MEDIA_URL = '/upfiles/'#url to uploaded media
+STATIC_URL = '/m/'#url to project static files
PROJECT_ROOT = os.path.dirname(__file__)
+STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static')#path to files collected by collectstatic
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
@@ -132,7 +136,7 @@ DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
#TEMPLATE_DIRS = (,) #template have no effect in askbot, use the variable below
-#ASKBOT_EXTRA_SKIN_DIR = #path to your private skin collection
+#ASKBOT_EXTRA_SKINS_DIR = #path to your private skin collection
#take a look here http://askbot.org/en/question/207/
TEMPLATE_CONTEXT_PROCESSORS = (
@@ -142,7 +146,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'askbot.user_messages.context_processors.user_messages',#must be before auth
'django.core.context_processors.auth', #this is required for admin
'django.core.context_processors.csrf', #necessary for csrf protection
- "django.core.context_processors.static",
+ 'django.core.context_processors.static',
)
@@ -151,7 +155,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
- "django.contrib.staticfiles",
+ 'django.contrib.staticfiles',
#all of these are needed for the askbot
'django.contrib.admin',
@@ -170,9 +174,6 @@ INSTALLED_APPS = (
'djkombu',
'followit',
#'avatar',#experimental use git clone git://github.com/ericflo/django-avatar.git$
- #requires setting of MEDIA_ROOT and MEDIA_URL
- #values of which can be the same as ASKBOT_FILE_UPLOAD_DIR and ASKBOT_UPLOADED_FILES_URL,
- #respectively
)
@@ -212,7 +213,6 @@ LOGIN_URL = '/%s%s%s' % (ASKBOT_URL,_('account/'),_('signin/'))
LOGIN_REDIRECT_URL = ASKBOT_URL #adjust if needed
#note - it is important that upload dir url is NOT translated!!!
#also, this url must not have the leading slash
-ASKBOT_UPLOADED_FILES_URL = '%s%s' % (ASKBOT_URL, 'upfiles/')
ALLOW_UNICODE_SLUGS = False
ASKBOT_USE_STACKEXCHANGE_URLS = False #mimic url scheme of stackexchange
@@ -226,20 +226,4 @@ djcelery.setup_loader()
CSRF_COOKIE_NAME = 'askbot_csrf'
CSRF_COOKIE_DOMAIN = ''#enter domain name here - e.g. example.com
-# === Settings for django.contrib.staticfiles
-STATIC_ROOT = os.path.join(PROJECT_ROOT, "site_media", "static")
-
-STATIC_URL = "/site_media/static/"
-
-# Additional directories which hold static files
-STATICFILES_DIRS = [
- os.path.join(PROJECT_ROOT, "static"),
- os.path.join(ASKBOT_ROOT, 'skins'),
-]
-
-STATICFILES_FINDERS = [
- "django.contrib.staticfiles.finders.FileSystemFinder",
- "django.contrib.staticfiles.finders.AppDirectoriesFinder",
-# "django.contrib.staticfiles.finders.LegacyAppDirectoriesFinder",
- "compressor.finders.CompressorFinder",
-]
+STATICFILES_DIRS = ( os.path.join(ASKBOT_ROOT, 'skins'),)
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index 79b98814..5a02cd35 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -3,9 +3,11 @@ import os.path
import logging
import sys
import askbot
+import site
#this line is added so that we can import pre-packaged askbot dependencies
-sys.path.append(os.path.join(os.path.dirname(askbot.__file__), 'deps'))
+ASKBOT_ROOT = os.path.abspath(os.path.dirname(askbot.__file__)
+site.addsitedir(os.path.join(ASKBOT_ROOT, 'deps'))
DEBUG = False#set to True to enable debugging
TEMPLATE_DEBUG = False#keep false when debugging jinja2 templates
@@ -66,11 +68,14 @@ SITE_ID = 1
USE_I18N = True
LANGUAGE_CODE = 'en'
-# Absolute path to the directory that holds media.
+# Absolute path to the directory that holds uploaded media
# Example: "/home/media/media.lawrence.com/"
-ASKBOT_FILE_UPLOAD_DIR = os.path.join(os.path.dirname(__file__), 'askbot', 'upfiles')
+MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'askbot', 'upfiles')
+MEDIA_URL = '/upfiles/'
+STATIC_URL = '/m/'#this must be different from MEDIA_URL
PROJECT_ROOT = os.path.dirname(__file__)
+STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static')
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
@@ -130,7 +135,7 @@ DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
#TEMPLATE_DIRS = (,) #template have no effect in askbot, use the variable below
-#ASKBOT_EXTRA_SKIN_DIR = #path to your private skin collection
+#ASKBOT_EXTRA_SKINS_DIR = #path to your private skin collection
#take a look here http://askbot.org/en/question/207/
TEMPLATE_CONTEXT_PROCESSORS = (
@@ -140,6 +145,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'askbot.user_messages.context_processors.user_messages',#must be before auth
'django.core.context_processors.auth', #this is required for admin
'django.core.context_processors.csrf', #necessary for csrf protection
+ 'django.core.context_processors.static', #adds STATIC_URL to the context
)
@@ -148,6 +154,7 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
+ 'django.contrib.staticfiles',
#all of these are needed for the askbot
'django.contrib.admin',
@@ -166,9 +173,6 @@ INSTALLED_APPS = (
'djkombu',
'followit',
#'avatar',#experimental use git clone git://github.com/ericflo/django-avatar.git$
- #requires setting of MEDIA_ROOT and MEDIA_URL
- #values of which can be the same as ASKBOT_FILE_UPLOAD_DIR and ASKBOT_UPLOADED_FILES_URL,
- #respectively
)
@@ -208,7 +212,6 @@ LOGIN_URL = '/%s%s%s' % (ASKBOT_URL,_('account/'),_('signin/'))
LOGIN_REDIRECT_URL = ASKBOT_URL #adjust, if needed
#note - it is important that upload dir url is NOT translated!!!
#also, this url must not have the leading slash
-ASKBOT_UPLOADED_FILES_URL = '%s%s' % (ASKBOT_URL, 'upfiles/')
ALLOW_UNICODE_SLUGS = False
ASKBOT_USE_STACKEXCHANGE_URLS = False #mimic url scheme of stackexchange
@@ -222,3 +225,6 @@ DOMAIN_NAME = '{{domain_name}}'
CSRF_COOKIE_NAME = '{{domain_name}}_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
+
+STATIC_ROOT = os.path.join(PROJECT_ROOT, "static")
+STATICFILES_DIRS = (os.path.join(ASKBOT_ROOT, 'skins'),)
diff --git a/askbot/setup_templates/urls.py b/askbot/setup_templates/urls.py
index 2ec69cf0..8c92f6d1 100644
--- a/askbot/setup_templates/urls.py
+++ b/askbot/setup_templates/urls.py
@@ -14,6 +14,11 @@ urlpatterns = patterns('',
(r'^settings/', include('askbot.deps.livesettings.urls')),
(r'^followit/', include('followit.urls')),
(r'^robots.txt$', include('robots.urls')),
+ url( # TODO: replace with django.conf.urls.static ?
+ r'^%s(?P<path>.*)$' % settings.MEDIA_URL[1:],
+ 'django.views.static.serve',
+ {'document_root': settings.MEDIA_ROOT.replace('\\','/')},
+ ),
)
if 'rosetta' in settings.INSTALLED_APPS:
diff --git a/askbot/shims/__init__.py b/askbot/shims/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/askbot/shims/__init__.py
diff --git a/askbot/shims/django_shims.py b/askbot/shims/django_shims.py
new file mode 100644
index 00000000..0fe6a964
--- /dev/null
+++ b/askbot/shims/django_shims.py
@@ -0,0 +1,22 @@
+"""shims for django objects of different versions
+only functionality that is necessary is implemented"""
+import django
+
+class ResolverMatch(object):
+ """a shim for the ResolverMatch, implemented
+ since django 1.3
+ before the match result was a three-tuple
+ """
+ def __init__(self, resolver_match):
+ self.resolver_match = resolver_match
+
+ def _get_func(self):
+ """the getter function for the
+ ``func`` property
+ """
+ if django.VERSION[1] < 3:
+ return self.resolver_match[0]
+ else:
+ return self.resolver_match.func
+
+ func = property(_get_func)
diff --git a/askbot/skins/common/media/images/sprites.png b/askbot/skins/common/media/images/sprites.png
index dcc1bdc3..e7244673 100644
--- a/askbot/skins/common/media/images/sprites.png
+++ b/askbot/skins/common/media/images/sprites.png
Binary files differ
diff --git a/askbot/skins/common/media/jquery-openid/openid.css b/askbot/skins/common/media/jquery-openid/openid.css
index e44e5478..00287224 100644
--- a/askbot/skins/common/media/jquery-openid/openid.css
+++ b/askbot/skins/common/media/jquery-openid/openid.css
@@ -4,7 +4,8 @@ ul.login-icons li {display:inline;}
ul.large input {height: 40px; width: 90px;border:1px solid #ccc;margin:0 5px 5px 0;}
.openid-signin h2 {margin-top:15px;}
.openid-signin h2#account-recovery-heading {margin-bottom:2px;}
-#account-recovery-form p.hint a {color:blue; text-decoration: underline;}
+#account-recovery-form p.hint a {color:#1b79bd; text-decoration: none;}
+#account-recovery-form p.hint a:hover {text-decoration: underline;}
.openid-signin fieldset { border-style:none;margin:0;padding:0;}
.openid-signin p {margin:0;padding:0};
.openid-signin p.hint {color: #555;}
diff --git a/askbot/skins/common/media/js/editor.js b/askbot/skins/common/media/js/editor.js
index f5b1e2af..e580f9f6 100644
--- a/askbot/skins/common/media/js/editor.js
+++ b/askbot/skins/common/media/js/editor.js
@@ -42,11 +42,11 @@ function ajaxFileUpload(imageUrl, startUploadHandler)
url: askbot['urls']['upload'],
secureuri:false,
fileElementId:'file-upload',
- dataType: 'xml',
+ dataType: 'json',
success: function (data, status)
{
- var fileURL = $(data).find('file_url').text();
- var error = $(data).find('error').text();
+ var fileURL = data['file_url'];
+ var error = data['error'];
if(error != ''){
alert(error);
if (startUploadHandler){
@@ -57,7 +57,6 @@ function ajaxFileUpload(imageUrl, startUploadHandler)
}else{
imageUrl.attr('value', fileURL);
}
-
},
error: function (data, status, e)
{
diff --git a/askbot/skins/common/media/js/i18n.js b/askbot/skins/common/media/js/i18n.js
deleted file mode 100644
index 192d335b..00000000
--- a/askbot/skins/common/media/js/i18n.js
+++ /dev/null
@@ -1,469 +0,0 @@
-//var i18nLang;
-var i18nZh = {
- 'insufficient privilege':'用户æƒé™ä¸åœ¨æ“作范围',
- 'cannot pick own answer as best':'ä¸èƒ½è®¾ç½®è‡ªå·±çš„回答为最佳答案',
- 'anonymous users cannot select favorite questions':'匿å用户ä¸èƒ½æ”¶è—问题,请先',
- 'please login':'注册或者登录',
- 'daily vote cap exhausted':'对ä¸èµ·ï¼Œæ‚¨å·²ç”¨å®Œä»Šæ—¥æ‰€æœ‰çš„投票。',
- 'please confirm offensive':"确定è¦å½’类该帖为广告ã€äººèº«æ”»å‡»ã€æ¶æ„言论å—?",
- 'anonymous users cannot flag offensive posts':'匿å用户ä¸èƒ½æ“作,请先',
- 'cannot flag message as offensive twice':'ä¸èƒ½é‡å¤æ“作。',
- 'flag offensive cap exhausted':'对ä¸èµ·ï¼Œæ‚¨å·²ç”¨å®Œä»Šæ—¥æ‰€æœ‰çš„5次‘水帖’æ“作。',
- 'confirm delete':"确定è¦åˆ é™¤/撤销删除该帖å—?",
- 'anonymous users cannot delete/undelete':"匿å用户ä¸èƒ½åˆ é™¤æˆ–撤销删除帖å­",
- 'post recovered':"æ“作æˆåŠŸï¼è¯¥å¸–å­å·²è¢«æ¢å¤ã€‚",
- 'post deleted':"æ“作æˆåŠŸï¼è¯¥å¸–å­å·²åˆ é™¤ã€‚",
- 'add comment':'添加评论',
- 'delete this comment':'删除此评论',
- 'add a comment':"添加评论",
- 'comments':"评论",
- 'confirm delete comment':"真è¦åˆ é™¤æ­¤è¯„论å—?",
- '{0} characters left': '还å¯å†™{0}字符',
- 'click to close':'点击消æ¯æ¡†å…³é—­',
- 'loading...':'读å–中...',
- 'tags cannot be empty':'标签ä¸èƒ½ä¸ºç©ºã€‚',
- 'content cannot be empty':'内容ä¸èƒ½ä¸ºç©ºã€‚',
- 'content minchars': '请输入至少 {0} 字符。',
- 'please enter title':'请输入标题。',
- 'title minchars':"请输入至少 {0} 字符。",
- 'delete':'删除',
- 'undelete':'å–消',
- 'bold':'粗体',
- 'italic':'斜体',
- 'link':'超链接',
- 'quote':'引用',
- 'preformatted text':'代ç ',
- 'image':'图片',
- 'numbered list':'æ•°å­—ç¼–å·åˆ—表',
- 'bulleted list':'项目符å·åˆ—表',
- 'heading':'标题',
- 'horizontal bar':'水平线',
- 'undo':'撤销',
- 'redo':'é‡åš',
- 'enter image url':'<b>输入图片地å€</b></p><p>示例:<br />http://www.example.com/image.jpg \"我的截图\"',
- 'enter url':'<b>输入Web地å€</b></p><p>示例:<br />http://www.cnprog.com/ \"我的网站\"</p>"',
- 'upload image':'或者上传本地图片:'
-};
-
-var i18nZhtw = {
- 'insufficient privilege':'權é™ä¸è¶³',
- 'cannot pick own answer as best':'ä¸èƒ½è”½æŽƒè‡ªç',
- 'anonymous users cannot select favorite questions':'匿å用戶ä¸èƒ½æ”¶è—å•é¡Œ',
- 'please login':'請先登錄',
- 'daily vote cap exhausted':'å°ä¸èµ·ï¼Œæ‚¨å·²ç”¨å®Œä»Šæ—¥æ‰€æœ‰çš„投票。',
- 'please confirm offensive':"確定è¦æ­¸é¡žè©²å¸–為廣告ã€äººèº«æ”»æ“Šã€æƒ¡æ„言論嗎?",
- 'anonymous users cannot flag offensive posts':'匿å用戶ä¸èƒ½æ“作',
- 'cannot flag message as offensive twice':'ä¸èƒ½é‡è¤‡æ“作。',
- 'flag offensive cap exhausted':'å°ä¸èµ·ï¼Œæ‚¨å·²ç”¨å®Œä»Šæ—¥æ‰€æœ‰çš„5次『水帖ã€æ“作。',
- 'confirm delete':"確定刪除",
- 'anonymous users cannot delete/undelete':"匿å用戶ä¸èƒ½åˆªé™¤æˆ–æ¢å¾©å¸–å­",
- 'post recovered':"æ“作æˆåŠŸï¼è©²å¸–å­å·²è¢«æ¢è¤‡ã€‚",
- 'post deleted':"æ“作æˆåŠŸï¼è©²å¸–å­å·²åˆªé™¤ã€‚",
- 'add comment':'添加評論',
- 'delete this comment':'刪除此評論',
- 'add a comment':"添加評論",
- 'comments':"è©•è«–",
- 'confirm delete comment':"刪除評論確èª",
- '{0} characters left': 'é‚„å¯å¯«{0}å­—',
- 'click to close':'點擊消æ¯æ¡†é—œé–‰',
- 'loading...':'讀å–中...',
- 'tags cannot be empty':'標籤ä¸èƒ½ç‚ºç©ºç™½',
- 'content cannot be empty':'內容ä¸èƒ½ç‚ºç©ºç™½',
- 'content minchars': '請輸入至少 {0} 字符。',
- 'please enter title':'請輸入標題。',
- 'title minchars':"請輸入至少 {0} 字符。",
- 'delete':'刪除',
- 'undelete':'å–消',
- 'bold':'ç²—é«”',
- 'italic':'斜體',
- 'link':'超連接',
- 'quote':'引用',
- 'preformatted text':'代碼',
- 'image':'圖片',
- 'numbered list':'數字編號列表',
- 'bulleted list':'項目符號列表',
- 'heading':'標題',
- 'horizontal bar':'水平線',
- 'undo':'撤銷',
- 'redo':'é‡åš',
- 'enter image url':'<b>輸入圖片地å€</b></p><p>示例:<br />http://www.example.com/image.jpg \"我的截圖\"',
- 'enter url':'<b>輸入Web地å€</b></p><p>示例:<br />http://www.cnprog.com/ \"我的網站\"</p>"',
- 'upload image':'或者上傳本地圖片:'
-};
-
-
-var i18nEn = {
- "anonymous users cannot vote": "sorry, anonymous users cannot vote ",
- 'tags cannot be empty':'please enter at least one tag',
- 'anonymous users cannot select favorite questions':'sorry, anonymous users cannot select favorite questions ',
- 'upload image':'Upload image:',
- 'enter image url':'enter URL of the image, e.g. http://www.example.com/image.jpg or upload an image file',
- 'enter url':'enter Web address, e.g. http://www.example.com \"page title\"',
- 'upload file attachment':'Please choose and upload a file:',
- 'daily vote cap exhausted':'sorry, you\'ve used up todays vote cap',
- 'cannot pick own answer as best':'sorry, you cannot accept your own answer',
- 'please confirm offensive':'are you sure this post is offensive, contains spam, advertising, malicious remarks, etc.?',
- 'flag offensive cap exhausted':'sorry, you\'ve used up todays cap of flagging offensive messages ',
- 'confirm delete':'are you sure you want to delete this?',
- 'anonymous users cannot delete/undelete':'sorry, anonymous users cannot delete or undelete posts',
- 'post recovered':'your post is now restored!',
- 'post deleted':'your post has been deleted',
- 'confirm delete comment':'do you really want to delete this comment?',
- 'content minchars': 'please enter more than {0} characters',
- 'title minchars':"please enter at least {0} characters",
- 'characters':'characters left',
- 'cannot flag message as offensive twice':'cannot flag message as offensive twice ',
- 'edit':'edit',
- 'click to edit this comment':'click to edit this comment',
- 'confirm abandon comment':'Are you sure you do not want to post this comment?',
- 'save comment': 'save comment',
- 'enter more characters': 'please enter at least {0} more characters',
- 'Follow': 'Follow',
- '<b>Following</b><b class="unfollow">Unfollow</b>': '<b>Following</b><b class="unfollow">Unfollow</b>',
-};
-
-var i18nFi = {
- "anonymous users cannot vote": "kirjaudu sisään, jotta voit käyttää tätä ominaisuutta ",
- 'tags cannot be empty':'anna vähintään yksi tagi',
- 'anonymous users cannot select favorite questions':'kirjaudu sisään, jotta voit käyttää tätä ominaisuutta',
- 'upload image':'Lähetä kuva:',
- 'enter image url':'Anna kuvan URL-osoite, esim. http://www.example.com/image.jpg \"kuvan otsikko\"',
- 'enter url':'Anna URL-osoite, esim. http://www.example.com \"sivun otsikko\"',
- 'daily vote cap exhausted':'olet käyttänyt tämän päivän osalta äänesi',
- 'cannot pick own answer as best':'et voi hyväksyä omaa vastaustasi parhaaksi',
- 'please confirm offensive':'oletko varma, että tämä on roskaposti, loukkaava tai muuta hyväksymätöntä?',
- 'flag offensive cap exhausted':'olet käyttänyt tämän päivän merkkausmäärät ',
- 'confirm delete':'oletko varma, että haluat poistaa tämän?',
- 'anonymous users cannot delete/undelete':'kirjaudu sisään, jotta voit käyttää tätä ominaisuutta',
- 'post recovered':'postauksesi on palautettu!',
- 'post deleted':'postauksesi on poistettu',
- 'confirm delete comment':'oletko varma, että haluat poistaa tämän kommentin?',
- 'content minchars': 'syötä vähintään {0} merkkiä',
- 'title minchars':"syötä vähintään {0} merkkiä",
- '{0} characters left': '{0} merkkiä jäljellä',
- 'cannot flag message as offensive twice':'ei voi merkata kahta kertaa '
-};
-
-var i18nTr = {
- "anonymous users cannot vote":"üye girişi yapmadan oy kullanamazsınız",
- 'insufficient privilege':'buna yetkiniz yoktur',
- 'cannot pick own answer as best':'en cevap olarak kendi cevabınızı seçemezsiniz',
- 'anonymous users cannot select favorite questions':'üye girişi yapmadan favori seçemezsiniz',
- 'please login':'lütfen üye girişi yapınız',
- 'daily vote cap exhausted':'bugünlük oy verme kotanız doldu',
- 'please confirm offensive':"şikayetinizi onaylayın",
- 'anonymous users cannot flag offensive posts':'üye girişi yapmadan şikayet gönderemezsiniz',
- 'cannot flag message as offensive twice':'şikayet mesajı olarak iki kez işaretlemelisiniz',
- 'flag offensive cap exhausted':'şikayet kotası aşıldı',
- 'confirm delete':"Bunu silmek istediÄŸinizden emin misiniz?",
- 'anonymous users cannot delete/undelete':"üye girişi yapmadan yazı silemez yada geri alamazsınız",
- 'post recovered':"yazı geri alındı",
- 'post deleted':"yazı silindi",
- 'add comment':'yorum ekle',
- 'delete this comment':'bu yorumu sil',
- 'add a comment':"yorum ekle",
- 'comments':"yorumlar",
- 'confirm delete comment':"yorumu silmek istediÄŸinizden emin misiniz?",
- '{0} characters left': 'yazılabilir {0} karakter eksik',
- 'click to close':'kapatmak için tıklayın',
- 'loading...':'yükleniyor...',
- 'tags cannot be empty':'etiketler boÅŸ olamaz',
- 'content cannot be empty':'içerik boş olamaz',
- 'content minchars': 'Lütfen en az (0) karakter girin',
- 'please enter title':'lütfen bir başlık yazın',
- 'title minchars':"Lütfen en az (0) karakter girin",
- 'delete':'sil',
- 'undelete':'geri al',
- 'bold': 'kalın',
- 'italic':'italik',
- 'link':'link',
- 'quote':'alıntı',
- 'preformatted text':'hazır metin',
- 'image':'resimler',
- 'numbered list':'numaralı liste',
- 'bulleted list':'iÅŸaretli liste',
- 'heading':'Başlık',
- 'horizontal bar':'yatay bar',
- 'undo':'geri',
- 'redo':'yeniden',
- 'enter image url':'örnek resmin URLsini girin: <br />http://www.example.com/image.jpg \"resim başlığı\"',
- 'enter url':'web adresini girin: <br />http://www.cnprog.com/ \"başlık bağlantısı\"</p>"',
- 'upload image':'resim yükle:'
-};
-
-var i18nEs = {
- "anonymous users cannot vote":"usuarios anónimos no pueden votar",
- 'insufficient privilege':'privilegio insuficiente',
- 'cannot pick own answer as best':'no puede escoger su propia respuesta como la mejor',
- 'anonymous users cannot select favorite questions':'usuarios anonimos no pueden seleccionar',
- 'please login':'por favor inicie sesión',
- 'daily vote cap exhausted':'cuota de votos diarios excedida',
- 'please confirm offensive':"por favor confirme ofensiva",
- 'anonymous users cannot flag offensive posts':'usuarios anónimos no pueden marcar publicaciones como ofensivas',
- 'cannot flag message as offensive twice':'no puede marcar mensaje como ofensivo dos veces',
- 'flag offensive cap exhausted':'cuota para marcar ofensivas ha sido excedida',
- 'confirm delete':"¿Está seguro que desea borrar esto?",
- 'anonymous users cannot delete/undelete':"usuarios anónimos no pueden borrar o recuperar publicaciones",
- 'post recovered':"publicación recuperada",
- 'post deleted':"publicación borrada。",
- 'add comment':'agregar comentario',
- 'delete this comment':'borrar este comentario',
- 'add a comment':"agregar comentarios",
- 'comments':"comentarios",
- 'confirm delete comment':"¿Realmente desea borrar este comentario?",
- '{0} characters left': '{0} caracteres faltantes',
- 'click to close':'haga click para cerrar',
- 'loading...':'cargando...',
- 'tags cannot be empty':'las etiquetas no pueden estar vacías',
- 'content cannot be empty':'el contenido no puede estar vacío',
- 'content minchars': 'por favor introduzca mas de {0} caracteres',
- 'please enter title':'por favor ingrese un título',
- 'title minchars':"por favor introduzca al menos {0} caracteres",
- 'delete':'borrar',
- 'undelete': 'recuperar',
- 'bold': 'negrita',
- 'italic':'cursiva',
- 'link':'enlace',
- 'quote':'citar',
- 'preformatted text':'texto preformateado',
- 'image':'imagen',
- 'numbered list':'lista numerada',
- 'bulleted list':'lista no numerada',
- 'heading':'标题',
- 'horizontal bar':'barra horizontal',
- 'undo':'deshacer',
- 'redo':'rehacer',
- 'enter image url':'introduzca la URL de la imagen, por ejemplo:<br />http://www.example.com/image.jpg \"titulo de imagen\"',
- 'enter url':'introduzca direcciones web, ejemplo:<br />http://www.cnprog.com/ \"titulo del enlace\"</p>"',
- 'upload image':'cargar imagen:'
-};
-
-var i18nDe = {
- "anonymous users cannot vote":"Gastbenutzer können nicht abstimmen ",
- 'add a comment': 'Kommentar hinzufügen',
- 'add comment': 'OK',
- 'anonymous users cannot delete/undelete': 'Gastbenutzer können Beiträge nicht löschen oder wiederherstellen',
- 'anonymous users cannot flag offensive posts': 'Gastbenutzer können Beiträge nicht melden',
- 'anonymous users cannot select favorite questions': 'Gastbenutzer können keine Fragen als Favoriten markieren',
- 'bold': 'Fett',
- 'bulleted list': 'Liste',
- '{0} characters left': '{0} characters left',
- 'cannot flag message as offensive twice': 'Beiträge können nicht doppelt gemeldet werden',
- 'cannot pick own answer as best': 'Eigene Antworten können nicht als die korrekte akzeptiert werden',
- 'click to close': 'Schließen mit Klick',
- 'comments': 'Kommentare',
- 'confirm delete': 'Löschen bestätigen',
- 'confirm delete comment': 'Löschen des Kommentars bestätigen',
- 'content cannot be empty': 'Inhalt darf nicht leer sein',
- 'content minchars': 'Bitte mindestens {0} Zeichen eingeben',
- 'daily vote cap exhausted': 'Tägliches Abstimmungslimit erreicht',
- 'delete': 'löschen',
- 'delete this comment': 'Diesen Kommentar löschen',
- 'enter image url': 'Bild-URL eingeben, zum Beispiel <br />http://www.ihredomain.de/bildname.jpg',
- 'enter url': 'URL eingeben, zum Beispiel <br />http://www.askbot.org/ </p>',
- 'flag offensive cap exhausted': 'Tägliches Limit zum Melden von Beiträgen erreicht',
- 'heading': 'Titel',
- 'horizontal bar': 'horizontaler Balken',
- 'image': 'Bild',
- 'insufficient privilege': 'nicht genügend Rechte',
- 'italic': 'Kursiv',
- 'link': 'Link',
- 'loading...': 'Lade...',
- 'numbered list': 'Nummerierte Liste',
- 'please confirm offensive': 'Bitte beleidigenden/regelwidrigen Beitrag bestätigen',
- 'please enter title': 'Bitte Titel eingeben',
- 'please login': 'Bitte einloggen',
- 'post deleted': 'Beitrag gelöscht',
- 'post recovered': 'Beitrag wiederhergestellt',
- 'preformatted text': 'Vorformatierter Text',
- 'quote': 'Zitat',
- 'redo': 'Wiederholen',
- 'tags cannot be empty': 'Tags dürfen nicht leer sein',
- 'title minchars': 'Bitte mindestens {0} Zeichen eingeben',
- 'undelete': 'wiederherstellen',
- 'undo': 'Rückgängig',
- 'upload image': 'Bild hochladen'
-};
-
-
-var i18nRu = {
- "anonymous users cannot vote": "Извините, но Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы голоÑовать, ",
- 'add a comment': 'добавить комментарий',
- 'add comment': 'добавить комментарий',
- 'save comment': 'Ñохранить комментарий',
- 'anonymous users cannot delete/undelete': 'неавторизированные пользователи не могут воÑÑтанавливать и удалÑÑ‚ÑŒ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ ',
- 'anonymous users cannot flag offensive posts': 'Извините, но Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы пожаловатьÑÑ Ð½Ð° Ñообщение, ',
- 'anonymous users cannot select favorite questions': 'Извините, но Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы добавть Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð² закладки, ',
- 'Are you sure you want to remove your {provider} login?': 'Ð’Ñ‹ дейÑтвительно хотите удалить логин через {provider}?',
- 'bold': 'жирный',
- 'bulleted list': 'маркированный ÑпиÑок',
- 'cancel': 'cancel',
- '{0} characters left': 'оÑталоÑÑŒ меÑто Ð´Ð»Ñ {0} Ñимволов',
- 'cannot flag message as offensive twice': 'Ð½ÐµÐ»ÑŒÐ·Ñ Ð¾Ñ‚Ð¼ÐµÑ‚Ð¸Ñ‚ÑŒ Ñообщение как Ñпам два раза',
- 'cannot pick own answer as best': 'Извините, выбрать ÑобÑтвенный ответ в качеÑтве лучшего не разрешаетÑÑ',
- 'Change password': 'Изменить пароль',
- 'Change your {provider} password': 'Измените Ваш пароль Ð´Ð»Ñ {provider}',
- 'click to close': 'нажмите, что бы закрыть',
- 'Create a password for {provider}': 'Создать пароль Ð´Ð»Ñ {provider}',
- 'Create password': 'Создать пароль',
- 'Create a password-protected account': 'Создать аккаунт, защищенный паролем',
- 'comments': 'комментарии',
- 'confirm abandon comment': '',
- 'Connect your {provider_name} account to {site}': 'Соедините {site} Ñ Ð’Ð°ÑˆÐ¸Ð¼ аккаунтом от {provider_name}',
- 'confirm delete': 'Удалить?',
- 'confirm delete comment': 'Удалить комментарий?',
- 'content cannot be empty': 'пожалуйÑта, добавьте Ñодержание',
- 'content minchars': 'Ñодержание должно быть более {0} Ñимволов',
- 'daily vote cap exhausted': 'иÑчерпан доÑтупный на ÑÐµÐ³Ð¾Ð´Ð½Ñ Ð»Ð¸Ð¼Ð¸Ñ‚ голоÑований',
- 'delete': 'удалить',
- 'save tags': 'запомнить теги',
- 'delete this comment': 'удалить Ñтот комментарий',
- 'Delete this notification?': 'Удалить Ñто извещение?',
- 'Delete these notifications?': 'Удалить Ñти извещениÑ?',
- 'enter image url': 'введите url изображениÑ, например:<br /> http://www.domain.ru/kartinka.gif',
- 'enter url': 'введите url, например:<br />http://www.domain.ru/ </p>',
- 'flag offensive cap exhausted': 'иÑчерпан доÑтупный на ÑÐµÐ³Ð¾Ð´Ð½Ñ Ð»Ð¸Ð¼Ð¸Ñ‚ Ñообщений о Ñпаме',
- 'file name': 'название файла',
- 'heading': 'заголовок',
- 'horizontal bar': 'Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¿Ð¾Ð»Ð¾Ñа',
- 'image': 'изображение',
- 'image description': 'опиÑание изображениÑ',
- 'insufficient privilege': 'недоÑтаточно прав',
- 'italic': 'курÑив',
- 'link': 'ÑÑылка',
- 'link text': 'текÑÑ‚ ÑÑылки',
- 'loading...': 'загрузка...',
- 'passwords do not match': 'пароли не Ñовпадают',
- 'numbered list': 'пронумерованный ÑпиÑок',
- 'Please add one or more login methods.': 'ПожалуйÑта, добавьте Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один поÑтоÑнный метод Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ð¸.',
- 'please confirm offensive': 'Ð’Ñ‹ уверены что Ñто Ñообщение неумеÑтно?',
- 'please enter title': 'пожалуйÑта, введите заголовок',
- 'Please enter your {token_name}, then proceed': 'Чтобы продолжить, пожалуйÑта введите {token_name}',
- 'Please select at least one item': 'ПожалуйÑта, отметьте Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ одно извещение',
- 'enter more characters': 'недоÑтаточно Ñимволов, пожалуйÑта, добавьте ещё {0}',
- 'please login': 'введите логин',
- 'post deleted': 'Ñообщение удалено',
- 'post recovered': 'воÑÑтановить Ñообщение',
- 'preformatted text': 'форматирование текÑта',
- 'quote': 'цитата',
- 'redo': 'повторить',
- 'see questions tagged \'{tag}\'': 'Ñмотрите вопроÑÑ‹, помеченные \'{tag}\'',
- 'Show/change current login methods': 'ПроÑмотреть, изменить ÑущеÑтвующие методы авторизации.',
- 'tags cannot be empty': 'введите теги',
- 'title minchars': 'заголовок должен быть более {0} Ñимволов',
- 'undelete': 'воÑÑтановить',
- 'click to edit this comment': 'нажмите здеÑÑŒ, чтобы отредактировать Ñтот комментарий',
- 'edit': 'редактировать',
- 'undo': 'отменить',
- 'upload image': 'загрузить изображение',
- 'upload file attachment': 'загрузить файл',
- 'You don\'t have a method to log in right now, please add one or more by clicking any of the icons below.': 'У Ð’Ð°Ñ ÑÐµÐ¹Ñ‡Ð°Ñ Ð½ÐµÑ‚ поÑтоÑнного метода авторизации, пожалуйÑта выберите Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один, нажав на любую из предложеных ниже кнопок.'
-};
-
-var i18nFr = {
- "anonymous users cannot vote":"les utilisateurs anonyment ne peuvent pas voter ",
- 'add a comment': 'Ajouter un commentaire',
- 'add comment': 'OK',
- 'anonymous users cannot delete/undelete': 'Les utilisateurs anonymes ne peuvent pas supprimer/restaurer',
- 'anonymous users cannot flag offensive posts': 'Les utilisateurs anonymes ne peuvent pas signaler les messages à contenu abusif',
- 'anonymous users cannot select favorite questions': 'Les utilisateurs anonymes ne peuvent pas sélectionner leurs questions favorites',
- 'bold': 'gras',
- 'bulleted list': 'liste',
- '{0} characters left': '{0} characters left',
- 'cannot flag message as offensive twice': 'Vous ne pouvez pas signaler deux fois un message à contenu abusif',
- 'cannot pick own answer as best': 'Vous ne pouvez pas désigner une de vos propres réponses comme étant la meilleure réponse',
- 'click to close': 'cliquez pour fermer',
- 'comments': 'commentaires',
- 'confirm delete': 'Confirmer la suppression',
- 'confirm delete comment': 'Confirmer la suppression du commentaire',
- 'content cannot be empty': 'Le contenu ne doit pas être vide',
- 'content minchars': 'Veuillez saisir au moins {0} caractères',
- 'daily vote cap exhausted': 'Votre quota journalier de votes est atteint',
- 'delete': 'supprimer',
- 'delete this comment': 'supprimer ce commentaire',
- 'enter image url': 'Veuillez saisir une URL menant à une image, par exemple <br />http://www.votre-domaine.com/nom-image.jpg',
- 'enter url': 'Entrez une URL, par exemple <br />http://www.askbot.org/ </p>',
- 'flag offensive cap exhausted': 'Votre quota journalier de signalements de contenus abusifs a été atteint',
- 'heading': 'Titre',
- 'horizontal bar': 'Barre horizontale',
- 'image': 'Image',
- 'insufficient privilege': 'Privilèges insuffisants',
- 'italic': 'italique',
- 'link': 'lien',
- 'loading...': 'Chargement en cours...',
- 'numbered list': 'liste numérotée',
- 'please confirm offensive': 'Veuillez confirmer que le contenu est abusif',
- 'please enter title': 'Veuillez saisir un titre',
- 'please login': 'Veuillez vous authentifier',
- 'post deleted': 'Message supprimé',
- 'post recovered': 'Message restauré',
- 'preformatted text': 'Texte préformaté',
- 'quote': 'Citer',
- 'redo': 'Rétablir',
- 'tags cannot be empty': 'Les mots-clés ne doivent pas être vides',
- 'title minchars': 'Veuillez saisir au moins {0} caractères',
- 'undelete': 'Restaurer',
- 'undo': 'Annuler',
- 'upload image': 'Charger une image'
-};
-
-var i18nIt = {
- "anonymous users cannot vote":"Gli utenti anonimi non possono votare ",
- 'add a comment': 'Aggiungi un commento',
- 'add comment': 'OK',
- 'anonymous users cannot delete/undelete': 'Gli utenti anonimi non possono cancellare/annullare la cancellazione',
- 'anonymous users cannot flag offensive posts': 'Gli utenti anonimi non possono flaggare come offensivo questo post',
- 'anonymous users cannot select favorite questions': 'Gli utenti anonimi non possono aggiungere domande ai preferiti',
- 'bold': 'grassetto',
- 'bulleted list': 'Lista',
- 'cannot flag message as offensive twice': 'non è possibile flaggare come offensivo più di una volta ',
- 'cannot pick own answer as best': 'non è possibile assegnare come miglior risposta ad una propria domanda una propria risposta',
- '{0} characters left': '{0} caratteri rimanenti',
- 'click to close': 'clicca per chiudere',
- 'comments': 'commenti',
- 'confirm delete': 'conferma la cancellazione',
- 'confirm delete comment': 'Vuoi davvero cancellare il commento?',
- 'content cannot be empty': 'il contenuto non può essere vuoto',
- 'content minchars': 'per favore inserisci più di {0} caratteri',
- 'daily vote cap exhausted': 'Spiacente, hai raggiunto il limite odierno massimo di voti',
- 'delete': 'elimina',
- 'delete this comment': 'Elimina questo commento',
- 'enter image url': 'inserisci l\'URL dell\'immagine, es. http://www.example.com/immagine.jpg \"titolo immagine\"',
- 'enter url': 'inserisci l\'indirizzo web, e.g. <br />http://www.askbot.org/ </p>',
- 'flag offensive cap exhausted': 'spiacente, hai raggiunto il limite odierno massimo di flag offensivi ',
- 'heading': 'Titolo',
- 'horizontal bar': 'barra orizzontale',
- 'image': 'Immagine',
- 'insufficient privilege': 'privilegi non sufficienti',
- 'italic': 'corsivo',
- 'link': 'Link',
- 'loading...': 'Caricamento...',
- 'numbered list': 'Lista numerata',
- 'please confirm offensive': 'sei certo che questo post sia offensivo, contenga spam, pubblicità, osservazioni poco idonee, ecc.?',
- 'please enter title': 'Per favore inserisci il titolo',
- 'please login': 'Per favore effettua il login',
- 'post deleted': 'Post eliminato',
- 'post recovered': 'Post recuperato',
- 'preformatted text': 'Testo preformattato',
- 'quote': 'cita',
- 'redo': 'Esegui nuovamente',
- 'tags cannot be empty': 'Il campo Tags non può essere vuoto',
- 'title minchars': 'per favore inserisci almeno {0} caratteri',
- 'undelete': 'elimina',
- 'undo': 'annulla',
- 'upload image': 'carica immagine'
-};
-
-var i18n = {
- 'en':i18nEn,
- 'zh-cn':i18nZh,
- 'es':i18nEs,
- 'tr':i18nTr,
- 'de':i18nDe,
- 'ru':i18nRu,
- 'fr':i18nFr,
- 'it':i18nIt,
- 'zh-tw':i18nZhtw
-};
-
-var i18n_dict = i18n[i18nLang];
diff --git a/askbot/skins/common/media/js/post.js b/askbot/skins/common/media/js/post.js
index 59ba4fff..2f2fbd75 100644
--- a/askbot/skins/common/media/js/post.js
+++ b/askbot/skins/common/media/js/post.js
@@ -112,17 +112,14 @@ var CPValidator = function(){
limit_tag_length: true
},
text: {
- required: true,
- minlength: 10
+ minlength: askbot['settings']['minQuestionBodyLength']
+ },
+ title: {
+ minlength: askbot['settings']['minTitleLength']
}
- /*title: {
- required: true,
- minlength: 10
- }*/
};
},
getQuestionFormMessages: function(){
- var chars = 10
return {
tags: {
required: " " + gettext('tags cannot be empty'),
@@ -132,13 +129,49 @@ var CPValidator = function(){
},
text: {
required: " " + gettext('content cannot be empty'),
- minlength: interpolate(gettext('%s content minchars'), [chars])
+ minlength: interpolate(
+ ngettext(
+ 'question body must be > %s character',
+ 'question body must be > %s characters',
+ askbot['settings']['minQuestionBodyLength']
+ ),
+ [askbot['settings']['minQuestionBodyLength'], ]
+ )
},
title: {
required: " " + gettext('please enter title'),
- minlength: interpolate(gettext('%s title minchars'), [chars])
+ minlength: interpolate(
+ ngettext(
+ 'title must be > %s character',
+ 'title must be > %s characters',
+ askbot['settings']['minTitleLength']
+ ),
+ [askbot['settings']['minTitleLength'], ]
+ )
}
};
+ },
+ getAnswerFormRules : function(){
+ return {
+ text: {
+ minlength: askbot['settings']['minAnswerBodyLength']
+ },
+ };
+ },
+ getAnswerFormMessages: function(){
+ return {
+ text: {
+ required: " " + gettext('content cannot be empty'),
+ minlength: interpolate(
+ ngettext(
+ 'answer must be > %s character',
+ 'answer must be > %s characters',
+ askbot['settings']['minAnswerBodyLength']
+ ),
+ [askbot['settings']['minAnswerBodyLength'], ]
+ )
+ },
+ }
}
};
}();
@@ -271,11 +304,11 @@ var Vote = function(){
var commentLinkIdPrefix = 'comment-';
var voteNumberClass = "vote-number";
var offensiveIdPrefixQuestionFlag = 'question-offensive-flag-';
- var removeOffensiveIdPrefixQuestionFlag = 'question-offensive-flag-remove-';
- var removeAllOffensiveIdPrefixQuestionFlag = 'question-offensive-flag-remove-all-';
+ var removeOffensiveIdPrefixQuestionFlag = 'question-offensive-remove-flag-';
+ var removeAllOffensiveIdPrefixQuestionFlag = 'question-offensive-remove-all-flag-';
var offensiveIdPrefixAnswerFlag = 'answer-offensive-flag-';
- var removeOffensiveIdPrefixAnswerFlag = 'answer-offensive-flag-remove-';
- var removeAllOffensiveIdPrefixAnswerFlag = 'answer-offensive-flag-remove-all';
+ var removeOffensiveIdPrefixAnswerFlag = 'answer-offensive-remove-flag-';
+ var removeAllOffensiveIdPrefixAnswerFlag = 'answer-offensive-remove-all-flag-';
var offensiveClassFlag = 'offensive-flag';
var questionControlsId = 'question-controls';
var removeQuestionLinkIdPrefix = 'question-delete-link-';
@@ -472,7 +505,7 @@ var Vote = function(){
});
getRemoveAllOffensiveQuestionFlag().unbind('click').click(function(event){
- Vote.remove_offensive(this, VoteType.removeAllOffensiveQuestion);
+ Vote.remove_all_offensive(this, VoteType.removeAllOffensiveQuestion);
});
getOffensiveAnswerFlags().unbind('click').click(function(event){
@@ -484,7 +517,7 @@ var Vote = function(){
});
getRemoveAllOffensiveAnswerFlag().unbind('click').click(function(event){
- Vote.remove_offensive(this, VoteType.removeAllOffensiveAnswer);
+ Vote.remove_all_offensive(this, VoteType.removeAllOffensiveAnswer);
});
getremoveQuestionLink().unbind('click').click(function(event){
@@ -651,7 +684,7 @@ var Vote = function(){
// Change the link text and rebind events
$(object).find("a.question-flag").html(gettext("remove flag"));
var obj_id = $(object).attr("id");
- $(object).attr("id", obj_id.replace("flag-", "flag-remove-"));
+ $(object).attr("id", obj_id.replace("flag-", "remove-flag-"));
getRemoveOffensiveQuestionFlag().unbind('click').click(function(event){
Vote.remove_offensive(this, VoteType.removeOffensiveQuestion);
@@ -672,14 +705,53 @@ var Vote = function(){
//to django.po files
//_('anonymous users cannot flag offensive posts') + pleaseLogin;
if (data.success == "1"){
- if(data.count > 0)
- $(object).children('span[class=darkred]').text("("+ data.count +")");
- else
+ if(data.count > 0){
+ $(object).children('span[class=darkred]').text("("+ data.count +")");
+ }
+ else{
$(object).children('span[class=darkred]').text("");
+ // Remove "remove all flags link" since there are no more flags to remove
+ var remove_all = $(object).siblings("span.offensive-flag[id*=-offensive-remove-all-flag-]");
+ $(remove_all).next("span.sep").remove();
+ $(remove_all).remove();
+ }
// Change the link text and rebind events
$(object).find("a.question-flag").html(gettext("flag offensive"));
var obj_id = $(object).attr("id");
- $(object).attr("id", obj_id.replace("flag-remove-", "flag-"));
+ $(object).attr("id", obj_id.replace("remove-flag-", "flag-"));
+
+ getOffensiveQuestionFlag().unbind('click').click(function(event){
+ Vote.offensive(this, VoteType.offensiveQuestion);
+ });
+
+ getOffensiveAnswerFlags().unbind('click').click(function(event){
+ Vote.offensive(this, VoteType.offensiveAnswer);
+ });
+ }
+ else {
+ object = $(object);
+ showMessage(object, data.message)
+ }
+ };
+
+ var callback_remove_all_offensive = function(object, voteType, data){
+ //todo: transfer proper translations of these from i18n.js
+ //to django.po files
+ //_('anonymous users cannot flag offensive posts') + pleaseLogin;
+ if (data.success == "1"){
+ if(data.count > 0)
+ $(object).children('span[class=darkred]').text("("+ data.count +")");
+ else
+ $(object).children('span[class=darkred]').text("");
+ // remove the link. All flags are gone
+ var remove_own = $(object).siblings("span.offensive-flag[id*=-offensive-remove-flag-]")
+ $(remove_own).find("a.question-flag").html(gettext("flag offensive"));
+ $(remove_own).attr("id", $(remove_own).attr("id").replace("remove-flag-", "flag-"));
+
+ $(object).next("span.sep").remove();
+ $(object).remove();
+
+
getOffensiveQuestionFlag().unbind('click').click(function(event){
Vote.offensive(this, VoteType.offensiveQuestion);
@@ -815,6 +887,25 @@ var Vote = function(){
submit(object, voteType, callback_remove_offensive);
}
},
+ remove_all_offensive: function(object, voteType){
+ if (!currentUserId || currentUserId.toUpperCase() == "NONE"){
+ showMessage(
+ $(object),
+ offensiveAnonymousMessage.replace(
+ "{{QuestionID}}",
+ questionId
+ ).replace(
+ '{{questionSlug}}',
+ questionSlug
+ )
+ );
+ return false;
+ }
+ if (confirm(removeOffensiveConfirmation)){
+ postId = object.id.substr(object.id.lastIndexOf('-') + 1);
+ submit(object, voteType, callback_remove_all_offensive);
+ }
+ },
//delete question or answer (comments are deleted separately)
remove: function(object, voteType){
if (!currentUserId || currentUserId.toUpperCase() == "NONE"){
diff --git a/askbot/skins/common/templates/authopenid/signin.html b/askbot/skins/common/templates/authopenid/signin.html
index 4c894aa3..7fdbe203 100644
--- a/askbot/skins/common/templates/authopenid/signin.html
+++ b/askbot/skins/common/templates/authopenid/signin.html
@@ -11,14 +11,14 @@
{% endif %}
{% if answer %}
<div class="message">
- {% trans title=answer.question.title, summary=answer.summary %}
+ {% trans title=answer.question.title|escape, summary=answer.summary|escape %}
Your answer to {{title}} {{summary}} will be posted once you log in
{% endtrans %}
</div>
{% endif %}
{% if question %}
<div class="message">
- {% trans title=question.title, summary=question.summary %}Your question
+ {% trans title=question.title|escape, summary=question.summary|escape %}Your question
{{title}} {{summary}} will be posted once you log in
{% endtrans %}
</div>
diff --git a/askbot/skins/common/templates/question/answer_controls.html b/askbot/skins/common/templates/question/answer_controls.html
index 0dddc72d..562aa9d1 100644
--- a/askbot/skins/common/templates/question/answer_controls.html
+++ b/askbot/skins/common/templates/question/answer_controls.html
@@ -9,23 +9,34 @@
{% if request.user|can_edit_post(answer) %}{{ pipe() }}
<span class="action-link"><a class="question-edit" href="{% url edit_answer answer.id %}">{% trans %}edit{% endtrans %}</a></span>
{% endif %}
+
+{% if request.user|can_remove_all_flags_offensive(answer)%}{{ pipe() }}
+<span id="answer-offensive-remove-all-flag-{{ answer.id }}" class="offensive-flag"
+ title="{% trans %}remove all flags{% endtrans %}">
+ <a class="question-flag">{% trans %}remove all flags{% endtrans %}</a>
+</span>
+{%endif%}
+
{% if request.user|can_flag_offensive(answer) %}{{ pipe() }}
<span id="answer-offensive-flag-{{ answer.id }}" class="offensive-flag"
title="{% trans %}report as offensive (i.e containing spam, advertising, malicious text, etc.){% endtrans %}">
- <a class="question-flag">{% trans %}flag offensive{% endtrans %}</a>
+ <a class="question-flag">{% trans %}flag offensive{% endtrans %}
{% if request.user|can_see_offensive_flags(answer) %}
<span class="darkred">{% if answer.offensive_flag_count > 0 %}({{ answer.offensive_flag_count }}){% endif %}</span>
{% endif %}
+ </a>
</span>
+
{% elif request.user|can_remove_flag_offensive(answer)%}{{ pipe() }}
-<span id="answer-offensive-flag-remove-{{ answer.id }}" class="offensive-flag"
+<span id="answer-offensive-remove-flag-{{ answer.id }}" class="offensive-flag"
title="{% trans %}report as offensive (i.e containing spam, advertising, malicious text, etc.){% endtrans %}">
- <a class="question-flag">{% trans %}remove flag{% endtrans %}</a>
+ <a class="question-flag">{% trans %}remove flag{% endtrans %}
{% if request.user|can_see_offensive_flags(answer) %}
<span class="darkred">{% if answer.offensive_flag_count > 0 %}({{ answer.offensive_flag_count }}){% endif %}</span>
- {% endif %}
+ {% endif %}</a>
</span>
{% endif %}
+
{% if request.user|can_delete_post(answer) %}{{ pipe() }}
{% spaceless %}
<span class="action-link">
diff --git a/askbot/skins/common/templates/question/question_controls.html b/askbot/skins/common/templates/question/question_controls.html
index ea112aa6..54e70d11 100644
--- a/askbot/skins/common/templates/question/question_controls.html
+++ b/askbot/skins/common/templates/question/question_controls.html
@@ -17,23 +17,34 @@
<a class="question-close" href="{% url close question.id %}">{% trans %}close{% endtrans %}</a>
{% endif %}
{% endif %}
+
+{% if request.user|can_remove_all_flags_offensive(question)%}{{ pipe() }}
+<span id="question-offensive-remove-all-flag-{{ question.id }}" class="offensive-flag"
+ title="{% trans %}remove all flags{% endtrans %}">
+ <a class="question-flag">{% trans %}remove all flags{% endtrans %}</a>
+</span>
+{%endif%}
+
{% if request.user|can_flag_offensive(question) %}{{ pipe() }}
<span id="question-offensive-flag-{{ question.id }}" class="offensive-flag"
title="{% trans %}report as offensive (i.e containing spam, advertising, malicious text, etc.){% endtrans %}">
- <a class="question-flag">{% trans %}flag offensive{% endtrans %}</a>
+ <a class="question-flag">{% trans %}flag offensive{% endtrans %}
{% if request.user|can_see_offensive_flags(question) %}
<span class="darkred">{% if question.offensive_flag_count > 0 %}({{ question.offensive_flag_count }}){% endif %}</span>
- {% endif %}
+ {% endif %}</a>
</span>
+
{% elif request.user|can_remove_flag_offensive(question)%}{{ pipe() }}
-<span id="question-offensive-flag-remove-{{ question.id }}" class="offensive-flag"
+<span id="question-offensive-remove-flag-{{ question.id }}" class="offensive-flag"
title="{% trans %}report as offensive (i.e containing spam, advertising, malicious text, etc.){% endtrans %}">
- <a class="question-flag">{% trans %}remove flag{% endtrans %}</a>
+ <a class="question-flag">{% trans %}remove flag{% endtrans %}
{% if request.user|can_see_offensive_flags(question) %}
<span class="darkred">{% if question.offensive_flag_count > 0 %}({{ question.offensive_flag_count }}){% endif %}</span>
- {% endif %}
+ {% endif %}</a>
</span>
+
{% endif %}
+
{% if request.user|can_delete_post(question) %}{{ pipe() }}
<a id="question-delete-link-{{question.id}}" class="question-delete">{% if question.deleted %}{% trans %}undelete{% endtrans %}{% else %}{% trans %}delete{% endtrans %}{% endif %}</a>
{% endif %}
diff --git a/askbot/skins/default/media/images/sprites.png b/askbot/skins/default/media/images/sprites.png
index dcc1bdc3..8c513508 100644
--- a/askbot/skins/default/media/images/sprites.png
+++ b/askbot/skins/default/media/images/sprites.png
Binary files differ
diff --git a/askbot/skins/default/media/images/sprites_source/graphics.svg b/askbot/skins/default/media/images/sprites_source/graphics.svg
new file mode 100644
index 00000000..72e1d2aa
--- /dev/null
+++ b/askbot/skins/default/media/images/sprites_source/graphics.svg
@@ -0,0 +1,1291 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ id="svg5653"
+ version="1.1"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="graphics.svg">
+ <defs
+ id="defs5655">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5675"
+ id="radialGradient5683"
+ cx="-2600.8416"
+ cy="2819.7468"
+ fx="-2600.8416"
+ fy="2819.7468"
+ r="16.18819"
+ gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,945.88619,2917.0459)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5675">
+ <stop
+ style="stop-color:#9f9f8d;stop-opacity:1"
+ offset="0"
+ id="stop5677" />
+ <stop
+ style="stop-color:#757563;stop-opacity:1"
+ offset="1"
+ id="stop5679" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3815"
+ id="radialGradient3821"
+ cx="222.6344"
+ cy="161.02299"
+ fx="222.6344"
+ fy="161.02299"
+ r="11.136931"
+ gradientTransform="matrix(1.0362639,-1.062432,1.063838,1.0176009,-176.68455,228.7811)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3815">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop3817" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1"
+ id="stop3819" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5733">
+ <rect
+ style="opacity:0.42723006;fill:#436871;fill-opacity:1;stroke:none"
+ id="rect5735"
+ width="5.5"
+ height="60.5"
+ x="-1266"
+ y="3940.3623"
+ ry="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5704"
+ id="linearGradient5765"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,6.3333332,234,-21267.853)"
+ x1="-1477"
+ y1="3997.8623"
+ x2="-1477"
+ y2="3976.8623" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5704">
+ <stop
+ style="stop-color:#436871;stop-opacity:1"
+ offset="0"
+ id="stop5706" />
+ <stop
+ style="stop-color:#c9dbdf;stop-opacity:0;"
+ offset="1"
+ id="stop5708" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5776">
+ <rect
+ style="opacity:0.42723006;fill:#436871;fill-opacity:1;stroke:none"
+ id="rect5778"
+ width="5.75"
+ height="56.625"
+ x="-1260.375"
+ y="3997.4873"
+ ry="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5704"
+ id="linearGradient5710"
+ x1="-1477"
+ y1="3997.8623"
+ x2="-1477"
+ y2="3976.8623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,6.3333332,1641.7716,-25185.268)" />
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4997-0">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.65508698"
+ id="feGaussianBlur4999-3" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath9960">
+ <rect
+ style="fill:#f5f3ec;fill-opacity:1;stroke:none"
+ id="rect9962"
+ width="20.85965"
+ height="94.752304"
+ x="-2784.9399"
+ y="6649.8193"
+ ry="3.2879989" />
+ </clipPath>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter4997-0-8">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.65508698"
+ id="feGaussianBlur4999-3-5" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6787">
+ <rect
+ style="opacity:0.82075471;fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect6789"
+ width="10.960155"
+ height="84.145706"
+ x="-2780.344"
+ y="6657.5977"
+ ry="0" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6872">
+ <rect
+ ry="2.12871"
+ y="5082.5171"
+ x="-2746.7561"
+ height="67.882248"
+ width="15.202796"
+ id="rect6874"
+ style="opacity:0.85990337;fill:#d5caaf;fill-opacity:1;stroke:#dbb427;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath6868">
+ <rect
+ style="opacity:0.85990337;fill:#d5caaf;fill-opacity:1;stroke:#dbb427;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect6870"
+ width="15.202796"
+ height="67.882248"
+ x="-2825.9521"
+ y="5085.3457"
+ ry="2.12871" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9108"
+ id="linearGradient6935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,-1,2027.8145,5533.7182)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ id="linearGradient9108"
+ inkscape:collect="always">
+ <stop
+ id="stop9110"
+ offset="0"
+ style="stop-color:#a5a594;stop-opacity:1" />
+ <stop
+ id="stop9112"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter9148"
+ x="-0.50734389"
+ width="2.0146878"
+ y="-0.46755219"
+ height="1.9351044">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="2.483871"
+ id="feGaussianBlur9150" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9108"
+ id="linearGradient6927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,-1,1988.8145,5533.7182)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9108"
+ id="linearGradient6921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1986.8145,-4949.5058)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9108"
+ id="linearGradient6919"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1986.8145,-4947.5054)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8841"
+ id="linearGradient6795"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2027.8145,-4951.5058)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8841">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop8843" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop8845" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9108"
+ id="linearGradient6793"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-804.6557,-1200.3848)"
+ x1="-1913.8787"
+ y1="5211.7261"
+ x2="-1913.3484"
+ y2="5230.998" />
+ <linearGradient
+ y2="5230.998"
+ x2="-1913.3484"
+ y1="5211.7261"
+ x1="-1913.8787"
+ gradientTransform="translate(2027.8145,-4949.5054)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6217"
+ xlink:href="#linearGradient9108"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9260"
+ id="linearGradient6086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-311.65571,-3170.8852)"
+ x1="-2606.3955"
+ y1="7401.1206"
+ x2="-2606.5723"
+ y2="7429.0513" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9260">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop9262" />
+ <stop
+ style="stop-color:#f0f0f0;stop-opacity:1"
+ offset="1"
+ id="stop9264" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(4962.2497,-3220.8074)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient6707"
+ id="linearGradient6713"
+ x1="-4761"
+ y1="3553.7373"
+ x2="-4732.4961"
+ y2="3553.405"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6707">
+ <stop
+ style="stop-color:#b3c7c7;stop-opacity:1"
+ offset="0"
+ id="stop6709" />
+ <stop
+ style="stop-color:#e8eeee;stop-opacity:1"
+ offset="1"
+ id="stop6711" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="347.21441"
+ inkscape:cy="963.81447"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1316"
+ inkscape:window-height="744"
+ inkscape:window-x="50"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1">
+ <sodipodi:guide
+ orientation="0,1"
+ position="1,1061.5"
+ id="guide6194" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="62.5,992"
+ id="guide3030" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5658">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Capa 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ ry="4.1932693"
+ y="85.811653"
+ x="61.593872"
+ height="43.25"
+ width="200.58887"
+ id="rect4912"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4914"
+ d="m 65.5187,85.57437 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ transform="matrix(0.91683189,0,0,1,2410.5066,-1212.0862)"
+ style="fill:#555753;fill-opacity:0.68306011;stroke:none;filter:url(#filter4997-0)"
+ id="rect4917"
+ width="218.78479"
+ height="43.25"
+ x="-2560"
+ y="1248.6122"
+ ry="4.1932693"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ ry="4.1932693"
+ y="35.276001"
+ x="62.729492"
+ height="43.25"
+ width="200.58887"
+ id="rect4919"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4921"
+ d="m 66.6543,35.03887 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:url(#linearGradient5710);fill-opacity:1;stroke:none"
+ id="rect5702"
+ width="200.58887"
+ height="42.75"
+ x="62.729492"
+ y="35.276001"
+ ry="4.1447921" />
+ <text
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ xml:space="preserve"
+ style="font-size:18.32528687px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c6d9dd;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ x="105.31578"
+ y="63.835571"
+ id="text5782"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan5784"
+ x="105.31578"
+ y="63.835571"
+ style="font-size:23px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#c6d9dd;fill-opacity:1;font-family:Yanone Kaffeesatz;-inkscape-font-specification:Yanone Kaffeesatz">ASK A QUESTION</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4923"
+ y="62.951782"
+ x="105.31578"
+ style="font-size:18.32528687px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#314e55;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ xml:space="preserve"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><tspan
+ style="font-size:23px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#314e55;fill-opacity:1;font-family:Yanone Kaffeesatz;-inkscape-font-specification:Yanone Kaffeesatz"
+ y="62.951782"
+ x="105.31578"
+ id="tspan4926"
+ sodipodi:role="line">ASK A QUESTION</tspan></text>
+ <g
+ id="g5771"
+ clip-path="url(#clipPath5776)"
+ transform="matrix(0.95652174,0,0,0.9658003,1507.3465,-3782.1495)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/bigbutton.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="4.1932693"
+ y="4000.7271"
+ x="-1346.1777"
+ height="43.25"
+ width="200.58887"
+ id="rect5712"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path5714"
+ d="m -1342.2529,4000.4898 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ <g
+ id="g5728"
+ clip-path="url(#clipPath5733)"
+ transform="matrix(1,0,0,0.96580351,1567.7716,-3777.7682)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/bigbutton.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="4.1932693"
+ y="3952.6914"
+ x="-1345.0421"
+ height="43.25"
+ width="200.58887"
+ id="rect5718"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path5720"
+ d="m -1341.1173,3952.4543 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:url(#linearGradient5765);fill-opacity:1;stroke:none"
+ id="rect5722"
+ width="200.58887"
+ height="42.75"
+ x="-1345.0421"
+ y="3952.6914"
+ ry="4.1447921" />
+ </g>
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#eceeeb;fill-opacity:1;stroke:none"
+ id="rect8138"
+ width="200"
+ height="34"
+ x="62.5"
+ y="187.99463" />
+ <path
+ style="fill:#cfcdcb;fill-opacity:1;stroke:none"
+ d="m 91.168127,194.64836 c -4.1222,0 -7.6717,2.6492 -9.375,6.5 -0.6289,-0.2342 -1.2957,-0.375 -2,-0.375 -1.9564,0 -3.7033,0.9745 -4.8125,2.5 l -11.8437,0.125 0,7.3125 11.5312,-0.094 c 1.0734,1.8106 2.9601,3.0313 5.125,3.0313 1.022,0 1.9677,-0.2764 2.8125,-0.75 1.8902,3.0125 5.0068,4.9687 8.5625,4.9687 3.7337,0 7.0246,-2.1669 8.875003,-5.4374 l -4.812503,0 c -1.0612,0.806 -2.5249,0.8124 -3.9063,0.8124 -3.6563,0 -4.8124,-2.9663 -4.8124,-7.0312 0,-4.0647 1.4686,-6.625 5.125,-6.625 1.7505,0 3.2224,0.1762 4.4062,1.4062 l 4.468803,0 c -1.728703,-3.7705 -5.274403,-6.3437 -9.343803,-6.3437 z"
+ id="rect5882"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/contributorsback.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ ry="4.1932693"
+ y="1248.6122"
+ x="-2560"
+ height="43.25"
+ width="218.78479"
+ id="rect9929"
+ style="fill:#555753;fill-opacity:0.68306011;stroke:none;filter:url(#filter4997-0-8)"
+ transform="matrix(0.2721041,0,0,0.50764927,1221.6765,-580.43915)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ style="fill:#e2dbc8;fill-opacity:1;stroke:none"
+ id="rect9931"
+ width="59.532242"
+ height="21.955832"
+ x="524.88599"
+ y="52.783974"
+ ry="2.12871"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#f1e8d0;fill-opacity:1;stroke:none"
+ d="m 526.05089,52.66314 c -0.6832,0 -1.2329,1.025 -1.2329,2.3 l 0,9.122 59.5311,0 0,-9.122 c 0,-1.275 -0.5496,-2.3 -1.2328,-2.3 l -57.0654,0 z"
+ id="path9933"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <text
+ xml:space="preserve"
+ style="font-size:12.2430687px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#5e5e5d;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ x="539.28296"
+ y="68.574982"
+ id="text9935"
+ sodipodi:linespacing="125%"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><tspan
+ sodipodi:role="line"
+ id="tspan9937"
+ x="539.28296"
+ y="68.574982"
+ style="font-size:15.36623001px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#5e5e5d;fill-opacity:1;font-family:Yanone Kaffeesatz;-inkscape-font-specification:Yanone Kaffeesatz">cancel</tspan></text>
+ <g
+ id="g9939"
+ transform="translate(3311.2858,-6575.2047)">
+ <g
+ id="g9953"
+ clip-path="url(#clipPath9960)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/medium-button-follow.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="3.2879989"
+ y="6698.9902"
+ x="-2867.251"
+ height="33.912907"
+ width="182.7612"
+ id="rect9941"
+ style="fill:#f5f3ec;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#e2dbc8;fill-opacity:1;stroke:none"
+ id="rect9943"
+ width="182.7612"
+ height="33.912907"
+ x="-2867.376"
+ y="6698.2402"
+ ry="3.2879989" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path9945"
+ d="m -2863.6754,6698.8032 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ style="fill:#f1e8d0;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect9947"
+ width="182.7612"
+ height="33.912907"
+ x="-2868.0818"
+ y="6664.9019"
+ ry="3.2879989" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ d="m -2864.5062,6664.7148 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ id="path9949"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect6733"
+ width="182.7612"
+ height="33.912907"
+ x="525.1394"
+ y="212.09119"
+ ry="3.2879989" />
+ <rect
+ ry="3.2879989"
+ y="211.34119"
+ x="525.0144"
+ height="33.912907"
+ width="182.7612"
+ id="rect6763"
+ style="fill:#a4bbc1;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#bfd2d6;fill-opacity:1;stroke:none"
+ d="m 528.71502,211.90415 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ id="path6735"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="3.2879989"
+ y="178.00281"
+ x="524.30859"
+ height="33.912907"
+ width="182.7612"
+ id="rect6759"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6761"
+ d="m 527.88422,177.81575 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g6772"
+ transform="translate(3310.4945,-6405.9945)"
+ clip-path="url(#clipPath6787)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/medium-button.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect6774"
+ width="182.7612"
+ height="33.912907"
+ x="-2867.251"
+ y="6698.9902"
+ ry="3.2879989" />
+ <rect
+ ry="3.2879989"
+ y="6698.2402"
+ x="-2867.376"
+ height="33.912907"
+ width="182.7612"
+ id="rect6777"
+ style="fill:#a4bbc1;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ style="fill:#bfd2d6;fill-opacity:1;stroke:none"
+ d="m -2863.6754,6698.8032 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ id="path6779"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="3.2879989"
+ y="6664.9019"
+ x="-2868.0818"
+ height="33.912907"
+ width="182.7612"
+ id="rect6781"
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6783"
+ d="m -2864.5062,6664.7148 c -2.0974,0 -3.7849,1.584 -3.7849,3.553 l 0,14.09 182.7576,0 0,-14.09 c 0,-1.969 -1.6874,-3.553 -3.7847,-3.553 l -175.188,0 z"
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ <rect
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect6799"
+ width="84.178032"
+ height="21.955832"
+ x="355.97711"
+ y="39.400673"
+ ry="2.12871"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ d="m 357.62409,39.2807 c -0.9661,0 -1.7433,1.025 -1.7433,2.3 l 0,9.122 84.1764,0 0,-9.122 c 0,-1.275 -0.7772,-2.3 -1.7432,-2.3 l -80.6899,0 z"
+ id="path6801"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ style="fill:#e2dbc8;fill-opacity:1;stroke:none"
+ id="rect6809"
+ width="59.532242"
+ height="21.955832"
+ x="443.17215"
+ y="38.692047"
+ ry="2.12871"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#f1e8d0;fill-opacity:1;stroke:none"
+ d="m 444.33704,38.57123 c -0.6832,0 -1.2329,1.025 -1.2329,2.3 l 0,9.122 59.5311,0 0,-9.122 c 0,-1.275 -0.5496,-2.3 -1.2328,-2.3 l -57.0654,0 z"
+ id="path6811"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ ry="2.12871"
+ y="61.465118"
+ x="356.40265"
+ height="21.955832"
+ width="84.178032"
+ id="rect6828"
+ style="fill:#a4bbc1;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:connector-curvature="0"
+ id="path6830"
+ d="m 358.04959,61.3453 c -0.9661,0 -1.7433,1.025 -1.7433,2.3 l 0,9.122 84.1764,0 0,-9.122 c 0,-1.275 -0.7772,-2.3 -1.7432,-2.3 l -80.6899,0 z"
+ style="fill:#bfd2d6;fill-opacity:1;stroke:none" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ ry="2.12871"
+ y="60.785797"
+ x="442.92215"
+ height="21.955832"
+ width="59.532242"
+ id="rect6832"
+ style="fill:#d5caaf;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:connector-curvature="0"
+ id="path6834"
+ d="m 444.08704,60.66493 c -0.6832,0 -1.2329,1.025 -1.2329,2.3 l 0,9.122 59.5311,0 0,-9.122 c 0,-1.275 -0.5496,-2.3 -1.2328,-2.3 l -57.0654,0 z"
+ style="fill:#eee4c7;fill-opacity:1;stroke:none" />
+ <g
+ transform="translate(3181.9228,-5006.4125)"
+ id="g6854"
+ clip-path="url(#clipPath6868)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/small-button.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ style="fill:#c9dbdf;fill-opacity:1;stroke:none"
+ id="rect6838"
+ width="84.178032"
+ height="21.955832"
+ x="-2853.5227"
+ y="5098.1392"
+ ry="2.12871"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#d6e5e8;fill-opacity:1;stroke:none"
+ d="m -2851.8758,5098.0191 c -0.9661,0 -1.7433,1.025 -1.7433,2.3 l 0,9.122 84.1764,0 0,-9.122 c 0,-1.275 -0.7772,-2.3 -1.7432,-2.3 l -80.6899,0 z"
+ id="path6840"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ ry="2.12871"
+ y="5120.2036"
+ x="-2853.0972"
+ height="21.955832"
+ width="84.178032"
+ id="rect6846"
+ style="fill:#a4bbc1;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:connector-curvature="0"
+ id="path6848"
+ d="m -2851.4503,5120.0837 c -0.9661,0 -1.7433,1.025 -1.7433,2.3 l 0,9.122 84.1764,0 0,-9.122 c 0,-1.275 -0.7772,-2.3 -1.7432,-2.3 l -80.6899,0 z"
+ style="fill:#bfd2d6;fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(3192.5294,-5005.7054)"
+ id="g6860"
+ clip-path="url(#clipPath6872)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/small-button-cancel.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ style="fill:#e2dbc8;fill-opacity:1;stroke:none"
+ id="rect6842"
+ width="59.532242"
+ height="21.955832"
+ x="-2761.3779"
+ y="5093.895"
+ ry="2.12871"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#f1e8d0;fill-opacity:1;stroke:none"
+ d="m -2760.2131,5093.7741 c -0.6832,0 -1.2329,1.025 -1.2329,2.3 l 0,9.122 59.5311,0 0,-9.122 c 0,-1.275 -0.5496,-2.3 -1.2328,-2.3 l -57.0654,0 z"
+ id="path6844"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ ry="2.12871"
+ y="5115.9888"
+ x="-2761.6279"
+ height="21.955832"
+ width="59.532242"
+ id="rect6850"
+ style="fill:#d5caaf;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:connector-curvature="0"
+ id="path6852"
+ d="m -2760.4631,5115.8678 c -0.6832,0 -1.2329,1.025 -1.2329,2.3 l 0,9.122 59.5311,0 0,-9.122 c 0,-1.275 -0.5496,-2.3 -1.2328,-2.3 l -57.0654,0 z"
+ style="fill:#eee4c7;fill-opacity:1;stroke:none" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path6789"
+ d="m 103.5,277.85641 10,-12.5 10.5,13.5"
+ style="fill:url(#linearGradient6217);fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-up-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6791"
+ d="m 103.5,275.85641 10,-12.5 10.5,13.5"
+ style="fill:url(#linearGradient6795);fill-opacity:1;stroke:#a5a594;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-up-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:url(#linearGradient6919);fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ d="m 62.5,279.85641 10,-12.5 10.5,13.5"
+ id="path6915"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-up-on-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:url(#linearGradient6921);fill-opacity:1;stroke:#7abb64;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ d="m 62.5,277.85641 10,-12.5 10.5,13.5"
+ id="path6917"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-up-on-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:url(#linearGradient6927);fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ d="m 64.5,306.35641 10,12.5 10.5,-13.5"
+ id="path6923"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-down-on-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6925"
+ d="m 64.5,304.35641 10,12.5 10.5,-13.5"
+ style="fill:none;stroke:#d45f35;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-down-on-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.38967136;fill:#c9c9bf;fill-opacity:1;stroke:none;filter:url(#filter9148)"
+ id="path6929"
+ sodipodi:cx="-2606.375"
+ sodipodi:cy="7247.7373"
+ sodipodi:rx="5.875"
+ sodipodi:ry="6.375"
+ d="m -2600.5,7247.7373 a 5.875,6.375 0 1 1 -0,-0.1982 l -5.8722,0.1982 z"
+ sodipodi:start="0"
+ sodipodi:end="6.2520846"
+ transform="matrix(1.2987029,0,0,1,3497.2427,-6935.2056)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6931"
+ d="m 103.5,306.35641 10,12.5 10.5,-13.5"
+ style="fill:url(#linearGradient6935);fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-down-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:none;stroke:#a5a594;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-mid:none"
+ d="m 103.5,304.35641 10,12.5 10.5,-13.5"
+ id="path6933"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/vote-arrow-down-new.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <image
+ width="24"
+ height="24"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAk9JREFU SImtVT2LE1EUPe+9O5+ZJG4WbbQRO7s1IGpjlcbFRcFmrdRKA4qFlSD+BcFGbGwFu4WtRP+Bv0QR 1OxmPt6712LiJLPZJBPMhRT33nnnvHPPnYm6dutZjzz/rSF/TymdYAMhwmNni0NbZEMKo/abVmf7 fhAl0JoApf4XHcwuytLRvaPfPwzF7a3dpHsWXhBBKb0JARBheEEEiOySH8SGKACkbGwqiHz4QeyT KAWBbBT8X4hSIGEBM681e99TeHS3j53L59FJQgDA8TjHw5efoA1NCURAwg7CrjEBs8P+7Su4efVS /bYiKLJj+GFrWmMHYmHwGgRFnuL6zsVTOgJrMxCHM5fhUsE6BLZI0e3EVX7nwWt8/zlCECVIuudK rJoCZrBr7oGzrpb/SQnd3gVoImjjl1izCpibjYidxcH7J3P1Lx9fAQCOxhn2n3+on1lnRHk+XtrH xGQvmI5P2IEcOzi2AJYT2CJbgS8oihya/KrmKg/YrSQAgBt7L5CNR/j2+V1V6w8eQxsDL4gRt7dr JjO7mRGtIFCGECZbtRcJAKLkDLwghtIGSpv6FgmDmGXi/CoFCsYEMFTUqoZCkDeZu6C+RY5B3FBB dYh5Lp+99ckeiTT3AABY3Fy+kEDczLeoIQFOglXnT392skVNPChDoNAfDGGLFOSFCFrdubFV+Cwg EQFLcwKlDby4DeIWlNbl5iz4L2EpPXCyhoJym3zAzKhaoECYc83sDpkZIhv+ld4ckC2yp9p4vjbe QCnVayhjeYj8cs5+tUU6/At+vZy8XOCT4gAAAABJRU5ErkJggg== "
+ id="image6062"
+ x="328.89932"
+ y="196.4718"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/socialsprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <image
+ width="24"
+ height="24"
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAApFJREFU SIm1lb1rFUEUxX8zO7v7XkyiIGnED1QQ+yfY2FkGBFEs1EYRQW38A0QsLQQtRLASLIRYCoK12FoI fhQqgo2CgmhM8t7u3Hst1rxkdgUjiRcu7Jk5e+6cO3tZt/vSzZksD7d8CEec85NsQJjpT43xkdTx cigm+nd7U9NH834f7zNw61UHVZmsl5ZODud/9EM5OTXb37yFrChwbr3qyw6MUJSY2WwIZa9wIces 2diocCEnlL0imDlMDWPjxJfDzOHVFNE0o0TODnbx9MJhzg52ESV2OGtJNcWrGCqaZBxVnBrsIc88 pwZ7iKOqw1lbGl5UEUkz1pH7z16yMKq5/+wlsY4dzppSFbf/6gPLJzYlvZO6pvr5gzgaEsoexeQ0 WZ4nnG3TPQ7s2Mrrz99593Ue/vAF1osLBFHDiyYbasbb62fGeP+1OV5dOQbA849fePPpG6cP7hvv P3z+nmtPXuCcTw+qhtc/WIujKiGOFhfHz4OdM4k4wInBXmZ6oaOjonhRQSTNGOtEII6GCT509R7H b8wla9unSmKMqZYKoXEgaYvaLdMUf/i2yKf51GXuDIkR51fapKKEKIrFVECkjVtDGEqGralXMWIU Vl+DiDYO+EcHqgatyVcTRBS3allFCaKK/VWw5aiFGw7dAvrbQbtAt2C7Hd0Cps1Xs9qYieK2nL9t rihTcqyw4QJWV7i8gFBArMbY9ZrBXOaQBXw5gStKVl+CVaOmRa5zIg/5BBZ6zQvOQR7G2PgtMuY4 1GegBqxomSrBRDHftYzLwGUrjh0rWFMOgBkgrcsXJYhpc0P/I0wJKlbhtPgvBcSqYKpPTPXI+v/2 7TCc6uNgsTpn+Dvm/Sy4/gaJLznVx8Tq4i8Jskgejj6lmQAAAABJRU5ErkJggg== "
+ id="image6066"
+ x="354.89932"
+ y="196.2218"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/socialsprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g6080"
+ transform="translate(3312.045,-4036.3892)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/socialsprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ ry="2.6516504"
+ y="4233.0288"
+ x="-2930.5173"
+ height="22.955488"
+ width="22.955488"
+ id="rect6070"
+ style="fill:url(#linearGradient6086);fill-opacity:1;stroke:#dfdfdf;stroke-width:1.04451096;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
+ transform="matrix(0.06751632,0,0,0.06751632,-2752.3707,3732.1503)"
+ id="g6072">
+ <path
+ inkscape:connector-curvature="0"
+ id="path6074"
+ d="m -2400,7710.8489 c -11.4183,-15.4118 -11.539,-15.5335 -17,-17.1332 -21.8069,-6.3881 -37.9666,-22.6782 -43.4493,-43.7998 -0.849,-3.2706 -1.8827,-6.2655 -2.2971,-6.6554 -0.4145,-0.3899 -3.6786,-0.076 -7.2536,0.6976 -16.3091,3.5289 -34.2379,2.738 -50.2783,-2.2181 -4.5219,-1.3972 -9.5717,-2.762 -11.2217,-3.0329 -2.1658,-0.3555 -11.5967,2.5969 -33.9141,10.6173 -17.0027,6.1103 -31.2523,10.7561 -31.6657,10.3238 -0.4134,-0.4322 2.5564,-17.052 6.5997,-36.9327 l 7.3513,-36.1468 -2.4938,-7.3532 c -12.7521,-37.601 -0.4061,-81.0084 30.0743,-105.7386 17.9864,-14.5931 37.2628,-21.9286 60.0483,-22.851 46.5752,-1.8854 86.7865,26.7449 100.0519,71.2364 3.8826,13.0219 4.492,31.8654 1.4997,46.3727 -1.1767,5.705 -1.9384,10.5738 -1.6926,10.8196 0.2457,0.2458 3.078,1.1324 6.2939,1.9702 21.007,5.4732 37.5608,21.4722 43.7347,42.269 1.9938,6.7161 2.1312,23.5425 0.2497,30.5685 -2.594,9.6865 -7.4651,17.5841 -16.0134,25.9626 l -8.1239,7.9626 -8.0193,19.0274 c -4.7845,11.352 -8.6167,19.1341 -9.5,19.2917 -0.9031,0.1612 -5.9671,-5.7911 -12.9807,-15.2577 z m 12.5246,-32.0468 c 3.3554,-8.0108 5.2517,-11.0418 9.7707,-15.6182 4.3861,-4.4419 5.9681,-6.9198 7.2643,-11.3785 3.4232,-11.7755 -0.01,-24.9432 -8.7843,-33.7204 -12.9481,-12.9481 -34.4569,-14.3908 -47.5437,-3.189 -7.9413,6.7975 -11.8367,19.6068 -9.2464,30.4045 2.6367,10.9911 12.8415,21.7661 24.2909,25.6482 4.0663,1.3787 5.7555,2.8737 11.3674,10.0606 3.6253,4.6428 7.0699,8.2819 7.6546,8.087 0.5847,-0.1949 2.9366,-4.8273 5.2265,-10.2942 z m -153.7546,-66.5331 20.5185,-7.0934 6.6058,2.2364 c 9.1576,3.1003 27.0332,3.8346 37.3688,1.5352 23.2353,-5.1694 42.4183,-22.4564 49.3796,-44.4989 2.3798,-7.5355 2.8308,-22.4778 0.9232,-30.586 -4.2389,-18.0173 -17.1262,-34.2631 -33.5783,-42.3287 -12.4889,-6.1227 -19.2928,-7.658 -33.4876,-7.5564 -10.089,0.072 -13.2774,0.5033 -20.0211,2.7067 -20.4053,6.6671 -35.7986,21.2171 -43.0363,40.6784 -2.4303,6.5349 -2.7984,8.9798 -2.8603,19 -0.057,9.3058 0.3681,12.931 2.2308,19 l 2.3019,7.5 -4.5575,21.1857 c -4.835,22.4755 -5.2198,25.3143 -3.4318,25.3143 0.6191,0 10.3591,-3.192 21.6443,-7.0933 z"
+ style="fill:#8ca637" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6076"
+ d="m -2398.2799,7710.9966 c -5.8554,-7.8416 -11.4503,-14.9754 -12.4331,-15.8528 -0.9829,-0.8775 -3.812,-2.1295 -6.287,-2.7822 -14.9244,-3.9361 -30.4299,-16.4425 -37.2733,-30.0639 -11.9803,-23.8461 -9.2568,-46.7534 7.7083,-64.8332 9.522,-10.1477 22.8992,-16.5522 37.0968,-17.7604 12.5916,-1.0715 29.3436,4.209 41.1587,12.974 29.7656,22.0816 31.2801,67.2286 2.998,89.3683 -5.0526,3.9552 -5.3954,4.5633 -13.0877,23.2219 -4.3445,10.5382 -8.1996,19.346 -8.5668,19.573 -0.3672,0.2269 -5.4585,-6.0032 -11.3139,-13.8447 z m 11.3804,-30.3843 c 3.4776,-8.6528 5.1619,-11.5157 8.6336,-14.6753 2.3723,-2.1589 5.6923,-6.7266 7.3778,-10.1504 3.9038,-7.9298 4.1961,-16.822 0.8521,-25.9243 -3.038,-8.2695 -13.0131,-18.2334 -21.4942,-21.4701 -6.7847,-2.5894 -17.3563,-3.1073 -24.1324,-1.1824 -9.3464,2.6551 -18.9409,12.275 -21.4332,21.4899 -1.7896,6.6167 -0.655,17.6077 2.4788,24.0129 3.7396,7.6435 12.86,15.9016 20.732,18.7719 5.5982,2.0412 6.71,2.9809 13.0784,11.0543 3.8281,4.8529 7.5511,8.8235 8.2734,8.8235 0.7349,0 3.2159,-4.7341 5.6337,-10.75 z"
+ style="fill:#780208" />
+ </g>
+ </g>
+ <image
+ xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAldJREFU SIm1lctqFFEQhr86ffoyTKLkImYj+ASKuBBcxZ0QCAiK4E7Iyr1bX8KV7xBciJGAIC4UJD6Fl0UC iYqayXSfS7nomclMpmckZvyhoM+l/jr11znV8vDVrwvtIjxNE9aNSIsZIKoeVZ6tTpk8sgvt8Gy5 ndyZyw2JgMjZyFUhKK3fZby7fxgSu9hO1pbnDYUVzBnJjzOAIjNEWLOtTLI0ERQIOpsAAGkitDLJ LMLMyQcQsFEVr/+DHaIq1iv4Bv6ocHM55dpiysd9x843d+oaeQUblMYMuk65spACcH0p5e1eSZGe LkJQsE7BxfHFIw9Jj89Ib5ycLgOnYL0qrkGiKo5OPrk6NzLuBmXnwPF+v5oonVfFhF4NTtrfblWR CDeWUrpeG/37HNZHbZTIx+kRqqBsfykpvSJmQgZRsW6CRG6o8FHhwevvJENEiYF2Icy3pNG/z2E9 NG7wQ99GYOmcqU/a01sErAE1kwN4wNQSjZuPyo/qWLt7lwvOF0KaQpqCtYCpC9nk3+ewXpszCMCH PcftSzkAqys5qyv5YL0Mypu9ipe73Ykd2CsY32sVJ00Fnn/u8PUwNDrniXDrYkYZmv37ZnysH9pJ iwKHwOOdn2x96rLbGb9qLz51qbw2+rsIPoLcf3egedacY4zgnFJV4Lyise68UBc+z4WikIkvvKy0 34uaNyBgUiFLwMb6bzW0hEmEKKPzwwjTmt0IDIgZ3NABFCXUH1MDVEbJpkf4NwSlskF120RZHzve WaFQc3fchou6GVSrgDITU61c1M3YcRt/ALN5wfipVVpyAAAAAElFTkSuQmCC "
+ width="24"
+ height="24"
+ id="image6101"
+ x="302.99454"
+ y="196.60706"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/socialsprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 320.36387,375.26941 0,20 15.1563,0.031 c 2.5812,0.01 4.6563,-2.075 4.6563,-4.6562 l 0,-10.6875 c 0,-2.5812 -2.0751,-4.6462 -4.6563,-4.6563 l -15.1563,-0.031 z"
+ id="path6921"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag-hover.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6913"
+ d="m 321.07097,375.09261 0,20 15.1563,0.031 c 2.5812,0.01 4.6563,-2.075 4.6563,-4.6562 l 0,-10.6875 c 0,-2.5812 -2.0751,-4.6462 -4.6563,-4.6563 l -15.1563,-0.031 z"
+ style="fill:#b32f2f;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag-hover.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6915"
+ y="389.2395"
+ x="326.8063"
+ style="font-size:15.42768478px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ xml:space="preserve"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag-hover.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS Bold"
+ y="389.2395"
+ x="326.8063"
+ id="tspan6917"
+ sodipodi:role="line">x</tspan></text>
+ <path
+ sodipodi:nodetypes="cssssccc"
+ inkscape:connector-curvature="0"
+ id="path6672"
+ d="m 226.90888,322.0549 72.1816,0 c 2.5812,0 4.6592,2.078 4.6592,4.6592 l 0,10.6816 c 0,2.58121 -2.078,4.65921 -4.6592,4.65921 l -72.1816,0 c -4.5726,-2.623 -5.0981,-3.9968 -10.9166,-9.59081 4.5078,-5.94 6.3909,-7.5808 10.9166,-10.4092 z"
+ style="fill:url(#linearGradient6713);fill-opacity:1;stroke:none" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6674"
+ y="335.0752"
+ x="238.2316"
+ style="font-size:11.9597311px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#717179;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ xml:space="preserve"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#717179;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
+ y="335.0752"
+ x="238.2316"
+ id="tspan6676"
+ sodipodi:role="line">example</tspan></text>
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 228.10868,323.1729 69.4173,0 c 2.4823,0 4.4807,1.8453 4.4807,4.1376 l 0,9.4853 c 0,2.29241 -1.9984,4.13761 -4.4807,4.13761 l -69.4173,0 c -4.3974,-2.3293 -4.9027,-3.54931 -10.4984,-8.51691 4.3351,-5.2749 6.1462,-6.7319 10.4984,-9.2436 z"
+ id="path6678"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6680"
+ d="m 299.64738,322.1743 0,19.87501 c 2.2641,-0.3207 4,-2.2695 4,-4.62501 l 0,-10.6563 c 0,-2.3554 -1.7359,-4.273 -4,-4.5937 z"
+ style="fill:#dde6e6;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6691"
+ d="m 322.64937,341.4088 0,20 15.1563,0.031 c 2.5812,0.01 4.6563,-2.075 4.6563,-4.6562 l 0,-10.6875 c 0,-2.5812 -2.0751,-4.6462 -4.6563,-4.6563 l -15.1563,-0.031 z"
+ style="fill:#bbcdcd;fill-opacity:1;stroke:none"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6693"
+ y="355.55566"
+ x="328.38492"
+ style="font-size:15.42768478px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ xml:space="preserve"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS Bold"
+ y="355.55566"
+ x="328.38492"
+ id="tspan6695"
+ sodipodi:role="line">x</tspan></text>
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag.png"
+ style="fill:#b32f2f;fill-opacity:1;stroke:none"
+ d="m 322.64937,321.4088 0,20 15.1563,0.031 c 2.5812,0.01 4.6563,-2.075 4.6563,-4.6562 l 0,-10.6875 c 0,-2.5812 -2.0751,-4.6462 -4.6563,-4.6563 l -15.1563,-0.031 z"
+ id="path6697"
+ inkscape:connector-curvature="0" />
+ <text
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/close-tag.png"
+ xml:space="preserve"
+ style="font-size:15.42768478px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
+ x="328.38492"
+ y="335.55566"
+ id="text6699"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan6701"
+ x="328.38492"
+ y="335.55566"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS Bold">x</tspan></text>
+ <path
+ style="fill:#828282;fill-opacity:1"
+ d="m 325.82092,260.55332 -1.5741,-1.574 1.9168,-2.0007 1.9168,-2.0007 -1.9168,-2.0007 -1.9168,-2.0006 1.5741,-1.5741 1.5741,-1.5741 2.0006,1.9168 2.0007,1.9168 2.0007,-1.9168 2.0007,-1.9168 1.574,1.5741 1.5741,1.5741 -1.9168,2.0006 -1.9168,2.0007 1.9168,2.0007 1.9168,2.0007 -1.5741,1.574 -1.574,1.5741 -2.0007,-1.9168 -2.0007,-1.9168 -2.0007,1.9168 -2.0006,1.9168 -1.5741,-1.5741 z"
+ id="path10031"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/delete.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g10033"
+ transform="matrix(-0.28748368,0,0,0.28748368,-181.42468,-1918.3933)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/edit.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ style="fill:#828282;fill-opacity:1">
+ <path
+ inkscape:connector-curvature="0"
+ id="path10035"
+ d="m -2048.3116,7564.8156 -6.8943,15.5564 15.2028,-7.6014 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10037"
+ d="m -2046.8974,7563.0479 27.0469,-27.2236 9.1924,8.8388 -27.4004,27.5772 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10039"
+ d="m -2018.4363,7534.5868 9.1924,9.1924 1.591,-1.591 -9.546,-9.0156 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10041"
+ d="m -2015.7847,7531.9352 6.0104,-5.4801 4.5962,0 4.2427,5.3033 0,4.0659 -5.6569,5.48 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ id="g10043"
+ transform="matrix(0.64732851,0,0,0.64732851,1969.7476,-4641.6704)"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/flag.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ style="fill:#828282;fill-opacity:1">
+ <path
+ inkscape:connector-curvature="0"
+ id="path10045"
+ d="m -2350.25,7554.3622 12.625,19 1.5,-1.25 -12.75,-18.875 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="ccscsc"
+ inkscape:connector-curvature="0"
+ id="path10047"
+ d="m -2347.75,7552.4872 6.75,9.25 c 0,0 3.2662,-2.5859 7.875,-2.125 6.25,0.625 5.875,-5 5.875,-5 0,0 -5.75,2 -12.75,-2.5 -4.5845,-2.9472 -7.75,0.375 -7.75,0.375 z"
+ style="fill:#828282;fill-opacity:1;stroke:none" />
+ </g>
+ <path
+ inkscape:transform-center-y="-0.20715839"
+ inkscape:transform-center-x="0.37862082"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/retag.png"
+ id="path10051"
+ d="m 354.55812,252.43382 c -0.6722,-0.5536 -1.6696,-0.4519 -2.2213,0.2224 -0.5545,0.6736 -0.453,1.6717 0.2228,2.2239 0.6733,0.5547 1.6709,0.453 2.2237,-0.2228 0.5499,-0.6762 0.4517,-1.6714 -0.2226,-2.2237 z m 4.2174,11.5196 -8.378,-6.8534 c -0.288,-0.2342 -0.4294,-0.5843 -0.4091,-0.9296 -0.035,-0.071 -0.06,-0.1547 -0.081,-0.2526 l -1.0996,-5.4028 c -0.1184,-0.5806 0.2687,-1.0535 0.8625,-1.0521 l 5.5129,0.011 c 0.238,3e-4 0.9398,0.2614 1.1238,0.4093 l 8.3771,6.8533 c 0.4786,0.3892 0.5492,1.0986 0.1579,1.5771 l -4.4899,5.4885 c -0.3888,0.4781 -1.0975,0.5479 -1.5745,0.1576 z"
+ clip-rule="evenodd"
+ style="fill:#828282;fill-opacity:1;fill-rule:evenodd"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#828282;fill-opacity:1"
+ d="m 370.47592,263.85742 c -0.2934,-0.088 -0.5972,-0.5809 -0.6937,-1.1247 -0.4587,-2.5815 -0.9349,-8.0249 -0.7491,-8.5642 0.1908,-0.5536 0.5546,-0.6213 4.0853,-0.7597 l 3.8758,-0.152 -2.8463,-0.7344 c -5.1478,-1.3285 -4.9011,-1.2344 -4.5009,-1.7165 1.1071,-1.3341 8.7959,0.9043 8.7959,2.5607 0,0.1591 -0.2437,0.2255 -0.5416,0.1475 -0.4615,-0.1206 -0.5263,0.03 -0.4387,1.0161 0.1282,1.443 -0.3683,8.837 -0.6097,9.0784 -0.236,0.236 -5.7111,0.4495 -6.377,0.2488 z m 0.7925,-4.7509 c -0.1797,-3.137 -0.4413,-4.2608 -0.8878,-3.8143 -0.095,0.095 -0.077,1.7604 0.039,3.7023 0.1605,2.6855 0.3108,3.5307 0.6277,3.5307 0.3399,0 0.3805,-0.6301 0.2208,-3.4187 z m 2.3123,-0.2278 c 0,-2.2285 -0.1182,-3.6465 -0.3039,-3.6465 -0.1856,0 -0.3039,1.418 -0.3039,3.6465 0,2.2283 0.1183,3.6465 0.3039,3.6465 0.1857,0 0.3039,-1.4182 0.3039,-3.6465 z m 2.6686,-0.1008 c 0.086,-3.5529 -0.2893,-4.7818 -0.652,-2.1359 -0.3471,2.5318 -0.2374,5.9485 0.1865,5.8079 0.2683,-0.089 0.4051,-1.1688 0.4655,-3.672 z m -1.9089,-8.2393 c -1.1448,-0.3535 -1.4701,-1.0017 -0.4345,-0.8656 0.9103,0.1196 2.1059,0.6835 2.1059,0.9934 0,0.3681 -0.087,0.3615 -1.6714,-0.1278 z"
+ id="path10120"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/delete.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g6783"
+ transform="matrix(0.31185487,0,0,0.31185487,1122.0021,-2104.3562)"
+ style="fill:#edd400"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/comment.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <path
+ id="path6785"
+ d="m -2630.4375,7542 c -5.0926,0 -9.1875,4.1262 -9.1875,9.2188 l 0,25.9687 c 0,5.0926 4.0949,9.1875 9.1875,9.1875 l 2.3125,0 0,12.75 13.375,-12.75 24.4375,0 c 5.0926,0 9.1875,-4.0949 9.1875,-9.1875 l 0,-25.9687 c 0,-5.0926 -4.0949,-9.2188 -9.1875,-9.2188 l -40.125,0 z m 19.9375,5.8438 c 2.3421,-0.029 4.7258,0.3795 7.0312,1.25 9.2048,3.4751 13.6322,13.1811 9.9063,21.7187 l -0.031,0.031 c -3.7579,8.5444 -14.2777,12.6692 -23.5,9.1874 -9.2221,-3.4817 -13.6329,-13.2367 -9.875,-21.7812 2.8186,-6.4084 9.4425,-10.3203 16.4688,-10.4062 z"
+ style="fill:#edd400;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path6787"
+ d="m -2612.9375,7556.5 0,6.0312 -6,0 0,5.125 6,0 0,6 5.125,0 0,-6 6,0 0,-5.125 -6,0 0,-6.0312 -5.125,0 z"
+ style="fill:#edd400;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:#828282;fill-opacity:1"
+ d="m 440.51622,261.65022 c 1.5762,-0.5762 2.628,-2.7166 2.1909,-4.4584 -0.247,-0.9842 -3.3286,-4.4196 -4.5145,-5.0329 -1.881,-0.9726 -4.2623,-0.4285 -4.2623,0.9739 0,0.9278 0.6347,1.2303 2.0057,0.9562 0.909,-0.1819 1.1896,-0.013 2.7953,1.6853 1.798,1.9013 2.1162,2.6817 1.3898,3.4082 -0.606,0.6059 -1.2964,0.4753 -2.2338,-0.4228 -0.7485,-0.7171 -1.0291,-0.788 -2.2761,-0.5752 l -1.4223,0.2428 1.8267,1.7277 c 1.8257,1.7266 2.8954,2.0819 4.5006,1.4952 z m -4.2837,-4.473 c 1.0155,-0.5139 1.2528,-1.533 0.4872,-2.0928 -0.4049,-0.296 -0.7569,-0.3234 -1.1884,-0.093 -0.8168,0.4372 -1.4451,0.069 -3.3435,-1.9608 -1.6088,-1.7199 -1.8244,-2.2678 -1.1552,-2.937 0.6274,-0.6275 1.7329,-0.4613 2.5226,0.3792 0.6595,0.7021 0.8495,0.7419 2.0335,0.4259 l 1.3059,-0.3486 -1.2352,-1.2874 c -2.5512,-2.6592 -5.0343,-2.7443 -6.7659,-0.2319 -1.2037,1.7466 -0.5952,3.5075 2.1302,6.1649 2.3554,2.2966 3.6282,2.7807 5.2088,1.9811 z"
+ id="path6934"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/link.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+</svg>
diff --git a/askbot/skins/default/media/images/sprites_source/sprites.svg b/askbot/skins/default/media/images/sprites_source/sprites.svg
index 34898e30..585e578f 100644
--- a/askbot/skins/default/media/images/sprites_source/sprites.svg
+++ b/askbot/skins/default/media/images/sprites_source/sprites.svg
@@ -10,75 +10,135 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="210mm"
- height="297mm"
- id="svg5653"
+ width="600"
+ height="207"
+ id="svg3448"
version="1.1"
inkscape:version="0.48.1 r9760"
- sodipodi:docname="sprites.svg">
+ sodipodi:docname="sprites.svg"
+ inkscape:export-filename="/home/bcorrales/personal/askbot/sprites.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
<defs
- id="defs5655">
+ id="defs3450">
<linearGradient
- id="linearGradient3865"
+ inkscape:collect="always"
+ id="linearGradient3819">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop3821" />
+ <stop
+ style="stop-color:#deded0;stop-opacity:0;"
+ offset="1"
+ id="stop3823" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3029">
+ <stop
+ style="stop-color:#525252;stop-opacity:1"
+ offset="0"
+ id="stop3031" />
+ <stop
+ style="stop-color:#020202;stop-opacity:1"
+ offset="1"
+ id="stop3033" />
+ </linearGradient>
+ <radialGradient
+ r="11.136931"
+ fy="161.02299"
+ fx="222.6344"
+ cy="161.02299"
+ cx="222.6344"
+ gradientTransform="matrix(0.25937215,-1.0764281,1.4011863,0.30094439,-58.042568,347.29527)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3838-8"
+ xlink:href="#linearGradient3865-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3865-1"
inkscape:collect="always">
<stop
- id="stop3867"
+ id="stop3867-7"
offset="0"
style="stop-color:#0975cf;stop-opacity:1" />
<stop
- id="stop3869"
+ id="stop3869-7"
offset="1"
style="stop-color:#14b3de;stop-opacity:0" />
</linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3824-7"
+ id="radialGradient3822-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,3613.278,1050.6132)"
+ cx="-2600.8416"
+ cy="2819.7468"
+ fx="-2600.8416"
+ fy="2819.7468"
+ r="16.18819" />
<linearGradient
- id="linearGradient3824"
+ id="linearGradient3824-7"
inkscape:collect="always">
<stop
- id="stop3826"
+ id="stop3826-9"
offset="0"
style="stop-color:#9f9f8d;stop-opacity:1" />
<stop
- id="stop3828"
+ id="stop3828-8"
offset="1"
style="stop-color:#44443a;stop-opacity:1" />
</linearGradient>
+ <radialGradient
+ r="16.18819"
+ fy="2819.7468"
+ fx="-2600.8416"
+ cy="2819.7468"
+ cx="-2600.8416"
+ gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,3568.2975,1050.6132)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5712-8"
+ xlink:href="#linearGradient5675-9"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient3812"
- inkscape:collect="always">
+ inkscape:collect="always"
+ id="linearGradient5675-9">
<stop
- id="stop3814"
+ style="stop-color:#9f9f8d;stop-opacity:1"
offset="0"
- style="stop-color:#9f9f8d;stop-opacity:1" />
+ id="stop5677-8" />
<stop
- id="stop3816"
+ style="stop-color:#757563;stop-opacity:1"
offset="1"
- style="stop-color:#44443a;stop-opacity:1" />
+ id="stop5679-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient7944"
- id="linearGradient7950"
+ xlink:href="#linearGradient7944-2"
+ id="linearGradient6226-5"
+ gradientUnits="userSpaceOnUse"
x1="-1656.4215"
y1="3870.6523"
x2="-1656.4216"
- y2="3887.7998"
- gradientUnits="userSpaceOnUse" />
+ y2="3887.7998" />
<linearGradient
inkscape:collect="always"
- id="linearGradient7944">
+ id="linearGradient7944-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop7946" />
+ id="stop7946-0" />
<stop
style="stop-color:#e4e4e4;stop-opacity:1"
offset="1"
- id="stop7948" />
+ id="stop7948-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient7944"
- id="linearGradient6226"
+ xlink:href="#linearGradient7944-2"
+ id="linearGradient6228-4"
gradientUnits="userSpaceOnUse"
x1="-1656.4215"
y1="3870.6523"
@@ -86,168 +146,73 @@
y2="3887.7998" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient7944"
- id="linearGradient6228"
- gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient7944-2"
+ id="linearGradient7950-3"
x1="-1656.4215"
y1="3870.6523"
x2="-1656.4216"
- y2="3887.7998" />
+ y2="3887.7998"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient5675"
- id="radialGradient5683"
- cx="-2600.8416"
- cy="2819.7468"
- fx="-2600.8416"
- fy="2819.7468"
- r="16.18819"
- gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,945.88619,2917.0459)"
+ xlink:href="#linearGradient3029"
+ id="radialGradient3037"
+ cx="107.38955"
+ cy="37.76292"
+ fx="107.38955"
+ fy="37.76292"
+ r="10.875"
+ gradientTransform="matrix(1.8448978,1.1954022,-0.56343271,0.76622296,-66.658636,-116.22519)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- id="linearGradient5675">
- <stop
- style="stop-color:#9f9f8d;stop-opacity:1"
- offset="0"
- id="stop5677" />
- <stop
- style="stop-color:#757563;stop-opacity:1"
- offset="1"
- id="stop5679" />
- </linearGradient>
- <radialGradient
- r="16.18819"
- fy="2819.7468"
- fx="-2600.8416"
- cy="2819.7468"
- cx="-2600.8416"
- gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,3626.1545,288.43467)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5712"
- xlink:href="#linearGradient5675"
- inkscape:collect="always" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3812"
- id="radialGradient3804"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,3488.6545,301.93467)"
- cx="-2600.8416"
- cy="2819.7468"
- fx="-2600.8416"
- fy="2819.7468"
- r="16.18819" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3824"
- id="radialGradient3822"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.58002994,0.69397701,-0.72276743,0.59013931,3671.135,288.43467)"
- cx="-2600.8416"
- cy="2819.7468"
- fx="-2600.8416"
- fy="2819.7468"
- r="16.18819" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3815"
- id="radialGradient3821"
- cx="222.6344"
- cy="161.02299"
- fx="222.6344"
- fy="161.02299"
- r="11.136931"
- gradientTransform="matrix(1.0362639,-1.062432,1.063838,1.0176009,-176.68455,228.7811)"
+ xlink:href="#linearGradient3819"
+ id="linearGradient3825"
+ x1="112.05391"
+ y1="29.484962"
+ x2="113.33555"
+ y2="54.66436"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- id="linearGradient3815">
- <stop
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0"
- id="stop3817" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1"
- id="stop3819" />
- </linearGradient>
- <radialGradient
- r="11.136931"
- fy="161.02299"
- fx="222.6344"
- cy="161.02299"
- cx="222.6344"
- gradientTransform="matrix(0.25937215,-1.0764281,1.4011863,0.30094439,-58.042568,347.29527)"
+ xlink:href="#linearGradient3819"
+ id="linearGradient3832"
gradientUnits="userSpaceOnUse"
- id="radialGradient3838"
- xlink:href="#linearGradient3865"
- inkscape:collect="always" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath5733">
- <rect
- style="opacity:0.42723006;fill:#436871;fill-opacity:1;stroke:none"
- id="rect5735"
- width="5.5"
- height="60.5"
- x="-1266"
- y="3940.3623"
- ry="0" />
- </clipPath>
- <linearGradient
+ x1="112.05391"
+ y1="29.484962"
+ x2="113.33555"
+ y2="54.66436" />
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient5704"
- id="linearGradient5765"
+ xlink:href="#linearGradient3029"
+ id="radialGradient3834"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,6.3333332,234,-21267.853)"
- x1="-1477"
- y1="3997.8623"
- x2="-1477"
- y2="3976.8623" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5704">
- <stop
- style="stop-color:#436871;stop-opacity:1"
- offset="0"
- id="stop5706" />
- <stop
- style="stop-color:#c9dbdf;stop-opacity:0;"
- offset="1"
- id="stop5708" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath5776">
- <rect
- style="opacity:0.42723006;fill:#436871;fill-opacity:1;stroke:none"
- id="rect5778"
- width="5.75"
- height="56.625"
- x="-1260.375"
- y="3997.4873"
- ry="0" />
- </clipPath>
+ gradientTransform="matrix(1.8448978,1.1954022,-0.56343271,0.76622296,-66.658636,-116.22519)"
+ cx="107.38955"
+ cy="37.76292"
+ fx="107.38955"
+ fy="37.76292"
+ r="10.875" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5704"
- id="linearGradient5710"
- x1="-1477"
- y1="3997.8623"
- x2="-1477"
- y2="3976.8623"
+ xlink:href="#linearGradient3819"
+ id="linearGradient3846"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,6.3333332,1795.4506,-24803.226)" />
- <filter
- color-interpolation-filters="sRGB"
+ x1="112.05391"
+ y1="29.484962"
+ x2="113.33555"
+ y2="54.66436" />
+ <radialGradient
inkscape:collect="always"
- id="filter4997-0">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.65508698"
- id="feGaussianBlur4999-3" />
- </filter>
+ xlink:href="#linearGradient3029"
+ id="radialGradient3848"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.8448978,1.1954022,-0.56343271,0.76622296,-66.658636,-116.22519)"
+ cx="107.38955"
+ cy="37.76292"
+ fx="107.38955"
+ fy="37.76292"
+ r="10.875" />
</defs>
<sodipodi:namedview
id="base"
@@ -256,78 +221,37 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="1.4142136"
- inkscape:cx="250.462"
- inkscape:cy="491.05925"
+ inkscape:zoom="1"
+ inkscape:cx="-14.220783"
+ inkscape:cy="199.46611"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
- showguides="true"
- inkscape:guide-bbox="true"
inkscape:window-width="1316"
inkscape:window-height="744"
inkscape:window-x="50"
inkscape:window-y="24"
- inkscape:window-maximized="1">
- <sodipodi:guide
- orientation="0,1"
- position="1,1061.5"
- id="guide6194" />
- <sodipodi:guide
- orientation="1,0"
- position="62.5,992"
- id="guide3030" />
- </sodipodi:namedview>
+ inkscape:window-maximized="1" />
<metadata
- id="metadata5658">
+ id="metadata3453">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
- id="layer1">
- <rect
- style="fill:#35575a;fill-opacity:1;stroke:none"
- id="rect5684"
- width="743"
- height="355"
- x="1"
- y="5.3621826" />
- <rect
- style="fill:#ffffff;fill-opacity:1;stroke:none"
- id="rect5682"
- width="600"
- height="207"
- x="58"
- y="83.362183"
- inkscape:export-filename="/home/bcorrales/personal/askbot/sprites.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <rect
- y="87.862183"
- x="107"
- height="28"
- width="243.25"
- id="rect6341"
- style="fill:#16160f;fill-opacity:1;stroke:none" />
- <rect
- style="fill:#f5dd69;fill-opacity:1;stroke:none"
- id="rect6196"
- width="41.25"
- height="21"
- x="63"
- y="87.862183" />
+ id="layer1"
+ transform="translate(0,-845.36218)">
<path
- transform="matrix(1.0191083,0,0,0.98765432,1762.2659,-3727.1824)"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1704.4089,-2965.0039)"
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
sodipodi:ry="9.5"
sodipodi:rx="9.5"
sodipodi:cy="3873.8623"
@@ -337,26 +261,26 @@
sodipodi:type="arc" />
<path
sodipodi:type="arc"
- style="fill:url(#linearGradient7950);fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient7950-3);fill-opacity:1;stroke:none"
id="path7922"
sodipodi:cx="-1656.5"
sodipodi:cy="3873.8623"
sodipodi:rx="9.5"
sodipodi:ry="9.5"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
- transform="matrix(1.0191083,0,0,0.98765432,1761.629,-3728.4169)" />
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1703.772,-2966.2384)" />
<text
- transform="scale(1.1035306,0.90618241)"
+ transform="scale(1.1035306,0.9061824)"
xml:space="preserve"
style="font-size:19.10287285px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#b96161;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
- x="62.464367"
- y="112.6709"
+ x="10.035251"
+ y="953.7583"
id="text7924"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan7926"
- x="62.464367"
- y="112.6709"
+ x="10.035251"
+ y="953.7583"
style="font-size:14.30124187px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#b96161;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS">X</tspan></text>
<path
sodipodi:type="arc"
@@ -366,34 +290,34 @@
sodipodi:cy="3873.8623"
sodipodi:rx="9.5"
sodipodi:ry="9.5"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
- transform="matrix(1.0191083,0,0,0.98765432,1762.2659,-3727.1824)" />
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1704.4089,-2965.0039)" />
<path
- transform="matrix(1.0191083,0,0,0.98765432,1761.629,-3728.4169)"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1703.772,-2966.2384)"
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
sodipodi:ry="9.5"
sodipodi:rx="9.5"
sodipodi:cy="3873.8623"
sodipodi:cx="-1656.5"
id="path6210"
- style="fill:url(#linearGradient6228);fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6228-4);fill-opacity:1;stroke:none"
sodipodi:type="arc" />
<text
sodipodi:linespacing="125%"
id="text6212"
- y="112.6709"
- x="62.464367"
+ y="953.7583"
+ x="10.035251"
style="font-size:19.10287285px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#b96161;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
xml:space="preserve"
- transform="scale(1.1035306,0.90618241)"><tspan
+ transform="scale(1.1035306,0.9061824)"><tspan
style="font-size:14.30124187px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#b96161;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS"
- y="112.6709"
- x="62.464367"
+ y="953.7583"
+ x="10.035251"
id="tspan6214"
sodipodi:role="line">X</tspan></text>
<path
- transform="matrix(1.0191083,0,0,0.98765432,1782.2659,-3727.1824)"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1724.4089,-2965.0039)"
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
sodipodi:ry="9.5"
sodipodi:rx="9.5"
sodipodi:cy="3873.8623"
@@ -403,33 +327,33 @@
sodipodi:type="arc" />
<path
sodipodi:type="arc"
- style="fill:url(#linearGradient6226);fill-opacity:1;stroke:none"
+ style="fill:url(#linearGradient6226-5);fill-opacity:1;stroke:none"
id="path6220"
sodipodi:cx="-1656.5"
sodipodi:cy="3873.8623"
sodipodi:rx="9.5"
sodipodi:ry="9.5"
- d="m -1647,3873.8623 a 9.5,9.5 0 1 1 -19,0 9.5,9.5 0 1 1 19,0 z"
- transform="matrix(1.0191083,0,0,0.98765432,1781.629,-3728.4169)" />
+ d="m -1647,3873.8623 c 0,5.2467 -4.2533,9.5 -9.5,9.5 -5.2467,0 -9.5,-4.2533 -9.5,-9.5 0,-5.2467 4.2533,-9.5 9.5,-9.5 5.2467,0 9.5,4.2533 9.5,9.5 z"
+ transform="matrix(1.0191083,0,0,0.98765432,1723.772,-2966.2384)" />
<text
transform="scale(1.1035306,0.9061824)"
xml:space="preserve"
style="font-size:19.10287285px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#e90f0f;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
- x="80.587997"
- y="112.6709"
+ x="28.158876"
+ y="953.7583"
id="text6222"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan6224"
- x="80.587997"
- y="112.6709"
+ x="28.158876"
+ y="953.7583"
style="font-size:14.30124187px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#e90f0f;fill-opacity:1;font-family:Trebuchet MS;-inkscape-font-specification:Trebuchet MS">X</tspan></text>
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/bcorrales/personal/oxfam/arte/disenoindex.png"
id="path5443"
- d="m 118.12608,94.030535 c -1.0424,-0.859469 -2.66478,-0.610365 -3.61221,0.548988 -0.95263,1.157954 -0.86987,2.798821 0.17873,3.655691 1.0444,0.861168 2.66667,0.612064 3.61631,-0.549588 0.94503,-1.162052 0.86746,-2.798222 -0.17854,-3.655591 z m 5.88263,18.686595 -12.99549,-10.6378 c -0.44703,-0.36346 -0.64755,-0.93014 -0.58638,-1.50242 -0.05,-0.11386 -0.087,-0.2505 -0.10985,-0.41064 l -1.33739,-8.835794 c -0.14424,-0.949634 0.5206,-1.76262 1.48163,-1.808503 l 8.91926,-0.441729 c 0.38495,-0.01899 1.49952,0.354863 1.78501,0.584574 l 12.99449,10.637502 c 0.74232,0.60366 0.7989,1.77001 0.12665,2.5924 l -7.71322,9.43426 c -0.66824,0.82178 -1.8207,0.99492 -2.56061,0.38925 z"
+ d="m 60.268935,856.20911 c -1.0424,-0.85947 -2.66478,-0.61037 -3.61221,0.54899 -0.95263,1.15795 -0.86987,2.79882 0.17873,3.65569 1.0444,0.86116 2.66667,0.61206 3.61631,-0.54959 0.94503,-1.16205 0.86746,-2.79822 -0.17854,-3.65559 z m 5.88263,18.6866 -12.99549,-10.63781 c -0.44703,-0.36346 -0.64755,-0.93014 -0.58638,-1.50242 -0.05,-0.11386 -0.087,-0.2505 -0.10985,-0.41064 l -1.33739,-8.83579 c -0.14424,-0.94964 0.5206,-1.76262 1.48163,-1.8085 l 8.91926,-0.44173 c 0.38495,-0.019 1.49952,0.35486 1.78501,0.58457 l 12.99449,10.6375 c 0.74232,0.60366 0.7989,1.77001 0.12665,2.5924 l -7.71322,9.43427 c -0.66824,0.82178 -1.8207,0.99492 -2.56061,0.38925 z"
clip-rule="evenodd"
style="fill:#e7e8a8;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
@@ -437,7 +361,7 @@
inkscape:connector-curvature="0"
style="fill:#16160f;fill-opacity:1;fill-rule:evenodd"
clip-rule="evenodd"
- d="m 118.54252,95.166497 c -0.92055,-0.758108 -2.28652,-0.618962 -3.04183,0.304482 -0.75951,0.922345 -0.62036,2.289418 0.30498,3.045526 0.92224,0.759507 2.28822,0.620461 3.04513,-0.305082 0.75321,-0.925943 0.61866,-2.289018 -0.30479,-3.045326 z m 5.77547,15.775213 -11.47288,-9.38528 c -0.39445,-0.32067 -0.58837,-0.79999 -0.56038,-1.27301 -0.047,-0.097 -0.084,-0.21191 -0.11056,-0.345863 l -1.50572,-7.398547 c -0.16224,-0.795193 0.36786,-1.442844 1.18105,-1.440845 l 7.54948,0.01 c 0.32578,3.99e-4 1.28701,0.357962 1.53911,0.560484 l 11.47158,9.385081 c 0.65525,0.53279 0.75211,1.50442 0.21612,2.15966 l -6.14833,7.51601 c -0.5325,0.65474 -1.50312,0.75031 -2.15627,0.21591 z"
+ d="m 60.685375,857.34507 c -0.92055,-0.75811 -2.28652,-0.61896 -3.04183,0.30448 -0.75951,0.92235 -0.62036,2.28942 0.30498,3.04553 0.92224,0.7595 2.28822,0.62046 3.04513,-0.30508 0.75321,-0.92595 0.61866,-2.28902 -0.30479,-3.04533 z m 5.77547,15.77522 -11.47288,-9.38529 c -0.39445,-0.32067 -0.58837,-0.79999 -0.56038,-1.27301 -0.047,-0.097 -0.084,-0.21191 -0.11056,-0.34586 l -1.50572,-7.39855 c -0.16224,-0.79519 0.36786,-1.44284 1.18105,-1.44084 l 7.54948,0.01 c 0.32578,4e-4 1.28701,0.35796 1.53911,0.56048 l 11.47158,9.38508 c 0.65525,0.53279 0.75211,1.50442 0.21612,2.15966 l -6.14833,7.51602 c -0.5325,0.65474 -1.50312,0.75031 -2.15627,0.21591 z"
id="path5445"
inkscape:export-filename="/home/bcorrales/personal/oxfam/arte/disenoindex.png"
inkscape:export-xdpi="90"
@@ -447,7 +371,7 @@
<path
inkscape:connector-curvature="0"
id="path5457"
- d="m 201.60421,88.7079 c -5.0386,0.159728 -7.45306,6.825068 -4.44845,10.23363 -5.35784,2.62945 -3.73419,8.6476 -3.90826,13.70496 6.23105,0 12.46221,0 18.69326,0 -0.0342,-5.17704 1.38659,-11.61812 -4.44823,-13.962091 3.5491,-4.275375 -0.52838,-10.736311 -5.88832,-9.976499 z"
+ d="m 143.74707,850.88647 c -5.0386,0.15973 -7.45306,6.82507 -4.44845,10.23363 -5.35784,2.62945 -3.73419,8.64761 -3.90826,13.70497 6.23105,0 12.46221,0 18.69326,0 -0.0342,-5.17704 1.38659,-11.61813 -4.44823,-13.9621 3.5491,-4.27537 -0.52838,-10.73631 -5.88832,-9.9765 z"
style="fill:#e7e8a8;fill-opacity:1;stroke:none" />
<path
sodipodi:type="arc"
@@ -457,29 +381,29 @@
sodipodi:cy="1210.3622"
sodipodi:rx="20.875"
sodipodi:ry="19.875"
- d="m -1746.6683,1217.8622 a 20.875,19.875 0 1 1 0.021,-0.05"
+ d="m -1746.6683,1217.8622 c -4.3506,10.1651 -16.5325,15.0477 -27.209,10.9056 -10.6766,-4.1422 -15.8049,-15.7405 -11.4544,-25.9056 4.3506,-10.1651 16.5325,-15.0477 27.209,-10.9056 10.6563,4.1342 15.789,15.6991 11.4755,25.8559"
sodipodi:start="0.38694167"
sodipodi:end="6.6674319"
sodipodi:open="true"
- transform="matrix(0.23246322,0,0,0.23246322,612.84081,-186.42964)" />
+ transform="matrix(0.23246322,0,0,0.23246322,554.98367,575.74893)" />
<path
style="fill:#16160f;fill-opacity:1;stroke:none"
- d="m 200.32341,99.85026 c -2.77296,0 -5.03938,2.03973 -5.40307,4.70966 l -0.021,0 0,0.11384 c -0.0243,0.20805 -0.0408,0.42712 -0.0408,0.64178 0,0.21102 0.0177,0.41631 0.0408,0.62105 l 0,5.0718 15.40196,0 0,-5.0718 c 0.0232,-0.20474 0.0408,-0.41003 0.0408,-0.62105 0,-0.21466 -0.0177,-0.43373 -0.0408,-0.64178 l 0,-0.11384 -0.021,0 c -0.3638,-2.66993 -2.63021,-4.70966 -5.40306,-4.70966 l -1.03504,0 -1.35592,2.81554 -1.36629,-2.81554 -0.79699,0 z"
+ d="m 142.46627,862.02883 c -2.77296,0 -5.03938,2.03973 -5.40307,4.70966 l -0.021,0 0,0.11384 c -0.0243,0.20805 -0.0408,0.42712 -0.0408,0.64178 0,0.21103 0.0177,0.41632 0.0408,0.62106 l 0,5.0718 15.40196,0 0,-5.0718 c 0.0232,-0.20474 0.0408,-0.41003 0.0408,-0.62106 0,-0.21466 -0.0177,-0.43373 -0.0408,-0.64178 l 0,-0.11384 -0.021,0 c -0.3638,-2.66993 -2.63021,-4.70966 -5.40306,-4.70966 l -1.03504,0 -1.35592,2.81554 -1.36629,-2.81554 -0.79699,0 z"
id="path5463"
inkscape:connector-curvature="0" />
<path
style="opacity:0.95734594;fill:#e7e8a8;fill-opacity:1;stroke:none"
- d="m 287.95443,89.851557 c -1.6542,0.05548 -2.75231,2.086378 -1.97699,3.52883 -0.63135,1.023863 -1.18707,3.287681 -2.84533,2.512825 -1.58254,0.673792 -2.41713,-1.603711 -3.98172,-0.91457 -2.15656,0.508372 -2.50044,3.955277 -0.28646,4.609836 0.66658,0.118355 1.38854,0.192142 1.38577,1.016282 1.32012,1.04282 0.20536,3.35241 -1.27491,3.51052 -2.03524,0.99474 -1.52604,4.44608 0.79456,4.64673 1.48119,0.14147 2.53871,-1.5326 4.09258,-0.89608 1.17551,0.24938 1.76747,1.60242 2.05078,2.54048 -1.0087,1.8897 1.18605,4.16804 3.10405,3.20566 1.39067,-0.4601 1.85188,-2.07121 1.37652,-3.31653 0.41369,-0.83912 1.05271,-1.65965 1.6075,-2.34648 1.24643,-0.35941 2.55425,-0.14896 3.50119,0.71142 2.08378,0.88286 4.38154,-1.75378 2.95628,-3.63072 -0.53953,-1.15942 -2.19299,-0.66667 -2.50358,-1.94916 -0.82635,-1.06372 -0.34544,-2.40575 0.47111,-3.251898 0.51485,-0.512163 1.80066,-0.202313 2.15249,-1.136301 1.70737,-1.912451 -1.15266,-5.077339 -3.21491,-3.547415 -0.69552,1.09312 -1.98439,0.810455 -3.03932,0.840598 -0.98808,-0.566532 -1.66816,-1.890814 -1.84763,-2.900808 0.49774,-1.685634 -0.70875,-3.40169 -2.52198,-3.233219 z"
+ d="m 230.09729,852.03013 c -1.6542,0.0555 -2.75231,2.08638 -1.97699,3.52883 -0.63135,1.02386 -1.18707,3.28768 -2.84533,2.51282 -1.58254,0.6738 -2.41713,-1.60371 -3.98172,-0.91457 -2.15656,0.50838 -2.50044,3.95528 -0.28646,4.60984 0.66658,0.11836 1.38854,0.19214 1.38577,1.01628 1.32012,1.04282 0.20536,3.35241 -1.27491,3.51052 -2.03524,0.99474 -1.52604,4.44609 0.79456,4.64674 1.48119,0.14147 2.53871,-1.5326 4.09258,-0.89608 1.17551,0.24938 1.76747,1.60242 2.05078,2.54048 -1.0087,1.8897 1.18605,4.16804 3.10405,3.20566 1.39067,-0.4601 1.85188,-2.07121 1.37652,-3.31653 0.41369,-0.83912 1.05271,-1.65965 1.6075,-2.34648 1.24643,-0.35941 2.55425,-0.14896 3.50119,0.71142 2.08378,0.88286 4.38154,-1.75378 2.95628,-3.63073 -0.53953,-1.15942 -2.19299,-0.66667 -2.50358,-1.94916 -0.82635,-1.06372 -0.34544,-2.40575 0.47111,-3.2519 0.51485,-0.51216 1.80066,-0.20231 2.15249,-1.1363 1.70737,-1.91245 -1.15266,-5.07734 -3.21491,-3.54741 -0.69552,1.09312 -1.98439,0.81045 -3.03932,0.8406 -0.98808,-0.56654 -1.66816,-1.89082 -1.84763,-2.90081 0.49774,-1.68564 -0.70875,-3.40169 -2.52198,-3.23322 z"
id="path5491"
inkscape:connector-curvature="0" />
<path
id="path5404"
- d="m 288.16682,91.024751 c -0.69043,0 -1.25641,0.565885 -1.25641,1.256321 0,0.415167 0.20601,0.779571 0.51734,1.006942 l -2.22628,3.815471 -4.22185,-0.0092 c 0,0 0,-0.0092 0,-0.0092 -0.11993,-0.565515 -0.62747,-0.988542 -1.22877,-0.988542 -0.69034,0 -1.24707,0.556638 -1.24707,1.247166 0,0.690435 0.55673,1.247074 1.24707,1.247074 0.21813,0 0.4221,-0.05825 0.60056,-0.156913 l 2.01389,3.51967 -1.85688,3.19642 c -0.13232,-0.0472 -0.27629,-0.0841 -0.42497,-0.0841 -0.69044,0 -1.24717,0.55673 -1.24717,1.24726 0,0.69052 0.55673,1.25641 1.24717,1.25641 0.54915,0 1.01452,-0.35784 1.18244,-0.84994 l 3.88926,-0.0185 2.19872,3.72291 c -0.28692,0.22904 -0.48036,0.57421 -0.48036,0.96996 0,0.69053 0.55664,1.24726 1.24717,1.24726 0.69044,0 1.25641,-0.55673 1.25641,-1.24726 0,-0.37153 -0.16764,-0.70403 -0.42497,-0.93297 l 2.24487,-3.7599 4.02786,-0.009 c 0.13796,0.54037 0.62682,0.94231 1.21018,0.94231 0.69053,0 1.24717,-0.55673 1.24717,-1.24716 0,-0.69053 -0.55664,-1.25642 -1.24717,-1.25642 -0.18003,0 -0.3534,0.0425 -0.5081,0.11087 l -1.95849,-3.4089 2.05087,-3.538262 c 0.18262,0.104485 0.38447,0.166344 0.60971,0.166344 0.69053,0 1.25641,-0.556638 1.25641,-1.247073 0,-0.690621 -0.56588,-1.247259 -1.25641,-1.247259 -0.63921,0 -1.15415,0.480262 -1.22867,1.099407 l -4.13864,0.01849 -2.32808,-3.833871 c 0.28794,-0.229035 0.48045,-0.573467 0.48045,-0.969956 0,-0.690528 -0.55673,-1.256413 -1.24726,-1.256413 z"
+ d="m 230.30968,853.20332 c -0.69043,0 -1.25641,0.56589 -1.25641,1.25632 0,0.41517 0.20601,0.77958 0.51734,1.00695 l -2.22628,3.81547 -4.22185,-0.009 c 0,0 0,-0.009 0,-0.009 -0.11993,-0.56552 -0.62747,-0.98854 -1.22877,-0.98854 -0.69034,0 -1.24707,0.55663 -1.24707,1.24716 0,0.69044 0.55673,1.24708 1.24707,1.24708 0.21813,0 0.4221,-0.0582 0.60056,-0.15692 l 2.01389,3.51967 -1.85688,3.19642 c -0.13232,-0.0472 -0.27629,-0.0841 -0.42497,-0.0841 -0.69044,0 -1.24717,0.55674 -1.24717,1.24727 0,0.69052 0.55673,1.25641 1.24717,1.25641 0.54915,0 1.01452,-0.35784 1.18244,-0.84994 l 3.88926,-0.0185 2.19872,3.72291 c -0.28692,0.22904 -0.48036,0.57421 -0.48036,0.96996 0,0.69053 0.55664,1.24726 1.24717,1.24726 0.69044,0 1.25641,-0.55673 1.25641,-1.24726 0,-0.37153 -0.16764,-0.70403 -0.42497,-0.93297 l 2.24487,-3.7599 4.02786,-0.009 c 0.13796,0.54037 0.62682,0.94231 1.21018,0.94231 0.69053,0 1.24717,-0.55673 1.24717,-1.24716 0,-0.69053 -0.55664,-1.25643 -1.24717,-1.25643 -0.18003,0 -0.3534,0.0425 -0.5081,0.11087 l -1.95849,-3.4089 2.05087,-3.53826 c 0.18262,0.10449 0.38447,0.16634 0.60971,0.16634 0.69053,0 1.25641,-0.55663 1.25641,-1.24707 0,-0.69062 -0.56588,-1.24726 -1.25641,-1.24726 -0.63921,0 -1.15415,0.48026 -1.22867,1.09941 l -4.13864,0.0185 -2.32808,-3.83387 c 0.28794,-0.22904 0.48045,-0.57347 0.48045,-0.96996 0,-0.69053 -0.55673,-1.25641 -1.24726,-1.25641 z"
style="opacity:0.95734594;fill:#16160f;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0" />
<path
- transform="matrix(0.05048908,0,0,0.04995915,432.79113,-34.802929)"
- d="m -2780.5,2735.8623 a 83.5,82.5 0 1 1 -167,0 83.5,82.5 0 1 1 167,0 z"
+ transform="matrix(0.05048908,0,0,0.04995915,374.93399,727.37564)"
+ d="m -2780.5,2735.8623 c 0,45.5635 -37.3842,82.5 -83.5,82.5 -46.1158,0 -83.5,-36.9365 -83.5,-82.5 0,-45.5635 37.3842,-82.5 83.5,-82.5 46.1158,0 83.5,36.9365 83.5,82.5 z"
sodipodi:ry="82.5"
sodipodi:rx="83.5"
sodipodi:cy="2735.8623"
@@ -487,246 +411,97 @@
id="path5754"
style="opacity:0.95734594;fill:#e7e8a8;fill-opacity:1;stroke:none"
sodipodi:type="arc" />
- <rect
- style="fill:#e9e9e1;fill-opacity:1;stroke:none"
- id="rect3032"
- width="45"
- height="55"
- x="62.5"
- y="119.61218" />
<path
- style="fill:url(#radialGradient5712);fill-opacity:1"
- d="m 67.6121,160.27637 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5933,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.2915,1.9154 5.6947,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.1523,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.591,-0.012 -3.7418,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.817,-0.9502 -0.7943,-0.9695 0.023,-0.019 3.6131,-3.1609 7.9784,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.6512,3.11599 7.9984,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.0985,-6.1989 -7.1231,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9144,3.4285 -7.1401,6.2475 -7.1685,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0326,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9729,1.74949 -1.9999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z"
+ style="fill:url(#radialGradient5712-8);fill-opacity:1"
+ d="m 9.7549531,922.45495 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5932999,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.291499,1.9154 5.694699,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.152299,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.5909999,-0.012 -3.7417999,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.8170004,-0.9502 -0.7943004,-0.9695 0.023,-0.019 3.6131004,-3.1609 7.9784003,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.651199,3.11599 7.998399,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.098499,-6.1989 -7.123099,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9143999,3.4285 -7.1400999,6.2475 -7.1684999,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0325999,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9728999,1.74949 -1.9998999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z"
id="path5673"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
- id="path3802"
- d="m -69.8879,173.77637 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5933,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.2915,1.9154 5.6947,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.1523,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.591,-0.012 -3.7418,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.817,-0.9502 -0.7943,-0.9695 0.023,-0.019 3.6131,-3.1609 7.9784,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.6512,3.11599 7.9984,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.0985,-6.1989 -7.1231,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9144,3.4285 -7.1401,6.2475 -7.1685,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0326,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9729,1.74949 -1.9999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z"
- style="fill:url(#radialGradient3804);fill-opacity:1" />
- <rect
- y="119.61218"
- x="107.48047"
- height="55"
- width="45"
- id="rect3818"
- style="fill:#e9e9e1;fill-opacity:1;stroke:none" />
- <path
- inkscape:connector-curvature="0"
id="path3820"
- d="m 112.59257,160.27637 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5933,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.2915,1.9154 5.6947,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.1523,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.591,-0.012 -3.7418,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.817,-0.9502 -0.7943,-0.9695 0.023,-0.019 3.6131,-3.1609 7.9784,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.6512,3.11599 7.9984,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.0985,-6.1989 -7.1231,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9144,3.4285 -7.1401,6.2475 -7.1685,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0326,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9729,1.74949 -1.9999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z"
- style="fill:url(#radialGradient3822);fill-opacity:1" />
+ d="m 54.735425,922.45495 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5933,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.2915,1.9154 5.6947,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.1523,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.591,-0.012 -3.7418,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.817,-0.9502 -0.7943,-0.9695 0.023,-0.019 3.6131,-3.1609 7.9784,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.6512,3.11599 7.9984,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.0985,-6.1989 -7.1231,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9144,3.4285 -7.1401,6.2475 -7.1685,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0326,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9729,1.74949 -1.9999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z"
+ style="fill:url(#radialGradient3822-9);fill-opacity:1" />
<rect
style="opacity:0.79620852;fill:#deded0;fill-opacity:1;stroke:none"
id="rect4547"
width="48"
height="40"
- x="155.08926"
- y="120.0357" />
- <image
- width="35.911209"
- height="35.911209"
- xlink:href="data:image/png;base64,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 "
- id="image4549"
- x="162.0482"
- y="122.71503" />
+ x="97.232117"
+ y="882.21423" />
+ <g
+ id="g3827"
+ transform="translate(-3.8890873,-41.012193)">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.6956522;fill:url(#linearGradient3832);fill-opacity:1;stroke:none"
+ id="path3815"
+ sodipodi:cx="113.25"
+ sodipodi:cy="45.375"
+ sodipodi:rx="10.875"
+ sodipodi:ry="10.125"
+ d="m 124.125,45.375 c 0,5.591883 -4.8689,10.125 -10.875,10.125 -6.0061,0 -10.875,-4.533117 -10.875,-10.125 0,-5.591883 4.8689,-10.125 10.875,-10.125 6.0061,0 10.875,4.533117 10.875,10.125 z"
+ transform="matrix(1.621439,0,0,1.7273288,-57.807891,865.70481)" />
+ <path
+ transform="matrix(1.408046,0,0,1.5,-33.48691,876.19302)"
+ d="m 124.125,45.375 c 0,5.591883 -4.8689,10.125 -10.875,10.125 -6.0061,0 -10.875,-4.533117 -10.875,-10.125 0,-5.591883 4.8689,-10.125 10.875,-10.125 6.0061,0 10.875,4.533117 10.875,10.125 z"
+ sodipodi:ry="10.125"
+ sodipodi:rx="10.875"
+ sodipodi:cy="45.375"
+ sodipodi:cx="113.25"
+ id="path3027"
+ style="fill:url(#radialGradient3834);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3807"
+ d="m 123.65073,934.32167 c -4.50646,0 -8.15625,3.67292 -8.15625,8.1875 0,4.51459 3.64979,8.15625 8.15625,8.15625 1.78681,0 3.4379,-0.55881 4.78125,-1.53125 l 3.8125,3.53125 1.65625,-1.78125 -3.75,-3.5 c 1.02086,-1.36157 1.65625,-3.03756 1.65625,-4.875 0,-4.51458 -3.64979,-8.1875 -8.15625,-8.1875 z m 0.0312,2.21875 c 3.35929,0 6.09375,2.7284 6.09375,6.09375 0,3.36535 -2.73446,6.09375 -6.09375,6.09375 -3.35929,0 -6.0625,-2.7284 -6.0625,-6.09375 0,-3.36535 2.70321,-6.09375 6.0625,-6.09375 z"
+ style="fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
<rect
- y="120.0357"
- x="203.07843"
+ y="882.21423"
+ x="145.23212"
height="40"
width="48"
- id="rect3861"
+ id="rect3836"
style="opacity:0.79620852;fill:#deded0;fill-opacity:1;stroke:none" />
- <image
- y="122.71503"
- x="210.03737"
- id="image3863"
- xlink:href="data:image/png;base64,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 "
- height="35.911209"
- width="35.911209" />
+ <g
+ transform="translate(44.110913,-41.012193)"
+ id="g3838">
+ <path
+ transform="matrix(1.621439,0,0,1.7273288,-57.807891,865.70481)"
+ d="m 124.125,45.375 c 0,5.591883 -4.8689,10.125 -10.875,10.125 -6.0061,0 -10.875,-4.533117 -10.875,-10.125 0,-5.591883 4.8689,-10.125 10.875,-10.125 6.0061,0 10.875,4.533117 10.875,10.125 z"
+ sodipodi:ry="10.125"
+ sodipodi:rx="10.875"
+ sodipodi:cy="45.375"
+ sodipodi:cx="113.25"
+ id="path3840"
+ style="opacity:0.6956522;fill:url(#linearGradient3846);fill-opacity:1;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3848);fill-opacity:1;stroke:none"
+ id="path3842"
+ sodipodi:cx="113.25"
+ sodipodi:cy="45.375"
+ sodipodi:rx="10.875"
+ sodipodi:ry="10.125"
+ d="m 124.125,45.375 c 0,5.591883 -4.8689,10.125 -10.875,10.125 -6.0061,0 -10.875,-4.533117 -10.875,-10.125 0,-5.591883 4.8689,-10.125 10.875,-10.125 6.0061,0 10.875,4.533117 10.875,10.125 z"
+ transform="matrix(1.408046,0,0,1.5,-33.48691,876.19302)" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
+ d="m 123.65073,934.32167 c -4.50646,0 -8.15625,3.67292 -8.15625,8.1875 0,4.51459 3.64979,8.15625 8.15625,8.15625 1.78681,0 3.4379,-0.55881 4.78125,-1.53125 l 3.8125,3.53125 1.65625,-1.78125 -3.75,-3.5 c 1.02086,-1.36157 1.65625,-3.03756 1.65625,-4.875 0,-4.51458 -3.64979,-8.1875 -8.15625,-8.1875 z m 0.0312,2.21875 c 3.35929,0 6.09375,2.7284 6.09375,6.09375 0,3.36535 -2.73446,6.09375 -6.09375,6.09375 -3.35929,0 -6.0625,-2.7284 -6.0625,-6.09375 0,-3.36535 2.70321,-6.09375 6.0625,-6.09375 z"
+ id="path3844"
+ inkscape:connector-curvature="0" />
+ </g>
<path
sodipodi:type="arc"
- style="fill:url(#radialGradient3838);fill-opacity:1;stroke:none"
+ style="fill:url(#radialGradient3838-8);fill-opacity:1;stroke:none"
id="path3813"
sodipodi:cx="223.62251"
sodipodi:cy="147.08873"
sodipodi:rx="11.136931"
sodipodi:ry="9.0156116"
d="m 234.75944,147.08873 a 11.136931,9.0156116 0 1 1 -22.27386,0 11.136931,9.0156116 0 1 1 22.27386,0 z"
- transform="matrix(1.2054549,0,0,1.1341085,-41.21305,-21.172626)" />
- <rect
- ry="4.1932693"
- y="467.85327"
- x="215.2729"
- height="43.25"
- width="200.58887"
- id="rect4912"
- style="fill:#c9dbdf;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- id="path4914"
- d="m 219.19773,467.616 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
- style="fill:#d6e5e8;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <rect
- transform="matrix(0.91683189,0,0,1,2564.1856,-830.04452)"
- style="fill:#555753;fill-opacity:0.68306011;stroke:none;filter:url(#filter4997-0)"
- id="rect4917"
- width="218.78479"
- height="43.25"
- x="-2560"
- y="1248.6122"
- ry="4.1932693"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <rect
- ry="4.1932693"
- y="417.31763"
- x="216.40852"
- height="43.25"
- width="200.58887"
- id="rect4919"
- style="fill:#c9dbdf;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- id="path4921"
- d="m 220.33333,417.0805 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
- style="fill:#d6e5e8;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <rect
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- style="fill:url(#linearGradient5710);fill-opacity:1;stroke:none"
- id="rect5702"
- width="200.58887"
- height="42.75"
- x="216.40852"
- y="417.31763"
- ry="4.1447921" />
- <text
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- xml:space="preserve"
- style="font-size:18.32528687px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#c6d9dd;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
- x="258.99481"
- y="445.8772"
- id="text5782"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan5784"
- x="258.99481"
- y="445.8772"
- style="font-size:23px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#c6d9dd;fill-opacity:1;font-family:Yanone Kaffeesatz;-inkscape-font-specification:Yanone Kaffeesatz">ASK A QUESTION</tspan></text>
- <text
- sodipodi:linespacing="125%"
- id="text4923"
- y="444.99341"
- x="258.99481"
- style="font-size:18.32528687px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#314e55;fill-opacity:1;stroke:none;font-family:Arial Rounded MT Bold;-inkscape-font-specification:Arial Rounded MT Bold"
- xml:space="preserve"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"><tspan
- style="font-size:23px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#314e55;fill-opacity:1;font-family:Yanone Kaffeesatz;-inkscape-font-specification:Yanone Kaffeesatz"
- y="444.99341"
- x="258.99481"
- id="tspan4926"
- sodipodi:role="line">ASK A QUESTION</tspan></text>
- <g
- id="g5771"
- clip-path="url(#clipPath5776)"
- transform="matrix(0.95652174,0,0,0.9658003,1661.0255,-3400.1079)"
- inkscape:export-filename="/home/bcorrales/personal/askbot/bigbutton.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <rect
- ry="4.1932693"
- y="4000.7271"
- x="-1346.1777"
- height="43.25"
- width="200.58887"
- id="rect5712"
- style="fill:#c9dbdf;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- id="path5714"
- d="m -1342.2529,4000.4898 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
- style="fill:#d6e5e8;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </g>
- <g
- id="g5728"
- clip-path="url(#clipPath5733)"
- transform="matrix(1,0,0,0.96580351,1721.4506,-3395.7266)"
- inkscape:export-filename="/home/bcorrales/personal/askbot/bigbutton.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <rect
- ry="4.1932693"
- y="3952.6914"
- x="-1345.0421"
- height="43.25"
- width="200.58887"
- id="rect5718"
- style="fill:#c9dbdf;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- id="path5720"
- d="m -1341.1173,3952.4543 c -2.3021,0 -4.1543,2.0202 -4.1543,4.5312 l 0,17.9688 200.5856,0 0,-17.9688 c 0,-2.511 -1.8521,-4.5312 -4.1543,-4.5312 l -192.277,0 z"
- style="fill:#d6e5e8;fill-opacity:1;stroke:none"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <rect
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- style="fill:url(#linearGradient5765);fill-opacity:1;stroke:none"
- id="rect5722"
- width="200.58887"
- height="42.75"
- x="-1345.0421"
- y="3952.6914"
- ry="4.1447921" />
- </g>
- <rect
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="/home/bcorrales/personal/askbot/templates/question_page_20_oct.png"
- style="fill:#eceeeb;fill-opacity:1;stroke:none"
- id="rect8138"
- width="200"
- height="34"
- x="208.43501"
- y="563.99463" />
- <path
- style="fill:#cfcdcb;fill-opacity:1;stroke:none"
- d="m 237.10314,570.64836 c -4.1222,0 -7.6717,2.6492 -9.375,6.5 -0.6289,-0.2342 -1.2957,-0.375 -2,-0.375 -1.9564,0 -3.7033,0.9745 -4.8125,2.5 l -11.8437,0.125 0,7.3125 11.5312,-0.094 c 1.0734,1.8106 2.9601,3.0313 5.125,3.0313 1.022,0 1.9677,-0.2764 2.8125,-0.75 1.8902,3.0125 5.0068,4.9687 8.5625,4.9687 3.7337,0 7.0246,-2.1669 8.875,-5.4374 l -4.8125,0 c -1.0612,0.806 -2.5249,0.8124 -3.9063,0.8124 -3.6563,0 -4.8124,-2.9663 -4.8124,-7.0312 0,-4.0647 1.4686,-6.625 5.125,-6.625 1.7505,0 3.2224,0.1762 4.4062,1.4062 l 4.4688,0 c -1.7287,-3.7705 -5.2744,-6.3437 -9.3438,-6.3437 z"
- id="rect5882"
- inkscape:connector-curvature="0"
- inkscape:export-filename="/home/bcorrales/personal/askbot/contributorsback.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
+ transform="matrix(1.2054549,0,0,1.1341085,-99.371969,741.25595)" />
</g>
</svg>
diff --git a/askbot/skins/default/media/style/lib_style.less b/askbot/skins/default/media/style/lib_style.less
index 4f2bad79..941c83ff 100644
--- a/askbot/skins/default/media/style/lib_style.less
+++ b/askbot/skins/default/media/style/lib_style.less
@@ -26,7 +26,7 @@
/* CSS3 Elements */
.box-shadow (@hor: 0px, @vert: 0px, @blur: 5px, @shadow: #929292){
- -webkit-box-shadow: @arguments;
+ -webkit-box-shadow: @arguments ;
-moz-box-shadow: @arguments;
box-shadow: @arguments;
}
@@ -53,3 +53,13 @@
-webkit-border-top-left-radius:@radio;
-webkit-border-top-right-radius:@radio;
}
+
+.rounded-corners-right(@radio:5px){
+ border-top-right-radius:@radio;
+ border-bottom-right-radius:@radio;
+ -moz-border-radius-topright:@radio;
+ -moz-border-radius-bottomright:@radio;
+ -webkit-border-bottom-right-radius:@radio;
+ -webkit-border-top-right-radius:@radio;
+}
+
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index 491469d3..4f886a4c 100644
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -5,6 +5,7 @@ h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:none;}
label{vertical-align:middle;}
hr{border:none;border-top:1px dashed #ccccce;}
input,select{vertical-align:middle;font-family:Trebuchet MS,"segoe ui",Helvetica,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;margin-left:0px;}
+textarea:focus,input:focus{outline:none;}
iframe{border:none;}
p{font-size:14px;line-height:140%;margin-bottom:6px;}
a{color:#1b79bd;text-decoration:none;cursor:pointer;}
@@ -76,14 +77,15 @@ body.anon #searchBar .searchInputCancelable{width:405px;}
.box{background:#fff;padding:4px 0px 10px 0px;width:200px;}.box p{margin-bottom:4px;}
.box p.info-box-follow-up-links{text-align:right;margin:0;}
.box h2{padding-left:0;background:#eceeeb;height:30px;line-height:30px;text-align:right;font-size:18px !important;font-weight:normal;color:#656565;padding-right:10px;margin-bottom:10px;font-family:'Yanone Kaffeesatz',sans-serif;}
-.box h3{color:#4a757f;font-size:18px;text-align:left;font-weight:normal;font-family:'Yanone Kaffeesatz',sans-serif;}
+.box h3{color:#4a757f;font-size:18px;text-align:left;font-weight:normal;font-family:'Yanone Kaffeesatz',sans-serif;padding-left:0px;}
.box .contributorback{background:#eceeeb url(../images/contributorsback.png) no-repeat center left;}
-.box label{color:#707070;font-size:15px;display:block;float:right;width:177px;font-family:'Yanone Kaffeesatz',sans-serif;}
+.box label{color:#707070;font-size:15px;display:block;float:right;text-align:left;font-family:'Yanone Kaffeesatz',sans-serif;width:80px;margin-right:18px;}
+.box #displayTagFilterControl label{width:160px;}
.box ul{margin-left:22px;}
.box li{list-style-type:disc;font-size:13px;line-height:20px;margin-bottom:10px;color:#707070;}
.box ul.tags{list-style:none;margin:0;padding:0;line-height:170%;display:block;}
.box #displayTagFilterControl p label{color:#707070;font-size:15px;}
-.box .inputs #interestingTagInput,.box .inputs #ignoredTagInput{width:158px;border:#c9c9b5 1px solid;height:25px;}
+.box .inputs #interestingTagInput,.box .inputs #ignoredTagInput{width:153px;padding-left:5px;border:#c9c9b5 1px solid;height:25px;}
.box .inputs #interestingTagAdd,.box .inputs #ignoredTagAdd{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:12px;width:30px;height:27px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
.box .inputs #interestingTagAdd:hover,.box .inputs #ignoredTagAdd:hover{background:url(../images/small-button-blue.png) repeat-x bottom;}
.box img.gravatar{margin:1px;}
@@ -111,6 +113,7 @@ body.anon #searchBar .searchInputCancelable{width:405px;}
.tabsA .label,.tabsC .label{float:left;color:#646464;margin-top:4px;margin-right:5px;}
.main-page .tabsA .label{margin-left:8px;}
.tabsB a{background:#eee;border:1px solid #eee;color:#777;display:block;float:left;height:22px;line-height:28px;margin:5px 0px 0 4px;padding:0 11px 0 11px;text-decoration:none;}
+.tabsC .first{border:none;}
.rss{float:right;font-size:16px;color:#f57900;margin:5px 0px 3px 7px;width:52px;padding-left:2px;padding-top:3px;background:#ffffff url(../images/feed-icon-small.png) no-repeat center right;float:right;font-family:Georgia,serif;font-size:16px;}
.rss:hover{color:#F4A731 !important;}
#questionCount{font-weight:bold;font-size:23px;color:#7ea9b3;width:200px;float:left;margin-bottom:8px;padding-top:6px;font-family:'Yanone Kaffeesatz',sans-serif;}
@@ -118,7 +121,7 @@ body.anon #searchBar .searchInputCancelable{width:405px;}
ul#searchTags{margin-left:10px;float:right;padding-top:2px;}
.search-tips{font-size:16px;line-height:17px;color:#707070;margin:5px 0 10px 0;padding:0px;float:left;font-family:'Yanone Kaffeesatz',sans-serif;}.search-tips a{text-decoration:underline;color:#1b79bd;}
#question-list{float:left;position:relative;background-color:#FFF;padding:0;width:100%;}
-.short-summary{position:relative;filter:inherit;padding:10px;border-bottom:1px solid #DDDBCE;margin-bottom:1px;overflow:hidden;width:710px;float:left;background:url(../images/summary-background.png) repeat-x;}.short-summary h2{font-size:24px;font-weight:normal;line-height:26px;padding-left:0;margin-bottom:8px;display:block;font-family:'Yanone Kaffeesatz',sans-serif;}
+.short-summary{position:relative;filter:inherit;padding:10px;border-bottom:1px solid #DDDBCE;margin-bottom:1px;overflow:hidden;width:710px;float:left;background:url(../images/summary-background.png) repeat-x;}.short-summary h2{font-size:24px;font-weight:normal;line-height:26px;padding-left:0;margin-bottom:6px;display:block;font-family:'Yanone Kaffeesatz',sans-serif;}
.short-summary a{color:#464646;}
.short-summary .userinfo{text-align:right;line-height:16px;font-family:Arial;padding-right:4px;}
.short-summary .userinfo .relativetime,.short-summary span.anonymous{font-size:11px;clear:both;font-weight:normal;color:#555;}
@@ -165,28 +168,24 @@ ul#searchTags{margin-left:10px;float:right;padding-top:2px;}
.tag-size-9{font-size:20px;}
.tag-size-10{font-size:21px;}
ul.tags,ul.tags.marked-tags,ul#related-tags{list-style:none;margin:0;padding:0;line-height:170%;display:block;}
-ul.tags li{float:left;display:block;margin:0 5px 0 0;padding:0;height:20px;}
+ul.tags li{float:left;display:block;margin:0 8px 0 0;padding:0;height:20px;}
.wildcard-tags{clear:both;}
ul.tags.marked-tags li,.wildcard-tags ul.tags li{margin-bottom:5px;}
#tagSelector div.inputs{clear:both;float:none;margin-bottom:10px;}
.tags-page ul.tags li,ul#ab-user-tags li{width:160px;margin:5px;}
-ul#related-tags li{margin:0 5px 5px 0;float:left;clear:left;}
-.tag-left{background:url(../images/tag-right.png) no-repeat right center;border:none;cursor:pointer;display:block;float:left;height:20px;margin:0 5px 0 0;padding:0;}
-.tag-right{background:url(../images/tag-left.png) no-repeat left center;border:none;display:block;float:left;height:20px;line-height:20px;font-weight:normal;font-size:11px;padding:0px 10px 0px 15px;text-decoration:none;text-align:center;white-space:nowrap;vertical-align:middle;font-family:Arial;color:#717179;}
-.deletable-tag{margin-right:3px;white-space:nowrap;}
-.deletable-tag .tag-right{padding-right:0px;float:left;}
-.deletable-tag.tag-left{padding-right:0px;}
+ul#related-tags li{margin:0 5px 8px 0;float:left;clear:left;}
+.tag-left{cursor:pointer;display:block;float:left;height:17px;margin:0 5px 0 0;padding:0;-webkit-box-shadow:0px 0px 5px #d3d6d7;-moz-box-shadow:0px 0px 5px #d3d6d7;box-shadow:0px 0px 5px #d3d6d7;}
+.tag-right{background:#f3f6f6;border:#fff 1px solid ;border-top:#fff 2px solid;outline:#cfdbdb 1px solid;display:block;float:left;height:17px;line-height:17px;font-weight:normal;font-size:11px;padding:0px 8px 0px 8px;text-decoration:none;text-align:center;white-space:nowrap;vertical-align:middle;font-family:Arial;color:#717179;}
+.deletable-tag{margin-right:3px;white-space:nowrap;border-top-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;}
.tags a.tag-right,.tags span.tag-right{color:#585858;text-decoration:none;}
.tags a:hover{color:#1A1A1A;}
.users-page h1,.tags-page h1{float:left;}
.main-page h1{margin-right:5px;}
-span.delete-icon{padding-left:13px;vertical-align:bottom;background:url(../images/close-small-dark.png) bottom no-repeat;cursor:default;}
-span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-repeat;}
-.tags span.delete-icon{float:left;height:20px;width:8px;margin:0px 0 0 10px;display:block;}
+.delete-icon{margin-top:-1px;float:left;height:21px;width:18px;display:block;line-height:20px;text-align:center;background:#bbcdcd;cursor:default;color:#fff;border-top:#cfdbdb 1px solid;font-family:Arial;border-top-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;text-shadow:0px 1px 0px #7ea0a0;-moz-text-shadow:0px 1px 0px #7ea0a0;-webkit-text-shadow:0px 1px 0px #7ea0a0;}
+.delete-icon:hover{background:#b32f2f;}
.tag-number{font-weight:normal;float:left;font-size:16px;color:#5d5d5d;}
.badges .tag-number{float:none;display:inline;padding-right:15px;}
.section-title{color:#7ea9b3;font-family:'Yanone Kaffeesatz',sans-serif;font-weight:bold;font-size:24px;}
-.ask-body{padding-right:10px;}
#fmask{margin-bottom:30px;width:100%;}
#askFormBar{display:inline-block;padding:4px 7px 5px 0px;margin-top:0px;}#askFormBar p{margin:0 0 5px 0;font-size:14px;color:#525252;line-height:1.4;}
#askFormBar .questionTitleInput{font-size:24px;line-height:24px;height:36px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:725px;}
@@ -206,23 +205,23 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.wmd-preview IMG{max-width:600px;}
.preview-toggle{width:100%;color:#b6a475;text-align:left;}
.preview-toggle span:hover{cursor:pointer;}
-.after-editor{margin-top:10px;}
+.after-editor{margin-top:15px;margin-bottom:15px;}
.checkbox{margin-left:5px;font-weight:normal;cursor:help;}
.question-options{margin-top:1px;color:#666;line-height:13px;margin-bottom:5px;}
.question-options label{vertical-align:text-bottom;}
.edit-content-html{border-top:1px dotted #D8D2A9;border-bottom:1px dotted #D8D2A9;margin:5px 0 5px 0;}
-.edit-question-page,#fmedit{color:#525252;}.edit-question-page #id_revision,#fmedit #id_revision{font-size:14px;margin-top:5px;margin-bottom:5px;}
-.edit-question-page #id_title,#fmedit #id_title{font-size:24px;line-height:24px;height:36px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:725px;margin-bottom:10px;}
-.edit-question-page #id_summary,#fmedit #id_summary{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;}
-.edit-question-page .title-desc,#fmedit .title-desc{margin-bottom:10px;}
+.edit-question-page,#fmedit,.wmd-preview{color:#525252;}.edit-question-page #id_revision,#fmedit #id_revision,.wmd-preview #id_revision{font-size:14px;margin-top:5px;margin-bottom:5px;}
+.edit-question-page #id_title,#fmedit #id_title,.wmd-preview #id_title{font-size:24px;line-height:24px;height:36px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:725px;margin-bottom:10px;}
+.edit-question-page #id_summary,#fmedit #id_summary,.wmd-preview #id_summary{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;}
+.edit-question-page .title-desc,#fmedit .title-desc,.wmd-preview .title-desc{margin-bottom:10px;}
.question-page h1{padding-top:0px;font-family:'Yanone Kaffeesatz',sans-serif;}
.question-page h1 a{color:#464646;font-size:30px;font-weight:normal;line-height:1;}
.question-page p.rss{float:none;clear:both;padding:3px 0 0 23px;font-size:15px;width:110px;background-position:center left;margin-left:0px !important;}
.question-page p.rss a{font-family:'Yanone Kaffeesatz',sans-serif;vertical-align:top;}
-.question-page .question-content{float:right;width:690px;margin-bottom:10px;}
+.question-page .question-content{float:right;width:682px;margin-bottom:10px;}
.question-page #question-table{float:left;border-top:#f0f0f0 1px solid;}
-.question-page #question-table,.question-page .answer-table{margin:6px 0 6px 0;border-spacing:0px;width:680px;padding-right:3px;}
-.question-page .answer-table{margin-top:0px;border-bottom:1px solid #D4D4D4;float:left;}
+.question-page #question-table,.question-page .answer-table{margin:6px 0 6px 0;border-spacing:0px;width:670px;padding-right:10px;}
+.question-page .answer-table{margin-top:0px;border-bottom:1px solid #D4D4D4;float:right;}
.question-page .answer-table td,.question-page #question-table td{width:20px;vertical-align:top;}
.question-page .question-body,.question-page .answer-body{overflow:auto;margin-top:10px;font-family:Arial;color:#4b4b4b;}.question-page .question-body p,.question-page .answer-body p{margin-bottom:14px;line-height:1.4;font-size:14px;padding:0px 5px 5px 0px;}
.question-page .question-body a,.question-page .answer-body a{color:#1b79bd;}
@@ -233,8 +232,8 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.question-page .post-update-info a{color:#444;}
.question-page .post-update-info .gravatar{float:left;margin-right:4px;}
.question-page .post-update-info p.tip{color:#444;line-height:13px;font-size:10px;}
-.question-page .post-controls{font-size:11px;line-height:12px;min-width:200px;padding-left:5px;text-align:right;clear:left;float:right;margin-top:10px;}.question-page .post-controls a{color:#777;padding:0px 3px 3px 22px;cursor:pointer;border:none;font-size:12px;font-family:Arial;text-decoration:none;height:18px;display:block;float:right;line-height:18px;margin-top:-2px;margin-left:4px;}
-.question-page .post-controls a:hover{background-color:#f5f0c9;}
+.question-page .post-controls{font-size:11px;line-height:12px;min-width:200px;padding-left:5px;text-align:right;clear:left;float:right;margin-top:10px;margin-bottom:8px;}.question-page .post-controls a{color:#777;padding:0px 3px 3px 22px;cursor:pointer;border:none;font-size:12px;font-family:Arial;text-decoration:none;height:18px;display:block;float:right;line-height:18px;margin-top:-2px;margin-left:4px;}
+.question-page .post-controls a:hover{background-color:#f5f0c9;border-radius:3px;-ms-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;}
.question-page .post-controls .sep{color:#ccc;float:right;height:18px;font-size:18px;}
.question-page .post-controls .question-delete,.question-page .answer-controls .question-delete{background:url(../images/delete.png) no-repeat center left;padding-left:16px;}
.question-page .post-controls .question-flag,.question-page .answer-controls .question-flag{background:url(../images/flag.png) no-repeat center left;}
@@ -249,6 +248,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.question-page .question-img-downvote,.question-page .answer-img-downvote{background:url(../images/vote-arrow-down-new.png) no-repeat;}
.question-page .question-img-upvote:hover,.question-page .question-img-upvote.on,.question-page .answer-img-upvote:hover,.question-page .answer-img-upvote.on{background:url(../images/vote-arrow-up-on-new.png) no-repeat;}
.question-page .question-img-downvote:hover,.question-page .question-img-downvote.on,.question-page .answer-img-downvote:hover,.question-page .answer-img-downvote.on{background:url(../images/vote-arrow-down-on-new.png) no-repeat;}
+.question-page #fmanswer_button{margin:8px 0px ;}
.question-page .question-img-favorite:hover{background:url(../images/vote-favorite-on.png);}
.question-page div.comments{padding:0;}
.question-page #comment-title{font-weight:bold;font-size:23px;color:#7ea9b3;width:200px;float:left;font-family:'Yanone Kaffeesatz',sans-serif;}
@@ -257,21 +257,21 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.question-page .comments .controls a:hover{background-color:#f5f0c9;text-decoration:none;}
.question-page .comments .button{color:#988e4c;font-size:11px;padding:3px;cursor:pointer;}
.question-page .comments a{background-color:inherit;color:#1b79bd;padding:0;}
-.question-page .comments form.post-comments{margin:3px 30px 4px 5px;}
-.question-page .comments textarea{height:42px;width:100%;margin:12px 0 5px 1px;font-family:Arial;outline:none;overflow:auto;font-size:12px;line-height:140%;padding-left:2px;padding-top:4px;border:#cce6ec 3px solid;}
-.question-page .comments input{margin-left:10px;margin-top:1px;vertical-align:top;width:100px;}
-.question-page .comments button{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-size:12px;width:95px;font-weight:bold;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;float:left;}
+.question-page .comments form.post-comments{margin:3px 26px 0 42px;}.question-page .comments form.post-comments textarea{font-size:13px;line-height:1.3;}
+.question-page .comments textarea{height:42px;width:100%;margin:7px 0 5px 1px;font-family:Arial;outline:none;overflow:auto;font-size:12px;line-height:140%;padding-left:2px;padding-top:3px;border:#cce6ec 3px solid;}
+@media screen and (-webkit-min-device-pixel-ratio:0){textarea{padding-left:3px !important;}}.question-page .comments input{margin-left:10px;margin-top:1px;vertical-align:top;width:100px;}
+.question-page .comments button{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-family:Arial;font-size:13px;width:100px;font-weight:bold;height:27px;line-height:25px;margin-bottom:5px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
.question-page .comments button:hover{background:url(../images/small-button-blue.png) bottom repeat-x;text-shadow:0px 1px 0px #c6d9dd;-moz-text-shadow:0px 1px 0px #c6d9dd;-webkit-text-shadow:0px 1px 0px #c6d9dd;}
.question-page .comments .counter{display:inline-block;width:245px;float:right;color:#b6a475 !important;vertical-align:top;font-family:Arial;float:right;text-align:right;}
-.question-page .comments .comment{border-bottom:1px solid #edeeeb;margin:0;margin-top:8px;padding-bottom:4px;overflow:auto;font-family:Arial;font-size:11px;min-height:25px;background:#ffffff url(../images/comment-background.png) bottom repeat-x;border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;}
+.question-page .comments .comment{border-bottom:1px solid #edeeeb;clear:both;margin:0;margin-top:8px;padding-bottom:4px;overflow:auto;font-family:Arial;font-size:11px;min-height:25px;background:#ffffff url(../images/comment-background.png) bottom repeat-x;border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;}
.question-page .comments div.comment:hover{background-color:#efefef;}
.question-page .comments a.author{background-color:inherit;color:#1b79bd;padding:0;}
.question-page .comments a.author:hover{text-decoration:underline;}
-.question-page .comments span.delete-icon{background:url(../images/close-small.png) no-repeat;}
-.question-page .comments span.delete-icon:hover{border:#BC564B 2px solid;border-radius:10px;-ms-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;}
+.question-page .comments span.delete-icon{background:url(../images/close-small.png) no-repeat;border:0;width:14px;height:14px;}
+.question-page .comments span.delete-icon:hover{border:#BC564B 2px solid;border-radius:10px;-ms-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;margin:-3px 0px 0px -2px;}
.question-page .comments .content{margin-bottom:7px;}
.question-page .comments .comment-votes{float:left;width:37px;line-height:130%;padding:6px 5px 6px 3px;}
-.question-page .comments .comment-body{line-height:1.3;margin:3px 26px 0 46px;padding:5px 3px;color:#666;font-size:13px;}
+.question-page .comments .comment-body{line-height:1.3;margin:3px 26px 0 46px;padding:5px 3px;color:#666;font-size:13px;}.question-page .comments .comment-body .edit{padding-left:6px;}
.question-page .comments .comment-body p{font-size:13px;line-height:1.3;margin-bottom:3px;padding:0;}
.question-page .comments .comment-delete{float:right;width:14px;line-height:130%;padding:8px 6px;}
.question-page .comments .upvote{margin:0px;padding-right:17px;padding-top:2px;text-align:right;height:20px;font-size:13px;font-weight:bold;color:#777;}
@@ -282,14 +282,14 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.question-page #questionTools{font-size:22px;margin-top:11px;text-align:left;}
.question-page .question-status{margin-top:10px;margin-bottom:15px;padding:20px;background-color:#fef7cc;text-align:center;border:#e1c04a 1px solid;}
.question-page .question-status h3{font-size:20px;color:#707070;font-weight:normal;}
-.question-page .vote-buttons{float:left;text-align:center;padding-top:2px;margin:3px 10px 0px 3px;}
+.question-page .vote-buttons{float:left;text-align:center;padding-top:2px;margin:10px 10px 0px 3px;}
.question-page .vote-buttons IMG{cursor:pointer;}
.question-page .vote-number{font-family:'Yanone Kaffeesatz',sans-serif;padding:0px 0 5px 0;font-size:25px;font-weight:bold;color:#777;}
-.question-page .vote-buttons .notify-sidebar{text-align:left;}
+.question-page .vote-buttons .notify-sidebar{text-align:left;width:120px;}
.question-page .vote-buttons .notify-sidebar label{vertical-align:top;}
.question-page .tabBar-answer{margin-bottom:15px;padding-left:7px;width:723px;margin-top:10px;}
.question-page .answer .vote-buttons{float:left;}
-.question-page .accepted-answer{background-color:#f7fecc;border-bottom-color:#9BD59B;}.question-page .accepted-answer .vote-buttons{width:27px;margin-right:10px;}
+.question-page .accepted-answer{background-color:#f7fecc;border-bottom-color:#9BD59B;}.question-page .accepted-answer .vote-buttons{width:27px;margin-right:10px;margin-top:10px;}
.question-page .answer .post-update-info a{color:#444444;}
.question-page .answered{background:#CCC;color:#999;}
.question-page .answered-accepted{background:#DCDCDC;color:#763333;}.question-page .answered-accepted strong{color:#E1E818;}
@@ -299,8 +299,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.question-page .answer-img-accept:hover{background:url(../images/vote-accepted-on.png);}
.question-page .answer-body a{color:#1b79bd;}
.question-page .answer-body li{margin-bottom:0.7em;}
-.question-page #fmanswer{color:#707070;line-height:1.2;margin-top:10px;}.question-page #fmanswer p{font-size:13px;line-height:1.3;}
-.question-page #fmanswer h2{font-family:'Yanone Kaffeesatz',sans-serif;color:#7ea9b3;font-size:24px;}
+.question-page #fmanswer{color:#707070;line-height:1.2;margin-top:10px;}.question-page #fmanswer h2{font-family:'Yanone Kaffeesatz',sans-serif;color:#7ea9b3;font-size:24px;}
.question-page #fmanswer label{font-size:13px;}
.question-page .message{padding:5px;margin:0px 0 10px 0;}
.facebook-share.icon,.twitter-share.icon,.linkedin-share.icon,.identica-share.icon{background:url(../images/socialsprite.png) no-repeat;display:block;text-indent:-100em;height:25px;width:25px;margin-bottom:3px;}
@@ -311,15 +310,16 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep
.linkedin-share.icon{background-position:-52px 0px;}
.openid-signin,.meta,.users-page,.user-profile-edit-page{font-size:13px;line-height:1.3;color:#525252;}.openid-signin p,.meta p,.users-page p,.user-profile-edit-page p{font-size:13px;color:#707070;line-height:1.3;font-family:Arial;color:#525252;margin-bottom:12px;}
.openid-signin h2,.meta h2,.users-page h2,.user-profile-edit-page h2{color:#525252;padding-left:0px;font-size:16px;}
-.openid-signin input[type="text"],.meta input[type="text"],.users-page input[type="text"],.user-profile-edit-page input[type="text"],.openid-signin input[type="password"],.meta input[type="password"],.users-page input[type="password"],.user-profile-edit-page input[type="password"],.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;}
-.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{width:405px;height:30px;}
-.openid-signin textarea,.meta textarea,.users-page textarea,.user-profile-edit-page textarea{border:#cce6ec 3px solid;padding-left:5px;padding-top:5px;width:395px;font-size:14px;}
-.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:16px;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
-.openid-signin input.submit:hover,.meta input.submit:hover,.users-page input.submit:hover,.user-profile-edit-page input.submit:hover{background:url(../images/small-button-blue.png) repeat-x bottom;text-decoration:none;}
-.openid-signin .cancel,.meta .cancel,.users-page .cancel,.user-profile-edit-page .cancel{background:url(../images/small-button-cancel.png) repeat-x top !important;color:#525252 !important;}
-.openid-signin .cancel:hover,.meta .cancel:hover,.users-page .cancel:hover,.user-profile-edit-page .cancel:hover{background:url(../images/small-button-cancel.png) repeat-x bottom !important;}
-#email-input-fs,#local_login_buttons,#password-fs,#openid-fs{margin-top:10px;}#email-input-fs #id_email,#local_login_buttons #id_email,#password-fs #id_email,#openid-fs #id_email,#email-input-fs #id_username,#local_login_buttons #id_username,#password-fs #id_username,#openid-fs #id_username,#email-input-fs #id_password,#local_login_buttons #id_password,#password-fs #id_password,#openid-fs #id_password,#email-input-fs input,#local_login_buttons input,#password-fs input,#openid-fs input{font-size:12px;line-height:20px;height:20px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:200px;}
-#email-input-fs .submit-b,#local_login_buttons .submit-b,#password-fs .submit-b,#openid-fs .submit-b{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:12px;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
+.openid-signin form,.meta form,.users-page form,.user-profile-edit-page form,.user-profile-page form{margin-bottom:15px;}
+.openid-signin input[type="text"],.meta input[type="text"],.users-page input[type="text"],.user-profile-edit-page input[type="text"],.user-profile-page input[type="text"],.openid-signin input[type="password"],.meta input[type="password"],.users-page input[type="password"],.user-profile-edit-page input[type="password"],.user-profile-page input[type="password"],.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select,.user-profile-page select{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;}
+.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select,.user-profile-page select{width:405px;height:30px;}
+.openid-signin textarea,.meta textarea,.users-page textarea,.user-profile-edit-page textarea,.user-profile-page textarea{border:#cce6ec 3px solid;padding-left:5px;padding-top:5px;width:395px;font-size:14px;}
+.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit,.user-profile-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:26px;margin:5px 0px;width:100px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
+.openid-signin input.submit:hover,.meta input.submit:hover,.users-page input.submit:hover,.user-profile-edit-page input.submit:hover,.user-profile-page input.submit:hover{background:url(../images/small-button-blue.png) repeat-x bottom;text-decoration:none;}
+.openid-signin .cancel,.meta .cancel,.users-page .cancel,.user-profile-edit-page .cancel,.user-profile-page .cancel{background:url(../images/small-button-cancel.png) repeat-x top !important;color:#525252 !important;}
+.openid-signin .cancel:hover,.meta .cancel:hover,.users-page .cancel:hover,.user-profile-edit-page .cancel:hover,.user-profile-page .cancel:hover{background:url(../images/small-button-cancel.png) repeat-x bottom !important;}
+#email-input-fs,#local_login_buttons,#password-fs,#openid-fs{margin-top:10px;}#email-input-fs #id_email,#local_login_buttons #id_email,#password-fs #id_email,#openid-fs #id_email,#email-input-fs #id_username,#local_login_buttons #id_username,#password-fs #id_username,#openid-fs #id_username,#email-input-fs #id_password,#local_login_buttons #id_password,#password-fs #id_password,#openid-fs #id_password{font-size:12px;line-height:20px;height:20px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:200px;}
+#email-input-fs .submit-b,#local_login_buttons .submit-b,#password-fs .submit-b,#openid-fs .submit-b{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:24px;margin-top:-2px;padding-left:10px;padding-right:10px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;}
#email-input-fs .submit-b:hover,#local_login_buttons .submit-b:hover,#password-fs .submit-b:hover,#openid-fs .submit-b:hover{background:url(../images/small-button-blue.png) repeat-x bottom;}
.openid-input{background:url(../images/openid.gif) no-repeat;padding-left:15px;cursor:pointer;}
.openid-login-input{background-position:center left;background:url(../images/openid.gif) no-repeat 0% 50%;padding:5px 5px 5px 15px;cursor:pointer;font-family:Trebuchet MS;font-weight:300;font-size:150%;width:500px;}
@@ -466,7 +466,7 @@ ul.form-horizontal-rows label{position:absolute;left:0px;bottom:6px;margin:0px;l
ul.form-horizontal-rows li input{position:absolute;bottom:0px;left:180px;margin:0px;}
.narrow .summary{float:left;}
.user-profile-tool-links{font-weight:bold;vertical-align:top;}
-ul.post-tags{margin-left:7px;}
+ul.post-tags{margin-left:3px;}
ul.post-tags li{margin-top:4px;margin-bottom:3px;}
ul.post-retag{margin-bottom:0px;margin-left:5px;}
#question-controls .tags{margin:0 0 3px 0;}
@@ -513,5 +513,5 @@ a.edit{padding-left:3px;color:#145bff;}
.atn{color:#606;}
.atv{color:#080;}
.dec{color:#606;}
-pre.prettyprint{padding:3px;border:0px solid #888;}
+pre.prettyprint{clear:both;padding:3px;border:0px solid #888;}
@media print{.str{color:#060;} .kwd{color:#006;font-weight:bold;} .com{color:#600;font-style:italic;} .typ{color:#404;font-weight:bold;} .lit{color:#044;} .pun{color:#440;} .pln{color:#000;} .tag{color:#006;font-weight:bold;} .atn{color:#404;} .atv{color:#060;}}
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index 49b1de4c..389a0acc 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -39,6 +39,10 @@ input, select {
margin-left:0px;
}
+textarea:focus, input:focus{
+ outline: none;
+}
+
iframe {
border: none;
}
@@ -384,7 +388,7 @@ body.user-messages {
height:42px;
margin:6px 0px 0px 15px;
- .searchInput, .searchInputCancelable {
+ .searchInput, .searchInputCancelable{
font-size: 30px;
height: 40px;
font-weight:300;
@@ -396,7 +400,7 @@ body.user-messages {
vertical-align: middle;
}
- .searchInput {
+ .searchInput,{
width: 352px;
}
@@ -534,6 +538,7 @@ body.anon {
text-align:left;
font-weight:normal;
font-family:@main-font;
+ padding-left:0px;
}
.contributorback{
background: #eceeeb url(../images/contributorsback.png) no-repeat center left;
@@ -544,8 +549,14 @@ body.anon {
font-size:15px;
display: block;
float: right;
- width: 177px;
+ text-align:left;
font-family:@main-font;
+ width:80px;
+ margin-right:18px;
+ }
+
+ #displayTagFilterControl label { /*Especial width just for the display tag filter box in index page*/
+ width:160px;
}
ul {
@@ -573,7 +584,8 @@ body.anon {
.inputs{
#interestingTagInput, #ignoredTagInput{
- width:158px;
+ width:153px;
+ padding-left:5px;
border:#c9c9b5 1px solid;
height:25px;
}
@@ -615,6 +627,7 @@ body.anon {
font-weight:normal;
font-size:21px;
margin-top:3px;
+
display:block;
width:120px;
text-decoration:none;
@@ -776,6 +789,10 @@ body.anon {
text-decoration: none;
}
+.tabsC .first{
+ border:none;
+}
+
.rss {
float: right;
font-size: 16px;
@@ -862,7 +879,7 @@ ul#searchTags {
font-weight:normal;
line-height: 26px;
padding-left: 0;
- margin-bottom:8px;
+ margin-bottom:6px;
display:block;
font-family:@main-font;
}
@@ -1116,7 +1133,7 @@ ul#related-tags {
ul.tags li {
float:left;
display: block;
- margin: 0 5px 0 0;
+ margin: 0 8px 0 0;
padding: 0;
height:20px;
}
@@ -1143,7 +1160,7 @@ ul#ab-user-tags li {
}
ul#related-tags li {
- margin: 0 5px 5px 0;
+ margin: 0 5px 8px 0;
float: left;
clear: left;
}
@@ -1151,26 +1168,28 @@ ul#related-tags li {
/* .tag-left and .tag-right are for the sliding doors decoration of tags */
.tag-left {
- background: url(../images/tag-right.png) no-repeat right center;
- border: none;
cursor: pointer;
display: block;
float: left;
- height: 20px;
+ height: 17px;
margin: 0 5px 0 0;
padding: 0;
+ .box-shadow(0px,0px,5px,#d3d6d7);
}
.tag-right {
- background:url(../images/tag-left.png) no-repeat left center;
- border: none;
+ background: #f3f6f6;
+ border:#fff 1px solid ;
+ border-top:#fff 2px solid;
+ outline:#cfdbdb 1px solid;
+ /* .box-shadow(0px,1px,0px,#88a8a8);*/
display: block;
float: left;
- height: 20px;
- line-height: 20px;
+ height: 17px;
+ line-height: 17px;
font-weight: normal;
font-size: 11px;
- padding: 0px 10px 0px 15px;
+ padding: 0px 8px 0px 8px;
text-decoration: none;
text-align: center;
white-space: nowrap;
@@ -1181,14 +1200,7 @@ ul#related-tags li {
.deletable-tag {
margin-right: 3px;
white-space: nowrap;
-}
-
-.deletable-tag .tag-right {
- padding-right: 0px;
- float: left;
-}
-.deletable-tag.tag-left {
- padding-right: 0px;
+ .rounded-corners-right(4px);
}
.tags a.tag-right,
@@ -1209,23 +1221,28 @@ ul#related-tags li {
margin-right: 5px;
}
-span.delete-icon {
- padding-left: 13px;
- vertical-align: bottom;
- background: url(../images/close-small-dark.png) bottom no-repeat;
+.delete-icon {
+ margin-top:-1px;
+ float: left;
+ height: 21px;
+ width:18px;
+ display: block;
+ line-height:20px;
+ text-align:center;
+ background: #bbcdcd;
cursor: default;
+ color:#fff;
+ border-top:#cfdbdb 1px solid;
+ font-family:@body-font;
+ .rounded-corners-right(4px);
+ .text-shadow(0px,1px,0px,#7ea0a0)
+
}
-span.delete-icon:hover {
- background: url(../images/close-small-dark.png) top no-repeat;
+.delete-icon:hover {
+ background: #b32f2f;
}
-.tags span.delete-icon {
- float: left;
- height: 20px;
- width:8px;
- margin: 0px 0 0 10px;
- display: block;
-}
+
.tag-number {
font-weight: normal;
@@ -1249,10 +1266,6 @@ span.delete-icon:hover {
font-size:24px;
}
-.ask-body {
- padding-right: 10px;
-}
-
#fmask{
margin-bottom:30px;
width:100%;
@@ -1370,7 +1383,7 @@ span.delete-icon:hover {
border-top:0;
padding:10px;
margin-bottom:10px;
- width:710px;
+ width:717px;
}
#id_title {
@@ -1417,7 +1430,8 @@ span.delete-icon:hover {
}
.after-editor {
- margin-top: 10px;
+ margin-top: 15px;
+ margin-bottom: 15px;
}
.checkbox {
@@ -1442,7 +1456,7 @@ span.delete-icon:hover {
margin: 5px 0 5px 0;
}
-.edit-question-page, #fmedit{
+.edit-question-page, #fmedit, .wmd-preview{
color:@info-text-dark;
#id_revision{
@@ -1505,7 +1519,7 @@ span.delete-icon:hover {
.question-content{
float:right;
- width:690px;
+ width:682px;
margin-bottom:10px;
}
@@ -1518,14 +1532,14 @@ span.delete-icon:hover {
.answer-table {
margin: 6px 0 6px 0;
border-spacing: 0px;
- width: 680px;
- padding-right:3px;
+ width: 670px;
+ padding-right:10px;
}
.answer-table {
margin-top:0px;
border-bottom: 1px solid #D4D4D4;
- float:left;
+ float:right;
}
.answer-table td,
@@ -1606,6 +1620,7 @@ span.delete-icon:hover {
clear: left;
float: right;
margin-top:10px;
+ margin-bottom:8px;
a {
color: #777;
@@ -1625,6 +1640,7 @@ span.delete-icon:hover {
a:hover {
background-color: #f5f0c9;
+ .rounded-corners(3px);
}
.sep {
@@ -1690,6 +1706,9 @@ span.delete-icon:hover {
background: url(../images/vote-arrow-down-on-new.png) no-repeat;
}
+ #fmanswer_button{
+ margin:8px 0px ;
+ }
.question-img-favorite:hover {
background: url(../images/vote-favorite-on.png)
}
@@ -1741,22 +1760,34 @@ span.delete-icon:hover {
}
form.post-comments {
- margin: 3px 30px 4px 5px;
+ margin: 3px 26px 0 42px;
+ textarea{
+ font-size: 13px;
+ line-height: 1.3;
+
+ }
}
textarea {
height: 42px;
width:100%;
- margin: 12px 0 5px 1px;
+ margin: 7px 0 5px 1px;
font-family: @body-font;
outline: none;
overflow:auto;
font-size: 12px;
line-height: 140%;
padding-left:2px;
- padding-top:4px;
+ padding-top:3px;
border:#cce6ec 3px solid;
}
+
+ /* A small hack to solve 1px problem on webkit browsers */
+ @media screen and (-webkit-min-device-pixel-ratio:0){
+ textarea{
+ padding-left:3px !important;
+ }
+ }
input {
margin-left: 10px;
@@ -1768,16 +1799,17 @@ span.delete-icon:hover {
background:url(../images/small-button-blue.png) repeat-x top;
border:0;
color:@button-label;
- font-size:12px;
- width:95px;
+ font-family:@body-font;
+ font-size:13px;
+ width:100px;
font-weight:bold;
- height:24px;
- margin-top:-2px;
+ height:27px;
+ line-height:25px;
+ margin-bottom:5px;
cursor:pointer;
.rounded-corners(4px);
.text-shadow(0px,1px,0px,#E6F6FA);
.box-shadow(1px, 1px, 2px, #808080);
- float:left;
}
button:hover{
background: url(../images/small-button-blue.png) bottom repeat-x;
@@ -1795,6 +1827,7 @@ span.delete-icon:hover {
}
.comment {
border-bottom: 1px solid #edeeeb;
+ clear:both;
margin: 0;
margin-top:8px;
padding-bottom:4px;
@@ -1819,11 +1852,14 @@ span.delete-icon:hover {
}
span.delete-icon{
background:url(../images/close-small.png) no-repeat;
+ border:0;
+ width:14px;
+ height:14px;
}
span.delete-icon:hover{
border:#BC564B 2px solid;
.rounded-corners(10px);
-
+ margin: -3px 0px 0px -2px;
}
.content {
margin-bottom: 7px;
@@ -1842,6 +1878,10 @@ span.delete-icon:hover {
padding: 5px 3px;
color: #666;
font-size:13px;
+
+ .edit{
+ padding-left:6px;
+ }
}
.comment-body p{
@@ -1917,7 +1957,7 @@ span.delete-icon:hover {
float: left;
text-align: center;
padding-top: 2px;
- margin:3px 10px 0px 3px;
+ margin:10px 10px 0px 3px;
}
.vote-buttons IMG {
@@ -1934,6 +1974,7 @@ span.delete-icon:hover {
.vote-buttons .notify-sidebar {
text-align: left;
+ width:120px;
}
.vote-buttons .notify-sidebar label {
vertical-align: top;
@@ -1957,6 +1998,7 @@ span.delete-icon:hover {
.vote-buttons {
width:27px;
margin-right:10px;
+ margin-top:10px;
}
}
@@ -2006,10 +2048,7 @@ span.delete-icon:hover {
color:@info-text;
line-height:1.2;
margin-top:10px;
- p{
- font-size:13px;
- line-height:1.3;
- }
+
h2{
font-family:@main-font;
color:@section-title;
@@ -2078,6 +2117,17 @@ span.delete-icon:hover {
padding-left:0px;
font-size:16px;
}
+}
+
+.openid-signin,
+.meta,
+.users-page,
+.user-profile-edit-page,
+.user-profile-page,
+{
+ form{
+ margin-bottom:15px;
+ }
input[type="text"],input[type="password"],select{
border:#cce6ec 3px solid;
height:25px;
@@ -2101,9 +2151,11 @@ span.delete-icon:hover {
border:0;
color:@button-label;
font-weight:bold;
- font-size:16px;
- height:24px;
- margin-top:-2px;
+ font-size:13px;
+ font-family:@body-font;
+ height:26px;
+ margin:5px 0px;
+ width:100px;
cursor:pointer;
.rounded-corners(4px);
.text-shadow(0px,1px,0px,#E6F6FA);
@@ -2124,7 +2176,7 @@ span.delete-icon:hover {
#email-input-fs,#local_login_buttons,#password-fs,#openid-fs{
margin-top:10px;
- #id_email,#id_username,#id_password,input{
+ #id_email,#id_username,#id_password{
font-size: 12px;
line-height: 20px;
height: 20px;
@@ -2138,9 +2190,12 @@ span.delete-icon:hover {
border:0;
color:@button-label;
font-weight:bold;
- font-size:12px;
+ font-size:13px;
+ font-family:@body-font;
height:24px;
margin-top:-2px;
+ padding-left:10px;
+ padding-right:10px;
cursor:pointer;
.rounded-corners(4px);
.text-shadow(0px,1px,0px,#E6F6FA);
@@ -2612,6 +2667,10 @@ span.form-error {
margin-left: 5px;
}
+ul.errorlist {
+ margin-bottom: 0;
+}
+
p.form-item {
margin: 0px;
}
@@ -3098,7 +3157,7 @@ ul.form-horizontal-rows li input {
ul.post-tags {
- margin-left: 7px;
+ margin-left: 3px;
}
ul.post-tags li {
margin-top: 4px;
@@ -3274,7 +3333,7 @@ a.edit {
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
-pre.prettyprint { padding: 3px; border: 0px solid #888; }
+pre.prettyprint { clear:both;padding: 3px; border: 0px solid #888; }
@media print {
.str { color: #060; }
diff --git a/askbot/skins/default/templates/about.html b/askbot/skins/default/templates/about.html
deleted file mode 100644
index d5d1b949..00000000
--- a/askbot/skins/default/templates/about.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "two_column_body.html" %}
-<!-- template about.html -->
-{% block title %}{% spaceless %}{% trans site_name=settings.APP_SHORT_NAME %}About {{site_name}}{% endtrans %}{% endspaceless %}{% endblock %}
-{% block content %}
-<h1 class="section-title">{% trans site_name=settings.APP_SHORT_NAME %}About {{site_name}}{% endtrans %}</h1>
-<div class="content">
- {{settings.FORUM_ABOUT}}
-</div>
-{% endblock %}
-<!-- end template about.html -->
diff --git a/askbot/skins/default/templates/answer_edit.html b/askbot/skins/default/templates/answer_edit.html
index bbf3edef..28824968 100644
--- a/askbot/skins/default/templates/answer_edit.html
+++ b/askbot/skins/default/templates/answer_edit.html
@@ -67,7 +67,11 @@
$('#pre-collapse').text(txt);
});
- setupFormValidation($("#fmedit"), CPValidator.getQuestionFormRules(), CPValidator.getQuestionFormMessages());
+ setupFormValidation(
+ $("#fmedit"),
+ CPValidator.getAnswerFormRules(),
+ CPValidator.getAnswerFormMessages()
+ );
$('#id_revision').unbind().change(function(){
$("#select_revision").click();
diff --git a/askbot/skins/default/templates/base.html b/askbot/skins/default/templates/base.html
index 1102007b..8287f5ba 100644
--- a/askbot/skins/default/templates/base.html
+++ b/askbot/skins/default/templates/base.html
@@ -17,6 +17,11 @@
<body class="{% block body_class %}{% endblock %}{% if user_messages %} user-messages{% endif %}{% if page_class %} {{page_class}}{% endif %}{% if request.user.is_anonymous() %} anon{% endif %} lang-{{settings.LANGUAGE_CODE}}">
{% include "widgets/system_messages.html" %}
{% include "custom_header.html" ignore missing %}
+ {% if settings.CUSTOM_HEADER|trim != '' %}
+ <div id="custom-header">
+ {{settings.CUSTOM_HEADER}}
+ </div>
+ {% endif %}
{% include "widgets/header.html" %} {# Logo, user tool navigation and meta navitation #}
{% include "widgets/secondary_header.html" %} {# Scope selector, search input and ask button #}
<div class="content-wrapper">
diff --git a/askbot/skins/default/templates/close.html b/askbot/skins/default/templates/close.html
index d8160865..bac2b3ee 100644
--- a/askbot/skins/default/templates/close.html
+++ b/askbot/skins/default/templates/close.html
@@ -4,7 +4,7 @@
{% block content %}
<h1>{% trans %}Close question{% endtrans %}</h1>
<p>{% trans %}Close the question{% endtrans %}: <a href="{{ question.get_absolute_url() }}">
- <strong>{{ question.get_question_title() }}</strong></a>
+ <strong>{{ question.get_question_title()|escape }}</strong></a>
</p>
<form id="fmclose" action="{% url close question.id %}" method="post" >{% csrf_token %}
<p>
diff --git a/askbot/skins/default/templates/faq.html b/askbot/skins/default/templates/faq.html
deleted file mode 100644
index 51873a06..00000000
--- a/askbot/skins/default/templates/faq.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "two_column_body.html" %}
-<!-- template faq.html -->
-{% block title %}{% spaceless %}{% trans %}FAQ{% endtrans %}{% endspaceless %}{% endblock %}
-{% block content %}
-<div class="content">
-<h1 class="section-title">FAQ</h1>
- {{forum_faq}}
-</div>
-{% endblock %}
-<!-- end template faq.html -->
diff --git a/askbot/skins/default/templates/macros.html b/askbot/skins/default/templates/macros.html
index 22272e9f..4553b5b1 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -223,11 +223,11 @@ poor design of the data or methods on data objects #}
rel="tag"
>{{ tag|replace('*', '&#10045;')|truncate(20,True)}}</{% if not is_link or tag[-1] == '*' %}span{% else %}a{% endif %}>
{% if deletable %}
- <span class="delete-icon"
+ <div class="delete-icon"
{% if delete_link_title %}
title="{{ delete_link_title }}"
{% endif %}
- ></span>
+ >x</div>
{% endif %}
</{{ html_tag }}>
{{ extra_content }}
@@ -286,7 +286,7 @@ for the purposes of the AJAX comment editor #}
>{{comment.user.username}}</a>
<span class="age">&nbsp;({{comment.added_at|diff_date}})</span>
{% if user|can_edit_comment(comment) %}
- &nbsp;<a class="edit">{% trans %}edit{% endtrans %}</a>
+ <a class="edit">{% trans %}edit{% endtrans %}</a>
{% endif %}
</div>
</div>
@@ -328,6 +328,7 @@ for the purposes of the AJAX comment editor #}
{% spaceless %}
{% if post.comment_count > 0 %}
<h2 id="comment-title">Comments</h2>
+ <div class="clean"></div>
{% endif %}
{% set widget_id = 'comments-for-' + post.post_type + '-' + post.id|string %}
<div class="comments" id="{{widget_id}}">
diff --git a/askbot/skins/default/templates/main_page/headline.html b/askbot/skins/default/templates/main_page/headline.html
index 2ba156c8..1d0ade19 100644
--- a/askbot/skins/default/templates/main_page/headline.html
+++ b/askbot/skins/default/templates/main_page/headline.html
@@ -9,7 +9,7 @@
<div class="clearfix"></div>
{% if search_tags %}
<div id="listSearchTags">
- <span class="left">Tagged</span>
+ <span class="left">{% trans %}Tagged{% endtrans %}</span>
{{ macros.tag_list_widget(
search_tags,
id = 'searchTags',
diff --git a/askbot/skins/default/templates/main_page/javascript.html b/askbot/skins/default/templates/main_page/javascript.html
index e35113dd..7f136a40 100644
--- a/askbot/skins/default/templates/main_page/javascript.html
+++ b/askbot/skins/default/templates/main_page/javascript.html
@@ -29,17 +29,17 @@
}
}
- askbot['urls']['mark_interesting_tag'] = scriptUrl + '{% url mark_interesting_tag %}';
- askbot['urls']['mark_ignored_tag'] = scriptUrl + '{% url mark_ignored_tag %}';
- askbot['urls']['unmark_tag'] = scriptUrl + '{% url unmark_tag %}';
+ askbot['urls']['mark_interesting_tag'] = '{% url mark_interesting_tag %}';
+ askbot['urls']['mark_ignored_tag'] = '{% url mark_ignored_tag %}';
+ askbot['urls']['unmark_tag'] = '{% url unmark_tag %}';
askbot['urls']['set_tag_filter_strategy'] = '{% url "set_tag_filter_strategy" %}';
askbot['urls']['questions'] = '{% url "questions" %}';
{% if settings.ASKBOT_TRANSLATE_URL %}
askbot['urls']['question_url_template'] = scriptUrl + '{% trans %}question/{% endtrans %}{{ "{{QuestionID}}/" }}';
askbot['urls']['user_url_template'] = scriptUrl + '{% trans %}users/{% endtrans %}{{ "{{user_id}}" }}/{{ "{{slug}}" }}/';
{% else %}
- askbot['urls']['question_url_template'] = scriptUrl + 'question/{{ "{{QuestionID}}/" }}';
- askbot['urls']['user_url_template'] = scriptUrl + 'users/{{ "{{user_id}}" }}/{{ "{{slug}}" }}/';
+ askbot['urls']['question_url_template'] = scriptUrl + '{% trans %}question/{% endtrans %}{{ "{{QuestionID}}/" }}';
+ askbot['urls']['user_url_template'] = scriptUrl + '{% trans %}users/{% endtrans %}{{ "{{user_id}}" }}/{{ "{{slug}}" }}/';
{% endif %}
askbot['messages']['name_of_anonymous_user'] = '{{ name_of_anonymous_user }}';
</script>
diff --git a/askbot/skins/default/templates/meta/bottom_scripts.html b/askbot/skins/default/templates/meta/bottom_scripts.html
index 980059da..90d20e17 100644
--- a/askbot/skins/default/templates/meta/bottom_scripts.html
+++ b/askbot/skins/default/templates/meta/bottom_scripts.html
@@ -25,8 +25,8 @@
askbot['urls']['mark_read_message'] = '{% url "read_message" %}';
askbot['urls']['get_tags_by_wildcard'] = '{% url "get_tags_by_wildcard" %}';
askbot['urls']['get_tag_list'] = '{% url "get_tag_list" %}';
- askbot['urls']['follow_user'] = scriptUrl + 'followit/follow/user/{{'{{'}}userId{{'}}'}}/';
- askbot['urls']['unfollow_user'] = scriptUrl + 'followit/unfollow/user/{{'{{'}}userId{{'}}'}}/';
+ askbot['urls']['follow_user'] = '/followit/follow/user/{{'{{'}}userId{{'}}'}}/';
+ askbot['urls']['unfollow_user'] = '/followit/unfollow/user/{{'{{'}}userId{{'}}'}}/';
askbot['urls']['user_signin'] = '{{ settings.LOGIN_URL }}';
askbot['settings']['static_url'] = '{{ settings.STATIC_URL }}';
</script>
@@ -77,7 +77,7 @@
</script>
{% if settings.USE_CUSTOM_JS %}
<script
- src="{% url "custom_js"%}?{{ settings.MEDIA_RESOURCE_REVISION }}"
+ src="{% url "custom_js"%}?v={{ settings.MEDIA_RESOURCE_REVISION }}"
type="text/javascript"
></script>
{% endif %}
diff --git a/askbot/skins/default/templates/meta/editor_data.html b/askbot/skins/default/templates/meta/editor_data.html
index 79ed96fb..025be8a0 100644
--- a/askbot/skins/default/templates/meta/editor_data.html
+++ b/askbot/skins/default/templates/meta/editor_data.html
@@ -7,4 +7,7 @@
askbot['messages']['maxTagsPerPost'] = '{% trans tag_count = settings.MAX_TAGS_PER_POST %}please use {{tag_count}} tag{% pluralize %}please use {{tag_count}} tags or less{% endtrans %}';
askbot['messages']['tagLimits'] = '{% trans tag_count=settings.MAX_TAGS_PER_POST, max_chars=settings.MAX_TAG_LENGTH %}please use up to {{tag_count}} tags, less than {{max_chars}} characters each{% endtrans %}';
askbot['urls']['upload'] = '{% url "upload" %}';
+ askbot['settings']['minTitleLength'] = {{settings.MIN_TITLE_LENGTH}}
+ askbot['settings']['minQuestionBodyLength'] = {{settings.MIN_QUESTION_BODY_LENGTH}}
+ askbot['settings']['minAnswerBodyLength'] = {{settings.MIN_ANSWER_BODY_LENGTH}}
</script>
diff --git a/askbot/skins/default/templates/privacy.html b/askbot/skins/default/templates/privacy.html
deleted file mode 100644
index e9b6f58b..00000000
--- a/askbot/skins/default/templates/privacy.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "two_column_body.html" %}
-<!-- privacy.html -->
-{% block title %}{% spaceless %}{% trans %}Privacy policy{% endtrans %}{% endspaceless %}{% endblock %}
-{% block content %}
-<h1 class="section-title">{% trans %}Privacy policy{% endtrans %}</h1>
-{{settings.FORUM_PRIVACY}}
-{% endblock %}
-<!-- end privacy.html -->
diff --git a/askbot/skins/default/templates/question.html b/askbot/skins/default/templates/question.html
index 7dc85d84..bfabd634 100644
--- a/askbot/skins/default/templates/question.html
+++ b/askbot/skins/default/templates/question.html
@@ -1,6 +1,6 @@
{% extends "two_column_body.html" %}
<!-- question.html -->
-{% block title %}{% spaceless %}{{ question.get_question_title() }}{% endspaceless %}{% endblock %}
+{% block title %}{% spaceless %}{{ question.get_question_title()|escape }}{% endspaceless %}{% endblock %}
{% block meta_description %}
<meta name="description" content="{{question.summary|striptags|escape}}" />
{% endblock %}
diff --git a/askbot/skins/default/templates/question/javascript.html b/askbot/skins/default/templates/question/javascript.html
index c5dd9f37..7f90627b 100644
--- a/askbot/skins/default/templates/question/javascript.html
+++ b/askbot/skins/default/templates/question/javascript.html
@@ -15,8 +15,8 @@
askbot['urls']['question_url_template'] = scriptUrl + '{% trans %}question/{% endtrans %}{{ "{{QuestionID}}/{{questionSlug}}" }}';{# yes it needs to be that whacky #}
askbot['urls']['vote_url_template'] = scriptUrl + '{% trans %}questions/{% endtrans %}{{ "{{QuestionID}}/" }}{% trans %}vote/{% endtrans %}';
{%else%}
- askbot['urls']['question_url_template'] = scriptUrl + 'question/{{ "{{QuestionID}}/{{questionSlug}}" }}';{# yes it needs to be that whacky #}
- askbot['urls']['vote_url_template'] = scriptUrl + 'questions/{{ "{{QuestionID}}/" }}vote/';
+ askbot['urls']['question_url_template'] = scriptUrl + '{% trans %}question/{% endtrans %}{{ "{{QuestionID}}/{{questionSlug}}" }}';{# yes it needs to be that whacky #}
+ askbot['urls']['vote_url_template'] = scriptUrl + '{% trans %}questions/{% endtrans %}{{ "{{QuestionID}}/" }}vote/';
{%endif%}
askbot['urls']['user_signin'] = '{{ settings.LOGIN_URL }}';
askbot['urls']['swap_question_with_answer'] = '{% url swap_question_with_answer %}';
@@ -94,7 +94,11 @@
$('#previewer').toggle();
$('#pre-collapse').text(txt);
});
- setupFormValidation($("#fmanswer"), CPValidator.getQuestionFormRules(), CPValidator.getQuestionFormMessages());
+ setupFormValidation(
+ $("#fmanswer"),
+ CPValidator.getAnswerFormRules(),
+ CPValidator.getAnswerFormMessages()
+ );
}
</script>
{% include "meta/editor_data.html" %}
diff --git a/askbot/skins/default/templates/question/question_card.html b/askbot/skins/default/templates/question/question_card.html
index b1fa1743..3691a224 100644
--- a/askbot/skins/default/templates/question/question_card.html
+++ b/askbot/skins/default/templates/question/question_card.html
@@ -4,7 +4,7 @@
</div>
<div class="question-content">
- <h1><a href="{{ question.get_absolute_url() }}">{{ question.get_question_title() }}</a></h1>
+ <h1><a href="{{ question.get_absolute_url() }}">{{ question.get_question_title()|escape }}</a></h1>
{% include "question/question_tags.html" %}
<div id="question-table" {% if question.deleted %}class="deleted"{%endif%}>
<div class="question-body">
@@ -14,7 +14,7 @@
{{question.html}}
</div>
<div id="question-controls" class="post-controls">
- {% include "question/question_controls.html" %}
+ {% include "question/question_controls.html" %}
</div>
{% include "question/question_comments.html" %}
</div>
diff --git a/askbot/skins/default/templates/question/sidebar.html b/askbot/skins/default/templates/question/sidebar.html
index 918c7662..f5c3273d 100644
--- a/askbot/skins/default/templates/question/sidebar.html
+++ b/askbot/skins/default/templates/question/sidebar.html
@@ -64,7 +64,7 @@
<div class="questions-related">
{% for question in similar_questions.data() %}
<p>
- <a href="{{ question.get_absolute_url() }}">{{ question.get_question_title() }}</a>
+ <a href="{{ question.get_absolute_url() }}">{{ question.get_question_title()|escape }}</a>
</p>
{% endfor %}
</div>
diff --git a/askbot/skins/default/templates/question_retag.html b/askbot/skins/default/templates/question_retag.html
index 883dc3aa..e5632820 100644
--- a/askbot/skins/default/templates/question_retag.html
+++ b/askbot/skins/default/templates/question_retag.html
@@ -5,7 +5,7 @@
<h1>{% trans %}Change tags{% endtrans %} [<a href="{{ question.get_absolute_url() }}">{% trans %}back{% endtrans %}</a>]</h1>
<form id="fmretag" action="{% url retag_question question.id %}" method="post" >{% csrf_token %}
<h2>
- {{ question.get_question_title() }}
+ {{ question.get_question_title()|escape }}
</h2>
<div id="description" class="edit-content-html">
{{ question.html }}
diff --git a/askbot/skins/default/templates/question_widget.html b/askbot/skins/default/templates/question_widget.html
index bb883c71..89e56898 100644
--- a/askbot/skins/default/templates/question_widget.html
+++ b/askbot/skins/default/templates/question_widget.html
@@ -12,7 +12,7 @@
<ul>
{% for question in questions %}
<li><a href="{{settings.APP_URL}}{{ question.get_absolute_url() }}">
- {{ question.title }}</a></li>
+ {{ question.title|escape }}</a></li>
{% endfor %}
</ul>
</div>
diff --git a/askbot/skins/default/templates/reopen.html b/askbot/skins/default/templates/reopen.html
index d68e8bdc..b287da6f 100644
--- a/askbot/skins/default/templates/reopen.html
+++ b/askbot/skins/default/templates/reopen.html
@@ -5,7 +5,7 @@
<h1>{% trans %}Reopen question{% endtrans %}</h1>
<p>{% trans %}Title{% endtrans %}:
<a href="{{ question.get_absolute_url() }}">
- <span class="big">{{ question.get_question_title() }}</span>
+ <span class="big">{{ question.get_question_title()|escape }}</span>
</a>
</p>
<p>{% trans %}This question has been closed by
diff --git a/askbot/skins/default/templates/revisions.html b/askbot/skins/default/templates/revisions.html
index 7fb985e2..f86a37ff 100644
--- a/askbot/skins/default/templates/revisions.html
+++ b/askbot/skins/default/templates/revisions.html
@@ -30,7 +30,7 @@
<td width="200px" style="vertical-align:middle">
{% if revision.summary %}
<div class="summary">
- <span>{{ revision.summary }}</span>
+ <span>{{ revision.summary|escape }}</span>
</div>
{% endif %}
{% if request.user|can_edit_post(post) %}
diff --git a/askbot/skins/default/templates/static_page.html b/askbot/skins/default/templates/static_page.html
new file mode 100644
index 00000000..c537e199
--- /dev/null
+++ b/askbot/skins/default/templates/static_page.html
@@ -0,0 +1,10 @@
+{% extends "two_column_body.html" %}
+<!-- template static_page.html -->
+{% block title %}{% spaceless %}{{title}}{% endspaceless %}{% endblock %}
+{% block content %}
+<div class="content">
+ <h1 class="section-title">{{title}}</h1>
+ {{content}}
+</div>
+{% endblock %}
+<!-- end template static_page.html -->
diff --git a/askbot/skins/default/templates/user_profile/user_edit.html b/askbot/skins/default/templates/user_profile/user_edit.html
index 8f9dd62f..94a1d58d 100644
--- a/askbot/skins/default/templates/user_profile/user_edit.html
+++ b/askbot/skins/default/templates/user_profile/user_edit.html
@@ -9,12 +9,24 @@
<div id="main-body" style="width:100%;padding-top:10px">
<form name="" action="{% url edit_user request.user.id %}" method="post">{% csrf_token %}
<div id="left" style="float:left;width:180px">
- {% if request.user.email %}
- {{ macros.gravatar(request.user, 128) }}
- {% else %}
- <img src="{{"/images/nophoto.png"|media}}">
- {% endif %}
- <br><a href="{% url faq %}#gravatar">{% trans %}change picture{% endtrans %}</a>
+ <div class='avatar'>
+ {{ macros.gravatar(view_user, 128) }}
+ {% if request.user == view_user %}
+ <p><a
+ {% if support_custom_avatars %}
+ href="{% url avatar_change %}"
+ {% else %}
+ href="{% url faq %}#gravatar"
+ {% endif %}
+ >{% trans %}change picture{% endtrans %}</a></p>
+ {% if support_custom_avatars %}
+ <p><a
+ href="{% url avatar_delete %}"
+ >{% trans %}remove{% endtrans %}</a>
+ </p>
+ {% endif %}
+ {% endif %}
+ </div>
</div>
<div style="float:right;width:750px;text-align:left;">
<h2>{% trans %}Registered user{% endtrans %}</h2>
@@ -30,17 +42,24 @@
{{ form.username }}
<span class="form-error"></span> {{ form.username.errors }} </td>
{% else %}
- {{ request.user.username }}
+ {{ view_user.username }}
{% endif %}
</td>
</tr>
<tr>
- <td>{{ form.email.label_tag() }}:</td>
- <td>{{ form.email }} <span class="form-error"></span> {{ form.email.errors }} </td>
- </tr>
- <tr>
- <td></td>
- <td class="title-desc">{{ form.email.help_text }}</td>
+ <td>
+ {{ form.email.label_tag() }}:
+ </td>
+ <td>
+ {% if settings.EDITABLE_EMAIL %}
+ {{ form.email }}
+ <span class="form-error"></span>
+ {{ form.email.errors }}
+ {% else %}
+ {{ view_user.email }}
+ {% trans %}(cannot be changed){% endtrans %}
+ {% endif %}
+ </td>
</tr>
<tr>
<td>{{ form.realname.label_tag() }}:</td>
diff --git a/askbot/skins/default/templates/user_profile/user_info.html b/askbot/skins/default/templates/user_profile/user_info.html
index d6d5db17..23218df5 100644
--- a/askbot/skins/default/templates/user_profile/user_info.html
+++ b/askbot/skins/default/templates/user_profile/user_info.html
@@ -35,7 +35,7 @@
<a href="{% url edit_user view_user.id %}">
{% trans %}update profile{% endtrans %}
</a>
- {% if request.user == view_user and settings.ALLOW_ADD_REMOVE_LOGIN_METHODS %}
+ {% if settings.USE_ASKBOT_LOGIN_SYSTEM and request.user == view_user and settings.ALLOW_ADD_REMOVE_LOGIN_METHODS %}
| <a href="{{ settings.LOGIN_URL }}?next={{ settings.LOGIN_URL }}">
{% trans %}manage login methods{% endtrans %}
</a>
diff --git a/askbot/skins/default/templates/user_profile/user_moderate.html b/askbot/skins/default/templates/user_profile/user_moderate.html
index b2f350df..048f35b4 100644
--- a/askbot/skins/default/templates/user_profile/user_moderate.html
+++ b/askbot/skins/default/templates/user_profile/user_moderate.html
@@ -20,7 +20,6 @@
<input type="submit" class="submit" name="change_status" value="{% trans %}Save{% endtrans %}" />
</form>
{% endif %}
-<hr/>
<h3>
{% if request.user == view_user %}
{% trans reputation=view_user.reputation %}Your current reputation is {{reputation}} points{% endtrans %}
diff --git a/askbot/skins/default/templates/user_profile/user_recent.html b/askbot/skins/default/templates/user_profile/user_recent.html
index cbd59202..502af7b6 100644
--- a/askbot/skins/default/templates/user_profile/user_recent.html
+++ b/askbot/skins/default/templates/user_profile/user_recent.html
@@ -17,7 +17,7 @@
{% if act.related_object_type == 'question' %}{# question #}
{% for question in questions %}{# could also create a new dict #}
{% if question.question_id == act.obj %}
- (<a title="{{question.summary|collapse}}"
+ (<a title="{{question.summary|collapse|escape}}"
href="{% url question question.question_id %}{{question.title|slugify}}">{% trans %}source{% endtrans %}</a>)
{% endif %}
{% endfor %}
diff --git a/askbot/skins/default/templates/user_profile/user_stats.html b/askbot/skins/default/templates/user_profile/user_stats.html
index 2551015c..d74ecf77 100644
--- a/askbot/skins/default/templates/user_profile/user_stats.html
+++ b/askbot/skins/default/templates/user_profile/user_stats.html
@@ -18,7 +18,7 @@
<div class="user-stats-table">
{% for answered_question in answered_questions %}
<div class="answer-summary">
- <a title="{{answered_question.summary|collapse}}"
+ <a title="{{answered_question.summary|collapse|escape}}"
href="{% url question answered_question.id %}{{answered_question.title|slugify}}#{{answered_question.answer_id}}">
<span class="answer-votes {% if answered_question.accepted %}answered-accepted{% endif %}"
title="{% trans answer_score=answered_question.answer_score %}the answer has been voted for {{ answer_score }} times{% endtrans %} {% if answered_question.accepted %}{% trans %}this answer has been selected as correct{% endtrans %}{%endif%}">
@@ -27,7 +27,7 @@
</a>
<div class="answer-link">
{% spaceless %}
- <a href="{% url question answered_question.id %}{{answered_question.title|slugify}}#{{answered_question.answer_id}}">{{answered_question.title}}</a>
+ <a href="{% url question answered_question.id %}{{answered_question.title|slugify}}#{{answered_question.answer_id}}">{{answered_question.title|escape}}</a>
{% endspaceless %}
{% if answered_question.comment_count %}
<span>
@@ -119,7 +119,7 @@
<a
title="{{ award.content_object.get_snippet()|collapse }}"
href="{{ award.content_object.get_absolute_url() }}"
- >{% if award.content_type == answer_type %}{% trans %}Answer to:{% endtrans %}{% endif %} {{ award.content_object.get_origin_post().title }}</a>
+ >{% if award.content_type == answer_type %}{% trans %}Answer to:{% endtrans %}{% endif %} {{ award.content_object.get_origin_post().title|escape }}</a>
</li>
{% endif %}
{% endfor %}
diff --git a/askbot/skins/default/templates/user_profile/user_tabs.html b/askbot/skins/default/templates/user_profile/user_tabs.html
index 0c7c4599..1468a19a 100644
--- a/askbot/skins/default/templates/user_profile/user_tabs.html
+++ b/askbot/skins/default/templates/user_profile/user_tabs.html
@@ -1,7 +1,7 @@
<!-- user_tabs.html -->
<div class="tabBar tabBar-profile">
<div class="tabsC">
- <a id="stats" {% if tab_name=="stats" %}class="on"{% endif %}
+ <a id="stats" {% if tab_name=="stats" %}class="on first"{%else%}class="first"{% endif %}
title="{% trans %}User profile{% endtrans %}"
href="{% url user_profile view_user.id, view_user.username|slugify %}?sort=stats"
><span>{% trans %}overview{% endtrans %}</span></a>
diff --git a/askbot/skins/default/templates/widgets/ask_form.html b/askbot/skins/default/templates/widgets/ask_form.html
index 18196d93..17dc89f5 100644
--- a/askbot/skins/default/templates/widgets/ask_form.html
+++ b/askbot/skins/default/templates/widgets/ask_form.html
@@ -14,7 +14,7 @@
{% endif %}
{% endif %}
<input id="id_title" class="questionTitleInput" name="title" autocomplete="off"
- value="{% if form.initial.title %}{{form.initial.title}}{% endif %}"/>
+ value="{% if form.initial.title %}{{form.initial.title|escape}}{% endif %}"/>
<span class="form-error">{{ form.title.errors }}</span>
</div>
<div class="title-desc">
diff --git a/askbot/skins/default/templates/widgets/header.html b/askbot/skins/default/templates/widgets/header.html
index d4e7d66a..52e528bc 100644
--- a/askbot/skins/default/templates/widgets/header.html
+++ b/askbot/skins/default/templates/widgets/header.html
@@ -7,7 +7,6 @@
<div class="content-wrapper">
<div id="userToolsNav">
{% include "widgets/user_navigation.html" %}
- {{settings.CUSTOM_HEADER}}
</div>
{% if settings.SHOW_LOGO %}
{% include "widgets/logo.html" %}
diff --git a/askbot/skins/default/templates/widgets/scope_nav.html b/askbot/skins/default/templates/widgets/scope_nav.html
index 3b6d2182..5f7cc158 100644
--- a/askbot/skins/default/templates/widgets/scope_nav.html
+++ b/askbot/skins/default/templates/widgets/scope_nav.html
@@ -1,11 +1,11 @@
{% if active_tab != "ask" %}
<a class="scope-selector {% if scope == 'all' %}on{% endif %}"
- href="{% url questions %}?scope=all" title="{% trans %}see all questions{% endtrans %}">ALL</a>
+ href="{% url questions %}?scope=all" title="{% trans %}see all questions{% endtrans %}">{% trans %}ALL{% endtrans %}</a>
<a class="scope-selector {% if scope == 'unanswered' %}on{% endif %}"
- href="{% url questions %}?scope=unanswered&amp;sort=answers-asc" title="{% trans %}see unanswered questions{% endtrans %}">UNANSWERED</a>
+ href="{% url questions %}?scope=unanswered&amp;sort=answers-asc" title="{% trans %}see unanswered questions{% endtrans %}">{% trans %}UNANSWERED{% endtrans %}</a>
{% if request.user.is_authenticated() %}
<a class="scope-selector {% if scope == 'favorite' %}on{% endif %}"
- href="{% url questions %}?scope=favorite" title="{% trans %}see your followed questions{% endtrans %}">FOLLOWED</a>
+ href="{% url questions %}?scope=favorite" title="{% trans %}see your followed questions{% endtrans %}">{% trans %}FOLLOWED{% endtrans %}</a>
{% endif %}
{% else %}
<div class="scope-selector ask-message">{% trans %}Please ask your question here{% endtrans %}</div>
diff --git a/askbot/skins/default/templates/widgets/user_navigation.html b/askbot/skins/default/templates/widgets/user_navigation.html
index ae892c39..761bc88e 100644
--- a/askbot/skins/default/templates/widgets/user_navigation.html
+++ b/askbot/skins/default/templates/widgets/user_navigation.html
@@ -5,8 +5,10 @@
{{ macros.moderation_items_link(request.user, moderation_items) }}
({{ macros.user_long_score_and_badge_summary(user) }})
</span>
- <a href="{{ settings.LOGOUT_URL }}?next={{ settings.LOGOUT_REDIRECT_URL }}">{% trans %}logout{% endtrans %}</a>
-{% else %}
+ {% if settings.USE_ASKBOT_LOGIN_SYSTEM %}
+ <a href="{{ settings.LOGOUT_URL }}?next={{ settings.LOGOUT_REDIRECT_URL }}">{% trans %}logout{% endtrans %}</a>
+ {% endif %}
+{% elif settings.USE_ASKBOT_LOGIN_SYSTEM %}
<a href="{{ settings.LOGIN_URL }}?next={{request.path|clean_login_url}}">{% trans %}login{% endtrans %}</a>
{% endif %}
diff --git a/askbot/skins/utils.py b/askbot/skins/utils.py
index 64f11c75..520fa2f7 100644
--- a/askbot/skins/utils.py
+++ b/askbot/skins/utils.py
@@ -98,18 +98,23 @@ def get_media_url(url, ignore_missing = False):
#before = datetime.datetime.now()
url = urllib.unquote(unicode(url))
while url[0] == '/': url = url[1:]
+
+ #a hack allowing urls media stored on external locations to
+ #just pass through unchanged
+ if url.startswith('http://') or url.startswith('https://'):
+ return url
#todo: handles case of multiple skin directories
#if file is in upfiles directory, then give that
url_copy = url
- if url_copy.startswith(django_settings.ASKBOT_UPLOADED_FILES_URL):
+ if url_copy.startswith(django_settings.MEDIA_URL[1:]):
file_path = url_copy.replace(
- django_settings.ASKBOT_UPLOADED_FILES_URL,
+ django_settings.MEDIA_URL[1:],
'',
1
)
file_path = os.path.join(
- django_settings.ASKBOT_FILE_UPLOAD_DIR,
+ django_settings.MEDIA_ROOT,
file_path
)
if os.path.isfile(file_path):
diff --git a/askbot/startup_procedures.py b/askbot/startup_procedures.py
index 9c962f2a..f002c3d5 100644
--- a/askbot/startup_procedures.py
+++ b/askbot/startup_procedures.py
@@ -9,22 +9,57 @@ the main function is run_startup_tests
"""
import sys
import os
+import askbot
from django.db import transaction
from django.conf import settings as django_settings
from django.core.exceptions import ImproperlyConfigured
from askbot.utils.loading import load_module
+from askbot.utils.functions import enumerate_string_list
+from urlparse import urlparse
PREAMBLE = """\n
************************
* *
* Askbot self-test *
* *
-************************"""
+************************\n
+"""
+
+FOOTER = """\n
+If necessary, type ^C (Ctrl-C) to stop the program.
+"""
+
+class AskbotConfigError(ImproperlyConfigured):
+ """Prints an error with a preamble and possibly a footer"""
+ def __init__(self, error_message):
+ msg = PREAMBLE + error_message
+ if sys.__stdin__.isatty():
+ #print footer only when askbot is run from the shell
+ msg += FOOTER
+ super(AskbotConfigError, self).__init__(msg)
def askbot_warning(line):
"""prints a warning with the nice header, but does not quit"""
print >> sys.stderr, PREAMBLE + '\n' + line
+def print_errors(error_messages, header = None, footer = None):
+ """if there is one or more error messages,
+ raise ``class:AskbotConfigError`` with the human readable
+ contents of the message
+ * ``header`` - text to show above messages
+ * ``footer`` - text to show below messages
+ """
+ if len(error_messages) == 0: return
+ if len(error_messages) > 1:
+ error_messages = enumerate_string_list(error_messages)
+
+ message = ''
+ if header: message += header + '\n'
+ message += 'Please attend to the following:\n\n'
+ message += '\n\n'.join(error_messages)
+ if footer: message += '\n\n' + footer
+ raise AskbotConfigError(message)
+
def format_as_text_tuple_entries(items):
"""prints out as entries or tuple containing strings
ready for copy-pasting into say django settings file"""
@@ -45,21 +80,21 @@ def test_askbot_url():
pass
else:
msg = 'setting ASKBOT_URL must be of string or unicode type'
- raise ImproperlyConfigured(msg)
+ raise AskbotConfigError(msg)
if url == '/':
msg = 'value "/" for ASKBOT_URL is invalid. '+ \
'Please, either make ASKBOT_URL an empty string ' + \
'or a non-empty path, ending with "/" but not ' + \
'starting with "/", for example: "forum/"'
- raise ImproperlyConfigured(msg)
+ raise AskbotConfigError(msg)
else:
try:
assert(url.endswith('/'))
except AssertionError:
msg = 'if ASKBOT_URL setting is not empty, ' + \
'it must end with /'
- raise ImproperlyConfigured(msg)
+ raise AskbotConfigError(msg)
try:
assert(not url.startswith('/'))
except AssertionError:
@@ -69,7 +104,7 @@ def test_askbot_url():
def test_middleware():
"""Checks that all required middleware classes are
installed in the django settings.py file. If that is not the
- case - raises an ImproperlyConfigured exception.
+ case - raises an AskbotConfigError exception.
"""
required_middleware = (
'django.contrib.sessions.middleware.SessionMiddleware',
@@ -96,7 +131,7 @@ to the MIDDLEWARE_CLASSES variable in your site settings.py file.
The order the middleware records may be important, please take a look at the example in
https://github.com/ASKBOT/askbot-devel/blob/master/askbot/setup_templates/settings.py:\n\n"""
middleware_text = format_as_text_tuple_entries(missing_middleware_set)
- raise ImproperlyConfigured(PREAMBLE + error_message + middleware_text)
+ raise AskbotConfigError(error_message + middleware_text)
#middleware that was used in the past an now removed
@@ -111,7 +146,7 @@ https://github.com/ASKBOT/askbot-devel/blob/master/askbot/setup_templates/settin
error_message = """\n\nPlease remove the following middleware entries from
the list of MIDDLEWARE_CLASSES in your settings.py - these are not used any more:\n\n"""
middleware_text = format_as_text_tuple_entries(remove_middleware_set)
- raise ImproperlyConfigured(PREAMBLE + error_message + middleware_text)
+ raise AskbotConfigError(error_message + middleware_text)
def try_import(module_name, pypi_package_name):
"""tries importing a module and advises to install
@@ -124,7 +159,7 @@ def try_import(module_name, pypi_package_name):
message += '\n\nTo install all the dependencies at once, type:'
message += '\npip install -r askbot_requirements.txt\n'
message += '\nType ^C to quit.'
- raise ImproperlyConfigured(message)
+ raise AskbotConfigError(message)
def test_modules():
"""tests presence of required modules"""
@@ -140,7 +175,7 @@ def test_postgres():
import psycopg2
version = psycopg2.__version__.split(' ')[0].split('.')
if version == ['2', '4', '2']:
- raise ImproperlyConfigured(
+ raise AskbotConfigError(
'Please install psycopg2 version 2.4.1,\n version 2.4.2 has a bug'
)
elif version > ['2', '4', '2']:
@@ -170,7 +205,7 @@ def test_template_loader():
loader that used to send a warning"""
old_template_loader = 'askbot.skins.loaders.load_template_source'
if old_template_loader in django_settings.TEMPLATE_LOADERS:
- raise ImproperlyConfigured(PREAMBLE + \
+ raise AskbotConfigError(
"\nPlease change: \n"
"'askbot.skins.loaders.load_template_source', to\n"
"'askbot.skins.loaders.filesystem_load_template_source',\n"
@@ -188,7 +223,7 @@ def test_celery():
if broker_backend is None:
if broker_transport is None:
- raise ImproperlyConfigured(PREAMBLE + \
+ raise AskbotConfigError(
"\nPlease add\n"
'BROKER_TRANSPORT = "djkombu.transport.DatabaseTransport"\n'
"or other valid value to your settings.py file"
@@ -198,7 +233,7 @@ def test_celery():
return
if broker_backend != broker_transport:
- raise ImproperlyConfigured(PREAMBLE + \
+ raise AskbotConfigError(
"\nPlease rename setting BROKER_BACKEND to BROKER_TRANSPORT\n"
"in your settings.py file\n"
"If you have both in your settings.py - then\n"
@@ -206,11 +241,22 @@ def test_celery():
)
if hasattr(django_settings, 'BROKER_BACKEND') and not hasattr(django_settings, 'BROKER_TRANSPORT'):
- raise ImproperlyConfigured(PREAMBLE + \
+ raise AskbotConfigError(
"\nPlease rename setting BROKER_BACKEND to BROKER_TRANSPORT\n"
"in your settings.py file"
)
+def test_media_url():
+ """makes sure that setting `MEDIA_URL`
+ has leading slash"""
+ media_url = django_settings.MEDIA_URL
+ #todo: add proper url validation to MEDIA_URL setting
+ if not (media_url.startswith('/') or media_url.startswith('http')):
+ raise AskbotConfigError(
+ "\nMEDIA_URL parameter must be a unique url on the site\n"
+ "and must start with a slash - e.g. /media/ or http(s)://"
+ )
+
class SettingsTester(object):
"""class to test contents of the settings.py file"""
@@ -228,14 +274,25 @@ class SettingsTester(object):
self.requirements = requirements
- def test_setting(self, name, value = None, message = None):
+ def test_setting(self, name,
+ value = None, message = None,
+ test_for_absence = False,
+ replace_hint = None
+ ):
"""if setting does is not present or if the value != required_value,
adds an error message
"""
- if not hasattr(self.settings, name):
- self.messages.append(message)
- elif value and getattr(self.settings, name) != value:
- self.messages.append(message)
+ if test_for_absence:
+ if hasattr(self.settings, name):
+ if replace_hint:
+ value = getattr(self.settings, name)
+ message += replace_hint % value
+ self.messages.append(message)
+ else:
+ if not hasattr(self.settings, name):
+ self.messages.append(message)
+ elif value and getattr(self.settings, name) != value:
+ self.messages.append(message)
def run(self):
for setting_name in self.requirements:
@@ -244,11 +301,61 @@ class SettingsTester(object):
**self.requirements[setting_name]
)
if len(self.messages) != 0:
- raise ImproperlyConfigured(
- PREAMBLE +
+ raise AskbotConfigError(
'\n\nTime to do some maintenance of your settings.py:\n\n* ' +
'\n\n* '.join(self.messages)
)
+
+def test_staticfiles():
+ """tests configuration of the staticfiles app"""
+ errors = list()
+ if 'django.contrib.staticfiles' not in django_settings.INSTALLED_APPS:
+ errors.append(
+ 'Add to the INSTALLED_APPS section of your settings.py:\n'
+ " 'django.contrib.staticfiles',"
+ )
+ if 'django.core.context_processors.static' not in \
+ django_settings.TEMPLATE_CONTEXT_PROCESSORS:
+ errors.append(
+ 'Add to the TEMPLATE_CONTEXT_PROCESSORS section of your settings.py:\n'
+ " 'django.core.context_processors.static',"
+ )
+ static_url = django_settings.STATIC_URL
+ if static_url is None or str(static_url).strip() == '':
+ errors.append(
+ 'Add STATIC_URL setting to your settings.py file. '
+ 'The setting must be a url at which static files '
+ 'are accessible.'
+ )
+ url = urlparse(static_url).path
+ if not (url.startswith('/') and url.endswith('/')):
+ #a simple check for the url
+ errors.append(
+ 'Path in the STATIC_URL must start and end with the /.'
+ )
+ askbot_root = os.path.dirname(askbot.__file__)
+ skin_dir = os.path.abspath(os.path.join(askbot_root, 'skins'))
+ if skin_dir not in map(os.path.abspath, django_settings.STATICFILES_DIRS):
+ errors.append(
+ 'Add to STATICFILES_DIRS list of your settings.py file:\n'
+ " '%s'," % skin_dir
+ )
+ extra_skins_dir = getattr(django_settings, 'ASKBOT_EXTRA_SKINS_DIR', None)
+ if extra_skins_dir is not None:
+ if not os.path.isdir(extra_skins_dir):
+ errors.append(
+ 'Directory specified with settning ASKBOT_EXTRA_SKINS_DIR '
+ 'must exist and contain your custom skins for askbot.'
+ )
+ if extra_skins_dir not in django_settings.STATICFILES_DIRS:
+ errors.append(
+ 'Add ASKBOT_EXTRA_SKINS_DIR to STATICFILES_DIRS entry in '
+ 'your settings.py file.\n'
+ 'NOTE: it might be necessary to move the line with '
+ 'ASKBOT_EXTRA_SKINS_DIR just above STATICFILES_DIRS.'
+ )
+
+ print_errors(errors)
def run_startup_tests():
"""function that runs
@@ -263,6 +370,7 @@ def run_startup_tests():
#test_postgres()
test_middleware()
test_celery()
+ test_staticfiles()
settings_tester = SettingsTester({
'CACHE_MIDDLEWARE_ANONYMOUS_ONLY': {
'value': True,
@@ -278,16 +386,27 @@ def run_startup_tests():
'where you want to send users after they log in\n'
'a reasonable default is\n'
'LOGIN_REDIRECT_URL = ASKBOT_URL'
+ },
+ 'ASKBOT_FILE_UPLOAD_DIR': {
+ 'test_for_absence': True,
+ 'message': 'Please replace setting ASKBOT_FILE_UPLOAD_DIR ',
+ 'replace_hint': "with MEDIA_ROOT = '%s'"
+ },
+ 'ASKBOT_UPLOADED_FILES_URL': {
+ 'test_for_absence': True,
+ 'message': 'Please replace setting ASKBOT_UPLOADED_FILES_URL ',
+ 'replace_hint': "with MEDIA_URL = '/%s'"
}
})
settings_tester.run()
+ test_media_url()
@transaction.commit_manually
def run():
"""runs all the startup procedures"""
try:
run_startup_tests()
- except ImproperlyConfigured, error:
+ except AskbotConfigError, error:
transaction.rollback()
print error
sys.exit(1)
diff --git a/askbot/templatetags/extra_filters_jinja.py b/askbot/templatetags/extra_filters_jinja.py
index 8486d934..f4e0a5ee 100644
--- a/askbot/templatetags/extra_filters_jinja.py
+++ b/askbot/templatetags/extra_filters_jinja.py
@@ -14,6 +14,7 @@ from askbot.conf import settings as askbot_settings
from askbot.skins import utils as skin_utils
from askbot.utils import functions
from askbot.utils.slug import slugify
+from askbot.shims.django_shims import ResolverMatch
from django_countries import countries
from django_countries import settings as countries_settings
@@ -36,8 +37,9 @@ absolutize_urls = register.filter(absolutize_urls_func)
def clean_login_url(url):
"""pass through, unless user was originally on the logout page"""
try:
- resolver_match = resolve(url)
- if resolver_match.url_name == 'question':
+ resolver_match = ResolverMatch(resolve(url))
+ from askbot.views.readers import question
+ if resolver_match.func == question:
return url
except Http404:
pass
diff --git a/askbot/tests/badge_tests.py b/askbot/tests/badge_tests.py
index fdb9d626..c4a47fc5 100644
--- a/askbot/tests/badge_tests.py
+++ b/askbot/tests/badge_tests.py
@@ -1,4 +1,5 @@
import datetime
+from django.conf import settings as django_settings
from django.test.client import Client
from askbot.tests.utils import AskbotTestCase
from askbot.conf import settings
@@ -499,6 +500,6 @@ class BadgeTests(AskbotTestCase):
self.u1.save()
self.assert_have_badge('enthusiast', self.u1, 0)
self.client.login(method = 'force', user_id = self.u1.id)
- self.client.get('/')
+ self.client.get('/' + django_settings.ASKBOT_URL)
self.assert_have_badge('enthusiast', self.u1, 1)
diff --git a/askbot/tests/db_api_tests.py b/askbot/tests/db_api_tests.py
index b54bb2e9..585784aa 100644
--- a/askbot/tests/db_api_tests.py
+++ b/askbot/tests/db_api_tests.py
@@ -7,6 +7,7 @@ from django.core import exceptions
from django.core.urlresolvers import reverse
from django.test.client import Client
from django.conf import settings
+from django import forms
from askbot.tests.utils import AskbotTestCase
from askbot import models
from askbot import const
@@ -74,6 +75,14 @@ class DBApiTests(AskbotTestCase):
rev = q.revisions.all()[0]
self.assertTrue(rev.is_anonymous)
+ def test_post_bodyless_question(self):
+ q = self.user.post_question(
+ body_text = '',
+ title = 'aeuaouaousaotuhao',
+ tags = 'test'
+ )
+ self.assertEquals(q.text.strip(), '')
+
def test_reveal_asker_identity(self):
q = self.ask_anonymous_question()
self.other_user.set_status('m')
diff --git a/askbot/tests/form_tests.py b/askbot/tests/form_tests.py
index 2fa572e5..22f2a77c 100644
--- a/askbot/tests/form_tests.py
+++ b/askbot/tests/form_tests.py
@@ -303,5 +303,30 @@ class UserNameFieldTest(AskbotTestCase):
#invalid username and username in reserved words
self.assertRaises(django_forms.ValidationError, self.username_field.clean, ' ')
self.assertRaises(django_forms.ValidationError, self.username_field.clean, 'fuck')
+ self.assertRaises(django_forms.ValidationError, self.username_field.clean, '......')
#TODO: test more things
+
+class AnswerEditorFieldTests(AskbotTestCase):
+ """don't need to test the QuestionEditorFieldTests, b/c the
+ class is identical"""
+ def setUp(self):
+ self.old_min_length = askbot_settings.MIN_ANSWER_BODY_LENGTH
+ askbot_settings.update('MIN_ANSWER_BODY_LENGTH', 10)
+ self.field = forms.AnswerEditorField()
+
+ def tearDown(self):
+ askbot_settings.update('MIN_ANSWER_BODY_LENGTH', self.old_min_length)
+
+ def test_fail_short_body(self):
+ self.assertRaises(
+ django_forms.ValidationError,
+ self.field.clean,
+ 'a'
+ )
+
+ def test_pass_long_body(self):
+ self.assertEquals(
+ self.field.clean(10*'a'),
+ 10*'a'
+ )
diff --git a/askbot/tests/misc_tests.py b/askbot/tests/misc_tests.py
index c452d518..306d62ce 100644
--- a/askbot/tests/misc_tests.py
+++ b/askbot/tests/misc_tests.py
@@ -43,18 +43,20 @@ class MiscTests(AskbotTestCase):
def test_get_related_object_type_name_for_anything_else_1(self):
ct = ContentType.objects.get_for_model(self.u2)
- self.assertIsNone(get_related_object_type_name(ct.id, self.u2.id))
+ self.assertTrue(
+ get_related_object_type_name(ct.id, self.u2.id) is None
+ )
def test_get_related_object_type_name_for_anything_else_2(self):
question = self.post_question(user=self.u1)
comment = self.post_comment(user=self.u1, parent_post=question)
ct = ContentType.objects.get_for_model(comment)
- self.assertIsNone(get_related_object_type_name(ct.id, comment.id))
+ self.assertTrue(
+ get_related_object_type_name(ct.id, comment.id) is None
+ )
def test_proper_PostRevision_manager_is_used(self):
"Makes sure that both normal and related managers for PostRevision don't implement .create() method"
question = self.post_question(user=self.u1)
- with self.assertRaises(NotImplementedError):
- question.revisions.create()
- with self.assertRaises(NotImplementedError):
- PostRevision.objects.create()
+ self.assertRaises(NotImplementedError, question.revisions.create)
+ self.assertRaises(NotImplementedError, PostRevision.objects.create)
diff --git a/askbot/tests/page_load_tests.py b/askbot/tests/page_load_tests.py
index 3ecc126f..d92d0e0c 100644
--- a/askbot/tests/page_load_tests.py
+++ b/askbot/tests/page_load_tests.py
@@ -122,11 +122,11 @@ class PageLoadTestCase(AskbotTestCase):
self.try_url(
'about',
status_code=status_code,
- template='about.html')
+ template='static_page.html')
self.try_url(
'privacy',
status_code=status_code,
- template='privacy.html')
+ template='static_page.html')
self.try_url('logout', template='authopenid/logout.html')
#todo: test different tabs
self.try_url(
diff --git a/askbot/tests/post_model_tests.py b/askbot/tests/post_model_tests.py
index 7ea8621a..48e0d667 100644
--- a/askbot/tests/post_model_tests.py
+++ b/askbot/tests/post_model_tests.py
@@ -13,31 +13,84 @@ class PostModelTests(AskbotTestCase):
self.u3 = self.create_user(username='user3')
def test_model_validation(self):
- with self.assertRaises(NotImplementedError):
- PostRevision.objects.create(text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision_type=PostRevision.QUESTION_REVISION)
+ self.assertRaises(
+ NotImplementedError,
+ PostRevision.objects.create,
+ [],
+ {
+ 'text': 'blah',
+ 'author': self.u1,
+ 'revised_at': datetime.datetime.now(),
+ 'revision_type': PostRevision.QUESTION_REVISION
+ }
+ )
- with self.assertRaisesRegexp(AttributeError, r"'NoneType' object has no attribute 'revisions'"):
+ self.assertRaisesRegexp(
+ AttributeError,
+ r"'NoneType' object has no attribute 'revisions'",
# cannot set `revision` without a parent
- PostRevision.objects.create_answer_revision(text='blah', author=self.u1, revised_at=datetime.datetime.now())
+ PostRevision.objects.create_answer_revision,
+ *[],
+ **{
+ 'text': 'blah',
+ 'author': self.u1,
+ 'revised_at': datetime.datetime.now()
+ }
+ )
+
+ post_revision = PostRevision(
+ text='blah',
+ author=self.u1,
+ revised_at=datetime.datetime.now(),
+ revision=1,
+ revision_type=4
+ )
+
+ self.assertRaisesRegexp(
+ ValidationError,
+ r"{'__all__': \[u'One \(and only one\) of question/answer fields has to be set.'\], 'revision_type': \[u'Value 4 is not a valid choice.'\]}",
+ post_revision.save
+ )
- with self.assertRaisesRegexp(ValidationError, r"{'__all__': \[u'One \(and only one\) of question/answer fields has to be set.'\], 'revision_type': \[u'Value 4 is not a valid choice.'\]}"):
# revision_type not in (1,2)
- PostRevision(text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision=1, revision_type=4).save()
question = self.post_question(user=self.u1)
rev2 = PostRevision(question=question, text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision=2, revision_type=PostRevision.QUESTION_REVISION)
rev2.save()
- self.assertIsNotNone(rev2.id)
+ self.assertFalse(rev2.id is None)
+
+ post_revision = PostRevision(
+ question=question,
+ text='blah',
+ author=self.u1,
+ revised_at=datetime.datetime.now(),
+ revision=2,
+ revision_type=PostRevision.ANSWER_REVISION
+ )
+ self.assertRaisesRegexp(
+ ValidationError,
+ r"{'__all__': \[u'Revision_type doesn`t match values in question/answer fields.', u'Post revision with this Question and Revision already exists.'\]}",
+ post_revision.save
+ )
- with self.assertRaisesRegexp(ValidationError, r"{'__all__': \[u'Revision_type doesn`t match values in question/answer fields.', u'Post revision with this Question and Revision already exists.'\]}"):
- PostRevision(question=question, text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision=2, revision_type=PostRevision.ANSWER_REVISION).save()
- with self.assertRaisesRegexp(ValidationError, r"{'__all__': \[u'Revision_type doesn`t match values in question/answer fields.'\]}"):
- PostRevision(question=question, text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision=3, revision_type=PostRevision.ANSWER_REVISION).save()
+ post_revision = PostRevision(
+ question=question,
+ text='blah',
+ author=self.u1,
+ revised_at=datetime.datetime.now(),
+ revision=3,
+ revision_type=PostRevision.ANSWER_REVISION
+ )
+ self.assertRaisesRegexp(
+ ValidationError,
+ r"{'__all__': \[u'Revision_type doesn`t match values in question/answer fields.'\]}",
+ post_revision.save
+ )
rev3 = PostRevision.objects.create_question_revision(question=question, text='blah', author=self.u1, revised_at=datetime.datetime.now(), revision_type=123) # revision_type
- self.assertIsNotNone(rev3.id)
+ self.assertFalse(rev3.id is None)
self.assertEqual(3, rev3.revision) # By the way: let's test the auto-increase of revision number
self.assertEqual(PostRevision.QUESTION_REVISION, rev3.revision_type)
diff --git a/askbot/tests/skin_tests.py b/askbot/tests/skin_tests.py
index 660daa4e..ecbea77d 100644
--- a/askbot/tests/skin_tests.py
+++ b/askbot/tests/skin_tests.py
@@ -65,10 +65,6 @@ class SkinTests(TestCase):
new_logo = UploadedFile(file = logo_file)
askbot_settings.update('SITE_LOGO_URL', new_logo)
logo_url = askbot_settings.SITE_LOGO_URL
- self.assertTrue(
- logo_url.startswith(
- '/' + django_settings.ASKBOT_UPLOADED_FILES_URL
- )
- )
+ self.assertTrue(logo_url.startswith(django_settings.MEDIA_URL))
response = self.client.get(logo_url)
self.assertTrue(response.status_code == 200)
diff --git a/askbot/tests/test_data.json b/askbot/tests/test_data.json
index 75b386e3..b8050889 100644
--- a/askbot/tests/test_data.json
+++ b/askbot/tests/test_data.json
@@ -81,138 +81,138 @@
}
},
{
- "pk": 64,
+ "pk": 73,
"model": "auth.permission",
"fields": {
"codename": "add_anonymousanswer",
"name": "Can add anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 65,
+ "pk": 74,
"model": "auth.permission",
"fields": {
"codename": "change_anonymousanswer",
"name": "Can change anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 66,
+ "pk": 75,
"model": "auth.permission",
"fields": {
"codename": "delete_anonymousanswer",
"name": "Can delete anonymous answer",
- "content_type": 22
+ "content_type": 25
}
},
{
- "pk": 58,
+ "pk": 67,
"model": "auth.permission",
"fields": {
"codename": "add_anonymousquestion",
"name": "Can add anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 59,
+ "pk": 68,
"model": "auth.permission",
"fields": {
"codename": "change_anonymousquestion",
"name": "Can change anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 60,
+ "pk": 69,
"model": "auth.permission",
"fields": {
"codename": "delete_anonymousquestion",
"name": "Can delete anonymous question",
- "content_type": 20
+ "content_type": 23
}
},
{
- "pk": 61,
+ "pk": 70,
"model": "auth.permission",
"fields": {
"codename": "add_answer",
"name": "Can add answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 62,
+ "pk": 71,
"model": "auth.permission",
"fields": {
"codename": "change_answer",
"name": "Can change answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 63,
+ "pk": 72,
"model": "auth.permission",
"fields": {
"codename": "delete_answer",
"name": "Can delete answer",
- "content_type": 21
+ "content_type": 24
}
},
{
- "pk": 70,
+ "pk": 28,
"model": "auth.permission",
"fields": {
"codename": "add_award",
"name": "Can add award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 71,
+ "pk": 29,
"model": "auth.permission",
"fields": {
"codename": "change_award",
"name": "Can change award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 72,
+ "pk": 30,
"model": "auth.permission",
"fields": {
"codename": "delete_award",
"name": "Can delete award",
- "content_type": 24
+ "content_type": 10
}
},
{
- "pk": 67,
+ "pk": 25,
"model": "auth.permission",
"fields": {
"codename": "add_badgedata",
"name": "Can add badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
- "pk": 68,
+ "pk": 26,
"model": "auth.permission",
"fields": {
"codename": "change_badgedata",
"name": "Can change badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
- "pk": 69,
+ "pk": 27,
"model": "auth.permission",
"fields": {
"codename": "delete_badgedata",
"name": "Can delete badge data",
- "content_type": 23
+ "content_type": 9
}
},
{
@@ -270,192 +270,192 @@
}
},
{
- "pk": 55,
+ "pk": 64,
"model": "auth.permission",
"fields": {
"codename": "add_favoritequestion",
"name": "Can add favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 56,
+ "pk": 65,
"model": "auth.permission",
"fields": {
"codename": "change_favoritequestion",
"name": "Can change favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 57,
+ "pk": 66,
"model": "auth.permission",
"fields": {
"codename": "delete_favoritequestion",
"name": "Can delete favorite question",
- "content_type": 19
+ "content_type": 22
}
},
{
- "pk": 28,
+ "pk": 52,
"model": "auth.permission",
"fields": {
"codename": "add_markedtag",
"name": "Can add marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 29,
+ "pk": 53,
"model": "auth.permission",
"fields": {
"codename": "change_markedtag",
"name": "Can change marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 30,
+ "pk": 54,
"model": "auth.permission",
"fields": {
"codename": "delete_markedtag",
"name": "Can delete marked tag",
- "content_type": 10
+ "content_type": 18
}
},
{
- "pk": 31,
+ "pk": 55,
"model": "auth.permission",
"fields": {
"codename": "add_postrevision",
"name": "Can add post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 32,
+ "pk": 56,
"model": "auth.permission",
"fields": {
"codename": "change_postrevision",
"name": "Can change post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 33,
+ "pk": 57,
"model": "auth.permission",
"fields": {
"codename": "delete_postrevision",
"name": "Can delete post revision",
- "content_type": 11
+ "content_type": 19
}
},
{
- "pk": 49,
+ "pk": 58,
"model": "auth.permission",
"fields": {
"codename": "add_question",
"name": "Can add question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 50,
+ "pk": 59,
"model": "auth.permission",
"fields": {
"codename": "change_question",
"name": "Can change question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 51,
+ "pk": 60,
"model": "auth.permission",
"fields": {
"codename": "delete_question",
"name": "Can delete question",
- "content_type": 17
+ "content_type": 20
}
},
{
- "pk": 52,
+ "pk": 61,
"model": "auth.permission",
"fields": {
"codename": "add_questionview",
"name": "Can add question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 53,
+ "pk": 62,
"model": "auth.permission",
"fields": {
"codename": "change_questionview",
"name": "Can change question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 54,
+ "pk": 63,
"model": "auth.permission",
"fields": {
"codename": "delete_questionview",
"name": "Can delete question view",
- "content_type": 18
+ "content_type": 21
}
},
{
- "pk": 73,
+ "pk": 31,
"model": "auth.permission",
"fields": {
"codename": "add_repute",
"name": "Can add repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 74,
+ "pk": 32,
"model": "auth.permission",
"fields": {
"codename": "change_repute",
"name": "Can change repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 75,
+ "pk": 33,
"model": "auth.permission",
"fields": {
"codename": "delete_repute",
"name": "Can delete repute",
- "content_type": 25
+ "content_type": 11
}
},
{
- "pk": 25,
+ "pk": 49,
"model": "auth.permission",
"fields": {
"codename": "add_tag",
"name": "Can add tag",
- "content_type": 9
+ "content_type": 17
}
},
{
- "pk": 26,
+ "pk": 50,
"model": "auth.permission",
"fields": {
"codename": "change_tag",
"name": "Can change tag",
- "content_type": 9
+ "content_type": 17
}
},
{
- "pk": 27,
+ "pk": 51,
"model": "auth.permission",
"fields": {
"codename": "delete_tag",
"name": "Can delete tag",
- "content_type": 9
+ "content_type": 17
}
},
{
@@ -1215,7 +1215,50 @@
}
},
{
- "pk": 9,
+ "pk": 1,
+ "model": "auth.user",
+ "fields": {
+ "status": "w",
+ "last_name": "",
+ "gold": 0,
+ "is_staff": true,
+ "user_permissions": [],
+ "interesting_tags": "",
+ "email_key": null,
+ "date_joined": "2011-12-20 12:51:20",
+ "first_name": "",
+ "email_isvalid": false,
+ "avatar_type": "n",
+ "website": "",
+ "is_superuser": true,
+ "date_of_birth": null,
+ "last_login": "2011-12-20 12:51:20",
+ "location": "",
+ "new_response_count": 61,
+ "email": "test_user_0@askbot.org",
+ "username": "test_user_0",
+ "is_active": true,
+ "consecutive_days_visit_count": 0,
+ "email_tag_filter_strategy": 1,
+ "groups": [],
+ "password": "sha1$917a5$8d31e7e3f8b7b8bbc27d27efdd49fc681cbad56b",
+ "silver": 0,
+ "bronze": 3,
+ "questions_per_page": 10,
+ "about": "",
+ "show_country": false,
+ "country": "",
+ "display_tag_filter_strategy": 0,
+ "seen_response_count": 0,
+ "real_name": "",
+ "ignored_tags": "",
+ "reputation": 520,
+ "gravatar": "97b89e3082d2741855254393f078fe6c",
+ "last_seen": "2011-12-20 12:51:20"
+ }
+ },
+ {
+ "pk": 2,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1225,25 +1268,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 37,
- "email": "test_user_8@askbot.org",
- "username": "test_user_8",
+ "new_response_count": 58,
+ "email": "test_user_1@askbot.org",
+ "username": "test_user_1",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6fcb7$fe736ba4d649a8dc6c4a418968f2385f0a21bbb0",
+ "password": "sha1$2fd95$07bdf8b37814d2a84b6f1673fffada9f84f63c0e",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1252,13 +1295,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "2efc123f13b1590ab7f54b229b6ce61c",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 496,
+ "gravatar": "6859f8f5f86ae184bab4c5e2297a6f85",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 7,
+ "pk": 3,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1268,23 +1311,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 43,
- "email": "test_user_6@askbot.org",
- "username": "test_user_6",
+ "new_response_count": 55,
+ "email": "test_user_2@askbot.org",
+ "username": "test_user_2",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$411f1$9d201e56bb0c56ec136d1c8d934c0eab147593b7",
+ "password": "sha1$f1879$be089b0acfe1cfc8e4f4c1bba92a0bc8f0cb0fc9",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1296,12 +1339,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 518,
- "gravatar": "7ce778a81f19e1304bbcc21ee6331063",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "564666778b07615b15a36ce51ac7f7d2",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 8,
+ "pk": 4,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1311,23 +1354,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 40,
- "email": "test_user_7@askbot.org",
- "username": "test_user_7",
+ "new_response_count": 52,
+ "email": "test_user_3@askbot.org",
+ "username": "test_user_3",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$eb1b8$c942013b7849d6c72efc3297b0bdd18f0c28c62f",
+ "password": "sha1$2c013$304d5239a9b0f7f066b756c54fab18d2383fc3c7",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1339,12 +1382,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "4556e9e446c727e6fdf37af356097ff2",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "32f9b7a8113ca3b42b63435fe4859b31",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 6,
+ "pk": 5,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1354,25 +1397,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 46,
- "email": "test_user_5@askbot.org",
- "username": "test_user_5",
+ "new_response_count": 49,
+ "email": "test_user_4@askbot.org",
+ "username": "test_user_4",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$5598c$4fa4cdef0a597bcf92e417da7bc3b77e78361e7e",
+ "password": "sha1$df5ca$648a261a796f846a5e8e64b83ef74a13cdf82ee8",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1381,13 +1424,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "9846d347d8a7d759c40cda0f3d13483f",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 518,
+ "gravatar": "23f7d972c0c664b156d0473c0999a697",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 12,
+ "pk": 6,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1397,23 +1440,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 28,
- "email": "test_user_11@askbot.org",
- "username": "test_user_11",
+ "new_response_count": 46,
+ "email": "test_user_5@askbot.org",
+ "username": "test_user_5",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$93294$3ac177911647fe34438c8dae115b20bdec80f914",
+ "password": "sha1$a994b$fc8d7f44c567e7d2fbf95b335b1749fd8cccd483",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1425,12 +1468,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "ccb4b8fe5a80781e5051435db97becaa",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "9846d347d8a7d759c40cda0f3d13483f",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 10,
+ "pk": 7,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1440,25 +1483,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 34,
- "email": "test_user_9@askbot.org",
- "username": "test_user_9",
+ "new_response_count": 43,
+ "email": "test_user_6@askbot.org",
+ "username": "test_user_6",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$8a201$c8572b07ccf47c55563721392ae83dc4d2a45ec9",
+ "password": "sha1$496b9$f8d26a187baffa8beadd90aed0dd0ae7868315cc",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1467,13 +1510,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "2872546b9b5fa933413b58b18b0d56ca",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "7ce778a81f19e1304bbcc21ee6331063",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 2,
+ "pk": 8,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1483,23 +1526,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 58,
- "email": "test_user_1@askbot.org",
- "username": "test_user_1",
+ "new_response_count": 40,
+ "email": "test_user_7@askbot.org",
+ "username": "test_user_7",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$61ffc$5ad65aa128b4edc2c56b6cf960dddcad9f66ecb0",
+ "password": "sha1$5d4b5$0196b971f4a784e0af71ec0655a52a1590c1e478",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1511,12 +1554,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "6859f8f5f86ae184bab4c5e2297a6f85",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "4556e9e446c727e6fdf37af356097ff2",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 14,
+ "pk": 9,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1526,25 +1569,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 22,
- "email": "test_user_13@askbot.org",
- "username": "test_user_13",
+ "new_response_count": 37,
+ "email": "test_user_8@askbot.org",
+ "username": "test_user_8",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6bde8$2b1182edb0e72c5db59b7b76386fbafc6298b5c4",
+ "password": "sha1$84ffb$1fba7b1ef5993e0d0cc045593221921efb4a0104",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1553,13 +1596,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "77dc2a59fecaa4eeb06fa9f563ebf669",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "2efc123f13b1590ab7f54b229b6ce61c",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 15,
+ "pk": 10,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1569,25 +1612,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 19,
- "email": "test_user_14@askbot.org",
- "username": "test_user_14",
+ "new_response_count": 34,
+ "email": "test_user_9@askbot.org",
+ "username": "test_user_9",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7f38e$5933ca3795008d9e0114244864faac1d743155be",
+ "password": "sha1$bf988$c56f74855686fa8fb9c5bd039d2774ee9c22b506",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1596,9 +1639,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "0a4b98e7ec7867d097ef4ee1c3d23104",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "2872546b9b5fa933413b58b18b0d56ca",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
@@ -1612,14 +1655,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
"new_response_count": 31,
"email": "test_user_10@askbot.org",
@@ -1628,7 +1671,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$f90ee$15da682179f192e85dec5325dafd531a4efd10b5",
+ "password": "sha1$25de1$b946e2022e115fd1276922296fd6d9e8465f4d39",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1641,11 +1684,11 @@
"ignored_tags": "",
"reputation": 518,
"gravatar": "83458295fcf6dcdc6ee5815491cbee3f",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 4,
+ "pk": 12,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1655,23 +1698,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:20",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:20",
"location": "",
- "new_response_count": 52,
- "email": "test_user_3@askbot.org",
- "username": "test_user_3",
+ "new_response_count": 28,
+ "email": "test_user_11@askbot.org",
+ "username": "test_user_11",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$64fe9$44f013204511c63ce0cbdb0c7a1f2c81e44a5c3e",
+ "password": "sha1$a5edf$d53052d9c1fc1e671b43c83a840c14c922b50215",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1683,12 +1726,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 496,
- "gravatar": "32f9b7a8113ca3b42b63435fe4859b31",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "ccb4b8fe5a80781e5051435db97becaa",
+ "last_seen": "2011-12-20 12:51:20"
}
},
{
- "pk": 19,
+ "pk": 13,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1698,23 +1741,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 7,
- "email": "test_user_18@askbot.org",
- "username": "test_user_18",
+ "new_response_count": 25,
+ "email": "test_user_12@askbot.org",
+ "username": "test_user_12",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6629c$0f6ae97e0ebcb09c23469abef32080102bafa4a0",
+ "password": "sha1$d67f9$03c49b636e84766be0af76f7d7a1fd2c5482f201",
"silver": 0,
"bronze": 4,
"questions_per_page": 10,
@@ -1726,40 +1769,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 518,
- "gravatar": "ec0f9a859b26512fdcc994516be5e752",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "6a70087a63bbc7c6a4028365ed4e1950",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 20,
+ "pk": 14,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 2,
+ "gold": 0,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 0,
- "email": "test_user_19@askbot.org",
- "username": "test_user_19",
+ "new_response_count": 22,
+ "email": "test_user_13@askbot.org",
+ "username": "test_user_13",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$0ef82$173d590b1c23c9f6c7b6cfb1196498a53cf0be2b",
- "silver": 2,
- "bronze": 4,
+ "password": "sha1$8f8ab$b0a4ca8e7e2c2539e2101c325584b9d9679a85f7",
+ "silver": 0,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1768,13 +1811,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 713,
- "gravatar": "b75bdbeb7354745fdf9fdf72200eb799",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "77dc2a59fecaa4eeb06fa9f563ebf669",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 18,
+ "pk": 15,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1784,25 +1827,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 10,
- "email": "test_user_17@askbot.org",
- "username": "test_user_17",
+ "new_response_count": 19,
+ "email": "test_user_14@askbot.org",
+ "username": "test_user_14",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$55744$75ca9a6b006211c4870dee080e4158db26c5d4c1",
+ "password": "sha1$69539$e48d801c8c567413cf7ab6d11a78996d89e65b4f",
"silver": 0,
- "bronze": 1,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1811,9 +1854,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 496,
- "gravatar": "b6778982e44fe0fbd78e3496069f1352",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "0a4b98e7ec7867d097ef4ee1c3d23104",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -1827,14 +1870,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 16,
"email": "test_user_15@askbot.org",
@@ -1843,7 +1886,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$c3c00$0f4108eb249034369125c3a299715f47c7da84c3",
+ "password": "sha1$58954$055ea2ca379369686a8767f0f0efec14d6067537",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -1856,39 +1899,39 @@
"ignored_tags": "",
"reputation": 496,
"gravatar": "6c5d8511aa4f85cd75a16dbb3e03c5c7",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 1,
+ "pk": 17,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
"gold": 0,
- "is_staff": true,
+ "is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
- "is_superuser": true,
+ "is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 61,
- "email": "test_user_0@askbot.org",
- "username": "test_user_0",
+ "new_response_count": 13,
+ "email": "test_user_16@askbot.org",
+ "username": "test_user_16",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$ea5da$c3bdc0df82479cc3a1498e0c4288ae8a718056b7",
+ "password": "sha1$ae00f$8df4d6129e34242ef50158fd2edaf7bea7ca1928",
"silver": 0,
- "bronze": 3,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1897,13 +1940,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 520,
- "gravatar": "97b89e3082d2741855254393f078fe6c",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 518,
+ "gravatar": "f2174ffb3833816753de7f596f69468b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 17,
+ "pk": 18,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1913,25 +1956,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 13,
- "email": "test_user_16@askbot.org",
- "username": "test_user_16",
+ "new_response_count": 10,
+ "email": "test_user_17@askbot.org",
+ "username": "test_user_17",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$817e3$44ea366ab209461095f1c6f236c156166cc17a7f",
+ "password": "sha1$85dfc$68f8f1587a87befee8ac262eaee9b9269a089d64",
"silver": 0,
- "bronze": 4,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1940,13 +1983,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "f2174ffb3833816753de7f596f69468b",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 496,
+ "gravatar": "b6778982e44fe0fbd78e3496069f1352",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 21,
+ "pk": 19,
"model": "auth.user",
"fields": {
"status": "w",
@@ -1956,25 +1999,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 0,
- "email": "test_user_20@askbot.org",
- "username": "test_user_20",
+ "new_response_count": 7,
+ "email": "test_user_18@askbot.org",
+ "username": "test_user_18",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$59574$54ce25571357313105b19a39daa7dfedeb369fc8",
+ "password": "sha1$3a85d$8070b80232d0e6ec351d9d9d66b09c6212a77a2d",
"silver": 0,
- "bronze": 2,
+ "bronze": 4,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -1983,40 +2026,40 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 509,
- "gravatar": "4f877025b0ab869a9e9400e28ed3eab5",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 518,
+ "gravatar": "ec0f9a859b26512fdcc994516be5e752",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 5,
+ "pk": 20,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 0,
+ "gold": 2,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:00",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 49,
- "email": "test_user_4@askbot.org",
- "username": "test_user_4",
+ "new_response_count": 0,
+ "email": "test_user_19@askbot.org",
+ "username": "test_user_19",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7bd4f$4fed2fd2f0a50c59a3e1c7f5bc2d245f185e6941",
- "silver": 0,
+ "password": "sha1$f7931$fd6d24ecd06ca9acbb15506c3f3ff4d105dc693a",
+ "silver": 2,
"bronze": 4,
"questions_per_page": 10,
"about": "",
@@ -2026,13 +2069,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "23f7d972c0c664b156d0473c0999a697",
- "last_seen": "2011-11-29 11:22:00"
+ "reputation": 713,
+ "gravatar": "b75bdbeb7354745fdf9fdf72200eb799",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 23,
+ "pk": 21,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2042,23 +2085,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_22@askbot.org",
- "username": "test_user_22",
+ "email": "test_user_20@askbot.org",
+ "username": "test_user_20",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$f7180$8502442f4727bdb5cc22bb1a5c920b8d85ede44f",
+ "password": "sha1$ce673$cbe2240ab8a6b25003ab85d4bb705e07d7d76f74",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2070,8 +2113,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "a5ddb8c0343a8aa84250f50535368aaf",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "4f877025b0ab869a9e9400e28ed3eab5",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2085,14 +2128,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_21@askbot.org",
@@ -2101,7 +2144,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$51fa7$cff0d645baf77691f67eec2bb34ee2e0b9e08108",
+ "password": "sha1$27f03$44e4b1227e5cd18fdd2d9af34bf6b090e360390d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2114,11 +2157,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "76b52b8b8655a296120d87715dbdd3e6",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 25,
+ "pk": 23,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2128,23 +2171,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_24@askbot.org",
- "username": "test_user_24",
+ "email": "test_user_22@askbot.org",
+ "username": "test_user_22",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$e5279$0c376c7f9e7912cdcb9a8e8e5f7227c52c6e15ef",
+ "password": "sha1$f2a81$9799180e6ff6e310fa091ca69ac0010c51342f4b",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2156,8 +2199,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "9273b4ea8133885f6864afbc27b17a6b",
- "last_seen": "2011-11-29 11:22:01"
+ "gravatar": "a5ddb8c0343a8aa84250f50535368aaf",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2171,14 +2214,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_23@askbot.org",
@@ -2187,7 +2230,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$de87a$3bc6401bdfc6775887c3ecbec09fa394eb634a83",
+ "password": "sha1$fc47b$9d1f96ef03f26ee6949815fc53c08704e30cd2b1",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2200,11 +2243,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "0b7ee0d2855d536bfcd272fe59e51e85",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 27,
+ "pk": 25,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2214,23 +2257,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_26@askbot.org",
- "username": "test_user_26",
+ "email": "test_user_24@askbot.org",
+ "username": "test_user_24",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$4cbd4$032e616ef2c08f66347037f0cce9af0713076140",
+ "password": "sha1$45370$2514c920f4058028a57a0adb6ec5c4e472775e0f",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2242,8 +2285,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "2089b5251d55cadb48417b9d2b78b4b2",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "9273b4ea8133885f6864afbc27b17a6b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2257,14 +2300,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_25@askbot.org",
@@ -2273,7 +2316,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$08d97$9ac274dc54da11e83f0dcf1991f57dbd3fbb95a7",
+ "password": "sha1$87174$1e7f2ee79f0322329581577f392c345ab1407204",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2286,11 +2329,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "3f02ce1295ff1104020fb76e0a713f19",
- "last_seen": "2011-11-29 11:22:01"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 29,
+ "pk": 27,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2300,23 +2343,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_28@askbot.org",
- "username": "test_user_28",
+ "email": "test_user_26@askbot.org",
+ "username": "test_user_26",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$d4453$8074db2f03a12e0ff84956ba3f80a863f02135f4",
+ "password": "sha1$b024a$4c21a57f1b5b48fa974b90f1d3802caa3ca58e8b",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2328,8 +2371,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "7ea520152dac05fa69541ffe139bcca2",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "2089b5251d55cadb48417b9d2b78b4b2",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2343,14 +2386,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_27@askbot.org",
@@ -2359,7 +2402,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6435c$c0148935a628c8430570c8e5ba1ac4dc425b03a9",
+ "password": "sha1$58826$41c5e9f5dce2835b5175b023eb527fcade98d2d4",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2372,11 +2415,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "489074a9a117be5320690bd6977ece9e",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 31,
+ "pk": 29,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2386,23 +2429,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_30@askbot.org",
- "username": "test_user_30",
+ "email": "test_user_28@askbot.org",
+ "username": "test_user_28",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$491b8$601af2150570d0a6a6994348cffcb98e8bffaa62",
+ "password": "sha1$66e41$907b68d8b88a2ee9c8b3e30649f9117cbd07519c",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2414,8 +2457,8 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "4db2d8490aa35168e331b5ee5a0fd63b",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "7ea520152dac05fa69541ffe139bcca2",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2429,14 +2472,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_29@askbot.org",
@@ -2445,7 +2488,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$7b80f$c44e6b4fd46f296e04b2b05b1b0d35c11eace4c9",
+ "password": "sha1$7abb4$302c303a96f5aadfc1a744f4288fa0b7f60ce58d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2458,11 +2501,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "98be33fd4cf91cd0d26e8bbdda1691f2",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 13,
+ "pk": 31,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2472,25 +2515,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:01",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:01",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
- "new_response_count": 25,
- "email": "test_user_12@askbot.org",
- "username": "test_user_12",
+ "new_response_count": 0,
+ "email": "test_user_30@askbot.org",
+ "username": "test_user_30",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$06cc8$75eb8ea982a0c7fa2d508133df9edba158ffae36",
+ "password": "sha1$8f341$7effe1a8dd068de04bf1da8c44d87f9d8b7ef541",
"silver": 0,
- "bronze": 4,
+ "bronze": 2,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2499,9 +2542,9 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 518,
- "gravatar": "6a70087a63bbc7c6a4028365ed4e1950",
- "last_seen": "2011-11-29 11:22:01"
+ "reputation": 509,
+ "gravatar": "4db2d8490aa35168e331b5ee5a0fd63b",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
@@ -2515,14 +2558,14 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
"email": "test_user_31@askbot.org",
@@ -2531,7 +2574,7 @@
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$6c784$fabf3831df0bc28d7116e5ecead54f70f52b6af6",
+ "password": "sha1$a609f$b43e70ce92cd80413937108704a2faf96c659589",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2544,11 +2587,11 @@
"ignored_tags": "",
"reputation": 498,
"gravatar": "e1646ca0338becadfc188108ef11a963",
- "last_seen": "2011-11-29 11:22:02"
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 37,
+ "pk": 33,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2558,23 +2601,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_36@askbot.org",
- "username": "test_user_36",
+ "email": "test_user_32@askbot.org",
+ "username": "test_user_32",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$91100$2e7c3a6a0e1c53e64dddcc681995d8a8f6cee1c2",
+ "password": "sha1$c0ee2$ac5ff63a7e0a57041b640151f3aaa844db9b509a",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2586,55 +2629,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "906f494d5d4015f2d7d13a781d5dd2e7",
- "last_seen": "2011-11-29 11:22:02"
- }
- },
- {
- "pk": 3,
- "model": "auth.user",
- "fields": {
- "status": "w",
- "last_name": "",
- "gold": 0,
- "is_staff": false,
- "user_permissions": [],
- "interesting_tags": "",
- "email_key": null,
- "date_joined": "2011-11-29 11:22:00",
- "first_name": "",
- "email_isvalid": false,
- "avatar_type": "n",
- "website": "",
- "is_superuser": false,
- "date_of_birth": null,
- "last_login": "2011-11-29 11:22:00",
- "location": "",
- "new_response_count": 55,
- "email": "test_user_2@askbot.org",
- "username": "test_user_2",
- "is_active": true,
- "consecutive_days_visit_count": 0,
- "email_tag_filter_strategy": 1,
- "groups": [],
- "password": "sha1$2f111$37691e24cf2f74476313cbf132ca032a36517690",
- "silver": 0,
- "bronze": 4,
- "questions_per_page": 10,
- "about": "",
- "show_country": false,
- "country": "",
- "display_tag_filter_strategy": 0,
- "seen_response_count": 0,
- "real_name": "",
- "ignored_tags": "",
- "reputation": 518,
- "gravatar": "564666778b07615b15a36ce51ac7f7d2",
- "last_seen": "2011-11-29 11:22:00"
+ "gravatar": "1f4576d9b347126a61b9b6ca39aaf46d",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 38,
+ "pk": 34,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2644,23 +2644,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_37@askbot.org",
- "username": "test_user_37",
+ "email": "test_user_33@askbot.org",
+ "username": "test_user_33",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$c882c$efdc667baf367463332f96139e8850b437dcfd49",
+ "password": "sha1$fdc5b$5e1792dcf3371268956f3d4463b2240642db0979",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2672,40 +2672,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 498,
- "gravatar": "641aca2f46519377ccd0500b6ab96ef0",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "a3d70733b55cca2d4e94e42b246ce2af",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 40,
+ "pk": 35,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 1,
+ "gold": 0,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_39@askbot.org",
- "username": "test_user_39",
+ "email": "test_user_34@askbot.org",
+ "username": "test_user_34",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$60a6a$c9fba8b461a8b5d566f6296ed8eb3937a1bea923",
- "silver": 1,
- "bronze": 5,
+ "password": "sha1$6effa$92f04edd455daf51f7fa680630b86ff7b6a9d5c7",
+ "silver": 0,
+ "bronze": 2,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2714,13 +2714,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 702,
- "gravatar": "43d568bd3fb5f364a3e3a5aa2db795e4",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 509,
+ "gravatar": "a0a078c93e5bae4f19920e9f0ab6bd1d",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 33,
+ "pk": 36,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2730,25 +2730,25 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_32@askbot.org",
- "username": "test_user_32",
+ "email": "test_user_35@askbot.org",
+ "username": "test_user_35",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$79b0d$c792ceafd2ae759c5b2c6952e83b07396372b569",
+ "password": "sha1$64ff0$24d4e4c0998862417646a9195fb846bc1a7c35aa",
"silver": 0,
- "bronze": 2,
+ "bronze": 1,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2757,13 +2757,13 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 509,
- "gravatar": "1f4576d9b347126a61b9b6ca39aaf46d",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 498,
+ "gravatar": "7cb624e123b95ef9694b64823b0fb0f1",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 39,
+ "pk": 37,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2773,23 +2773,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_38@askbot.org",
- "username": "test_user_38",
+ "email": "test_user_36@askbot.org",
+ "username": "test_user_36",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$9af1a$f8d569c6b7f5543edd1da16054d99d9e50f032b9",
+ "password": "sha1$264cc$e72669914cc404990b135dc48816b8c4c4afa6ff",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2801,12 +2801,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "fcc3f6722e53bafdacdfea9ced92bbff",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "906f494d5d4015f2d7d13a781d5dd2e7",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 34,
+ "pk": 38,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2816,23 +2816,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_33@askbot.org",
- "username": "test_user_33",
+ "email": "test_user_37@askbot.org",
+ "username": "test_user_37",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$461f2$0020c7758230a00f930867fe7c5bddf3cfb8a4ae",
+ "password": "sha1$a924b$25d6b03ca36b78d3420464097dba8142ba90b20d",
"silver": 0,
"bronze": 1,
"questions_per_page": 10,
@@ -2844,12 +2844,12 @@
"real_name": "",
"ignored_tags": "",
"reputation": 498,
- "gravatar": "a3d70733b55cca2d4e94e42b246ce2af",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "641aca2f46519377ccd0500b6ab96ef0",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 35,
+ "pk": 39,
"model": "auth.user",
"fields": {
"status": "w",
@@ -2859,23 +2859,23 @@
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_34@askbot.org",
- "username": "test_user_34",
+ "email": "test_user_38@askbot.org",
+ "username": "test_user_38",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$ede22$54addd84f03b7c654f112d102f940f09211b9902",
+ "password": "sha1$6a84f$002738f797df0f265e17f970ccc67fabfee526a7",
"silver": 0,
"bronze": 2,
"questions_per_page": 10,
@@ -2887,40 +2887,40 @@
"real_name": "",
"ignored_tags": "",
"reputation": 509,
- "gravatar": "a0a078c93e5bae4f19920e9f0ab6bd1d",
- "last_seen": "2011-11-29 11:22:02"
+ "gravatar": "fcc3f6722e53bafdacdfea9ced92bbff",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
- "pk": 36,
+ "pk": 40,
"model": "auth.user",
"fields": {
"status": "w",
"last_name": "",
- "gold": 0,
+ "gold": 1,
"is_staff": false,
"user_permissions": [],
"interesting_tags": "",
"email_key": null,
- "date_joined": "2011-11-29 11:22:02",
+ "date_joined": "2011-12-20 12:51:21",
"first_name": "",
"email_isvalid": false,
"avatar_type": "n",
"website": "",
"is_superuser": false,
"date_of_birth": null,
- "last_login": "2011-11-29 11:22:02",
+ "last_login": "2011-12-20 12:51:21",
"location": "",
"new_response_count": 0,
- "email": "test_user_35@askbot.org",
- "username": "test_user_35",
+ "email": "test_user_39@askbot.org",
+ "username": "test_user_39",
"is_active": true,
"consecutive_days_visit_count": 0,
"email_tag_filter_strategy": 1,
"groups": [],
- "password": "sha1$0952b$51d2fd274e952d6ad6012bc79fc883550dbf45ba",
- "silver": 0,
- "bronze": 1,
+ "password": "sha1$b2cca$fffcd0641241dff108a6015328497977a8452fb6",
+ "silver": 1,
+ "bronze": 5,
"questions_per_page": 10,
"about": "",
"show_country": false,
@@ -2929,2023 +2929,2905 @@
"seen_response_count": 0,
"real_name": "",
"ignored_tags": "",
- "reputation": 498,
- "gravatar": "7cb624e123b95ef9694b64823b0fb0f1",
- "last_seen": "2011-11-29 11:22:02"
+ "reputation": 702,
+ "gravatar": "43d568bd3fb5f364a3e3a5aa2db795e4",
+ "last_seen": "2011-12-20 12:51:21"
}
},
{
"pk": 1,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-1-0",
- "deleted": false,
- "created_by": 1,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:22",
+ "notified": false,
+ "object_id": 1,
+ "user": 1,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 2,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-1-1",
- "deleted": false,
- "created_by": 1,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:22",
+ "notified": false,
+ "object_id": 1,
+ "user": 2,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 20,
- "model": "askbot.tag",
+ "pk": 3,
+ "model": "askbot.award",
"fields": {
- "name": "tag-10-0",
- "deleted": false,
- "created_by": 10,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 2,
+ "user": 3,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 3,
+ "user": 3,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 3,
+ "user": 4,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 4,
+ "user": 5,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 5,
+ "user": 5,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 5,
+ "user": 6,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 6,
+ "user": 7,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 7,
+ "user": 7,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:24",
+ "notified": false,
+ "object_id": 7,
+ "user": 8,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 8,
+ "user": 9,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 9,
+ "user": 9,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 9,
+ "user": 10,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 10,
+ "user": 11,
+ "content_type": 20,
+ "badge": 3
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 11,
+ "user": 11,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 11,
+ "user": 12,
+ "content_type": 20,
+ "badge": 2
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 12,
+ "user": 13,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 19,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-10-1",
- "deleted": false,
- "created_by": 10,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 13,
+ "user": 13,
+ "content_type": 20,
+ "badge": 1
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.award",
+ "fields": {
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 13,
+ "user": 14,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 21,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-11-0",
- "deleted": false,
- "created_by": 11,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 14,
+ "user": 15,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 22,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-11-1",
- "deleted": false,
- "created_by": 11,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 15,
+ "user": 15,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 24,
- "model": "askbot.tag",
+ "pk": 23,
+ "model": "askbot.award",
"fields": {
- "name": "tag-12-0",
- "deleted": false,
- "created_by": 12,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:25",
+ "notified": false,
+ "object_id": 15,
+ "user": 16,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 23,
- "model": "askbot.tag",
+ "pk": 24,
+ "model": "askbot.award",
"fields": {
- "name": "tag-12-1",
- "deleted": false,
- "created_by": 12,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 16,
+ "user": 17,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 25,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-13-0",
- "deleted": false,
- "created_by": 13,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 17,
+ "user": 17,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 26,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-13-1",
- "deleted": false,
- "created_by": 13,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 17,
+ "user": 18,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 28,
- "model": "askbot.tag",
+ "pk": 27,
+ "model": "askbot.award",
"fields": {
- "name": "tag-14-0",
- "deleted": false,
- "created_by": 14,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 18,
+ "user": 19,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 27,
- "model": "askbot.tag",
+ "pk": 28,
+ "model": "askbot.award",
"fields": {
- "name": "tag-14-1",
- "deleted": false,
- "created_by": 14,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 19,
+ "user": 19,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 29,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-15-0",
- "deleted": false,
- "created_by": 15,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 19,
+ "user": 20,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 30,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-15-1",
- "deleted": false,
- "created_by": 15,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 20,
+ "user": 21,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 32,
- "model": "askbot.tag",
+ "pk": 31,
+ "model": "askbot.award",
"fields": {
- "name": "tag-16-0",
- "deleted": false,
- "created_by": 16,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 21,
+ "user": 21,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 31,
- "model": "askbot.tag",
+ "pk": 32,
+ "model": "askbot.award",
"fields": {
- "name": "tag-16-1",
- "deleted": false,
- "created_by": 16,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 21,
+ "user": 22,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 33,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-17-0",
- "deleted": false,
- "created_by": 17,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:26",
+ "notified": false,
+ "object_id": 22,
+ "user": 23,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 34,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-17-1",
- "deleted": false,
- "created_by": 17,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 23,
+ "user": 23,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 36,
- "model": "askbot.tag",
+ "pk": 35,
+ "model": "askbot.award",
"fields": {
- "name": "tag-18-0",
- "deleted": false,
- "created_by": 18,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 23,
+ "user": 24,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 35,
- "model": "askbot.tag",
+ "pk": 36,
+ "model": "askbot.award",
"fields": {
- "name": "tag-18-1",
- "deleted": false,
- "created_by": 18,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 24,
+ "user": 25,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 37,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-19-0",
- "deleted": false,
- "created_by": 19,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 25,
+ "user": 25,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 38,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-19-1",
- "deleted": false,
- "created_by": 19,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 4,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-2-0",
- "deleted": false,
- "created_by": 2,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 3,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-2-1",
- "deleted": false,
- "created_by": 2,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 25,
+ "user": 26,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 39,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-20-0",
- "deleted": false,
- "created_by": 20,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 26,
+ "user": 27,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 40,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-20-1",
- "deleted": false,
- "created_by": 20,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 27,
+ "user": 27,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 42,
- "model": "askbot.tag",
+ "pk": 41,
+ "model": "askbot.award",
"fields": {
- "name": "tag-21-0",
- "deleted": false,
- "created_by": 21,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 27,
+ "user": 28,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 41,
- "model": "askbot.tag",
+ "pk": 42,
+ "model": "askbot.award",
"fields": {
- "name": "tag-21-1",
- "deleted": false,
- "created_by": 21,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:27",
+ "notified": false,
+ "object_id": 28,
+ "user": 29,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 43,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-22-0",
- "deleted": false,
- "created_by": 22,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 29,
+ "user": 29,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 44,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-22-1",
- "deleted": false,
- "created_by": 22,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 29,
+ "user": 30,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 46,
- "model": "askbot.tag",
+ "pk": 45,
+ "model": "askbot.award",
"fields": {
- "name": "tag-23-0",
- "deleted": false,
- "created_by": 23,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 30,
+ "user": 31,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 45,
- "model": "askbot.tag",
+ "pk": 46,
+ "model": "askbot.award",
"fields": {
- "name": "tag-23-1",
- "deleted": false,
- "created_by": 23,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 31,
+ "user": 31,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 47,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-24-0",
- "deleted": false,
- "created_by": 24,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 31,
+ "user": 32,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 48,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-24-1",
- "deleted": false,
- "created_by": 24,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 32,
+ "user": 33,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 50,
- "model": "askbot.tag",
+ "pk": 49,
+ "model": "askbot.award",
"fields": {
- "name": "tag-25-0",
- "deleted": false,
- "created_by": 25,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 33,
+ "user": 33,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 49,
- "model": "askbot.tag",
+ "pk": 50,
+ "model": "askbot.award",
"fields": {
- "name": "tag-25-1",
- "deleted": false,
- "created_by": 25,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 33,
+ "user": 34,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 51,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-26-0",
- "deleted": false,
- "created_by": 26,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 34,
+ "user": 35,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 52,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-26-1",
- "deleted": false,
- "created_by": 26,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 35,
+ "user": 35,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 54,
- "model": "askbot.tag",
+ "pk": 53,
+ "model": "askbot.award",
"fields": {
- "name": "tag-27-0",
- "deleted": false,
- "created_by": 27,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:28",
+ "notified": false,
+ "object_id": 35,
+ "user": 36,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 53,
- "model": "askbot.tag",
+ "pk": 54,
+ "model": "askbot.award",
"fields": {
- "name": "tag-27-1",
- "deleted": false,
- "created_by": 27,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 36,
+ "user": 37,
+ "content_type": 20,
+ "badge": 3
}
},
{
"pk": 55,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-28-0",
- "deleted": false,
- "created_by": 28,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 37,
+ "user": 37,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 56,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-28-1",
- "deleted": false,
- "created_by": 28,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 58,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-29-0",
- "deleted": false,
- "created_by": 29,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 37,
+ "user": 38,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 57,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-29-1",
- "deleted": false,
- "created_by": 29,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 38,
+ "user": 39,
+ "content_type": 20,
+ "badge": 3
}
},
{
- "pk": 5,
- "model": "askbot.tag",
+ "pk": 58,
+ "model": "askbot.award",
"fields": {
- "name": "tag-3-0",
- "deleted": false,
- "created_by": 3,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 39,
+ "user": 39,
+ "content_type": 20,
+ "badge": 1
}
},
{
- "pk": 6,
- "model": "askbot.tag",
+ "pk": 59,
+ "model": "askbot.award",
"fields": {
- "name": "tag-3-1",
- "deleted": false,
- "created_by": 3,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 39,
+ "user": 40,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 60,
- "model": "askbot.tag",
- "fields": {
- "name": "tag-30-0",
- "deleted": false,
- "created_by": 30,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
- }
- },
- {
- "pk": 59,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-30-1",
- "deleted": false,
- "created_by": 30,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 1
}
},
{
"pk": 61,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-31-0",
- "deleted": false,
- "created_by": 31,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 40,
+ "user": 1,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 62,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-31-1",
- "deleted": false,
- "created_by": 31,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:29",
+ "notified": false,
+ "object_id": 1,
+ "user": 1,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 64,
- "model": "askbot.tag",
+ "pk": 63,
+ "model": "askbot.award",
"fields": {
- "name": "tag-32-0",
- "deleted": false,
- "created_by": 32,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 5
}
},
{
- "pk": 63,
- "model": "askbot.tag",
+ "pk": 64,
+ "model": "askbot.award",
"fields": {
- "name": "tag-32-1",
- "deleted": false,
- "created_by": 32,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 6
}
},
{
"pk": 65,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-33-0",
- "deleted": false,
- "created_by": 33,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 3,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 66,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-33-1",
- "deleted": false,
- "created_by": 33,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 3,
+ "user": 3,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 68,
- "model": "askbot.tag",
+ "pk": 67,
+ "model": "askbot.award",
"fields": {
- "name": "tag-34-0",
- "deleted": false,
- "created_by": 34,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 7
}
},
{
- "pk": 67,
- "model": "askbot.tag",
+ "pk": 68,
+ "model": "askbot.award",
"fields": {
- "name": "tag-34-1",
- "deleted": false,
- "created_by": 34,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:30",
+ "notified": false,
+ "object_id": 40,
+ "user": 5,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 69,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-35-0",
- "deleted": false,
- "created_by": 35,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 5,
+ "user": 5,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 70,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-35-1",
- "deleted": false,
- "created_by": 35,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 40,
+ "user": 7,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 72,
- "model": "askbot.tag",
+ "pk": 71,
+ "model": "askbot.award",
"fields": {
- "name": "tag-36-0",
- "deleted": false,
- "created_by": 36,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:31",
+ "notified": false,
+ "object_id": 7,
+ "user": 7,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 71,
- "model": "askbot.tag",
+ "pk": 72,
+ "model": "askbot.award",
"fields": {
- "name": "tag-36-1",
- "deleted": false,
- "created_by": 36,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:32",
+ "notified": false,
+ "object_id": 40,
+ "user": 9,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 73,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-37-0",
- "deleted": false,
- "created_by": 37,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:32",
+ "notified": false,
+ "object_id": 9,
+ "user": 9,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 74,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-37-1",
- "deleted": false,
- "created_by": 37,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:33",
+ "notified": false,
+ "object_id": 40,
+ "user": 11,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 76,
- "model": "askbot.tag",
+ "pk": 75,
+ "model": "askbot.award",
"fields": {
- "name": "tag-38-0",
- "deleted": false,
- "created_by": 38,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:33",
+ "notified": false,
+ "object_id": 11,
+ "user": 11,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 75,
- "model": "askbot.tag",
+ "pk": 76,
+ "model": "askbot.award",
"fields": {
- "name": "tag-38-1",
- "deleted": false,
- "created_by": 38,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:34",
+ "notified": false,
+ "object_id": 40,
+ "user": 13,
+ "content_type": 20,
+ "badge": 2
}
},
{
"pk": 77,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-39-0",
- "deleted": false,
- "created_by": 39,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:34",
+ "notified": false,
+ "object_id": 13,
+ "user": 13,
+ "content_type": 24,
+ "badge": 4
}
},
{
"pk": 78,
- "model": "askbot.tag",
+ "model": "askbot.award",
"fields": {
- "name": "tag-39-1",
- "deleted": false,
- "created_by": 39,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:35",
+ "notified": false,
+ "object_id": 40,
+ "user": 15,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 8,
- "model": "askbot.tag",
+ "pk": 79,
+ "model": "askbot.award",
"fields": {
- "name": "tag-4-0",
- "deleted": false,
- "created_by": 4,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:35",
+ "notified": false,
+ "object_id": 15,
+ "user": 15,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 7,
- "model": "askbot.tag",
+ "pk": 80,
+ "model": "askbot.award",
"fields": {
- "name": "tag-4-1",
- "deleted": false,
- "created_by": 4,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:36",
+ "notified": false,
+ "object_id": 40,
+ "user": 17,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 79,
- "model": "askbot.tag",
+ "pk": 81,
+ "model": "askbot.award",
"fields": {
- "name": "tag-40-0",
- "deleted": false,
- "created_by": 40,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:36",
+ "notified": false,
+ "object_id": 17,
+ "user": 17,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 80,
- "model": "askbot.tag",
+ "pk": 82,
+ "model": "askbot.award",
"fields": {
- "name": "tag-40-1",
- "deleted": false,
- "created_by": 40,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:38",
+ "notified": false,
+ "object_id": 40,
+ "user": 19,
+ "content_type": 20,
+ "badge": 2
}
},
{
- "pk": 9,
- "model": "askbot.tag",
+ "pk": 83,
+ "model": "askbot.award",
"fields": {
- "name": "tag-5-0",
- "deleted": false,
- "created_by": 5,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:38",
+ "notified": false,
+ "object_id": 19,
+ "user": 19,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 10,
- "model": "askbot.tag",
+ "pk": 84,
+ "model": "askbot.award",
"fields": {
- "name": "tag-5-1",
- "deleted": false,
- "created_by": 5,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 4
}
},
{
- "pk": 12,
- "model": "askbot.tag",
+ "pk": 85,
+ "model": "askbot.award",
"fields": {
- "name": "tag-6-0",
- "deleted": false,
- "created_by": 6,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 8
}
},
{
- "pk": 11,
- "model": "askbot.tag",
+ "pk": 86,
+ "model": "askbot.award",
"fields": {
- "name": "tag-6-1",
- "deleted": false,
- "created_by": 6,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:39",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 9
}
},
{
- "pk": 13,
- "model": "askbot.tag",
+ "pk": 87,
+ "model": "askbot.award",
"fields": {
- "name": "tag-7-0",
- "deleted": false,
- "created_by": 7,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:40",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 10
}
},
{
- "pk": 14,
- "model": "askbot.tag",
+ "pk": 88,
+ "model": "askbot.award",
"fields": {
- "name": "tag-7-1",
- "deleted": false,
- "created_by": 7,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:50",
+ "notified": false,
+ "object_id": 40,
+ "user": 40,
+ "content_type": 20,
+ "badge": 11
}
},
{
- "pk": 16,
- "model": "askbot.tag",
+ "pk": 89,
+ "model": "askbot.award",
"fields": {
- "name": "tag-8-0",
- "deleted": false,
- "created_by": 8,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:50",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 11
}
},
{
- "pk": 15,
- "model": "askbot.tag",
+ "pk": 90,
+ "model": "askbot.award",
"fields": {
- "name": "tag-8-1",
- "deleted": false,
- "created_by": 8,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 40,
+ "content_type": 24,
+ "badge": 12
}
},
{
- "pk": 17,
- "model": "askbot.tag",
+ "pk": 91,
+ "model": "askbot.award",
"fields": {
- "name": "tag-9-0",
- "deleted": false,
- "created_by": 9,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 13
}
},
{
- "pk": 18,
- "model": "askbot.tag",
+ "pk": 92,
+ "model": "askbot.award",
"fields": {
- "name": "tag-9-1",
- "deleted": false,
- "created_by": 9,
- "deleted_by": null,
- "used_count": 1,
- "deleted_at": null
+ "awarded_at": "2011-12-20 12:51:52",
+ "notified": false,
+ "object_id": 20,
+ "user": 20,
+ "content_type": 24,
+ "badge": 14
}
},
{
- "pk": 61,
- "model": "askbot.postrevision",
+ "pk": 1,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 40,
- "tagnames": "tag-40-0 tag-40-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.EDITED",
- "question": 40,
- "revised_at": "2011-11-29 11:22:44",
- "summary": "EDITED",
- "revision_type": 1,
- "answer": null,
- "revision": 2
+ "comment": null,
+ "positive": 10,
+ "question": 1,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 1,
+ "reputed_at": "2011-12-20 12:51:22",
+ "reputation": 510
}
},
{
- "pk": 62,
- "model": "askbot.postrevision",
+ "pk": 2,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "",
- "text": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:45",
- "summary": "No.2 Revision",
- "revision_type": 2,
- "answer": 20,
- "revision": 2
+ "comment": null,
+ "positive": 0,
+ "question": 2,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 2,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 3,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 3,
- "tagnames": "tag-3-0 tag-3-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.3",
- "question": 3,
- "revised_at": "2011-11-29 11:22:04",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 2,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 4,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 4,
- "tagnames": "tag-4-0 tag-4-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.4",
- "question": 4,
- "revised_at": "2011-11-29 11:22:05",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 3,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 5,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 5,
- "tagnames": "tag-5-0 tag-5-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.5",
- "question": 5,
- "revised_at": "2011-11-29 11:22:06",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 4,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 4,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 6,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 6,
- "tagnames": "tag-6-0 tag-6-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.6",
- "question": 6,
- "revised_at": "2011-11-29 11:22:07",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 4,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 7,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 7,
- "tagnames": "tag-7-0 tag-7-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.7",
- "question": 7,
- "revised_at": "2011-11-29 11:22:07",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 5,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 8,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 8,
- "tagnames": "tag-8-0 tag-8-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.8",
- "question": 8,
- "revised_at": "2011-11-29 11:22:08",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 6,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 6,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 498
}
},
{
"pk": 9,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 9,
- "tagnames": "tag-9-0 tag-9-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.9",
- "question": 9,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 6,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 499
}
},
{
"pk": 10,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 10,
- "tagnames": "tag-10-0 tag-10-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.10",
- "question": 10,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 7,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:24",
+ "reputation": 509
}
},
{
"pk": 11,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 11,
- "tagnames": "tag-11-0 tag-11-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.11",
- "question": 11,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 8,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 8,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 12,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 12,
- "tagnames": "tag-12-0 tag-12-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.12",
- "question": 12,
- "revised_at": "2011-11-29 11:22:09",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 8,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 13,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 13,
- "tagnames": "tag-13-0 tag-13-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.13",
- "question": 13,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 9,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 14,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 14,
- "tagnames": "tag-14-0 tag-14-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.14",
- "question": 14,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 10,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 10,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 15,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 15,
- "tagnames": "tag-15-0 tag-15-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.15",
- "question": 15,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 10,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 16,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 16,
- "tagnames": "tag-16-0 tag-16-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.16",
- "question": 16,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 11,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 17,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 17,
- "tagnames": "tag-17-0 tag-17-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.17",
- "question": 17,
- "revised_at": "2011-11-29 11:22:10",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 12,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 12,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 18,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 18,
- "tagnames": "tag-18-0 tag-18-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.18",
- "question": 18,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 12,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 19,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 19,
- "tagnames": "tag-19-0 tag-19-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.19",
- "question": 19,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 13,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 20,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "tag-20-0 tag-20-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.20",
- "question": 20,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 14,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 14,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 498
}
},
{
"pk": 21,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 21,
- "tagnames": "tag-21-0 tag-21-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.21",
- "question": 21,
- "revised_at": "2011-11-29 11:22:11",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 14,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 499
}
},
{
"pk": 22,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 22,
- "tagnames": "tag-22-0 tag-22-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.22",
- "question": 22,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 15,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:25",
+ "reputation": 509
}
},
{
"pk": 23,
- "model": "askbot.postrevision",
- "fields": {
- "is_anonymous": false,
- "author": 23,
- "tagnames": "tag-23-0 tag-23-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.23",
- "question": 23,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
- }
- },
- {
- "pk": 51,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 11,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:20",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 11,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 16,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 16,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 24,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 24,
- "tagnames": "tag-24-0 tag-24-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.24",
- "question": 24,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 16,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 25,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 25,
- "tagnames": "tag-25-0 tag-25-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.25",
- "question": 25,
- "revised_at": "2011-11-29 11:22:12",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 17,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 26,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 26,
- "tagnames": "tag-26-0 tag-26-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.26",
- "question": 26,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 18,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 18,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 27,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 27,
- "tagnames": "tag-27-0 tag-27-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.27",
- "question": 27,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 18,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 28,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 28,
- "tagnames": "tag-28-0 tag-28-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.28",
- "question": 28,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 19,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 29,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 29,
- "tagnames": "tag-29-0 tag-29-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.29",
- "question": 29,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 20,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 30,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 30,
- "tagnames": "tag-30-0 tag-30-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.30",
- "question": 30,
- "revised_at": "2011-11-29 11:22:13",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 20,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 21,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 31,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 31,
- "tagnames": "tag-31-0 tag-31-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.31",
- "question": 31,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 21,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 21,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 509
}
},
{
"pk": 32,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 32,
- "tagnames": "tag-32-0 tag-32-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.32",
- "question": 32,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 22,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 22,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 498
}
},
{
"pk": 33,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 33,
- "tagnames": "tag-33-0 tag-33-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.33",
- "question": 33,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 22,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 23,
+ "reputed_at": "2011-12-20 12:51:26",
+ "reputation": 499
}
},
{
"pk": 34,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 34,
- "tagnames": "tag-34-0 tag-34-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.34",
- "question": 34,
- "revised_at": "2011-11-29 11:22:14",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 23,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 23,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 35,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 35,
- "tagnames": "tag-35-0 tag-35-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.35",
- "question": 35,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 24,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 24,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 36,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 36,
- "tagnames": "tag-36-0 tag-36-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.36",
- "question": 36,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 24,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 25,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 37,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 37,
- "tagnames": "tag-37-0 tag-37-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.37",
- "question": 37,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 25,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 25,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 38,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 38,
- "tagnames": "tag-38-0 tag-38-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.38",
- "question": 38,
- "revised_at": "2011-11-29 11:22:15",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 26,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 26,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 39,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 39,
- "tagnames": "tag-39-0 tag-39-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.39",
- "question": 39,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 26,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 27,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 40,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 40,
- "tagnames": "tag-40-0 tag-40-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.40",
- "question": 40,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 27,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 27,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 509
}
},
{
"pk": 41,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 1,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 1,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 28,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 28,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 498
}
},
{
"pk": 42,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 2,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:16",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 2,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 28,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 29,
+ "reputed_at": "2011-12-20 12:51:27",
+ "reputation": 499
}
},
{
"pk": 43,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 3,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 3,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 29,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 29,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 44,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 4,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 4,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 30,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 30,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
}
},
{
"pk": 45,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 5,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:17",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 5,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 30,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 31,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 46,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 6,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:18",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 6,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 31,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 31,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 47,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 7,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:18",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 7,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 32,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 32,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
}
},
{
"pk": 48,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 8,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:19",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 8,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 32,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 33,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 49,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 9,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:19",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 9,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 33,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 33,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 50,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 10,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:20",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 10,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 34,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 34,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 498
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 34,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 35,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 499
}
},
{
"pk": 52,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 12,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:21",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 12,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 35,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 35,
+ "reputed_at": "2011-12-20 12:51:28",
+ "reputation": 509
}
},
{
"pk": 53,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 13,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:22",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 13,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 36,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 36,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 498
}
},
{
"pk": 54,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 14,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:22",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 14,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 36,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 37,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 499
}
},
{
- "pk": 1,
- "model": "askbot.postrevision",
+ "pk": 55,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 1,
- "tagnames": "tag-1-0 tag-1-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.1",
- "question": 1,
- "revised_at": "2011-11-29 11:22:02",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 37,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 37,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 509
}
},
{
"pk": 56,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 16,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:24",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 16,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 38,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 38,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 498
}
},
{
"pk": 57,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 17,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:25",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 17,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 38,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 39,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 499
}
},
{
"pk": 58,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 18,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:25",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 18,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 39,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 39,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 509
}
},
{
"pk": 59,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 19,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:26",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 19,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 510
}
},
{
"pk": 60,
- "model": "askbot.postrevision",
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 20,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:27",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 20,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 1,
+ "reputed_at": "2011-12-20 12:51:29",
+ "reputation": 520
}
},
{
- "pk": 55,
- "model": "askbot.postrevision",
+ "pk": 61,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 15,
- "tagnames": "",
- "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
- "title": "",
- "question": null,
- "revised_at": "2011-11-29 11:22:23",
- "summary": "initial version",
- "revision_type": 2,
- "answer": 15,
- "revision": 1
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 520
}
},
{
- "pk": 2,
- "model": "askbot.postrevision",
+ "pk": 62,
+ "model": "askbot.repute",
"fields": {
- "is_anonymous": false,
- "author": 2,
- "tagnames": "tag-2-0 tag-2-1",
- "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
- "title": "Test question title No.2",
- "question": 2,
- "revised_at": "2011-11-29 11:22:04",
- "summary": "initial version",
- "revision_type": 1,
- "answer": null,
- "revision": 1
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 2,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 63,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 64,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 530
+ }
+ },
+ {
+ "pk": 65,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 3,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 66,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 540
+ }
+ },
+ {
+ "pk": 67,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 4,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 68,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 69,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:30",
+ "reputation": 550
+ }
+ },
+ {
+ "pk": 70,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 5,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 71,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 560
+ }
+ },
+ {
+ "pk": 72,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 6,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 73,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 74,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 570
+ }
+ },
+ {
+ "pk": 75,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 7,
+ "reputed_at": "2011-12-20 12:51:31",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 76,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 580
+ }
+ },
+ {
+ "pk": 77,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 8,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 78,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 79,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 590
+ }
+ },
+ {
+ "pk": 80,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 9,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 81,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:32",
+ "reputation": 600
+ }
+ },
+ {
+ "pk": 82,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 10,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 83,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 84,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 610
+ }
+ },
+ {
+ "pk": 85,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 11,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 86,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 620
+ }
+ },
+ {
+ "pk": 87,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 12,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 88,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:33",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 89,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 630
+ }
+ },
+ {
+ "pk": 90,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 13,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 91,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 640
+ }
+ },
+ {
+ "pk": 92,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 14,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 93,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:34",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 94,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:35",
+ "reputation": 650
+ }
+ },
+ {
+ "pk": 95,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 15,
+ "reputed_at": "2011-12-20 12:51:35",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 96,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 660
+ }
+ },
+ {
+ "pk": 97,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 16,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 98,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 99,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 670
+ }
+ },
+ {
+ "pk": 100,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 17,
+ "reputed_at": "2011-12-20 12:51:36",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 101,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 680
+ }
+ },
+ {
+ "pk": 102,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -2,
+ "reputation_type": -3,
+ "user": 18,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 496
+ }
+ },
+ {
+ "pk": 103,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 0,
+ "question": 40,
+ "negative": -1,
+ "reputation_type": -5,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:37",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 104,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 690
+ }
+ },
+ {
+ "pk": 105,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 19,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 106,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:38",
+ "reputation": 700
+ }
+ },
+ {
+ "pk": 107,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 508
+ }
+ },
+ {
+ "pk": 108,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 518
+ }
+ },
+ {
+ "pk": 109,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:39",
+ "reputation": 528
+ }
+ },
+ {
+ "pk": 110,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 538
+ }
+ },
+ {
+ "pk": 111,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 548
+ }
+ },
+ {
+ "pk": 112,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:40",
+ "reputation": 558
+ }
+ },
+ {
+ "pk": 113,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:41",
+ "reputation": 568
+ }
+ },
+ {
+ "pk": 114,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:41",
+ "reputation": 578
+ }
+ },
+ {
+ "pk": 115,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:42",
+ "reputation": 588
+ }
+ },
+ {
+ "pk": 116,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:42",
+ "reputation": 598
+ }
+ },
+ {
+ "pk": 117,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:43",
+ "reputation": 608
+ }
+ },
+ {
+ "pk": 118,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:44",
+ "reputation": 618
+ }
+ },
+ {
+ "pk": 119,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:44",
+ "reputation": 628
+ }
+ },
+ {
+ "pk": 120,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:45",
+ "reputation": 638
+ }
+ },
+ {
+ "pk": 121,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:46",
+ "reputation": 648
+ }
+ },
+ {
+ "pk": 122,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:46",
+ "reputation": 658
+ }
+ },
+ {
+ "pk": 123,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:47",
+ "reputation": 668
+ }
+ },
+ {
+ "pk": 124,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:48",
+ "reputation": 678
+ }
+ },
+ {
+ "pk": 125,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:49",
+ "reputation": 688
+ }
+ },
+ {
+ "pk": 126,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 10,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 1,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:49",
+ "reputation": 698
+ }
+ },
+ {
+ "pk": 127,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 15,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 2,
+ "user": 20,
+ "reputed_at": "2011-12-20 12:51:52",
+ "reputation": 713
+ }
+ },
+ {
+ "pk": 128,
+ "model": "askbot.repute",
+ "fields": {
+ "comment": null,
+ "positive": 2,
+ "question": 40,
+ "negative": 0,
+ "reputation_type": 3,
+ "user": 40,
+ "reputed_at": "2011-12-20 12:51:52",
+ "reputation": 702
}
},
{
@@ -4953,9 +5835,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:03",
+ "voted_at": "2011-12-20 12:51:22",
"user": 2,
- "content_type": 17,
+ "content_type": 20,
"object_id": 1
}
},
@@ -4964,9 +5846,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:04",
+ "voted_at": "2011-12-20 12:51:24",
"user": 3,
- "content_type": 17,
+ "content_type": 20,
"object_id": 2
}
},
@@ -4975,9 +5857,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:05",
+ "voted_at": "2011-12-20 12:51:24",
"user": 4,
- "content_type": 17,
+ "content_type": 20,
"object_id": 3
}
},
@@ -4986,9 +5868,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:05",
+ "voted_at": "2011-12-20 12:51:24",
"user": 5,
- "content_type": 17,
+ "content_type": 20,
"object_id": 4
}
},
@@ -4997,9 +5879,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:06",
+ "voted_at": "2011-12-20 12:51:24",
"user": 6,
- "content_type": 17,
+ "content_type": 20,
"object_id": 5
}
},
@@ -5008,9 +5890,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:07",
+ "voted_at": "2011-12-20 12:51:24",
"user": 7,
- "content_type": 17,
+ "content_type": 20,
"object_id": 6
}
},
@@ -5019,9 +5901,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:08",
+ "voted_at": "2011-12-20 12:51:24",
"user": 8,
- "content_type": 17,
+ "content_type": 20,
"object_id": 7
}
},
@@ -5030,9 +5912,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:08",
+ "voted_at": "2011-12-20 12:51:25",
"user": 9,
- "content_type": 17,
+ "content_type": 20,
"object_id": 8
}
},
@@ -5041,9 +5923,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 10,
- "content_type": 17,
+ "content_type": 20,
"object_id": 9
}
},
@@ -5052,9 +5934,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 11,
- "content_type": 17,
+ "content_type": 20,
"object_id": 10
}
},
@@ -5063,9 +5945,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 12,
- "content_type": 17,
+ "content_type": 20,
"object_id": 11
}
},
@@ -5074,9 +5956,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:09",
+ "voted_at": "2011-12-20 12:51:25",
"user": 13,
- "content_type": 17,
+ "content_type": 20,
"object_id": 12
}
},
@@ -5085,9 +5967,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 14,
- "content_type": 17,
+ "content_type": 20,
"object_id": 13
}
},
@@ -5096,9 +5978,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 15,
- "content_type": 17,
+ "content_type": 20,
"object_id": 14
}
},
@@ -5107,9 +5989,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:25",
"user": 16,
- "content_type": 17,
+ "content_type": 20,
"object_id": 15
}
},
@@ -5118,9 +6000,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:10",
+ "voted_at": "2011-12-20 12:51:26",
"user": 17,
- "content_type": 17,
+ "content_type": 20,
"object_id": 16
}
},
@@ -5129,9 +6011,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 18,
- "content_type": 17,
+ "content_type": 20,
"object_id": 17
}
},
@@ -5140,9 +6022,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 19,
- "content_type": 17,
+ "content_type": 20,
"object_id": 18
}
},
@@ -5151,9 +6033,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 20,
- "content_type": 17,
+ "content_type": 20,
"object_id": 19
}
},
@@ -5162,9 +6044,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 21,
- "content_type": 17,
+ "content_type": 20,
"object_id": 20
}
},
@@ -5173,9 +6055,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:11",
+ "voted_at": "2011-12-20 12:51:26",
"user": 22,
- "content_type": 17,
+ "content_type": 20,
"object_id": 21
}
},
@@ -5184,9 +6066,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:26",
"user": 23,
- "content_type": 17,
+ "content_type": 20,
"object_id": 22
}
},
@@ -5195,9 +6077,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 24,
- "content_type": 17,
+ "content_type": 20,
"object_id": 23
}
},
@@ -5206,9 +6088,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 25,
- "content_type": 17,
+ "content_type": 20,
"object_id": 24
}
},
@@ -5217,9 +6099,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:12",
+ "voted_at": "2011-12-20 12:51:27",
"user": 26,
- "content_type": 17,
+ "content_type": 20,
"object_id": 25
}
},
@@ -5228,9 +6110,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 27,
- "content_type": 17,
+ "content_type": 20,
"object_id": 26
}
},
@@ -5239,9 +6121,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 28,
- "content_type": 17,
+ "content_type": 20,
"object_id": 27
}
},
@@ -5250,9 +6132,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:27",
"user": 29,
- "content_type": 17,
+ "content_type": 20,
"object_id": 28
}
},
@@ -5261,9 +6143,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:13",
+ "voted_at": "2011-12-20 12:51:28",
"user": 30,
- "content_type": 17,
+ "content_type": 20,
"object_id": 29
}
},
@@ -5272,9 +6154,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 31,
- "content_type": 17,
+ "content_type": 20,
"object_id": 30
}
},
@@ -5283,9 +6165,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 32,
- "content_type": 17,
+ "content_type": 20,
"object_id": 31
}
},
@@ -5294,9 +6176,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 33,
- "content_type": 17,
+ "content_type": 20,
"object_id": 32
}
},
@@ -5305,9 +6187,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:14",
+ "voted_at": "2011-12-20 12:51:28",
"user": 34,
- "content_type": 17,
+ "content_type": 20,
"object_id": 33
}
},
@@ -5316,9 +6198,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:28",
"user": 35,
- "content_type": 17,
+ "content_type": 20,
"object_id": 34
}
},
@@ -5327,9 +6209,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:28",
"user": 36,
- "content_type": 17,
+ "content_type": 20,
"object_id": 35
}
},
@@ -5338,9 +6220,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:29",
"user": 37,
- "content_type": 17,
+ "content_type": 20,
"object_id": 36
}
},
@@ -5349,9 +6231,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:15",
+ "voted_at": "2011-12-20 12:51:29",
"user": 38,
- "content_type": 17,
+ "content_type": 20,
"object_id": 37
}
},
@@ -5360,9 +6242,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 39,
- "content_type": 17,
+ "content_type": 20,
"object_id": 38
}
},
@@ -5371,9 +6253,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 40,
- "content_type": 17,
+ "content_type": 20,
"object_id": 39
}
},
@@ -5382,9 +6264,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 1,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5393,9 +6275,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:16",
+ "voted_at": "2011-12-20 12:51:29",
"user": 2,
- "content_type": 21,
+ "content_type": 24,
"object_id": 1
}
},
@@ -5404,9 +6286,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 2,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5415,9 +6297,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 3,
- "content_type": 21,
+ "content_type": 24,
"object_id": 2
}
},
@@ -5426,9 +6308,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 3,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5437,9 +6319,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 4,
- "content_type": 21,
+ "content_type": 24,
"object_id": 3
}
},
@@ -5448,9 +6330,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 4,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5459,9 +6341,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:17",
+ "voted_at": "2011-12-20 12:51:30",
"user": 5,
- "content_type": 21,
+ "content_type": 24,
"object_id": 4
}
},
@@ -5470,9 +6352,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:30",
"user": 5,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5481,9 +6363,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 6,
- "content_type": 21,
+ "content_type": 24,
"object_id": 5
}
},
@@ -5492,9 +6374,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 6,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5503,9 +6385,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:18",
+ "voted_at": "2011-12-20 12:51:31",
"user": 7,
- "content_type": 21,
+ "content_type": 24,
"object_id": 6
}
},
@@ -5514,9 +6396,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:31",
"user": 7,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5525,9 +6407,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:31",
"user": 8,
- "content_type": 21,
+ "content_type": 24,
"object_id": 7
}
},
@@ -5536,9 +6418,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:32",
"user": 8,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5547,9 +6429,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:19",
+ "voted_at": "2011-12-20 12:51:32",
"user": 9,
- "content_type": 21,
+ "content_type": 24,
"object_id": 8
}
},
@@ -5558,9 +6440,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 9,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5569,9 +6451,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 10,
- "content_type": 21,
+ "content_type": 24,
"object_id": 9
}
},
@@ -5580,9 +6462,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:32",
"user": 10,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5591,9 +6473,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:20",
+ "voted_at": "2011-12-20 12:51:33",
"user": 11,
- "content_type": 21,
+ "content_type": 24,
"object_id": 10
}
},
@@ -5602,9 +6484,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:21",
+ "voted_at": "2011-12-20 12:51:33",
"user": 11,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5613,9 +6495,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:21",
+ "voted_at": "2011-12-20 12:51:33",
"user": 12,
- "content_type": 21,
+ "content_type": 24,
"object_id": 11
}
},
@@ -5624,9 +6506,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:33",
"user": 12,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5635,9 +6517,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:33",
"user": 13,
- "content_type": 21,
+ "content_type": 24,
"object_id": 12
}
},
@@ -5646,9 +6528,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:34",
"user": 13,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5657,9 +6539,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:22",
+ "voted_at": "2011-12-20 12:51:34",
"user": 14,
- "content_type": 21,
+ "content_type": 24,
"object_id": 13
}
},
@@ -5668,9 +6550,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:23",
+ "voted_at": "2011-12-20 12:51:34",
"user": 14,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5679,9 +6561,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:23",
+ "voted_at": "2011-12-20 12:51:34",
"user": 15,
- "content_type": 21,
+ "content_type": 24,
"object_id": 14
}
},
@@ -5690,9 +6572,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:35",
"user": 15,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5701,9 +6583,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:35",
"user": 16,
- "content_type": 21,
+ "content_type": 24,
"object_id": 15
}
},
@@ -5712,9 +6594,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:36",
"user": 16,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5723,9 +6605,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:24",
+ "voted_at": "2011-12-20 12:51:36",
"user": 17,
- "content_type": 21,
+ "content_type": 24,
"object_id": 16
}
},
@@ -5734,9 +6616,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:25",
+ "voted_at": "2011-12-20 12:51:36",
"user": 17,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5745,9 +6627,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:25",
+ "voted_at": "2011-12-20 12:51:36",
"user": 18,
- "content_type": 21,
+ "content_type": 24,
"object_id": 17
}
},
@@ -5756,9 +6638,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:26",
+ "voted_at": "2011-12-20 12:51:37",
"user": 18,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5767,9 +6649,9 @@
"model": "askbot.vote",
"fields": {
"vote": -1,
- "voted_at": "2011-11-29 11:22:26",
+ "voted_at": "2011-12-20 12:51:37",
"user": 19,
- "content_type": 21,
+ "content_type": 24,
"object_id": 18
}
},
@@ -5778,9 +6660,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:27",
+ "voted_at": "2011-12-20 12:51:38",
"user": 19,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5789,9 +6671,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:27",
+ "voted_at": "2011-12-20 12:51:38",
"user": 20,
- "content_type": 21,
+ "content_type": 24,
"object_id": 19
}
},
@@ -5800,9 +6682,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:38",
"user": 20,
- "content_type": 17,
+ "content_type": 20,
"object_id": 40
}
},
@@ -5811,9 +6693,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:39",
"user": 1,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5822,9 +6704,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:28",
+ "voted_at": "2011-12-20 12:51:39",
"user": 2,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5833,9 +6715,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:29",
+ "voted_at": "2011-12-20 12:51:39",
"user": 3,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5844,9 +6726,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:29",
+ "voted_at": "2011-12-20 12:51:40",
"user": 4,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5855,9 +6737,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:30",
+ "voted_at": "2011-12-20 12:51:40",
"user": 5,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5866,9 +6748,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:30",
+ "voted_at": "2011-12-20 12:51:40",
"user": 6,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5877,9 +6759,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:31",
+ "voted_at": "2011-12-20 12:51:41",
"user": 7,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5888,9 +6770,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:32",
+ "voted_at": "2011-12-20 12:51:41",
"user": 8,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5899,9 +6781,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:32",
+ "voted_at": "2011-12-20 12:51:42",
"user": 9,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5910,9 +6792,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:33",
+ "voted_at": "2011-12-20 12:51:42",
"user": 10,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5921,9 +6803,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:34",
+ "voted_at": "2011-12-20 12:51:43",
"user": 11,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5932,9 +6814,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:35",
+ "voted_at": "2011-12-20 12:51:44",
"user": 12,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5943,9 +6825,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:36",
+ "voted_at": "2011-12-20 12:51:44",
"user": 13,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5954,9 +6836,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:37",
+ "voted_at": "2011-12-20 12:51:45",
"user": 14,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5965,9 +6847,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:38",
+ "voted_at": "2011-12-20 12:51:46",
"user": 15,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5976,9 +6858,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:39",
+ "voted_at": "2011-12-20 12:51:46",
"user": 16,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5987,9 +6869,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:40",
+ "voted_at": "2011-12-20 12:51:47",
"user": 17,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -5998,9 +6880,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:41",
+ "voted_at": "2011-12-20 12:51:48",
"user": 18,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6009,9 +6891,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:42",
+ "voted_at": "2011-12-20 12:51:49",
"user": 19,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6020,9 +6902,9 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 20,
- "content_type": 21,
+ "content_type": 24,
"object_id": 20
}
},
@@ -6031,7 +6913,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 1,
"content_type": 16,
"object_id": 39
@@ -6042,7 +6924,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 1,
"content_type": 16,
"object_id": 40
@@ -6053,7 +6935,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 2,
"content_type": 16,
"object_id": 39
@@ -6064,7 +6946,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 2,
"content_type": 16,
"object_id": 40
@@ -6075,7 +6957,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 3,
"content_type": 16,
"object_id": 39
@@ -6086,7 +6968,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:49",
"user": 3,
"content_type": 16,
"object_id": 40
@@ -6097,7 +6979,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 4,
"content_type": 16,
"object_id": 39
@@ -6108,7 +6990,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 4,
"content_type": 16,
"object_id": 40
@@ -6119,7 +7001,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 5,
"content_type": 16,
"object_id": 39
@@ -6130,7 +7012,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 5,
"content_type": 16,
"object_id": 40
@@ -6141,7 +7023,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 6,
"content_type": 16,
"object_id": 39
@@ -6152,7 +7034,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 6,
"content_type": 16,
"object_id": 40
@@ -6163,7 +7045,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 7,
"content_type": 16,
"object_id": 39
@@ -6174,7 +7056,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 7,
"content_type": 16,
"object_id": 40
@@ -6185,7 +7067,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 8,
"content_type": 16,
"object_id": 39
@@ -6196,7 +7078,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 8,
"content_type": 16,
"object_id": 40
@@ -6207,7 +7089,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 9,
"content_type": 16,
"object_id": 39
@@ -6218,7 +7100,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 9,
"content_type": 16,
"object_id": 40
@@ -6229,7 +7111,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 10,
"content_type": 16,
"object_id": 39
@@ -6240,7 +7122,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 10,
"content_type": 16,
"object_id": 40
@@ -6251,7 +7133,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 11,
"content_type": 16,
"object_id": 39
@@ -6262,7 +7144,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 11,
"content_type": 16,
"object_id": 40
@@ -6273,7 +7155,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 12,
"content_type": 16,
"object_id": 39
@@ -6284,7 +7166,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 12,
"content_type": 16,
"object_id": 40
@@ -6295,7 +7177,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 13,
"content_type": 16,
"object_id": 39
@@ -6306,7 +7188,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 13,
"content_type": 16,
"object_id": 40
@@ -6317,7 +7199,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 14,
"content_type": 16,
"object_id": 39
@@ -6328,7 +7210,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 14,
"content_type": 16,
"object_id": 40
@@ -6339,7 +7221,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 15,
"content_type": 16,
"object_id": 39
@@ -6350,7 +7232,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 15,
"content_type": 16,
"object_id": 40
@@ -6361,7 +7243,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 16,
"content_type": 16,
"object_id": 39
@@ -6372,7 +7254,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 16,
"content_type": 16,
"object_id": 40
@@ -6383,7 +7265,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 17,
"content_type": 16,
"object_id": 39
@@ -6394,7 +7276,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 17,
"content_type": 16,
"object_id": 40
@@ -6405,7 +7287,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 18,
"content_type": 16,
"object_id": 39
@@ -6416,7 +7298,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 18,
"content_type": 16,
"object_id": 40
@@ -6427,7 +7309,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 19,
"content_type": 16,
"object_id": 39
@@ -6438,7 +7320,7 @@
"model": "askbot.vote",
"fields": {
"vote": 1,
- "voted_at": "2011-11-29 11:22:44",
+ "voted_at": "2011-12-20 12:51:50",
"user": 19,
"content_type": 16,
"object_id": 40
@@ -6451,11 +7333,11 @@
"comment": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
"score": 19,
"object_id": 20,
- "added_at": "2011-11-29 11:22:43",
+ "added_at": "2011-12-20 12:51:49",
"offensive_flag_count": 0,
"html": "<p>Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.</p>\n",
"user": 20,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6465,11 +7347,11 @@
"comment": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
"score": 19,
"object_id": 40,
- "added_at": "2011-11-29 11:22:42",
+ "added_at": "2011-12-20 12:51:49",
"offensive_flag_count": 0,
"html": "<p>Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.</p>\n",
"user": 20,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6479,11 +7361,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:42",
+ "added_at": "2011-12-20 12:51:48",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 19,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6493,11 +7375,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:41",
+ "added_at": "2011-12-20 12:51:48",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 19,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6507,11 +7389,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:41",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 18,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6521,11 +7403,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:40",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 18,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6535,11 +7417,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:39",
+ "added_at": "2011-12-20 12:51:47",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 17,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6549,11 +7431,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:39",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 17,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6563,11 +7445,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:38",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 16,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6577,11 +7459,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:38",
+ "added_at": "2011-12-20 12:51:46",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 16,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6591,11 +7473,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:37",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 15,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6605,11 +7487,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:37",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 15,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6619,11 +7501,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:36",
+ "added_at": "2011-12-20 12:51:45",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 14,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6633,11 +7515,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:36",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 14,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6647,11 +7529,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:35",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 13,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6661,11 +7543,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:35",
+ "added_at": "2011-12-20 12:51:44",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 13,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6675,11 +7557,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:34",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 12,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6689,11 +7571,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:34",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 12,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6703,11 +7585,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:43",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 11,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6717,11 +7599,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 11,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6731,11 +7613,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:33",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 10,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6745,11 +7627,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 10,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6759,11 +7641,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:42",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 9,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6773,11 +7655,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:32",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 9,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6787,11 +7669,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 8,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6801,11 +7683,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 8,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6815,11 +7697,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:31",
+ "added_at": "2011-12-20 12:51:41",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 7,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6829,11 +7711,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 7,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6843,11 +7725,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 6,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6857,11 +7739,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 6,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6871,11 +7753,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:30",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 5,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6885,11 +7767,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:40",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 5,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6899,11 +7781,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 4,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6913,11 +7795,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 4,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6927,11 +7809,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 3,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6941,11 +7823,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:29",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 3,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6955,11 +7837,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 2,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6969,11 +7851,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:39",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 2,
- "content_type": 17
+ "content_type": 20
}
},
{
@@ -6983,11 +7865,11 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 20,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:38",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 1,
- "content_type": 21
+ "content_type": 24
}
},
{
@@ -6997,11 +7879,2025 @@
"comment": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
"score": 0,
"object_id": 40,
- "added_at": "2011-11-29 11:22:28",
+ "added_at": "2011-12-20 12:51:38",
"offensive_flag_count": 0,
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"user": 1,
- "content_type": 17
+ "content_type": 20
+ }
+ },
+ {
+ "pk": 1,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-1-0",
+ "deleted": false,
+ "created_by": 1,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 2,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-1-1",
+ "deleted": false,
+ "created_by": 1,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-10-0",
+ "deleted": false,
+ "created_by": 10,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 19,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-10-1",
+ "deleted": false,
+ "created_by": 10,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 21,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-11-0",
+ "deleted": false,
+ "created_by": 11,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 22,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-11-1",
+ "deleted": false,
+ "created_by": 11,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 24,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-12-0",
+ "deleted": false,
+ "created_by": 12,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 23,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-12-1",
+ "deleted": false,
+ "created_by": 12,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 25,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-13-0",
+ "deleted": false,
+ "created_by": 13,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 26,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-13-1",
+ "deleted": false,
+ "created_by": 13,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 28,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-14-0",
+ "deleted": false,
+ "created_by": 14,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 27,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-14-1",
+ "deleted": false,
+ "created_by": 14,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 29,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-15-0",
+ "deleted": false,
+ "created_by": 15,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 30,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-15-1",
+ "deleted": false,
+ "created_by": 15,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 32,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-16-0",
+ "deleted": false,
+ "created_by": 16,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 31,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-16-1",
+ "deleted": false,
+ "created_by": 16,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 33,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-17-0",
+ "deleted": false,
+ "created_by": 17,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 34,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-17-1",
+ "deleted": false,
+ "created_by": 17,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 36,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-18-0",
+ "deleted": false,
+ "created_by": 18,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 35,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-18-1",
+ "deleted": false,
+ "created_by": 18,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 37,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-19-0",
+ "deleted": false,
+ "created_by": 19,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 38,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-19-1",
+ "deleted": false,
+ "created_by": 19,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-2-0",
+ "deleted": false,
+ "created_by": 2,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 3,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-2-1",
+ "deleted": false,
+ "created_by": 2,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 39,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-20-0",
+ "deleted": false,
+ "created_by": 20,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 40,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-20-1",
+ "deleted": false,
+ "created_by": 20,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 42,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-21-0",
+ "deleted": false,
+ "created_by": 21,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 41,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-21-1",
+ "deleted": false,
+ "created_by": 21,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 43,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-22-0",
+ "deleted": false,
+ "created_by": 22,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 44,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-22-1",
+ "deleted": false,
+ "created_by": 22,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 46,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-23-0",
+ "deleted": false,
+ "created_by": 23,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 45,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-23-1",
+ "deleted": false,
+ "created_by": 23,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 47,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-24-0",
+ "deleted": false,
+ "created_by": 24,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 48,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-24-1",
+ "deleted": false,
+ "created_by": 24,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 50,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-25-0",
+ "deleted": false,
+ "created_by": 25,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 49,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-25-1",
+ "deleted": false,
+ "created_by": 25,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-26-0",
+ "deleted": false,
+ "created_by": 26,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 52,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-26-1",
+ "deleted": false,
+ "created_by": 26,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 54,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-27-0",
+ "deleted": false,
+ "created_by": 27,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 53,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-27-1",
+ "deleted": false,
+ "created_by": 27,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 55,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-28-0",
+ "deleted": false,
+ "created_by": 28,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 56,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-28-1",
+ "deleted": false,
+ "created_by": 28,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 58,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-29-0",
+ "deleted": false,
+ "created_by": 29,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 57,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-29-1",
+ "deleted": false,
+ "created_by": 29,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-3-0",
+ "deleted": false,
+ "created_by": 3,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-3-1",
+ "deleted": false,
+ "created_by": 3,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 60,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-30-0",
+ "deleted": false,
+ "created_by": 30,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 59,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-30-1",
+ "deleted": false,
+ "created_by": 30,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 61,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-31-0",
+ "deleted": false,
+ "created_by": 31,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 62,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-31-1",
+ "deleted": false,
+ "created_by": 31,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 64,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-32-0",
+ "deleted": false,
+ "created_by": 32,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 63,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-32-1",
+ "deleted": false,
+ "created_by": 32,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 65,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-33-0",
+ "deleted": false,
+ "created_by": 33,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 66,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-33-1",
+ "deleted": false,
+ "created_by": 33,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 68,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-34-0",
+ "deleted": false,
+ "created_by": 34,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 67,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-34-1",
+ "deleted": false,
+ "created_by": 34,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 69,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-35-0",
+ "deleted": false,
+ "created_by": 35,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 70,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-35-1",
+ "deleted": false,
+ "created_by": 35,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 72,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-36-0",
+ "deleted": false,
+ "created_by": 36,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 71,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-36-1",
+ "deleted": false,
+ "created_by": 36,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 73,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-37-0",
+ "deleted": false,
+ "created_by": 37,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 74,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-37-1",
+ "deleted": false,
+ "created_by": 37,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 76,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-38-0",
+ "deleted": false,
+ "created_by": 38,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 75,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-38-1",
+ "deleted": false,
+ "created_by": 38,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 77,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-39-0",
+ "deleted": false,
+ "created_by": 39,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 78,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-39-1",
+ "deleted": false,
+ "created_by": 39,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-4-0",
+ "deleted": false,
+ "created_by": 4,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-4-1",
+ "deleted": false,
+ "created_by": 4,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 79,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-40-0",
+ "deleted": false,
+ "created_by": 40,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 80,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-40-1",
+ "deleted": false,
+ "created_by": 40,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-5-0",
+ "deleted": false,
+ "created_by": 5,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-5-1",
+ "deleted": false,
+ "created_by": 5,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-6-0",
+ "deleted": false,
+ "created_by": 6,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-6-1",
+ "deleted": false,
+ "created_by": 6,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-7-0",
+ "deleted": false,
+ "created_by": 7,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-7-1",
+ "deleted": false,
+ "created_by": 7,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-8-0",
+ "deleted": false,
+ "created_by": 8,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-8-1",
+ "deleted": false,
+ "created_by": 8,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-9-0",
+ "deleted": false,
+ "created_by": 9,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.tag",
+ "fields": {
+ "name": "tag-9-1",
+ "deleted": false,
+ "created_by": 9,
+ "deleted_by": null,
+ "used_count": 1,
+ "deleted_at": null
+ }
+ },
+ {
+ "pk": 61,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 40,
+ "tagnames": "tag-40-0 tag-40-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.EDITED",
+ "question": 40,
+ "revised_at": "2011-12-20 12:51:50",
+ "summary": "EDITED",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 2
+ }
+ },
+ {
+ "pk": 62,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "",
+ "text": "Main differentiators business model micro economics\n marketplace equity augmented reality human computer",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:50",
+ "summary": "No.2 Revision",
+ "revision_type": 2,
+ "answer": 20,
+ "revision": 2
+ }
+ },
+ {
+ "pk": 1,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 1,
+ "tagnames": "tag-1-0 tag-1-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.1",
+ "question": 1,
+ "revised_at": "2011-12-20 12:51:22",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 2,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 2,
+ "tagnames": "tag-2-0 tag-2-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.2",
+ "question": 2,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 3,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 3,
+ "tagnames": "tag-3-0 tag-3-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.3",
+ "question": 3,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 4,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 4,
+ "tagnames": "tag-4-0 tag-4-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.4",
+ "question": 4,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 5,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 5,
+ "tagnames": "tag-5-0 tag-5-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.5",
+ "question": 5,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 6,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 6,
+ "tagnames": "tag-6-0 tag-6-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.6",
+ "question": 6,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 7,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 7,
+ "tagnames": "tag-7-0 tag-7-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.7",
+ "question": 7,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 8,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 8,
+ "tagnames": "tag-8-0 tag-8-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.8",
+ "question": 8,
+ "revised_at": "2011-12-20 12:51:24",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 9,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 9,
+ "tagnames": "tag-9-0 tag-9-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.9",
+ "question": 9,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 10,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 10,
+ "tagnames": "tag-10-0 tag-10-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.10",
+ "question": 10,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 11,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 11,
+ "tagnames": "tag-11-0 tag-11-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.11",
+ "question": 11,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 12,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 12,
+ "tagnames": "tag-12-0 tag-12-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.12",
+ "question": 12,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 13,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 13,
+ "tagnames": "tag-13-0 tag-13-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.13",
+ "question": 13,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 14,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 14,
+ "tagnames": "tag-14-0 tag-14-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.14",
+ "question": 14,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 15,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 15,
+ "tagnames": "tag-15-0 tag-15-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.15",
+ "question": 15,
+ "revised_at": "2011-12-20 12:51:25",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 16,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 16,
+ "tagnames": "tag-16-0 tag-16-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.16",
+ "question": 16,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 17,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 17,
+ "tagnames": "tag-17-0 tag-17-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.17",
+ "question": 17,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 18,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 18,
+ "tagnames": "tag-18-0 tag-18-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.18",
+ "question": 18,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 19,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 19,
+ "tagnames": "tag-19-0 tag-19-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.19",
+ "question": 19,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 20,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "tag-20-0 tag-20-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.20",
+ "question": 20,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 21,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 21,
+ "tagnames": "tag-21-0 tag-21-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.21",
+ "question": 21,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 22,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 22,
+ "tagnames": "tag-22-0 tag-22-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.22",
+ "question": 22,
+ "revised_at": "2011-12-20 12:51:26",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 23,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 23,
+ "tagnames": "tag-23-0 tag-23-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.23",
+ "question": 23,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 24,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 24,
+ "tagnames": "tag-24-0 tag-24-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.24",
+ "question": 24,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 25,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 25,
+ "tagnames": "tag-25-0 tag-25-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.25",
+ "question": 25,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 26,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 26,
+ "tagnames": "tag-26-0 tag-26-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.26",
+ "question": 26,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 27,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 27,
+ "tagnames": "tag-27-0 tag-27-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.27",
+ "question": 27,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 28,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 28,
+ "tagnames": "tag-28-0 tag-28-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.28",
+ "question": 28,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 29,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 29,
+ "tagnames": "tag-29-0 tag-29-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.29",
+ "question": 29,
+ "revised_at": "2011-12-20 12:51:27",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 30,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 30,
+ "tagnames": "tag-30-0 tag-30-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.30",
+ "question": 30,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 31,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 31,
+ "tagnames": "tag-31-0 tag-31-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.31",
+ "question": 31,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 32,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 32,
+ "tagnames": "tag-32-0 tag-32-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.32",
+ "question": 32,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 33,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 33,
+ "tagnames": "tag-33-0 tag-33-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.33",
+ "question": 33,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 34,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 34,
+ "tagnames": "tag-34-0 tag-34-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.34",
+ "question": 34,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 35,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 35,
+ "tagnames": "tag-35-0 tag-35-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.35",
+ "question": 35,
+ "revised_at": "2011-12-20 12:51:28",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 36,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 36,
+ "tagnames": "tag-36-0 tag-36-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.36",
+ "question": 36,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 37,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 37,
+ "tagnames": "tag-37-0 tag-37-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.37",
+ "question": 37,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 38,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 38,
+ "tagnames": "tag-38-0 tag-38-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.38",
+ "question": 38,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 39,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 39,
+ "tagnames": "tag-39-0 tag-39-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.39",
+ "question": 39,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 40,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 40,
+ "tagnames": "tag-40-0 tag-40-1",
+ "text": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User engagement\n **A/B** testing *shrink* a market venture capital pitch.",
+ "title": "Test question title No.40",
+ "question": 40,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 1,
+ "answer": null,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 41,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 1,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:29",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 1,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 42,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 2,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 2,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 43,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 3,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 3,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 44,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 4,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 4,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 45,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 5,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:30",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 5,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 46,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 6,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 6,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 47,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 7,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 7,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 48,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 8,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:31",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 8,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 49,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 9,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:32",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 9,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 50,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 10,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:32",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 10,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 51,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 11,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 11,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 52,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 12,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 12,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 53,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 13,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:33",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 13,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 54,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 14,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:34",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 14,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 55,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 15,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:35",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 15,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 56,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 16,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:35",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 16,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 57,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 17,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:36",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 17,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 58,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 18,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:36",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 18,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 59,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 19,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:37",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 19,
+ "revision": 1
+ }
+ },
+ {
+ "pk": 60,
+ "model": "askbot.postrevision",
+ "fields": {
+ "is_anonymous": false,
+ "author": 20,
+ "tagnames": "",
+ "text": "Accelerator photo sharing business school drop out ramen\n hustle crush it revenue traction platforms.",
+ "title": "",
+ "question": null,
+ "revised_at": "2011-12-20 12:51:38",
+ "summary": "initial version",
+ "revision_type": 2,
+ "answer": 20,
+ "revision": 1
}
},
{
@@ -7034,14 +9930,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:02",
+ "last_activity_at": "2011-12-20 12:51:22",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-1-0 tag-1-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:02",
+ "added_at": "2011-12-20 12:51:22",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.1",
@@ -7078,14 +9974,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:04",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-2-0 tag-2-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:04",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.2",
@@ -7122,14 +10018,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:04",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-3-0 tag-3-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:04",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.3",
@@ -7166,14 +10062,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:05",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-4-0 tag-4-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:05",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.4",
@@ -7210,14 +10106,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:06",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-5-0 tag-5-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:06",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.5",
@@ -7254,14 +10150,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:07",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-6-0 tag-6-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:07",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.6",
@@ -7298,14 +10194,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:07",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-7-0 tag-7-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:07",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.7",
@@ -7342,14 +10238,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:08",
+ "last_activity_at": "2011-12-20 12:51:24",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-8-0 tag-8-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:08",
+ "added_at": "2011-12-20 12:51:24",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.8",
@@ -7386,14 +10282,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-9-0 tag-9-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.9",
@@ -7430,14 +10326,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-10-0 tag-10-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.10",
@@ -7474,14 +10370,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-11-0 tag-11-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.11",
@@ -7518,14 +10414,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:09",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-12-0 tag-12-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:09",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.12",
@@ -7562,14 +10458,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-13-0 tag-13-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.13",
@@ -7606,14 +10502,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-14-0 tag-14-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.14",
@@ -7650,14 +10546,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:25",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-15-0 tag-15-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:25",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.15",
@@ -7694,14 +10590,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-16-0 tag-16-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.16",
@@ -7738,14 +10634,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:10",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-17-0 tag-17-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:10",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.17",
@@ -7782,14 +10678,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-18-0 tag-18-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.18",
@@ -7826,14 +10722,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-19-0 tag-19-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.19",
@@ -7870,14 +10766,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-20-0 tag-20-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.20",
@@ -7914,14 +10810,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:11",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-21-0 tag-21-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:11",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.21",
@@ -7958,14 +10854,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:26",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-22-0 tag-22-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:26",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.22",
@@ -8002,14 +10898,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-23-0 tag-23-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.23",
@@ -8046,14 +10942,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-24-0 tag-24-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.24",
@@ -8090,14 +10986,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:12",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-25-0 tag-25-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:12",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.25",
@@ -8134,14 +11030,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-26-0 tag-26-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.26",
@@ -8178,14 +11074,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-27-0 tag-27-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.27",
@@ -8222,14 +11118,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-28-0 tag-28-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.28",
@@ -8266,14 +11162,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:27",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-29-0 tag-29-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:27",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.29",
@@ -8310,14 +11206,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:13",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-30-0 tag-30-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:13",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.30",
@@ -8354,14 +11250,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-31-0 tag-31-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.31",
@@ -8398,14 +11294,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-32-0 tag-32-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.32",
@@ -8442,14 +11338,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-33-0 tag-33-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.33",
@@ -8486,14 +11382,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:14",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-34-0 tag-34-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:14",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.34",
@@ -8530,14 +11426,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:28",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-35-0 tag-35-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:28",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.35",
@@ -8574,14 +11470,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-36-0 tag-36-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.36",
@@ -8618,14 +11514,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-37-0 tag-37-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.37",
@@ -8662,14 +11558,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:15",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-38-0 tag-38-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:15",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.38",
@@ -8706,14 +11602,14 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 0,
- "last_activity_at": "2011-11-29 11:22:16",
+ "last_activity_at": "2011-12-20 12:51:29",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-39-0 tag-39-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.39",
@@ -8771,18 +11667,18 @@
"deleted": false,
"summary": "Lorem lean startup ipsum product market fit customer\n development acquihire technical cofounder. User",
"answer_count": 20,
- "last_activity_at": "2011-11-29 11:22:45",
+ "last_activity_at": "2011-12-20 12:51:50",
"closed_by": null,
"close_reason": null,
"locked": false,
"is_anonymous": false,
"tagnames": "tag-40-0 tag-40-1",
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"title": "Test question title No.EDITED",
- "last_edited_at": "2011-11-29 11:22:44"
+ "last_edited_at": "2011-12-20 12:51:50"
}
},
{
@@ -8807,7 +11703,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:29",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8835,7 +11731,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:16",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8863,7 +11759,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8891,7 +11787,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8919,7 +11815,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:17",
+ "added_at": "2011-12-20 12:51:30",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8947,7 +11843,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:18",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -8975,7 +11871,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:18",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9003,7 +11899,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:19",
+ "added_at": "2011-12-20 12:51:31",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9031,7 +11927,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:19",
+ "added_at": "2011-12-20 12:51:32",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9059,7 +11955,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:20",
+ "added_at": "2011-12-20 12:51:32",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9087,7 +11983,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:20",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9115,7 +12011,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:21",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9143,7 +12039,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:22",
+ "added_at": "2011-12-20 12:51:33",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9171,7 +12067,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:22",
+ "added_at": "2011-12-20 12:51:34",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9199,7 +12095,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:23",
+ "added_at": "2011-12-20 12:51:35",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9227,7 +12123,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:24",
+ "added_at": "2011-12-20 12:51:35",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9255,7 +12151,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:25",
+ "added_at": "2011-12-20 12:51:36",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9283,7 +12179,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:25",
+ "added_at": "2011-12-20 12:51:36",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9311,7 +12207,7 @@
"accepted": false,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:26",
+ "added_at": "2011-12-20 12:51:37",
"deleted_by": null,
"wikified_at": null,
"last_edited_at": null
@@ -9334,2931 +12230,35 @@
"html": "<p>Main differentiators business model micro economics\n marketplace equity augmented reality human computer</p>\n",
"vote_down_count": 0,
"last_edited_by": 20,
- "accepted_at": "2011-11-29 11:22:47",
+ "accepted_at": "2011-12-20 12:51:52",
"deleted": false,
"accepted": true,
"locked": false,
"locked_by": null,
- "added_at": "2011-11-29 11:22:27",
+ "added_at": "2011-12-20 12:51:38",
"deleted_by": null,
"wikified_at": null,
- "last_edited_at": "2011-11-29 11:22:45"
+ "last_edited_at": "2011-12-20 12:51:50"
}
},
{
"pk": 1,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:03",
- "notified": false,
- "object_id": 1,
- "user": 1,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 2,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:03",
- "notified": false,
- "object_id": 1,
- "user": 2,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 3,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:04",
- "notified": false,
- "object_id": 2,
- "user": 3,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 4,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 3,
- "user": 3,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 5,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 3,
- "user": 4,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 6,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:05",
- "notified": false,
- "object_id": 4,
- "user": 5,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 7,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:06",
- "notified": false,
- "object_id": 5,
- "user": 5,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 8,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:06",
- "notified": false,
- "object_id": 5,
- "user": 6,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 9,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:07",
- "notified": false,
- "object_id": 6,
- "user": 7,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 10,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 7,
- "user": 7,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 11,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 7,
- "user": 8,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 12,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:08",
- "notified": false,
- "object_id": 8,
- "user": 9,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 13,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 9,
- "user": 9,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 14,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 9,
- "user": 10,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 15,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 10,
- "user": 11,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 16,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 11,
- "user": 11,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 17,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 11,
- "user": 12,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 18,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:09",
- "notified": false,
- "object_id": 12,
- "user": 13,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 19,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 13,
- "user": 13,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 20,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 13,
- "user": 14,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 21,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 14,
- "user": 15,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 22,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 15,
- "user": 15,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 23,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 15,
- "user": 16,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 24,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:10",
- "notified": false,
- "object_id": 16,
- "user": 17,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 25,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 17,
- "user": 17,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 26,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 17,
- "user": 18,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 27,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 18,
- "user": 19,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 28,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 19,
- "user": 19,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 29,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 19,
- "user": 20,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 30,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 20,
- "user": 21,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 31,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 21,
- "user": 21,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 32,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:11",
- "notified": false,
- "object_id": 21,
- "user": 22,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 33,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 22,
- "user": 23,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 34,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 23,
- "user": 23,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 35,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 23,
- "user": 24,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 36,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 24,
- "user": 25,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 37,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 25,
- "user": 25,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 38,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:12",
- "notified": false,
- "object_id": 25,
- "user": 26,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 39,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 26,
- "user": 27,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 40,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 27,
- "user": 27,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 41,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 27,
- "user": 28,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 42,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 28,
- "user": 29,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 43,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 29,
- "user": 29,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 44,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:13",
- "notified": false,
- "object_id": 29,
- "user": 30,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 45,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 30,
- "user": 31,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 46,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 31,
- "user": 31,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 47,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 31,
- "user": 32,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 48,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 32,
- "user": 33,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 49,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 33,
- "user": 33,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 50,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:14",
- "notified": false,
- "object_id": 33,
- "user": 34,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 51,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 34,
- "user": 35,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 52,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 35,
- "user": 35,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 53,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 35,
- "user": 36,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 54,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 36,
- "user": 37,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 55,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 37,
- "user": 37,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 56,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:15",
- "notified": false,
- "object_id": 37,
- "user": 38,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 57,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 38,
- "user": 39,
- "content_type": 17,
- "badge": 3
- }
- },
- {
- "pk": 58,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 39,
- "user": 39,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 59,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 39,
- "user": 40,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 60,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 1
- }
- },
- {
- "pk": 61,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 40,
- "user": 1,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 62,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:16",
- "notified": false,
- "object_id": 1,
- "user": 1,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 63,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 5
- }
- },
- {
- "pk": 64,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 6
- }
- },
- {
- "pk": 65,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 40,
- "user": 3,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 66,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:17",
- "notified": false,
- "object_id": 3,
- "user": 3,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 67,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 7
- }
- },
- {
- "pk": 68,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 40,
- "user": 5,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 69,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:18",
- "notified": false,
- "object_id": 5,
- "user": 5,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 70,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:19",
- "notified": false,
- "object_id": 40,
- "user": 7,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 71,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:19",
- "notified": false,
- "object_id": 7,
- "user": 7,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 72,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:20",
- "notified": false,
- "object_id": 40,
- "user": 9,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 73,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:20",
- "notified": false,
- "object_id": 9,
- "user": 9,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 74,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:21",
- "notified": false,
- "object_id": 40,
- "user": 11,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 75,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:21",
- "notified": false,
- "object_id": 11,
- "user": 11,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 76,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:22",
- "notified": false,
- "object_id": 40,
- "user": 13,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 77,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:22",
- "notified": false,
- "object_id": 13,
- "user": 13,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 78,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:24",
- "notified": false,
- "object_id": 40,
- "user": 15,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 79,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:24",
- "notified": false,
- "object_id": 15,
- "user": 15,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 80,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:25",
- "notified": false,
- "object_id": 40,
- "user": 17,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 81,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:25",
- "notified": false,
- "object_id": 17,
- "user": 17,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 82,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:27",
- "notified": false,
- "object_id": 40,
- "user": 19,
- "content_type": 17,
- "badge": 2
- }
- },
- {
- "pk": 83,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:27",
- "notified": false,
- "object_id": 19,
- "user": 19,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 84,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:28",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 4
- }
- },
- {
- "pk": 85,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:28",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 8
- }
- },
- {
- "pk": 86,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:29",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 9
- }
- },
- {
- "pk": 87,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:30",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 10
- }
- },
- {
- "pk": 88,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:44",
- "notified": false,
- "object_id": 40,
- "user": 40,
- "content_type": 17,
- "badge": 11
- }
- },
- {
- "pk": 89,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:45",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 11
- }
- },
- {
- "pk": 90,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 40,
- "content_type": 21,
- "badge": 12
- }
- },
- {
- "pk": 91,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 13
- }
- },
- {
- "pk": 92,
- "model": "askbot.award",
- "fields": {
- "awarded_at": "2011-11-29 11:22:47",
- "notified": false,
- "object_id": 20,
- "user": 20,
- "content_type": 21,
- "badge": 14
- }
- },
- {
- "pk": 1,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 1,
- "negative": 0,
- "reputation_type": 1,
- "user": 1,
- "reputed_at": "2011-11-29 11:22:03",
- "reputation": 510
- }
- },
- {
- "pk": 2,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 2,
- "negative": -2,
- "reputation_type": -3,
- "user": 2,
- "reputed_at": "2011-11-29 11:22:04",
- "reputation": 498
- }
- },
- {
- "pk": 3,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 2,
- "negative": -1,
- "reputation_type": -5,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:04",
- "reputation": 499
- }
- },
- {
- "pk": 4,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 3,
- "negative": 0,
- "reputation_type": 1,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 509
- }
- },
- {
- "pk": 5,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 4,
- "negative": -2,
- "reputation_type": -3,
- "user": 4,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 498
- }
- },
- {
- "pk": 6,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 4,
- "negative": -1,
- "reputation_type": -5,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:05",
- "reputation": 499
- }
- },
- {
- "pk": 7,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 5,
- "negative": 0,
- "reputation_type": 1,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:06",
- "reputation": 509
- }
- },
- {
- "pk": 8,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 6,
- "negative": -2,
- "reputation_type": -3,
- "user": 6,
- "reputed_at": "2011-11-29 11:22:07",
- "reputation": 498
- }
- },
- {
- "pk": 9,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 6,
- "negative": -1,
- "reputation_type": -5,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:07",
- "reputation": 499
- }
- },
- {
- "pk": 10,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 7,
- "negative": 0,
- "reputation_type": 1,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 509
- }
- },
- {
- "pk": 11,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 8,
- "negative": -2,
- "reputation_type": -3,
- "user": 8,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 498
- }
- },
- {
- "pk": 12,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 8,
- "negative": -1,
- "reputation_type": -5,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:08",
- "reputation": 499
- }
- },
- {
- "pk": 13,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 9,
- "negative": 0,
- "reputation_type": 1,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 509
- }
- },
- {
- "pk": 14,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 10,
- "negative": -2,
- "reputation_type": -3,
- "user": 10,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 498
- }
- },
- {
- "pk": 15,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 10,
- "negative": -1,
- "reputation_type": -5,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 499
- }
- },
- {
- "pk": 16,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 11,
- "negative": 0,
- "reputation_type": 1,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 509
- }
- },
- {
- "pk": 17,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 12,
- "negative": -2,
- "reputation_type": -3,
- "user": 12,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 498
- }
- },
- {
- "pk": 18,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 12,
- "negative": -1,
- "reputation_type": -5,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:09",
- "reputation": 499
- }
- },
- {
- "pk": 19,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 13,
- "negative": 0,
- "reputation_type": 1,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 509
- }
- },
- {
- "pk": 20,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 14,
- "negative": -2,
- "reputation_type": -3,
- "user": 14,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 498
- }
- },
- {
- "pk": 21,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 14,
- "negative": -1,
- "reputation_type": -5,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 499
- }
- },
- {
- "pk": 22,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 15,
- "negative": 0,
- "reputation_type": 1,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 509
- }
- },
- {
- "pk": 23,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 16,
- "negative": -2,
- "reputation_type": -3,
- "user": 16,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 498
- }
- },
- {
- "pk": 24,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 16,
- "negative": -1,
- "reputation_type": -5,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:10",
- "reputation": 499
- }
- },
- {
- "pk": 25,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 17,
- "negative": 0,
- "reputation_type": 1,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 26,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 18,
- "negative": -2,
- "reputation_type": -3,
- "user": 18,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 498
- }
- },
- {
- "pk": 27,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 18,
- "negative": -1,
- "reputation_type": -5,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 499
- }
- },
- {
- "pk": 28,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 19,
- "negative": 0,
- "reputation_type": 1,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 29,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 20,
- "negative": -2,
- "reputation_type": -3,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 498
- }
- },
- {
- "pk": 30,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 20,
- "negative": -1,
- "reputation_type": -5,
- "user": 21,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 499
- }
- },
- {
- "pk": 31,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 21,
- "negative": 0,
- "reputation_type": 1,
- "user": 21,
- "reputed_at": "2011-11-29 11:22:11",
- "reputation": 509
- }
- },
- {
- "pk": 32,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 22,
- "negative": -2,
- "reputation_type": -3,
- "user": 22,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 498
- }
- },
- {
- "pk": 33,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 22,
- "negative": -1,
- "reputation_type": -5,
- "user": 23,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 499
- }
- },
- {
- "pk": 34,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 23,
- "negative": 0,
- "reputation_type": 1,
- "user": 23,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 509
- }
- },
- {
- "pk": 35,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 24,
- "negative": -2,
- "reputation_type": -3,
- "user": 24,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 498
- }
- },
- {
- "pk": 36,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 24,
- "negative": -1,
- "reputation_type": -5,
- "user": 25,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 499
- }
- },
- {
- "pk": 37,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 25,
- "negative": 0,
- "reputation_type": 1,
- "user": 25,
- "reputed_at": "2011-11-29 11:22:12",
- "reputation": 509
- }
- },
- {
- "pk": 38,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 26,
- "negative": -2,
- "reputation_type": -3,
- "user": 26,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 498
- }
- },
- {
- "pk": 39,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 26,
- "negative": -1,
- "reputation_type": -5,
- "user": 27,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 499
- }
- },
- {
- "pk": 40,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 27,
- "negative": 0,
- "reputation_type": 1,
- "user": 27,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 509
- }
- },
- {
- "pk": 41,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 28,
- "negative": -2,
- "reputation_type": -3,
- "user": 28,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 498
- }
- },
- {
- "pk": 42,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 28,
- "negative": -1,
- "reputation_type": -5,
- "user": 29,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 499
- }
- },
- {
- "pk": 43,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 29,
- "negative": 0,
- "reputation_type": 1,
- "user": 29,
- "reputed_at": "2011-11-29 11:22:13",
- "reputation": 509
- }
- },
- {
- "pk": 44,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 30,
- "negative": -2,
- "reputation_type": -3,
- "user": 30,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 498
- }
- },
- {
- "pk": 45,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 30,
- "negative": -1,
- "reputation_type": -5,
- "user": 31,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 499
- }
- },
- {
- "pk": 46,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 31,
- "negative": 0,
- "reputation_type": 1,
- "user": 31,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 509
- }
- },
- {
- "pk": 47,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 32,
- "negative": -2,
- "reputation_type": -3,
- "user": 32,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 498
- }
- },
- {
- "pk": 48,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 32,
- "negative": -1,
- "reputation_type": -5,
- "user": 33,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 499
- }
- },
- {
- "pk": 49,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 33,
- "negative": 0,
- "reputation_type": 1,
- "user": 33,
- "reputed_at": "2011-11-29 11:22:14",
- "reputation": 509
- }
- },
- {
- "pk": 50,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 34,
- "negative": -2,
- "reputation_type": -3,
- "user": 34,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 498
- }
- },
- {
- "pk": 51,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 34,
- "negative": -1,
- "reputation_type": -5,
- "user": 35,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 499
- }
- },
- {
- "pk": 52,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 35,
- "negative": 0,
- "reputation_type": 1,
- "user": 35,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 509
- }
- },
- {
- "pk": 53,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 36,
- "negative": -2,
- "reputation_type": -3,
- "user": 36,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 498
- }
- },
- {
- "pk": 54,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 36,
- "negative": -1,
- "reputation_type": -5,
- "user": 37,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 499
- }
- },
- {
- "pk": 55,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 37,
- "negative": 0,
- "reputation_type": 1,
- "user": 37,
- "reputed_at": "2011-11-29 11:22:15",
- "reputation": 509
- }
- },
- {
- "pk": 56,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 38,
- "negative": -2,
- "reputation_type": -3,
- "user": 38,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 498
- }
- },
- {
- "pk": 57,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 38,
- "negative": -1,
- "reputation_type": -5,
- "user": 39,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 499
- }
- },
- {
- "pk": 58,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 39,
- "negative": 0,
- "reputation_type": 1,
- "user": 39,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 509
- }
- },
- {
- "pk": 59,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 510
- }
- },
- {
- "pk": 60,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 1,
- "reputed_at": "2011-11-29 11:22:16",
- "reputation": 520
- }
- },
- {
- "pk": 61,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 520
- }
- },
- {
- "pk": 62,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 2,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 496
- }
- },
- {
- "pk": 63,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 508
- }
- },
- {
- "pk": 64,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 530
- }
- },
- {
- "pk": 65,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 3,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 518
- }
- },
- {
- "pk": 66,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 540
- }
- },
- {
- "pk": 67,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 4,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 496
- }
- },
- {
- "pk": 68,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:17",
- "reputation": 508
- }
- },
- {
- "pk": 69,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 550
- }
- },
- {
- "pk": 70,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 5,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 518
- }
- },
- {
- "pk": 71,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 560
- }
- },
- {
- "pk": 72,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 6,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 496
- }
- },
- {
- "pk": 73,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:18",
- "reputation": 508
- }
- },
- {
- "pk": 74,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 570
- }
- },
- {
- "pk": 75,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 7,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 518
- }
- },
- {
- "pk": 76,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 580
- }
- },
- {
- "pk": 77,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 8,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 496
- }
- },
- {
- "pk": 78,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:19",
- "reputation": 508
- }
- },
- {
- "pk": 79,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 590
- }
- },
- {
- "pk": 80,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 9,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 518
- }
- },
- {
- "pk": 81,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 600
- }
- },
- {
- "pk": 82,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 10,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 496
- }
- },
- {
- "pk": 83,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:20",
- "reputation": 508
- }
- },
- {
- "pk": 84,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:21",
- "reputation": 610
- }
- },
- {
- "pk": 85,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 11,
- "reputed_at": "2011-11-29 11:22:21",
- "reputation": 518
- }
- },
- {
- "pk": 86,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 620
- }
- },
- {
- "pk": 87,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 12,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 496
- }
- },
- {
- "pk": 88,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 508
- }
- },
- {
- "pk": 89,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 630
- }
- },
- {
- "pk": 90,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 13,
- "reputed_at": "2011-11-29 11:22:22",
- "reputation": 518
- }
- },
- {
- "pk": 91,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 640
- }
- },
- {
- "pk": 92,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 14,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 496
- }
- },
- {
- "pk": 93,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:23",
- "reputation": 508
- }
- },
- {
- "pk": 94,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 650
- }
- },
- {
- "pk": 95,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 15,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 518
- }
- },
- {
- "pk": 96,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 660
- }
- },
- {
- "pk": 97,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 16,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 496
- }
- },
- {
- "pk": 98,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:24",
- "reputation": 508
- }
- },
- {
- "pk": 99,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:25",
- "reputation": 670
- }
- },
- {
- "pk": 100,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 17,
- "reputed_at": "2011-11-29 11:22:25",
- "reputation": 518
- }
- },
- {
- "pk": 101,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 680
- }
- },
- {
- "pk": 102,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -2,
- "reputation_type": -3,
- "user": 18,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 496
- }
- },
- {
- "pk": 103,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 0,
- "question": 40,
- "negative": -1,
- "reputation_type": -5,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:26",
- "reputation": 508
- }
- },
- {
- "pk": 104,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:27",
- "reputation": 690
- }
- },
- {
- "pk": 105,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 19,
- "reputed_at": "2011-11-29 11:22:27",
- "reputation": 518
- }
- },
- {
- "pk": 106,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 700
- }
- },
- {
- "pk": 107,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 508
- }
- },
- {
- "pk": 108,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:28",
- "reputation": 518
- }
- },
- {
- "pk": 109,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:29",
- "reputation": 528
- }
- },
- {
- "pk": 110,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:29",
- "reputation": 538
- }
- },
- {
- "pk": 111,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:30",
- "reputation": 548
- }
- },
- {
- "pk": 112,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:30",
- "reputation": 558
- }
- },
- {
- "pk": 113,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:31",
- "reputation": 568
- }
- },
- {
- "pk": 114,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:32",
- "reputation": 578
- }
- },
- {
- "pk": 115,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:32",
- "reputation": 588
- }
- },
- {
- "pk": 116,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:33",
- "reputation": 598
- }
- },
- {
- "pk": 117,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:34",
- "reputation": 608
- }
- },
- {
- "pk": 118,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:35",
- "reputation": 618
- }
- },
- {
- "pk": 119,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:36",
- "reputation": 628
- }
- },
- {
- "pk": 120,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:37",
- "reputation": 638
- }
- },
- {
- "pk": 121,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:38",
- "reputation": 648
- }
- },
- {
- "pk": 122,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:39",
- "reputation": 658
- }
- },
- {
- "pk": 123,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:40",
- "reputation": 668
- }
- },
- {
- "pk": 124,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:41",
- "reputation": 678
- }
- },
- {
- "pk": 125,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:42",
- "reputation": 688
- }
- },
- {
- "pk": 126,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 10,
- "question": 40,
- "negative": 0,
- "reputation_type": 1,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:44",
- "reputation": 698
- }
- },
- {
- "pk": 127,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 15,
- "question": 40,
- "negative": 0,
- "reputation_type": 2,
- "user": 20,
- "reputed_at": "2011-11-29 11:22:47",
- "reputation": 713
- }
- },
- {
- "pk": 128,
- "model": "askbot.repute",
- "fields": {
- "comment": null,
- "positive": 2,
- "question": 40,
- "negative": 0,
- "reputation_type": 3,
- "user": 40,
- "reputed_at": "2011-11-29 11:22:47",
- "reputation": 702
- }
- },
- {
- "pk": 2,
"model": "livesettings.setting",
"fields": {
- "value": "f28a19ac302bc15c53c184d4db56e814afb16285",
+ "value": "2",
"group": "GENERAL_SKIN_SETTINGS",
"site": 1,
- "key": "MEDIA_RESOURCE_REVISION_HASH"
+ "key": "MEDIA_RESOURCE_REVISION"
}
},
{
- "pk": 1,
+ "pk": 2,
"model": "livesettings.setting",
"fields": {
- "value": "2",
+ "value": "538027b7ec845c2d7b331a752af88e5f12f62e58",
"group": "GENERAL_SKIN_SETTINGS",
"site": 1,
- "key": "MEDIA_RESOURCE_REVISION"
+ "key": "MEDIA_RESOURCE_REVISION_HASH"
}
}
] \ No newline at end of file
diff --git a/askbot/tests/utils.py b/askbot/tests/utils.py
index 54a2a0ec..fdeea371 100644
--- a/askbot/tests/utils.py
+++ b/askbot/tests/utils.py
@@ -1,7 +1,7 @@
"""utility functions used by Askbot test cases
"""
from django.test import TestCase
-from django.utils.unittest.compatibility import wraps
+from functools import wraps
from askbot import models
def create_user(
@@ -95,6 +95,20 @@ class AskbotTestCase(TestCase):
return user_object
+ def assertRaisesRegexp(self, *args, **kwargs):
+ """a shim for python < 2.7"""
+ try:
+ #run assertRaisesRegex, if available
+ super(AskbotTestCase, self).assertRaisesRegexp(*args, **kwargs)
+ except AttributeError:
+ #in this case lose testing for the error text
+ #second argument is the regex that is supposed
+ #to match the error text
+ args_list = list(args)#conv tuple to list
+ args_list.pop(1)#so we can remove an item
+ self.assertRaises(*args_list, **kwargs)
+
+
def post_question(
self,
user = None,
diff --git a/askbot/urls.py b/askbot/urls.py
index 235973d0..d0673520 100644
--- a/askbot/urls.py
+++ b/askbot/urls.py
@@ -36,17 +36,6 @@ urlpatterns = patterns('',
{'sitemaps': sitemaps},
name='sitemap'
),
- url(
- r'^%s(?P<path>.*)$' % settings.ASKBOT_UPLOADED_FILES_URL,
- 'django.views.static.serve',
- {'document_root': os.path.join(
- settings.PROJECT_ROOT,
- 'askbot',
- 'upfiles'
- ).replace('\\','/')
- },
- name='uploaded_file',
- ),
#no translation for this url!!
url(r'import-data/$', views.writers.import_data, name='import_data'),
url(r'^%s$' % _('about/'), views.meta.about, name='about'),
diff --git a/askbot/utils/forms.py b/askbot/utils/forms.py
index c3bccf24..536d06b5 100644
--- a/askbot/utils/forms.py
+++ b/askbot/utils/forms.py
@@ -1,11 +1,12 @@
-from django import forms
import re
+from django import forms
+from django.http import str_to_unicode
+from django.contrib.auth.models import User
+from django.conf import settings
from django.utils.translation import ugettext as _
from django.utils.safestring import mark_safe
-from django.conf import settings
from askbot.conf import settings as askbot_settings
-from django.http import str_to_unicode
-from django.contrib.auth.models import User
+from askbot.utils.slug import slugify
from askbot import const
import logging
import urllib
@@ -26,7 +27,7 @@ def get_next_url(request, default = None):
return clean_next(request.REQUEST.get('next'), default)
class StrippedNonEmptyCharField(forms.CharField):
- def clean(self,value):
+ def clean(self, value):
value = value.strip()
if self.required and value == '':
raise forms.ValidationError(_('this field is required'))
@@ -34,7 +35,14 @@ class StrippedNonEmptyCharField(forms.CharField):
class NextUrlField(forms.CharField):
def __init__(self):
- super(NextUrlField,self).__init__(max_length = 255,widget = forms.HiddenInput(),required = False)
+ super(
+ NextUrlField,
+ self
+ ).__init__(
+ max_length = 255,
+ widget = forms.HiddenInput(),
+ required = False
+ )
def clean(self,value):
return clean_next(value)
@@ -43,19 +51,29 @@ login_form_widget_attrs = { 'class': 'required login' }
class UserNameField(StrippedNonEmptyCharField):
RESERVED_NAMES = (u'fuck', u'shit', u'ass', u'sex', u'add',
u'edit', u'save', u'delete', u'manage', u'update', 'remove', 'new')
- def __init__(self,db_model=User, db_field='username', must_exist=False,skip_clean=False,label=_('choose a username'),**kw):
+ def __init__(
+ self,
+ db_model=User,
+ db_field='username',
+ must_exist=False,
+ skip_clean=False,
+ label=_('choose a username'),
+ **kw
+ ):
self.must_exist = must_exist
self.skip_clean = skip_clean
self.db_model = db_model
self.db_field = db_field
self.user_instance = None
- error_messages={'required':_('user name is required'),
- 'taken':_('sorry, this name is taken, please choose another'),
- 'forbidden':_('sorry, this name is not allowed, please choose another'),
- 'missing':_('sorry, there is no user with this name'),
- 'multiple-taken':_('sorry, we have a serious error - user name is taken by several users'),
- 'invalid':_('user name can only consist of letters, empty space and underscore'),
- }
+ error_messages={
+ 'required': _('user name is required'),
+ 'taken': _('sorry, this name is taken, please choose another'),
+ 'forbidden': _('sorry, this name is not allowed, please choose another'),
+ 'missing': _('sorry, there is no user with this name'),
+ 'multiple-taken': _('sorry, we have a serious error - user name is taken by several users'),
+ 'invalid': _('user name can only consist of letters, empty space and underscore'),
+ 'meaningless': _('please use at least some alphabetic characters in the user name'),
+ }
if 'error_messages' in kw:
error_messages.update(kw['error_messages'])
del kw['error_messages']
@@ -90,6 +108,8 @@ class UserNameField(StrippedNonEmptyCharField):
raise forms.ValidationError(self.error_messages['invalid'])
if username in self.RESERVED_NAMES:
raise forms.ValidationError(self.error_messages['forbidden'])
+ if slugify(username, force_unidecode = True) == '':
+ raise forms.ValidationError(self.error_messages['meaningless'])
try:
user = self.db_model.objects.get(
**{'%s' % self.db_field : username}
diff --git a/askbot/utils/functions.py b/askbot/utils/functions.py
index d31d9027..373cdf87 100644
--- a/askbot/utils/functions.py
+++ b/askbot/utils/functions.py
@@ -11,6 +11,14 @@ def get_from_dict_or_object(source, key):
return getattr(source, key)
+def enumerate_string_list(strings):
+ """for a list or a tuple ('one', 'two',) return
+ a list formatted as ['1) one', '2) two',]
+ """
+ numbered_strings = enumerate(strings, start = 1)
+ return [ '%d) %s' % item for item in numbered_strings ]
+
+
def is_iterable(thing):
if hasattr(thing, '__iter__'):
return True
diff --git a/askbot/utils/markup.py b/askbot/utils/markup.py
index 3ebea3e4..ac96ec74 100644
--- a/askbot/utils/markup.py
+++ b/askbot/utils/markup.py
@@ -11,15 +11,11 @@ from markdown2 import Markdown
#url taken from http://regexlib.com/REDetails.aspx?regexp_id=501 by Brian Bothwell
URL_RE = re.compile("((?<!(href|.src|data)=['\"])((http|https|ftp)\://([a-zA-Z0-9\.\-]+(\:[a-zA-Z0-9\.&amp;%\$\-]+)*@)*((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])|localhost|([a-zA-Z0-9\-]+\.)*[a-zA-Z0-9\-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(\:[0-9]+)*(/($|[a-zA-Z0-9\.\,\?\'\\\+&amp;%\$#\=~_\-]+))*))")
-LINK_PATTERNS = [
- (URL_RE, r'\1'),
-]
-
-
def get_parser():
"""returns an instance of configured ``markdown2`` parser
"""
extras = ['link-patterns', 'video']
+
if askbot_settings.ENABLE_MATHJAX or \
askbot_settings.MARKUP_CODE_FRIENDLY:
extras.append('code-friendly')
@@ -30,12 +26,17 @@ def get_parser():
#pip install -e git+git://github.com/andryuha/python-markdown2.git
extras.append('video')
+ link_patterns = [
+ (URL_RE, r'\1'),
+ ]
if askbot_settings.ENABLE_AUTO_LINKING:
pattern_list = askbot_settings.AUTO_LINK_PATTERNS.split('\n')
url_list = askbot_settings.AUTO_LINK_URLS.split('\n')
pairs = zip(pattern_list, url_list)#always takes equal number of items
for item in pairs:
- LINK_PATTERNS.append(
+ if item[0].strip() =='' or item[1].strip() == '':
+ continue
+ link_patterns.append(
(
re.compile(item[0].strip()),
item[1].strip()
@@ -57,7 +58,7 @@ def get_parser():
return Markdown(
html4tags=True,
extras=extras,
- link_patterns = LINK_PATTERNS
+ link_patterns = link_patterns
)
diff --git a/askbot/utils/slug.py b/askbot/utils/slug.py
index dbf794ce..58f228da 100644
--- a/askbot/utils/slug.py
+++ b/askbot/utils/slug.py
@@ -8,13 +8,14 @@ slug will be simply equal to the input text
from unidecode import unidecode
from django.template import defaultfilters
from django.conf import settings
+import re
-
-def slugify(input_text, max_length=50):
+def slugify(input_text, max_length=50, force_unidecode = False):
"""custom slugify function that
removes diacritic modifiers from the characters
"""
- if getattr(settings, 'ALLOW_UNICODE_SLUGS', False) == False:
+ allow_unicode_slugs = getattr(settings, 'ALLOW_UNICODE_SLUGS', False)
+ if allow_unicode_slugs == False or force_unidecode == True:
if input_text == '':
return input_text
slug = defaultfilters.slugify(unidecode(input_text))
@@ -30,4 +31,4 @@ def slugify(input_text, max_length=50):
break
return slug
else:
- return input_text
+ return re.sub(r'\s+', '-', input_text.strip().lower())
diff --git a/askbot/views/commands.py b/askbot/views/commands.py
index 2eb562ed..7e219572 100644
--- a/askbot/views/commands.py
+++ b/askbot/views/commands.py
@@ -78,6 +78,7 @@ def process_vote(user = None, vote_direction = None, post = None):
return response_data
+@csrf.csrf_exempt
def manage_inbox(request):
"""delete, mark as new or seen user's
response memo objects, excluding flags
@@ -136,6 +137,7 @@ def manage_inbox(request):
return HttpResponse(data, mimetype="application/json")
+@csrf.csrf_exempt
def vote(request, id):
"""
todo: this subroutine needs serious refactoring it's too long and is hard to understand
@@ -148,7 +150,11 @@ def vote(request, id):
answerUpVote: 5,
answerDownVote:6,
offensiveQuestion : 7,
+ remove offensiveQuestion flag : 7.5,
+ remove all offensiveQuestion flag : 7.6,
offensiveAnswer:8,
+ remove offensiveAnswer flag : 8.5,
+ remove all offensiveAnswer flag : 8.6,
removeQuestion: 9,
removeAnswer:10
questionSubscribeUpdates:11
@@ -257,6 +263,19 @@ def vote(request, id):
response_data['count'] = post.offensive_flag_count
response_data['success'] = 1
+
+ elif vote_type in ['7.6', '8.6']:
+ #flag question or answer
+ if vote_type == '7.6':
+ post = get_object_or_404(models.Question, id=id)
+ if vote_type == '8.6':
+ id = request.POST.get('postId')
+ post = get_object_or_404(models.Answer, id=id)
+
+ request.user.flag_post(post, cancel_all = True)
+
+ response_data['count'] = post.offensive_flag_count
+ response_data['success'] = 1
elif vote_type in ['9', '10']:
#delete question or answer
@@ -329,6 +348,7 @@ def vote(request, id):
return HttpResponse(data, mimetype="application/json")
#internally grouped views - used by the tagging system
+@csrf.csrf_exempt
@decorators.ajax_login_required
def mark_tag(request, **kwargs):#tagging system
action = kwargs['action']
@@ -438,7 +458,7 @@ def api_get_questions(request):
questions = models.Question.objects.get_by_text_query(query)
if should_show_sort_by_relevance():
questions = questions.extra(order_by = ['-relevance'])
- questions = questions.distinct()
+ questions = questions.filter(deleted = False).distinct()
page_size = form.cleaned_data.get('page_size', 30)
questions = questions[:page_size]
@@ -456,6 +476,7 @@ def api_get_questions(request):
raise ValidationError('InvalidInput')
+@csrf.csrf_exempt
@decorators.ajax_login_required
def set_tag_filter_strategy(request):
"""saves data in the ``User.display_tag_filter_strategy``
@@ -531,6 +552,7 @@ def reopen(request, id):#re-open question
return HttpResponseRedirect(question.get_absolute_url())
+@csrf.csrf_exempt
@decorators.ajax_only
def swap_question_with_answer(request):
"""receives two json parameters - answer id
@@ -548,6 +570,7 @@ def swap_question_with_answer(request):
}
raise Http404
+@csrf.csrf_exempt
@decorators.ajax_only
@decorators.post_only
def upvote_comment(request):
@@ -568,6 +591,7 @@ def upvote_comment(request):
return {'score': comment.score}
#askbot-user communication system
+@csrf.csrf_exempt
def read_message(request):#marks message a read
if request.method == "POST":
if request.POST['formdata'] == 'required':
diff --git a/askbot/views/meta.py b/askbot/views/meta.py
index 493ab8ec..884ec5e4 100644
--- a/askbot/views/meta.py
+++ b/askbot/views/meta.py
@@ -29,11 +29,17 @@ def config_variable(request, variable_name = None, mimetype = None):
"""Print value from the configuration settings
as response content. All parameters are required.
"""
+ #todo add http header-based caching here!!!
output = getattr(askbot_settings, variable_name, '')
return HttpResponse(output, mimetype = mimetype)
def about(request, template='about.html'):
- return generic_view(request, template = template, page_class = 'meta')
+ title = _('About %(site)s') % {'site': askbot_settings.APP_SHORT_NAME}
+ data = {
+ 'title': title,
+ 'content': askbot_settings.FORUM_ABOUT
+ }
+ return render_into_skin('static_page.html', data, request)
def page_not_found(request, template='404.html'):
return generic_view(request, template)
@@ -42,30 +48,19 @@ def server_error(request, template='500.html'):
return generic_view(request, template)
def faq(request):
- if getattr(askbot_settings, 'FORUM_FAQ',''):
- text = _(getattr(askbot_settings, 'FORUM_FAQ',''))
+ if askbot_settings.FORUM_FAQ.strip() != '':
+ return render_into_skin(
+ 'static_page.html',
+ {'title': _('FAQ'), 'content': askbot_settings.FORUM_FAQ},
+ request
+ )
+ else:
data = {
'gravatar_faq_url': reverse('faq') + '#gravatar',
- #'send_email_key_url': reverse('send_email_key'),
- 'ask_question_url': reverse('ask'),
- 'page_class': 'meta',
- }
- forum_faq = render_text_into_skin(text, data, request)
- data_out = {
- 'gravatar_faq_url': reverse('faq') + '#gravatar',
- #'send_email_key_url': reverse('send_email_key'),
'ask_question_url': reverse('ask'),
'page_class': 'meta',
- 'forum_faq' : forum_faq,
}
- return render_into_skin('faq.html', data_out, request)
- data = {
- 'gravatar_faq_url': reverse('faq') + '#gravatar',
- #'send_email_key_url': reverse('send_email_key'),
- 'ask_question_url': reverse('ask'),
- 'page_class': 'meta',
- }
- return render_into_skin('faq_static.html', data, request)
+ return render_into_skin('faq_static.html', data, request)
@csrf.csrf_protect
def feedback(request):
@@ -94,7 +89,11 @@ def feedback(request):
feedback.CANCEL_MESSAGE=_('We look forward to hearing your feedback! Please, give it next time :)')
def privacy(request):
- return render_into_skin('privacy.html', {'page_class': 'meta'}, request)
+ data = {
+ 'title': _('Privacy policy'),
+ 'content': askbot_settings.FORUM_PRIVACY
+ }
+ return render_into_skin('static_page.html', data, request)
def badges(request):#user status/reputation system
#todo: supplement database data with the stuff from badges.py
@@ -137,14 +136,3 @@ def badge(request, id):
'page_class': 'meta',
}
return render_into_skin('badge.html', data, request)
-
-def media(request, skin, resource):
- """view that serves static media from any skin
- uses django static serve view, where document root is
- adjusted according to the current skin selection
-
- in production this views should be by-passed via server configuration
- for the better efficiency of serving static files
- """
- dir = skins.utils.get_path_to_skin(skin)
- return static.serve(request, '/media/' + resource, document_root = dir)
diff --git a/askbot/views/readers.py b/askbot/views/readers.py
index 2c637f36..8a4eedf9 100644
--- a/askbot/views/readers.py
+++ b/askbot/views/readers.py
@@ -598,6 +598,7 @@ def revisions(request, id, object_name=None):
}
return render_into_skin('revisions.html', data, request)
+@csrf.csrf_exempt
@ajax_only
@anonymous_forbidden
@get_only
@@ -611,6 +612,7 @@ def get_comment(request):
request.user.assert_can_edit_comment(comment)
return {'text': comment.comment}
+@csrf.csrf_exempt
@ajax_only
@get_only
def get_question_body(request):
diff --git a/askbot/views/users.py b/askbot/views/users.py
index 52e05842..7a62ef56 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -271,7 +271,8 @@ def edit_user(request, id):
'active_tab': 'users',
'page_class': 'user-profile-edit-page',
'form' : form,
- 'gravatar_faq_url' : reverse('faq') + '#gravatar',
+ 'support_custom_avatars': ('avatar' in django_settings.INSTALLED_APPS),
+ 'view_user': user,
}
return render_into_skin('user_profile/user_edit.html', data, request)
@@ -1022,6 +1023,7 @@ def user(request, id, slug=None, tab_name=None):
}
return user_view_func(request, profile_owner, context)
+@csrf.csrf_exempt
def update_has_custom_avatar(request):
"""updates current avatar type data for the user
"""
diff --git a/askbot/views/writers.py b/askbot/views/writers.py
index 5f073b37..916c0e17 100644
--- a/askbot/views/writers.py
+++ b/askbot/views/writers.py
@@ -12,7 +12,7 @@ import random
import sys
import tempfile
import time
-from django.core.files.storage import FileSystemStorage
+from django.core.files.storage import get_storage_class
from django.shortcuts import get_object_or_404
from django.contrib.auth.decorators import login_required
from django.http import HttpResponseRedirect, HttpResponse, HttpResponseForbidden, Http404
@@ -44,6 +44,7 @@ QUESTIONS_PAGE_SIZE = 10
# used in answers
ANSWERS_PAGE_SIZE = 10
+@csrf.csrf_exempt
def upload(request):#ajax upload file to a question or answer
"""view that handles file upload via Ajax
"""
@@ -77,10 +78,7 @@ def upload(request):#ajax upload file to a question or answer
str(random.randint(0,100000))
) + file_extension
- file_storage = FileSystemStorage(
- location = settings.ASKBOT_FILE_UPLOAD_DIR,
- base_url = reverse('uploaded_file', kwargs = {'path':''}),
- )
+ file_storage = get_storage_class()()
# use default storage to store file
file_storage.save(new_file_name, f)
# check file size
@@ -105,11 +103,12 @@ def upload(request):#ajax upload file to a question or answer
result = ''
file_url = ''
- #<result><msg><![CDATA[%s]]></msg><error><![CDATA[%s]]></error><file_url>%s</file_url></result>
- xml_template = "<result><msg><![CDATA[%s]]></msg><error><![CDATA[%s]]></error><file_url>%s</file_url></result>"
- xml = xml_template % (result, error, file_url)
-
- return HttpResponse(xml, mimetype="application/xml")
+ data = simplejson.dumps({
+ 'result': result,
+ 'error': error,
+ 'file_url': file_url
+ })
+ return HttpResponse(data, mimetype = 'application/json')
def __import_se_data(dump_file):
"""non-view function that imports the SE data
@@ -288,7 +287,7 @@ def ask(request):#view used to ask a new question
return render_into_skin('ask.html', data, request)
@login_required
-#@csrf.csrf_protect remove for ajax
+@csrf.csrf_exempt
def retag_question(request, id):
"""retag question view
"""
@@ -575,6 +574,7 @@ def __generate_comments_json(obj, user):#non-view generates json data for the po
data = simplejson.dumps(json_comments)
return HttpResponse(data, mimetype="application/json")
+@csrf.csrf_exempt
@decorators.check_spam('comment')
def post_comments(request):#generic ajax handler to load comments to an object
# only support get post comments by ajax now
@@ -614,6 +614,7 @@ def post_comments(request):#generic ajax handler to load comments to an object
else:
raise Http404
+@csrf.csrf_exempt
@decorators.ajax_only
@decorators.check_spam('comment')
def edit_comment(request):
@@ -646,6 +647,7 @@ def edit_comment(request):
_('Sorry, anonymous users cannot edit comments')
)
+@csrf.csrf_exempt
def delete_comment(request):
"""ajax handler to delete comment
"""
diff --git a/askbot_requirements_dev.txt b/askbot_requirements_dev.txt
new file mode 100644
index 00000000..af83b691
--- /dev/null
+++ b/askbot_requirements_dev.txt
@@ -0,0 +1,20 @@
+akismet
+django>=1.1.2
+Jinja2
+Coffin>=0.3
+-e git+https://github.com/matthiask/south.git#egg=south
+oauth2
+markdown2
+html5lib
+django-keyedcache
+django-threaded-multihost
+django-robots
+unidecode
+django-countries==1.0.5
+django-celery==2.2.7
+django-kombu==0.9.2
+django-followit
+django-recaptcha-works
+python-openid
+pystache==0.3.1
+pylint