Skip to content

Instantly share code, notes, and snippets.

@lenary
Forked from seivan/snippet.txt
Created April 11, 2010 22:06
Show Gist options
  • Select an option

  • Save lenary/363108 to your computer and use it in GitHub Desktop.

Select an option

Save lenary/363108 to your computer and use it in GitHub Desktop.
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
admin_page:
welcome: "A stained blog is a nice blog!"
statistics: "There {{is_or_are_counter}} currently {{visible_posts}} with {{visible_comments}} and {{hidden_comments}}. Also you have {{users}}, while there are {{guests}}"
ago: "ago"
approve: "Approve"
archives: "Archives"
author: "Author"
blog: "Blogstain"
date: "Date"
edit: "Edit"
update: "Update"
create: "Create"
delete: "Delete"
url: "URL"
is_or_are_counter:
other: "are"
one: "is"
comment:
comment: "Comment"
comments:"Comments"
approved: "The comment has been approved"
created: "Thanks for your comment!"
not_created: "Could not post your comment"
new: "New Comment"
recent: "Recent Comments"
comments_counter:
zero: "no published comments"
one: "1 published comment"
other: "{{count}} published comments"
post:
post: "Post"
posts: "Posts"
posted: "Posted"
confirm_deletion: "Are you sure you want to delete this post?"
confirm_deletion_text: "<p>It was such a great post too, remember? If not, this is how it begins: <blockquote>{{text}}</blockquote></p><p>Ok. Maybe not so great. Oh well. It's just text, right?</p><p>Nuke it?</p>"
creating: "Creating a new post"
created: "The post was created"
delete: "Delete this post"
deleted: "Post has been deleted"
edit: "Editing Post: {{title}}"
updated: "Post has been updated"
new: "New Post"
none: "There are no published posts :("
not_created: "The post could not be created"
not_found: "The post you were looking for could not be found"
not_updated: "The post could not be updated"
posts_counter:
zero: "no posts"
one: "1 post"
other: "{{count}} posts"
user:
user: "User"
users: "Users"
logged_in: "You have been logged in"
logged_in_as: "Logged in as"
logged_out: "You have been logged out"
login: "Login"
logout: "Logout"
not_logged_in: "Login unsuccessful."
not_registered: "Oops, something went wrong. Please try again. You want <b>COOKIES</b>"
register: "Register"
registered: "Thanks for registering"
users_counter:
zero: "no users"
one: "1 user"
other: "{{count}} users"
fields:
username: "Username"
password: "Password"
password_confirmation: "Password confirmation"
email: "Email"
published: "Published"
title: "Title"
content: "Text"
published: "Published"
commentable: "Available to comment on"
required_fields: "* denotes a required field"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment