niche/strings.py
Michael Hope 81ce9b2203 Added a memcache based database cache.
Turn off debug by default.
2014-04-18 22:29:59 +02:00

55 lines
2 KiB
Python

comment_deleted = "Comment deleted"
link_is_closed = "Link is closed"
link_is_hidden = "Link is hidden"
link_is_open = "Link is open"
link_now_shows = "Link now shows"
logged_in = "You are logged in"
logged_out = "You are now logged out"
login_to_comment = "Log in to comment"
login_to_post = "Log in to post"
login_to_like = "Log in to like"
need_a_url_or_description = "Need a URL or description"
new_comment_success = "Your comment has been posted"
new_password = "New password"
new_post_success = "This is your post"
no_such_link = "No such link"
not_a_url = "Not a URL"
password_again = "Please enter your password again"
password_changed = "Your password has been changed"
passwords_dont_match = "Passwords don't match"
short_password = "This password is too short"
urls_need_a_description = "URLs need a description"
login_required = "Login required"
liked = "Liked"
permission_denied = "Permission denied"
admin_needed_to_delete_a_comment = 'Admin needed to delete a comment'
admin_needed_to_hide_a_link = 'Admin needed to hide a link'
admin_needed_to_close_a_link = 'Admin needed to close a link'
bad_username_or_password = "Bad username or password"
only_the_user_can_checkout_their_links = "Only the user can checkout their links"
possible_cross_site_request_forgery_try_again = "Possible cross site request forgery. Try again."
only_admins_can_access_debug_pages = "Only admins can access debug pages."
field_realname = "Real name"
field_email = "Email"
field_gravatar_email = "Gravatar email"
field_homepage = "Homepage"
field_team = "Team"
field_location = "Location"
field_twitter = "Twitter"
field_facebook = "Facebook"
field_google_plus = "Google+"
field_skype = "Skype"
field_aim = "AIM"
field_bio = "Bio"
field_title = "Title"
field_url = "URL"
field_url_description = "URL description"
field_extended = "Extended"
field_description = "Description"
field_use_markdown = "Use Markdown"
field_comment = "Comment"
field_username = "Username"
field_password = "Password"
field_new_password = "New password"
field_again = "Again"