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