143 lines
No EOL
4.3 KiB
YAML
143 lines
No EOL
4.3 KiB
YAML
# Copyright (c) 2010, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3. See
|
|
# the COPYRIGHT file.
|
|
|
|
|
|
# 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:
|
|
hello: "Hello world"
|
|
layouts:
|
|
application:
|
|
edit_profile: "edit profile"
|
|
logout: "logout"
|
|
shared:
|
|
aspect_nav:
|
|
all_aspects: "All Aspects"
|
|
manage: "Manage"
|
|
manage_your_aspects: "Manage your Aspects"
|
|
sub_header:
|
|
all_aspects: "All Aspects"
|
|
manage_aspects: "Manage Aspects"
|
|
publisher:
|
|
share: "Share"
|
|
aspect_friends:
|
|
add_friends: "add friends"
|
|
albums:
|
|
album:
|
|
you: "you"
|
|
new_album:
|
|
create: "create"
|
|
add_a_new_album: "Add a new album"
|
|
show:
|
|
edit_album: "Edit Album"
|
|
albums: "albums"
|
|
updated: "updated"
|
|
by: "by"
|
|
edit:
|
|
editing: "Editing"
|
|
updated: "updated"
|
|
are_you_sure: "Are you sure?"
|
|
delete_album: "Delete Album"
|
|
cancel: "Cancel"
|
|
index:
|
|
home: "home"
|
|
new_album: "New Album"
|
|
create:
|
|
success: "You've created an album called %{name}."
|
|
update:
|
|
success: "Album %{name} successfully edited."
|
|
failure: "Failed to edit album %{name}."
|
|
destroy:
|
|
success: "Album %{name} deleted."
|
|
aspects:
|
|
index:
|
|
photos: "photos"
|
|
show:
|
|
photos: "photos"
|
|
manage:
|
|
add_a_new_aspect: "Add a new aspect"
|
|
add_a_new_friend: "Add a new friend"
|
|
show: "Show"
|
|
update_aspects: "Update Aspects"
|
|
requests: "Requests"
|
|
ignore_remove: "Ignore/Remove"
|
|
new_aspect:
|
|
add_a_new_aspect: "Add a new aspect"
|
|
create: "Create"
|
|
create:
|
|
success:"Click on the plus on the left side to tell Diaspora who can see your new aspect."
|
|
users:
|
|
edit:
|
|
cancel: "Cancel"
|
|
update_profile: "Update Profile"
|
|
home: "Home"
|
|
diaspora_username: "DIASPORA USERNAME"
|
|
info: "Info"
|
|
picture: "Picture"
|
|
editing_profile: "Editing profile"
|
|
albums: "Albums"
|
|
you_dont_have_any_photos: "You don't have any photos! Go to the"
|
|
page_to_upload_some: "page to upload some."
|
|
comments:
|
|
comment:
|
|
ago: "ago"
|
|
new_comment:
|
|
comment: "Comment"
|
|
photos:
|
|
show:
|
|
prev: "prev"
|
|
full_size: "full size"
|
|
next: "next"
|
|
edit_photo: "Edit Photo"
|
|
delete_photo: "Delete Photo"
|
|
are_you_sure: "Are you sure?"
|
|
comments: "comments"
|
|
edit:
|
|
editing: "Editing"
|
|
are_you_sure: "Are you sure?"
|
|
delete_photo: "Delete Photo"
|
|
photo:
|
|
show_comments: "show comments"
|
|
posted_a_new_photo_to: "posted a new photo to"
|
|
new:
|
|
new_photo: "New Photo"
|
|
back_to_list: "Back to List"
|
|
post_it: "post it!"
|
|
registrations:
|
|
new:
|
|
sign_up: "Sign up"
|
|
status_messages:
|
|
new_status_message:
|
|
tell_me_something_good: "tell me something good"
|
|
oh_yeah: "oh yeah!"
|
|
status_message:
|
|
show_comments: "show comments"
|
|
delete: "Delete"
|
|
are_you_sure: "Are you sure?"
|
|
show:
|
|
status_message: "Status Message"
|
|
comments: "comments"
|
|
are_you_sure: "Are you sure?"
|
|
destroy: "Destroy"
|
|
view_all: "View All"
|
|
message: "Message"
|
|
owner: "Owner"
|
|
people:
|
|
index:
|
|
add_friend: "add friend"
|
|
real_name: "real name"
|
|
diaspora_handle: "diaspora handle"
|
|
thats_you: "that's you!"
|
|
friend_request_pending: "friend request pending"
|
|
you_have_a_friend_request_from_this_person: "you have a friend request from this person"
|
|
new:
|
|
new_person: "New Person"
|
|
back_to_list: "Back to List"
|
|
show:
|
|
last_seen: "last seen: %{how_long_ago}"
|
|
friends_since: "friends since: %{how_long_ago}"
|
|
save: "save"
|
|
are_you_sure: "Are you sure?"
|
|
remove_friend: "remove friend" |