X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/11f457e84238cf4e53b0d5f7ee8bad4d5d50a14e..f0f111aced146d78b4c31a6175c0150bc6497c50:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 0cabeaec0..eb68863a8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -361,6 +361,7 @@ en: current_user: 'A list of current users in categories, based on where in the world they are, is available from Category:Users_by_geographical_region.' message: inbox: + title: "Inbox" my_inbox: "My inbox" outbox: "outbox" you_have: "You have {{new_count}} new messages and {{old_count}} old messages" @@ -374,15 +375,18 @@ en: read_button: "Mark as read" reply_button: "Reply" new: + title: "Send message" send_message_to: "Send a new message to {{name}}" subject: "Subject" body: "Body" send_button: "Send" back_to_inbox: "Back to inbox" + message_sent: "Message sent" no_such_user: no_such_user: "No such user or message" sorry: "Sorry there is no user or message with that name or id" outbox: + title: "Outbox" my_inbox: "My {{inbox_link}}" inbox: "inbox" outbox: "outbox" @@ -393,6 +397,7 @@ en: no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?" people_mapping_nearby: "people mapping nearby" read: + title: "Read message" reading_your_messages: "Reading your messages" from: "From" subject: "Subject" @@ -403,6 +408,9 @@ en: reading_your_sent_messages: "Reading your sent messages" to: "To" back_to_outbox: "Back to outbox" + mark: + as_read: "Message marked as read" + as_unread: "Message marked as unread" site: index: home: "home" @@ -507,6 +515,7 @@ en: made_public: "Track made public" user: login: + title: "Login" heading: "Login" please login: "Please login or {{create_user_link}}." create_account: "create an account" @@ -528,6 +537,7 @@ en: flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)" flash token bad: "Didn't find that token, check the URL maybe?" new: + title: "Create account" heading: "Create a User Account" no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically." contact_webmaster: 'Please contact the webmaster to arrange for an account to be created - we will try and deal with the request as quickly as possible. ' @@ -576,6 +586,7 @@ en: your location: Your location nearby mapper: "Nearby mapper: " account: + title: "Edit account" my settings: My settings email never displayed publicly: "(never displayed publicly)" public editing: @@ -613,3 +624,10 @@ en: flash success: "Home location saved successfully" go_public: flash success: "All your edits are now public, and you are now allowed to edit." + make_friend: + success: "{{name}} is now your friend." + failed: "Sorry, failed to add {{name}} as a friend." + already_a_friend: "You are already friends with {{name}}." + remove_friend: + success: "{{name} was removed from your friends." + not_a_friend: "{{name}} is not one of your friends."