]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Since both site.rhtml and site.rxml exists we have to add :format =>
[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_size: "Unable to load: Bounding box size of {{bbox_size}} is too large (must be smaller than {{max_bbox_size}})"
155       loading: "Loading..."
156       show_history: "Show History"
157       wait: "Wait..."
158       history_for_feature: "History for {{feature}}"
159       details: "Details"
160       private_user: "private user"
161       edited_by_user_at_timestamp: "Edited by {{user}} at {{timestamp}}"
162       object_list:
163         heading: "Object list"
164         back: "Display object list"
165         type:
166           node: "Node"
167           way: "Way"
168           # There's no 'relation' type because it isn't represented in OpenLayers
169         api: "Retrieve this area from the API"
170         details: "Details"
171         selected:
172           type:
173             node: "Node {{id}}"
174             way: "Way {{id}}"
175             # There's no 'relation' type because it isn't represented in OpenLayers
176         history:
177           type:
178             node: "Node {{id}}"
179             way: "Way {{id}}"
180             # There's no 'relation' type because it isn't represented in OpenLayers
181     tag_details:
182       tags: "Tags:"
183     way_details:
184       nodes: "Nodes:"
185       part_of: "Part of:"
186       also_part_of:
187         one: "also part of way {{related_ways}}"
188         other: "also part of ways {{related_ways}}"
189     way_history:
190       way_history: "Way History"
191       way_history_title: "Way History: {{way_name}}"
192       download: "{{download_xml_link}} or {{view_details_link}}"
193       download_xml: "Download XML"
194       view_details: "view details"
195     way:
196       way: "Way"
197       way_title: "Way: {{way_name}}"
198       download: "{{download_xml_link}} or {{view_history_link}}"
199       download_xml: "Download XML"
200       view_history: "view history"
201   changeset:
202     changeset_paging_nav: 
203       showing_page: "Showing page"
204       of: "of"
205     changeset:
206       still_editing: "(still editing)"
207       anonymous: "Anonymous"
208       no_comment: "(none)"
209       no_edits: "(no edits)"
210       show_area_box: "show area box"
211       big_area: "(big)"
212       view_changeset_details: "View changeset details"
213       more: "more"
214     changesets:
215       id: "ID"
216       saved_at: "Saved at"
217       user: "User"
218       comment: "Comment"
219       area: "Area"
220     list:
221       title: "Changesets"
222       description: "Recent edits"
223       description_user: "Recent edits by {{user}}"
224       description_bbox: "Recent edits within {{bbox}}"
225       description_user_bbox: "Recent edits by {{user}} within {{bbox}}"
226   diary_entry:
227     new:
228       title: New Diary Entry
229     list:
230       title: "Users' diaries"
231       user_title: "{{user}}'s diary"
232       new: New Diary Entry
233       new_title: Compose a new entry in your user diary
234       no_entries: No diary entries
235       recent_entries: "Recent diary entries: "
236       older_entries: Older Entries
237       newer_entries: Newer Entries
238     edit:
239       title: "Edit diary entry"
240       subject: "Subject: "
241       body: "Body: "
242       language: "Language: "
243       location: "Location: "
244       latitude: "Latitude: "
245       longitude: "Longitude: "
246       use_map_link: "use map"
247       save_button: "Save"
248       marker_text: Diary entry location
249     view:
250       title: "Users' diaries | {{user}}"
251       user_title: "{{user}}'s diary"
252       leave_a_comment: "Leave a comment"
253       login_to_leave_a_comment: "{{login_link}} to leave a comment"
254       login: "Login"
255       save_button: "Save"
256     no_such_entry:
257       heading: "No entry with the id: {{id}}"
258       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."
259     no_such_user:
260       title: "No such user"
261       heading: "The user {{user}} does not exist"
262       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
263     diary_entry:
264       posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
265       comment_link: Comment on this entry
266       reply_link: Reply to this entry
267       comment_count:
268         one: 1 comment
269         other: "{{count}} comments"
270       edit_link: Edit this entry
271     diary_comment:
272       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
273   export:
274     start:
275       area_to_export: "Area to Export"
276       manually_select: "Manually select a different area"
277       format_to_export: "Format to Export"
278       osm_xml_data: "OpenStreetMap XML Data"
279       mapnik_image: "Mapnik Image"
280       osmarender_image: "Osmarender Image"
281       embeddable_html: "Embeddable HTML"
282       licence: "Licence"
283       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>.'
284       options: "Options"
285       format: "Format"
286       scale: "Scale"
287       max: "max"
288       image_size: "Image Size"
289       zoom: "Zoom"
290       add_marker: "Add a marker to the map"
291       latitude: "Lat:"
292       longitude: "Lon:"
293       output: "Output"
294       paste_html: "Paste HTML to embed in website"
295       export_button: "Export"
296     start_rjs:
297       export: "Export"
298       drag_a_box: "Drag a box on the map to select an area"
299       manually_select: "Manually select a different area"
300       click_add_marker: "Click on the map to add a marker"
301       change_marker: "Change marker position"
302       add_marker: "Add a marker to the map"
303       view_larger_map: "View Larger Map"
304   geocoder:
305     results:
306       results: "Results"
307       type_from_source: "{{type}} from {{source_link}}"
308       no_results: "No results found"
309   layouts:
310     welcome_user: "Welcome, {{user_link}}"
311     inbox: "inbox ({{size}})"
312     logout: logout
313     log_in: log in
314     sign_up: sign up
315     view: View
316     view_tooltip: View maps
317     edit: Edit
318     edit_tooltip: Edit maps
319     history: History
320     history_tooltip: Changeset history
321     export: Export
322     export_tooltip: Export map data
323     gps_traces: GPS Traces
324     gps_traces_tooltip: Manage traces
325     user_diaries: User Diaries
326     user_diaries_tooltip: View user diaries
327     tag_line: The Free Wiki World Map
328     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
329     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
330     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
331     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
332     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
333     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
334     donate_link_text: donating
335     help_wiki: "Help &amp; Wiki"
336     help_wiki_url: "http://wiki.openstreetmap.org"
337     news_blog: "News blog"
338     shop: Shop
339     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
340     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
341     alt_donation: Make a Donation
342   notifier:
343     diary_comment_notification:
344       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
345       banner1: "*                   Please do not reply to this email.                    *"
346       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
347       hi: "Hi {{to_user}},"
348       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
349       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
350     message_notification:
351       subject: "[OpenStreetMap] {{user}} sent you a new message"
352       banner1: "*                   Please do not reply to this email.                    *"
353       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
354       hi: "Hi {{to_user}},"
355       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
356       footer1: "You can also read the message at {{readurl}}"
357       footer2: "and you can reply at {{replyurl}}"
358     friend_notification:
359       subject: "[OpenStreetMap] {{user}} added you as a friend"
360       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
361       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
362     signup_confirm:
363       subject: "[OpenStreetMap] Confirm your email address"
364     signup_confirm_plain:
365       greeting: "Hi there!"
366       hopefully_you: "Someone (hopefully you) would like to create an account over at"
367       # next two translations run-on : please word wrap appropriately
368       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
369       click_the_link_2: "account and read on for more information about OpenStreetMap."
370       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
371       more_videos: "There are more videos here:"
372       the_wiki: "Get reading about OpenStreetMap on the wiki:"
373       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
374       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
375       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
376       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
377       # next four translations are in pairs : please word wrap appropriately
378       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
379       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
380       current_user_1: "A list of current users in categories, based on where in the world"
381       current_user_2: "they are, is available from:"
382     signup_confirm_html:
383       greeting: "Hi there!"
384       hopefully_you: "Someone (hopefully you) would like to create an account over at"
385       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"
386       introductory_video: "You can watch an {{introductory_video_link}}."
387       video_to_openstreetmap: "introductory video to OpenStreetMap"
388       more_videos: "There are {{more_videos_link}}."
389       more_videos_here: "more videos here"
390       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!'
391       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>.'
392       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>.'
393       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>.'
394     email_confirm:
395       subject: "[OpenStreetMap] Confirm your email address"
396     email_confirm_plain:
397       greeting: "Hi,"
398       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
399       hopefully_you_2: "{{server_url}} to {{new_address}}."
400       click_the_link: "If this is you, please click the link below to confirm the change."
401     email_confirm_html:
402       greeting: "Hi,"
403       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
404       click_the_link: "If this is you, please click the link below to confirm the change."
405     lost_password:
406       subject: "[OpenStreetMap] Password reset request"
407     lost_password_plain:
408       greeting: "Hi,"
409       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
410       hopefully_you_2: "email addresses openstreetmap.org account."
411       click_the_link: "If this is you, please click the link below to reset your password."
412     lost_password_html:
413       greeting: "Hi,"
414       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
415       click_the_link: "If this is you, please click the link below to reset your password."
416     reset_password:
417       subject: "[OpenStreetMap] Password reset"
418     reset_password_plain:
419       greeting: "Hi,"
420       reset: "Your password has been reset to {{new_password}}"
421     reset_password_html:
422       greeting: "Hi,"
423       reset: "Your password has been reset to {{new_password}}"
424   message:
425     inbox:
426       title: "Inbox"
427       my_inbox: "My inbox"
428       outbox: "outbox"
429       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
430       from: "From"
431       subject: "Subject"
432       date: "Date"
433       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
434       people_mapping_nearby: "people mapping nearby" 
435     message_summary:
436       unread_button: "Mark as unread"
437       read_button: "Mark as read"
438       reply_button: "Reply"
439     new:
440       title: "Send message"
441       send_message_to: "Send a new message to {{name}}"
442       subject: "Subject"
443       body: "Body"
444       send_button: "Send"
445       back_to_inbox: "Back to inbox"
446       message_sent: "Message sent"
447     no_such_user:
448       title: "No such user or message"
449       heading: "No such user or message"
450       body: "Sorry there is no user or message with that name or id"
451     outbox: 
452       title: "Outbox"
453       my_inbox: "My {{inbox_link}}"
454       inbox: "inbox"
455       outbox: "outbox"
456       you_have_sent_messages: "You have {{sent_count}} sent messages"
457       to: "To"
458       subject: "Subject"
459       date: "Date"
460       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
461       people_mapping_nearby: "people mapping nearby"
462     read:
463       title: "Read message"
464       reading_your_messages: "Reading your messages"
465       from: "From"
466       subject: "Subject"
467       date: "Date"
468       reply_button: "Reply"
469       unread_button: "Mark as unread"
470       back_to_inbox: "Back to inbox"
471       reading_your_sent_messages: "Reading your sent messages"
472       to: "To"
473       back_to_outbox: "Back to outbox"
474     mark:
475       as_read: "Message marked as read"
476       as_unread: "Message marked as unread"
477   site:
478     index:
479       home: "home"
480       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
481       js_2: "OpenStreetMap uses javascript for its slippy map."
482       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.'
483       permalink: Permalink
484       license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
485     edit:
486       not_public: "You haven't set your edits to be public."
487       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}}."
488       user_page_link: user page
489       anon_edits: "({{link}})"
490       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
491       anon_edits_link_text: "Find out why this is the case."
492       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.'
493       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.)"
494     sidebar:
495       search_results: Search Results
496       close: Close
497     search:
498       search: Search
499       where_am_i: "Where am I?"
500       submit_text: "Go"
501       searching: "Searching..."
502       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>"
503     key:
504       map_key: "Map key"
505   trace:
506     create:
507       upload_trace: "Upload GPS Trace"
508       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."
509     edit:
510       filename: "Filename:"
511       uploaded_at: "Uploaded at:"
512       points: "Points:"
513       start_coord: "Start coordinate:"
514       edit: "edit"
515       owner: "Owner:"
516       description: "Description:"
517       tags: "Tags:"
518       save_button: "Save Changes"
519     no_such_user:
520       title: "No such user"
521       heading: "The user {{user}} does not exist"
522       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
523     trace_form:
524       upload_gpx: "Upload GPX File"
525       description: "Description"
526       tags: "Tags"
527       public: "Public?"
528       upload_button: "Upload"
529       help: "Help"
530       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
531     trace_header:
532       see_just_your_traces: "See just your traces, or upload a trace"
533       see_all_traces: "See all traces"
534       see_your_traces: "See all your traces"
535       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."
536     trace_optionals:
537       tags: "Tags"
538     view:
539       pending: "PENDING"
540       filename: "Filename:"
541       download: "download"
542       uploaded: "Uploaded at:"
543       points: "Points:"
544       start_coordinates: "Start coordinate:"
545       map: "map"
546       edit: "edit"
547       owner: "Owner:"
548       description: "Description:"
549       tags: "Tags"
550       none: "None"
551       make_public: "Make this track public permanently"
552       edit_track: "Edit this track"
553       delete_track: "Delete this track"
554       viewing_trace: "Viewing trace {{name}}"
555       trace_not_found: "Trace not found!"
556     trace_paging_nav:
557       showing: "Showing page"
558       of: "of"
559     trace:
560       pending: "PENDING"
561       count_points: "{{count}} points"
562       ago: "{{time_in_words_ago}} ago"
563       more: "more"
564       trace_details: "View Trace Details"
565       view_map: "View Map"
566       edit: "edit"
567       edit_map: "Edit Map"
568       public: "PUBLIC"
569       private: "PRIVATE"
570       by: "by"
571       in: "in"
572       map: "map"
573     list:
574       public_traces: "Public GPS traces"
575       your_traces: "Your GPS traces"
576       public_traces_from: "Public GPS traces from {{user}}"
577       tagged_with: " tagged with {{tags}}"
578     delete:
579       scheduled_for_deletion: "Track scheduled for deletion"
580     make_public:
581       made_public: "Track made public"
582   user:
583     login:
584       title: "Login"
585       heading: "Login"
586       please login: "Please login or {{create_user_link}}."
587       create_account: "create an account"
588       email or username: "Email Address or Username: "
589       password: "Password: "
590       lost password link: "Lost your password?"
591       login_button: "Login"
592       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."
593       auth failure: "Sorry, couldn't log in with those details."
594     lost_password:
595       title: "lost password"
596       heading: "Forgotten Password?"
597       email address: "Email Address:"
598       new password button: "Send me a new password"
599       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
600       notice email cannot find: "Couldn't find that email address, sorry."
601     reset_password:
602       title: "reset password"
603       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
604       flash token bad: "Didn't find that token, check the URL maybe?"
605     new:
606       title: "Create account"
607       heading: "Create a User Account"
608       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
609       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. '
610       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
611       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>.'
612       email address: "Email Address: "
613       confirm email address: "Confirm Email Address: "
614       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>)'
615       display name: "Display Name: "
616       password: "Password: "
617       confirm password: "Confirm Password: "
618       signup: Signup
619       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."
620     no_such_user:
621       title: "No such user"
622       heading: "The user {{user}} does not exist"
623       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
624     view:
625       my diary: my diary
626       new diary entry: new diary entry
627       my edits: my edits
628       my traces: my traces
629       my settings: my settings
630       send message: send message
631       diary: diary
632       edits: edits
633       traces: traces
634       remove as friend: remove as friend
635       add as friend: add as friend
636       mapper since: "Mapper since: "
637       ago: "({{time_in_words_ago}} ago)"
638       user image heading: User image
639       delete image: Delete Image
640       upload an image: Upload an image
641       add image: Add Image
642       description: Description
643       user location: User location
644       no home location: "No home location has been set."
645       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."
646       settings_link_text: settings
647       your friends: Your friends
648       no friends: You have not added any friends yet.
649       km away: "{{distance}}km away"
650       nearby users: "Nearby users: "
651       no nearby users: "There are no users who admit to mapping nearby yet."
652       change your settings: change your settings
653     friend_map:
654       your location: Your location
655       nearby mapper: "Nearby mapper: "
656     account:
657       title: "Edit account"
658       my settings: My settings
659       email never displayed publicly: "(never displayed publicly)"
660       public editing:
661         heading: "Public editing: "
662         enabled: "Enabled. Not anonymous and can edit data."
663         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
664         enabled link text: "what's this?"
665         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
666         disabled link text: "why can't I edit?"
667       profile description: "Profile Description: "
668       preferred languages: "Preferred Languages: "
669       home location: "Home Location: "
670       no home location: "You have not entered your home location."
671       latitude: "Latitude: "
672       longitude: "Longitude: "
673       update home location on click: "Update home location when I click on the map?"
674       save changes button: Save Changes
675       make edits public button: Make all my edits public
676       return to profile: Return to profile
677       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
678       flash update success: "User information updated successfully."
679     confirm:
680       heading: Confirm a user account
681       press confirm button: "Press the confirm button below to activate your account."
682       button: Confirm
683       success: "Confirmed your account, thanks for signing up!"
684       failure: "A user account with this token has already been confirmed."
685     confirm_email:
686       heading: Confirm a change of email address
687       press confirm button: "Press the confirm button below to confirm your new email address."
688       button: Confirm
689       success: "Confirmed your email address, thanks for signing up!"
690       failure: "An email address has already been confirmed with this token."
691     set_home:
692       flash success: "Home location saved successfully"
693     go_public:
694       flash success: "All your edits are now public, and you are now allowed to edit."
695     make_friend:
696       success: "{{name}} is now your friend."
697       failed: "Sorry, failed to add {{name}} as a friend."
698       already_a_friend: "You are already friends with {{name}}."
699     remove_friend:
700       success: "{{name}} was removed from your friends."
701       not_a_friend: "{{name}} is not one of your friends."