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