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