]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Implement a hack so that we can interpolate JavaScript variables in
[rails.git] / config / locales / en.yml
1 en:
2   activerecord:
3     # Translates all the model names, which is used in error handling on the web site
4     models:
5       acl: "Access Control List"
6       changeset: "Changeset"
7       changeset_tag: "Changeset Tag"
8       country: "Country"
9       diary_comment: "Diary Comment"
10       diary_entry: "Diary Entry"
11       friend: "Friend"
12       language: "Language"
13       message: "Message"
14       node: "Node"
15       node_tag: "Node Tag"
16       notifier: "Notifier"
17       old_node: "Old Node"
18       old_node_tag: "Old Node Tag"
19       old_relation: "Old Relation"
20       old_relation_member: "Old Relation Member"
21       old_relation_tag: "Old Relation Tag"
22       old_way: "Old Way"
23       old_way_node: "Old Way Node"
24       old_way_tag: "Old Way Tag"
25       relation: "Relation"
26       relation_member: "Relation Member"
27       relation_tag: "Relation Tag"
28       session: "Session"
29       trace: "Trace"
30       tracepoint: "Trace Point"
31       tracetag: "Trace Tag"
32       user: "User"
33       user_preference: "User Preference"
34       user_token: "User Token"
35       way: "Way"
36       way_node: "Way Node"
37       way_tag: "Way Tag"
38     # Translates all the model attributes, which is used in error handling on the web site
39     # Only the ones that are used on the web site are translated at the moment
40     attributes:
41       diary_comment:
42         body: "Body"
43       diary_entry:
44         user: "User"
45         title: "Title"
46         latitude: "Latitude"
47         longitude: "Longitude"
48         language: "Language"
49       friend:
50         user: "User"
51         friend: "Friend"
52       trace:
53         user: "User"
54         visible: "Visible"
55         name: "Name"
56         size: "Size"
57         latitude: "Latitude"
58         longitude: "Longitude"
59         public: "Public"
60         description: "Description"
61       message:
62         sender: "Sender"
63         title: "Title"
64         body: "Body"
65         recipient: "Recipient"
66       user:
67         email: "Email"
68         active: "Active"
69         display_name: "Display Name"
70         description: "Description"
71         languages: "Languages"
72         pass_crypt: "Password"
73   map:
74     view: View
75     edit: Edit
76     coordinates: "Coordinates:"
77   browse:
78     changeset:
79       title: "Changeset"
80       changeset: "Changeset:"
81       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
82       changesetxml: "Changeset XML"
83       osmchangexml: "osmChange XML"
84     changeset_details:
85       created_at: "Created at:"
86       closed_at: "Closed at:"
87       belongs_to: "Belongs to:"
88       bounding_box: "Bounding box:"
89       no_bounding_box: "No bounding box has been stored for this changeset."
90       show_area_box: "Show Area Box"
91       box: "box"
92       has_nodes: "Has the following {{node_count}} nodes:"
93       has_ways: "Has the following {{way_count}} ways:"
94       has_relations: "Has the following {{relation_count}} relations:"
95     common_details: 
96       edited_at: "Edited at:"
97       edited_by: "Edited by:"
98       version: "Version:"
99       in_changeset: "In changeset:"
100     containing_relation:
101       relation: "Relation {{relation_name}}"
102       relation_as: "(as {{relation_role}})"
103     map:
104       loading: "Loading..."
105       deleted: "Deleted"
106       view_larger_map: "View Larger Map"
107     node_details:
108       coordinates: "Coordinates: "
109       part_of: "Part of:"
110     node_history:
111       node_history: "Node History"
112       download: "{{download_xml_link}} or {{view_details_link}}"
113       download_xml: "Download XML"
114       view_details: "view details"
115     node:
116       node: "Node"
117       node_title: "Node: {{node_name}}"
118       download: "{{download_xml_link}} or {{view_history_link}}"
119       download_xml: "Download XML"
120       view_history: "view history"
121     not_found:
122       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
123       type:
124         node: node
125         way: way
126         relation: relation
127     paging_nav:
128       showing_page: "Showing page"
129       of: "of"
130     relation_details:
131       members: "Members:"
132       part_of: "Part of:"
133     relation_history:
134       relation_history: "Relation History"
135       relation_history_title: "Relation History: {{relation_name}}"
136     relation_member:
137       as: "as"
138     relation:
139       relation: "Relation"
140       relation_title: "Relation: {{relation_name}}"
141       download: "{{download_xml_link}} or {{view_history_link}}"
142       download_xml: "Download XML"
143       view_history: "view history"
144     start:
145       view_data: "View data for current map view"
146       manually_select: "Manually select a different area"
147     start_rjs:
148       data_frame_title: "Data"
149       zoom_or_select: "Zoom in or select an area of the map to view"
150       drag_a_box: "Drag a box on the map to select an area"
151       manually_select: "Manually select a different area"
152       loaded_an_area_with_num_features: "You have loaded an area which contains {{num_features}} features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
153       load_data: "Load Data"
154       unable_to_load: "Unable to load: Bounding box size of"
155       must_be_smaller: "is too large (must be smaller than 0.25)"
156       loading: "Loading..."
157       show_history: "Show History"
158       wait: "Wait..."
159       history_for: "History for"
160       details: "Details"
161       private_user: "private user"
162       edited_by: "Edited by"
163       at_timestamp: "at"
164       object_list:
165         heading: "Object list"
166         back: "Display object list"
167         type:
168           node: "Node"
169           way: "Way"
170           # There's no 'relation' type because it isn't represented in OpenLayers
171         api: "Retrieve this are from the API"
172         details: "Details"
173         selected:
174           type:
175             node: "Node"
176             way: "Way"
177             # There's no 'relation' type because it isn't represented in OpenLayers
178         history:
179           type:
180             node: "Node"
181             way: "Way"
182             # There's no 'relation' type because it isn't represented in OpenLayers
183     tag_details:
184       tags: "Tags:"
185     way_details:
186       nodes: "Nodes:"
187       part_of: "Part of:"
188       also_part_of:
189         one: "also part of way {{related_ways}}"
190         other: "also part of ways {{related_ways}}"
191     way_history:
192       way_history: "Way History"
193       way_history_title: "Way History: {{way_name}}"
194       download: "{{download_xml_link}} or {{view_details_link}}"
195       download_xml: "Download XML"
196       view_details: "view details"
197     way:
198       way: "Way"
199       way_title: "Way: {{way_name}}"
200       download: "{{download_xml_link}} or {{view_history_link}}"
201       download_xml: "Download XML"
202       view_history: "view history"
203   changeset:
204     changeset_paging_nav: 
205       showing_page: "Showing page"
206       of: "of"
207     changeset:
208       still_editing: "(still editing)"
209       anonymous: "Anonymous"
210       no_comment: "(none)"
211       no_edits: "(no edits)"
212       show_area_box: "show area box"
213       big_area: "(big)"
214       view_changeset_details: "View changeset details"
215       more: "more"
216     changesets:
217       id: "ID"
218       saved_at: "Saved at"
219       user: "User"
220       comment: "Comment"
221       area: "Area"
222     list_bbox:
223       history: "History"
224       changesets_within_the_area: "Changesets within the area:"
225       show_area_box: "show area box"
226       no_changesets: "No changesets"
227       all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
228       recent_changes: "Recent Changes"
229       no_area_specified: "No area specified"
230       first_use_view: "First use the {{view_tab_link}} to pan and zoom to an area of interest, then click the history tab."
231       view_the_map: "view the map"
232       view_tab: "view tab"
233       alternatively_view: "Alternatively, view all {{recent_changes_link}}"
234     list:
235       recent_changes: "Recent Changes"
236       recently_edited_changesets: "Recently edited changesets:"
237       for_more_changesets: "For more changesets, select a user and view their edits, or see the editing 'history' of a specific area."
238     list_user:
239       edits_by_username: "Edits by {{username_link}}"
240       no_visible_edits_by: "No visible edits by {{name}}."
241       for_all_changes: "For changes by all users see {{recent_changes_link}}"
242       recent_changes: "Recent Changes"
243   diary_entry:
244     new:
245       title: New Diary Entry
246     list:
247       title: "Users' diaries"
248       user_title: "{{user}}'s diary"
249       new: New Diary Entry
250       new_title: Compose a new entry in your user diary
251       no_entries: No diary entries
252       recent_entries: "Recent diary entries: "
253       older_entries: Older Entries
254       newer_entries: Newer Entries
255     edit:
256       title: "Edit diary entry"
257       subject: "Subject: "
258       body: "Body: "
259       language: "Language: "
260       location: "Location: "
261       latitude: "Latitude: "
262       longitude: "Longitude: "
263       use_map_link: "use map"
264       save_button: "Save"
265       marker_text: Diary entry location
266     view:
267       title: "Users' diaries | {{user}}"
268       user_title: "{{user}}'s diary"
269       leave_a_comment: "Leave a comment"
270       login_to_leave_a_comment: "{{login_link}} to leave a comment"
271       login: "Login"
272       save_button: "Save"
273     no_such_entry:
274       heading: "No entry with the id: {{id}}"
275       body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
276     no_such_user:
277       title: "No such user"
278       heading: "The user {{user}} does not exist"
279       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
280     diary_entry:
281       posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
282       comment_link: Comment on this entry
283       reply_link: Reply to this entry
284       comment_count:
285         one: 1 comment
286         other: "{{count}} comments"
287       edit_link: Edit this entry
288     diary_comment:
289       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
290   export:
291     start:
292       area_to_export: "Area to Export"
293       manually_select: "Manually select a different area"
294       format_to_export: "Format to Export"
295       osm_xml_data: "OpenStreetMap XML Data"
296       mapnik_image: "Mapnik Image"
297       osmarender_image: "Osmarender Image"
298       embeddable_html: "Embeddable HTML"
299       licence: "Licence"
300       export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'
301       options: "Options"
302       format: "Format"
303       scale: "Scale"
304       max: "max"
305       image_size: "Image Size"
306       zoom: "Zoom"
307       add_marker: "Add a marker to the map"
308       latitude: "Lat:"
309       longitude: "Lon:"
310       output: "Output"
311       paste_html: "Paste HTML to embed in website"
312       export_button: "Export"
313     start_rjs:
314       export: "Export"
315       drag_a_box: "Drag a box on the map to select an area"
316       manually_select: "Manually select a different area"
317       click_add_marker: "Click on the map to add a marker"
318       change_marker: "Change marker position"
319       add_marker: "Add a marker to the map"
320       view_larger_map: "View Larger Map"
321   geocoder:
322     results:
323       results: "Results"
324       type_from_source: "{{type}} from {{source_link}}"
325       no_results: "No results found"
326   layouts:
327     welcome_user: "Welcome, {{user_link}}"
328     inbox: "inbox ({{size}})"
329     logout: logout
330     log_in: log in
331     sign_up: sign up
332     view: View
333     view_tooltip: View maps
334     edit: Edit
335     edit_tooltip: Edit maps
336     history: History
337     history_tooltip: Changeset history
338     export: Export
339     export_tooltip: Export map data
340     gps_traces: GPS Traces
341     gps_traces_tooltip: Manage traces
342     user_diaries: User Diaries
343     user_diaries_tooltip: View user diaries
344     tag_line: The Free Wiki World Map
345     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
346     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
347     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
348     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
349     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
350     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
351     donate_link_text: donating
352     help_wiki: "Help &amp; Wiki"
353     news_blog: "News blog"
354     shop: Shop
355     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
356     alt_donation: Make a Donation
357   notifier:
358     diary_comment_notification:
359       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
360       banner1: "*                   Please do not reply to this email.                    *"
361       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
362       hi: "Hi {{to_user}},"
363       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
364       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
365     message_notification:
366       subject: "[OpenStreetMap] {{user}} sent you a new message"
367       banner1: "*                   Please do not reply to this email.                    *"
368       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
369       hi: "Hi {{to_user}},"
370       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
371       footer1: "You can also read the message at {{readurl}}"
372       footer2: "and you can reply at {{replyurl}}"
373     friend_notification:
374       subject: "[OpenStreetMap] {{user}} added you as a friend"
375       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
376       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
377     signup_confirm:
378       subject: "[OpenStreetMap] Confirm your email address"
379     signup_confirm_plain:
380       greeting: "Hi there!"
381       hopefully_you: "Someone (hopefully you) would like to create an account over at"
382       # next two translations run-on : please word wrap appropriately
383       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
384       click_the_link_2: "account and read on for more information about OpenStreetMap."
385       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
386       more_videos: "There are more videos here:"
387       the_wiki: "Get reading about OpenStreetMap on the wiki:"
388       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
389       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
390       # next four translations are in pairs : please word wrap appropriately
391       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
392       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
393       current_user_1: "A list of current users in categories, based on where in the world"
394       current_user_2: "they are, is available from:"
395     signup_confirm_html:
396       greeting: "Hi there!"
397       hopefully_you: "Someone (hopefully you) would like to create an account over at"
398       click_the_link: "If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap"
399       introductory_video: "You can watch an {{introductory_video_link}}."
400       video_to_openstreetmap: "introductory video to OpenStreetMap"
401       more_videos: "There are {{more_videos_link}}."
402       more_videos_here: "more videos here"
403       get_reading: 'Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</p> or  <a href="http://www.opengeodata.org/">the opengeodata blog</a> which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!'
404       wiki_signup: 'You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.'
405       user_wiki_page: 'It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_London">[[Category:Users_in_London]]</a>.'
406       current_user: 'A list of current users in categories, based on where in the world they are, is available from <a href="http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region">Category:Users_by_geographical_region</a>.'
407     email_confirm:
408       subject: "[OpenStreetMap] Confirm your email address"
409     email_confirm_plain:
410       greeting: "Hi,"
411       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
412       hopefully_you_2: "{{server_url}} to {{new_address}}."
413       click_the_link: "If this is you, please click the link below to confirm the change."
414     email_confirm_html:
415       greeting: "Hi,"
416       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
417       click_the_link: "If this is you, please click the link below to confirm the change."
418     lost_password:
419       subject: "[OpenStreetMap] Password reset request"
420     lost_password_plain:
421       greeting: "Hi,"
422       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
423       hopefully_you_2: "email addresses openstreetmap.org account."
424       click_the_link: "If this is you, please click the link below to reset your password."
425     lost_password_html:
426       greeting: "Hi,"
427       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
428       click_the_link: "If this is you, please click the link below to reset your password."
429     reset_password:
430       subject: "[OpenStreetMap] Password reset"
431     reset_password_plain:
432       greeting: "Hi,"
433       reset: "Your password has been reset to {{new_password}}"
434     reset_password_html:
435       greeting: "Hi,"
436       reset: "Your password has been reset to {{new_password}}"
437   message:
438     inbox:
439       title: "Inbox"
440       my_inbox: "My inbox"
441       outbox: "outbox"
442       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
443       from: "From"
444       subject: "Subject"
445       date: "Date"
446       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
447       people_mapping_nearby: "people mapping nearby" 
448     message_summary:
449       unread_button: "Mark as unread"
450       read_button: "Mark as read"
451       reply_button: "Reply"
452     new:
453       title: "Send message"
454       send_message_to: "Send a new message to {{name}}"
455       subject: "Subject"
456       body: "Body"
457       send_button: "Send"
458       back_to_inbox: "Back to inbox"
459       message_sent: "Message sent"
460     no_such_user:
461       title: "No such user or message"
462       heading: "No such user or message"
463       body: "Sorry there is no user or message with that name or id"
464     outbox: 
465       title: "Outbox"
466       my_inbox: "My {{inbox_link}}"
467       inbox: "inbox"
468       outbox: "outbox"
469       you_have_sent_messages: "You have {{sent_count}} sent messages"
470       to: "To"
471       subject: "Subject"
472       date: "Date"
473       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
474       people_mapping_nearby: "people mapping nearby"
475     read:
476       title: "Read message"
477       reading_your_messages: "Reading your messages"
478       from: "From"
479       subject: "Subject"
480       date: "Date"
481       reply_button: "Reply"
482       unread_button: "Mark as unread"
483       back_to_inbox: "Back to inbox"
484       reading_your_sent_messages: "Reading your sent messages"
485       to: "To"
486       back_to_outbox: "Back to outbox"
487     mark:
488       as_read: "Message marked as read"
489       as_unread: "Message marked as unread"
490   site:
491     index:
492       home: "home"
493       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
494       js_2: "OpenStreetMap uses javascript for its slippy map."
495       js_3: 'You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable javascript.'
496       permalink: Permalink
497       license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
498     edit:
499       not_public: "You haven't set your edits to be public."
500       not_public_description: "You can no longer edit the map unless you do so. You can set your edits as public from your {{user_page}}."
501       user_page_link: user page
502       anon_edits: "({{link}})"
503       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
504       anon_edits_link_text: "Find out why this is the case."
505       flash_player_required: 'You need a Flash player to use Potlatch, the OpenStreetMap Flash editor. You can <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">download Flash Player from Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Several other options</a> are also available for editing OpenStreetMap.'
506       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in list mode, or click save if you have a save button.)"
507     sidebar:
508       search_results: Search Results
509       close: Close
510     search:
511       search: Search
512       where_am_i: "Where am I?"
513       submit_text: "Go"
514       searching: "Searching..."
515       search_help: "examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' <a href='http://wiki.openstreetmap.org/wiki/Search'>more examples...</a>"
516     key:
517       map_key: "Map key"
518   trace:
519     create:
520       upload_trace: "Upload GPS Trace"
521       trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
522     edit:
523       filename: "Filename:"
524       uploaded_at: "Uploaded at:"
525       points: "Points:"
526       start_coord: "Start coordinate:"
527       edit: "edit"
528       owner: "Owner:"
529       description: "Description:"
530       tags: "Tags:"
531       save_button: "Save Changes"
532     no_such_user:
533       title: "No such user"
534       heading: "The user {{user}} does not exist"
535       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
536     trace_form:
537       upload_gpx: "Upload GPX File"
538       description: "Description"
539       tags: "Tags"
540       public: "Public?"
541       upload_button: "Upload"
542       help: "Help"
543     trace_header:
544       see_just_your_traces: "See just your traces, or upload a trace"
545       see_all_traces: "See all traces"
546       see_your_traces: "See all your traces"
547       traces_waiting: "You have {{count}} traces waiting for upload. Please consider waiting for these to finish before uploading any more, so as not to block the queue for other users."
548     trace_optionals:
549       tags: "Tags"
550     view:
551       pending: "PENDING"
552       filename: "Filename:"
553       download: "download"
554       uploaded: "Uploaded at:"
555       points: "Points:"
556       start_coordinates: "Start coordinate:"
557       map: "map"
558       edit: "edit"
559       owner: "Owner:"
560       description: "Description:"
561       tags: "Tags"
562       none: "None"
563       make_public: "Make this track public permanently"
564       edit_track: "Edit this track"
565       delete_track: "Delete this track"
566       viewing_trace: "Viewing trace {{name}}"
567       trace_not_found: "Trace not found!"
568     trace_paging_nav:
569       showing: "Showing page"
570       of: "of"
571     trace:
572       pending: "PENDING"
573       count_points: "{{count}} points"
574       ago: "{{time_in_words_ago}} ago"
575       more: "more"
576       trace_details: "View Trace Details"
577       view_map: "View Map"
578       edit: "edit"
579       edit_map: "Edit Map"
580       public: "PUBLIC"
581       private: "PRIVATE"
582       by: "by"
583       in: "in"
584       map: "map"
585     list:
586       public_traces: "Public GPS traces"
587       your_traces: "Your GPS traces"
588       public_traces_from: "Public GPS traces from {{user}}"
589       tagged_with: " tagged with {{tags}}"
590     delete:
591       scheduled_for_deletion: "Track scheduled for deletion"
592     make_public:
593       made_public: "Track made public"
594   user:
595     login:
596       title: "Login"
597       heading: "Login"
598       please login: "Please login or {{create_user_link}}."
599       create_account: "create an account"
600       email or username: "Email Address or Username: "
601       password: "Password: "
602       lost password link: "Lost your password?"
603       login_button: "Login"
604       account not active: "Sorry, your account is not active yet.<br>Please click on the link in the account confirmation email to activate your account."
605       auth failure: "Sorry, couldn't log in with those details."
606     lost_password:
607       title: "lost password"
608       heading: "Forgotten Password?"
609       email address: "Email Address:"
610       new password button: "Send me a new password"
611       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
612       notice email cannot find: "Couldn't find that email address, sorry."
613     reset_password:
614       title: "reset password"
615       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
616       flash token bad: "Didn't find that token, check the URL maybe?"
617     new:
618       title: "Create account"
619       heading: "Create a User Account"
620       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
621       contact_webmaster: 'Please contact the <a href="mailto:webmaster@openstreetmap.org">webmaster</a> to arrange for an account to be created - we will try and deal with the request as quickly as possible. '
622       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
623       license_agreement: 'By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
624       email address: "Email Address: "
625       confirm email address: "Confirm Email Address: "
626       not displayed publicly: 'Not displayed publicly (see <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">privacy policy</a>)'
627       display name: "Display Name: "
628       password: "Password: "
629       confirm password: "Confirm Password: "
630       signup: Signup
631       flash create success message: "User was successfully created. Check your email for a confirmation note, and you'll be mapping in no time :-)<br /><br />Please note that you won't be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
632     no_such_user:
633       title: "No such user"
634       heading: "The user {{user}} does not exist"
635       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
636     view:
637       my diary: my diary
638       new diary entry: new diary entry
639       my edits: my edits
640       my traces: my traces
641       my settings: my settings
642       send message: send message
643       diary: diary
644       edits: edits
645       traces: traces
646       remove as friend: remove as friend
647       add as friend: add as friend
648       mapper since: "Mapper since: "
649       ago: "({{time_in_words_ago}} ago)"
650       user image heading: User image
651       delete image: Delete Image
652       upload an image: Upload an image
653       add image: Add Image
654       description: Description
655       user location: User location
656       no home location: "No home location has been set."
657       if set location: "If you set your location, a pretty map and stuff will appear below. You can set your home location on your {{settings_link}} page."
658       settings_link_text: settings
659       your friends: Your friends
660       no friends: You have not added any friends yet.
661       km away: "{{distance}}km away"
662       nearby users: "Nearby users: "
663       no nearby users: "There are no users who admit to mapping nearby yet."
664       change your settings: change your settings
665     friend_map:
666       your location: Your location
667       nearby mapper: "Nearby mapper: "
668     account:
669       title: "Edit account"
670       my settings: My settings
671       email never displayed publicly: "(never displayed publicly)"
672       public editing:
673         heading: "Public editing: "
674         enabled: "Enabled. Not anonymous and can edit data."
675         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
676         enabled link text: "what's this?"
677         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
678         disabled link text: "why can't I edit?"
679       profile description: "Profile Description: "
680       preferred languages: "Preferred Languages: "
681       home location: "Home Location: "
682       no home location: "You have not entered your home location."
683       latitude: "Latitude: "
684       longitude: "Longitude: "
685       update home location on click: "Update home location when I click on the map?"
686       save changes button: Save Changes
687       make edits public button: Make all my edits public
688       return to profile: Return to profile
689       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
690       flash update success: "User information updated successfully."
691     confirm:
692       heading: Confirm a user account
693       press confirm button: "Press the confirm button below to activate your account."
694       button: Confirm
695       success: "Confirmed your account, thanks for signing up!"
696       failure: "A user account with this token has already been confirmed."
697     confirm_email:
698       heading: Confirm a change of email address
699       press confirm button: "Press the confirm button below to confirm your new email address."
700       button: Confirm
701       success: "Confirmed your email address, thanks for signing up!"
702       failure: "An email address has already been confirmed with this token."
703     set_home:
704       flash success: "Home location saved successfully"
705     go_public:
706       flash success: "All your edits are now public, and you are now allowed to edit."
707     make_friend:
708       success: "{{name}} is now your friend."
709       failed: "Sorry, failed to add {{name}} as a friend."
710       already_a_friend: "You are already friends with {{name}}."
711     remove_friend:
712       success: "{{name}} was removed from your friends."
713       not_a_friend: "{{name}} is not one of your friends."