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