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