]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
Add the ability for a recipient to (logically) delete a message from
[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   printable_name:
76     with_id: "{{id}}"
77     with_version: "{{id}}, v{{version}}"
78     with_name: "{{name}} ({{id}})"
79   map:
80     view: View
81     edit: Edit
82     coordinates: "Coordinates:"
83   browse:
84     changeset:
85       title: "Changeset"
86       changeset: "Changeset: {{id}}"
87       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
88       changesetxml: "Changeset XML"
89       osmchangexml: "osmChange XML"
90     changeset_navigation:
91       user:
92         name_tooltip: "View edits by {{user}}"
93         prev_tooltip: "Previous edit by {{user}}"
94         next_tooltip: "Next edit by {{user}}"
95       all:
96         prev_tooltip: "Previous changeset"
97         next_tooltip: "Next changeset"
98     changeset_details:
99       created_at: "Created at:"
100       closed_at: "Closed at:"
101       belongs_to: "Belongs to:"
102       bounding_box: "Bounding box:"
103       no_bounding_box: "No bounding box has been stored for this changeset."
104       show_area_box: "Show Area Box"
105       box: "box"
106       has_nodes:
107         one: "Has the following {{count}} node:"
108         other: "Has the following {{count}} nodes:"
109       has_ways:
110         one:  "Has the following {{count}} way:"
111         other: "Has the following {{count}} ways:"
112       has_relations:
113         one:  "Has the following {{count}} relation:"
114         other: "Has the following {{count}} relations:"
115     common_details: 
116       edited_at: "Edited at:"
117       edited_by: "Edited by:"
118       version: "Version:"
119       in_changeset: "In changeset:"
120     containing_relation:
121       entry: "Relation {{relation_name}}"
122       entry_role: "Relation {{relation_name}} (as {{relation_role}})"
123     map:
124       loading: "Loading..."
125       deleted: "Deleted"
126       larger:
127         area: "View area on larger map"
128         node: "View node on larger map"
129         way: "View way on larger map"
130         relation: "View relation on larger map"
131     node_details:
132       coordinates: "Coordinates: "
133       part_of: "Part of:"
134     node_history:
135       node_history: "Node History"
136       node_history_title: "Node History: {{node_name}}"
137       download: "{{download_xml_link}} or {{view_details_link}}"
138       download_xml: "Download XML"
139       view_details: "view details"
140     node:
141       node: "Node"
142       node_title: "Node: {{node_name}}"
143       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
144       download_xml: "Download XML"
145       view_history: "view history"
146       edit: "edit"
147     not_found:
148       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
149       type:
150         node: node
151         way: way
152         relation: relation
153     paging_nav:
154       showing_page: "Showing page"
155       of: "of"
156     relation_details:
157       members: "Members:"
158       part_of: "Part of:"
159     relation_history:
160       relation_history: "Relation History"
161       relation_history_title: "Relation History: {{relation_name}}"
162       download: "{{download_xml_link}} or {{view_details_link}}"
163       download_xml: "Download XML"
164       view_details: "view details"
165     relation_member:
166       entry: "{{type}} {{name}}"
167       entry_role: "{{type}} {{name}} as {{role}}"
168       type:
169         node: "Node"
170         way: "Way"
171         relation: "Relation"
172     relation:
173       relation: "Relation"
174       relation_title: "Relation: {{relation_name}}"
175       download: "{{download_xml_link}} or {{view_history_link}}"
176       download_xml: "Download XML"
177       view_history: "view history"
178     start:
179       view_data: "View data for current map view"
180       manually_select: "Manually select a different area"
181     start_rjs:
182       data_layer_name: "Data"
183       data_frame_title: "Data"
184       zoom_or_select: "Zoom in or select an area of the map to view"
185       drag_a_box: "Drag a box on the map to select an area"
186       manually_select: "Manually select a different area"
187       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."
188       load_data: "Load Data"
189       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
190       loading: "Loading..."
191       show_history: "Show History"
192       wait: "Wait..."
193       history_for_feature: "History for [[feature]]"
194       details: "Details"
195       private_user: "private user"
196       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
197       object_list:
198         heading: "Object list"
199         back: "Display object list"
200         type:
201           node: "Node"
202           way: "Way"
203           # There's no 'relation' type because it isn't represented in OpenLayers
204         api: "Retrieve this area from the API"
205         details: "Details"
206         selected:
207           type:
208             node: "Node [[id]]"
209             way: "Way [[id]]"
210             # There's no 'relation' type because it isn't represented in OpenLayers
211         history:
212           type:
213             node: "Node [[id]]"
214             way: "Way [[id]]"
215             # There's no 'relation' type because it isn't represented in OpenLayers
216     tag_details:
217       tags: "Tags:"
218     way_details:
219       nodes: "Nodes:"
220       part_of: "Part of:"
221       also_part_of:
222         one: "also part of way {{related_ways}}"
223         other: "also part of ways {{related_ways}}"
224     way_history:
225       way_history: "Way History"
226       way_history_title: "Way History: {{way_name}}"
227       download: "{{download_xml_link}} or {{view_details_link}}"
228       download_xml: "Download XML"
229       view_details: "view details"
230     way:
231       way: "Way"
232       way_title: "Way: {{way_name}}"
233       download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
234       download_xml: "Download XML"
235       view_history: "view history"
236       edit: "edit"
237   changeset:
238     changeset_paging_nav: 
239       showing_page: "Showing page"
240       of: "of"
241     changeset:
242       still_editing: "(still editing)"
243       anonymous: "Anonymous"
244       no_comment: "(none)"
245       no_edits: "(no edits)"
246       show_area_box: "show area box"
247       big_area: "(big)"
248       view_changeset_details: "View changeset details"
249       more: "more"
250     changesets:
251       id: "ID"
252       saved_at: "Saved at"
253       user: "User"
254       comment: "Comment"
255       area: "Area"
256     list:
257       title: "Changesets"
258       description: "Recent edits"
259       description_user: "Recent edits by {{user}}"
260       description_bbox: "Recent edits within {{bbox}}"
261       description_user_bbox: "Recent edits by {{user}} within {{bbox}}"
262   diary_entry:
263     new:
264       title: New Diary Entry
265     list:
266       title: "Users' diaries"
267       user_title: "{{user}}'s diary"
268       in_language_title: "Diary Entries in {{language}}"
269       new: New Diary Entry
270       new_title: Compose a new entry in your user diary
271       no_entries: No diary entries
272       recent_entries: "Recent diary entries: "
273       older_entries: Older Entries
274       newer_entries: Newer Entries
275     edit:
276       title: "Edit diary entry"
277       subject: "Subject: "
278       body: "Body: "
279       language: "Language: "
280       location: "Location: "
281       latitude: "Latitude: "
282       longitude: "Longitude: "
283       use_map_link: "use map"
284       save_button: "Save"
285       marker_text: Diary entry location
286     view:
287       title: "Users' diaries | {{user}}"
288       user_title: "{{user}}'s diary"
289       leave_a_comment: "Leave a comment"
290       login_to_leave_a_comment: "{{login_link}} to leave a comment"
291       login: "Login"
292       save_button: "Save"
293     no_such_entry:
294       title: "No such diary entry"
295       heading: "No entry with the id: {{id}}"
296       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."
297     no_such_user:
298       title: "No such user"
299       heading: "The user {{user}} does not exist"
300       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
301     diary_entry:
302       posted_by: "Posted by {{link_user}} at {{created}} in {{language_link}}"
303       comment_link: Comment on this entry
304       reply_link: Reply to this entry
305       comment_count:
306         one: 1 comment
307         other: "{{count}} comments"
308       edit_link: Edit this entry
309     diary_comment:
310       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
311   export:
312     start:
313       area_to_export: "Area to Export"
314       manually_select: "Manually select a different area"
315       format_to_export: "Format to Export"
316       osm_xml_data: "OpenStreetMap XML Data"
317       mapnik_image: "Mapnik Image"
318       osmarender_image: "Osmarender Image"
319       embeddable_html: "Embeddable HTML"
320       licence: "Licence"
321       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>.'
322       options: "Options"
323       format: "Format"
324       scale: "Scale"
325       max: "max"
326       image_size: "Image Size"
327       zoom: "Zoom"
328       add_marker: "Add a marker to the map"
329       latitude: "Lat:"
330       longitude: "Lon:"
331       output: "Output"
332       paste_html: "Paste HTML to embed in website"
333       export_button: "Export"
334     start_rjs:
335       export: "Export"
336       drag_a_box: "Drag a box on the map to select an area"
337       manually_select: "Manually select a different area"
338       click_add_marker: "Click on the map to add a marker"
339       change_marker: "Change marker position"
340       add_marker: "Add a marker to the map"
341       view_larger_map: "View Larger Map"
342   geocoder:
343     search:
344       title:
345         latlon: 'Results from <a href="http://openstreetmap.org/">Internal</a>'
346         us_postcode: 'Results from <a href="http://geocoder.us/">Geocoder.us</a>'
347         uk_postcode: 'Results from <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>'
348         ca_postcode: 'Results from <a href="http://geocoder.ca/">Geocoder.CA</a>'
349         osm_namefinder: 'Results from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
350         geonames: 'Results from <a href="http://www.geonames.org/">GeoNames</a>'
351     search_osm_namefinder:
352       prefix: "{{type}} "
353       suffix_place: ", {{distance}} {{direction}} of {{placename}}"
354       suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} of {{parentname}})"
355       suffix_suburb: "{{suffix}}, {{parentname}}"
356     description:
357       title:
358         osm_namefinder: '{{types}} from <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>'
359         geonames: 'Location from <a href="http://www.geonames.org/">GeoNames</a>'
360       types:
361         cities: Cities
362         towns: Towns
363         places: Places
364     description_osm_namefinder:
365       prefix: "{{distance}} {{direction}} of {{type}} "
366     results:
367       no_results: "No results found"
368     distance:
369       zero: "less than 1km"
370       one: "about 1km"
371       other: "about {{count}}km"
372     direction:
373       south_west: "south-west"
374       south: "south"
375       south_east: "south-east"
376       east: "east"
377       north_east: "north-east"
378       north: "north"
379       north_west: "north-west"
380       west: "west"
381   layouts:
382     project_name:
383       # in <title>
384       title: OpenStreetMap
385       # in <h1>
386       h1: OpenStreetMap
387     logo:
388       alt_text: OpenStreetMap logo
389     welcome_user: "Welcome, {{user_link}}"
390     welcome_user_link_tooltip: Your user page
391     home: home
392     home_tooltip: Go to home location
393     inbox: "inbox ({{count}})"
394     inbox_tooltip:
395       zero: Your inbox contains no unread messages
396       one: Your inbox contians 1 unread message
397       other: Your inbox contains {{count}} unread messages
398     logout: logout
399     logout_tooltip: "Log out"
400     log_in: log in
401     log_in_tooltip: Log in with an existing account
402     sign_up: sign up
403     sign_up_tooltip: Create an account for editing
404     view: View
405     view_tooltip: View maps
406     edit: Edit
407     edit_tooltip: Edit maps
408     history: History
409     history_tooltip: Changeset history
410     export: Export
411     export_tooltip: Export map data
412     gps_traces: GPS Traces
413     gps_traces_tooltip: Manage traces
414     user_diaries: User Diaries
415     user_diaries_tooltip: View user diaries
416     tag_line: The Free Wiki World Map
417     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
418     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
419     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
420     intro_3_ucl: "UCL VR Centre"
421     intro_3_bytemark: "bytemark"
422     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
423     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
424     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
425     donate_link_text: donating
426     help_wiki: "Help &amp; Wiki"
427     help_wiki_tooltip: "Help &amp; Wiki site for the project"
428     help_wiki_url: "http://wiki.openstreetmap.org"
429     news_blog: "News blog"
430     news_blog_tooltip: "News blog about OpenStreetMap, free geographical data, etc."
431     shop: Shop
432     shop_tooltip: Shop with branded OpenStreetMap merchandise
433     shop_url: http://wiki.openstreetmap.org/wiki/Merchandise
434     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
435     alt_donation: Make a Donation
436   notifier:
437     diary_comment_notification:
438       subject: "[OpenStreetMap] {{user}} commented on your diary entry"
439       banner1: "*                   Please do not reply to this email.                    *"
440       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
441       hi: "Hi {{to_user}},"
442       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
443       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
444     message_notification:
445       subject: "[OpenStreetMap] {{user}} sent you a new message"
446       banner1: "*                   Please do not reply to this email.                    *"
447       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
448       hi: "Hi {{to_user}},"
449       header: "{{from_user}} has sent you a message through OpenStreetMap with the subject {{subject}}:"
450       footer1: "You can also read the message at {{readurl}}"
451       footer2: "and you can reply at {{replyurl}}"
452     friend_notification:
453       subject: "[OpenStreetMap] {{user}} added you as a friend"
454       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
455       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
456     gpx_notification:
457       greeting: "Hi,"
458       your_gpx_file: "It looks like your GPX file"
459       with_description: "with the description"
460       and_the_tags: "and the following tags:"
461       and_no_tags: "and no tags."
462       failure:
463         subject: "[OpenStreetMap] GPX Import failure"
464         failed_to_import: "failed to import. Here's the error:"
465         more_info_1: "More information about GPX import failures and how to avoid"
466         more_info_2: "them can be found at:"
467         import_failures_url: "http://wiki.openstreetmap.org/wiki/GPX_Import_Failures"
468       success:
469         subject: "[OpenStreetMap] GPX Import success"
470         loaded_successfully: |
471           loaded successfully with {{trace_points}} out of a possible
472           {{possible_points}} points.
473     signup_confirm:
474       subject: "[OpenStreetMap] Confirm your email address"
475     signup_confirm_plain:
476       greeting: "Hi there!"
477       hopefully_you: "Someone (hopefully you) would like to create an account over at"
478       # next two translations run-on : please word wrap appropriately
479       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
480       click_the_link_2: "account and read on for more information about OpenStreetMap."
481       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
482       more_videos: "There are more videos here:"
483       the_wiki: "Get reading about OpenStreetMap on the wiki:"
484       the_wiki_url: "http://wiki.openstreetmap.org/wiki/Beginners%27_Guide"
485       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
486       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
487       wiki_signup_url: "http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page"
488       # next four translations are in pairs : please word wrap appropriately
489       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
490       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
491       current_user_1: "A list of current users in categories, based on where in the world"
492       current_user_2: "they are, is available from:"
493     signup_confirm_html:
494       greeting: "Hi there!"
495       hopefully_you: "Someone (hopefully you) would like to create an account over at"
496       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"
497       introductory_video: "You can watch an {{introductory_video_link}}."
498       video_to_openstreetmap: "introductory video to OpenStreetMap"
499       more_videos: "There are {{more_videos_link}}."
500       more_videos_here: "more videos here"
501       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!'
502       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>.'
503       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>.'
504       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>.'
505     email_confirm:
506       subject: "[OpenStreetMap] Confirm your email address"
507     email_confirm_plain:
508       greeting: "Hi,"
509       hopefully_you_1: "Someone (hopefully you) would like to change their email address over at"
510       hopefully_you_2: "{{server_url}} to {{new_address}}."
511       click_the_link: "If this is you, please click the link below to confirm the change."
512     email_confirm_html:
513       greeting: "Hi,"
514       hopefully_you: "Someone (hopefully you) would like to change their email address over at {{server_url}} to {{new_address}}."
515       click_the_link: "If this is you, please click the link below to confirm the change."
516     lost_password:
517       subject: "[OpenStreetMap] Password reset request"
518     lost_password_plain:
519       greeting: "Hi,"
520       hopefully_you_1: "Someone (possibly you) has asked for the password to be reset on this"
521       hopefully_you_2: "email addresses openstreetmap.org account."
522       click_the_link: "If this is you, please click the link below to reset your password."
523     lost_password_html:
524       greeting: "Hi,"
525       hopefully_you: "Someone (possibly you) has asked for the password to be reset on this email address's openstreetmap.org account."
526       click_the_link: "If this is you, please click the link below to reset your password."
527     reset_password:
528       subject: "[OpenStreetMap] Password reset"
529     reset_password_plain:
530       greeting: "Hi,"
531       reset: "Your password has been reset to {{new_password}}"
532     reset_password_html:
533       greeting: "Hi,"
534       reset: "Your password has been reset to {{new_password}}"
535   message:
536     inbox:
537       title: "Inbox"
538       my_inbox: "My inbox"
539       outbox: "outbox"
540       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
541       from: "From"
542       subject: "Subject"
543       date: "Date"
544       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
545       people_mapping_nearby: "people mapping nearby" 
546     message_summary:
547       unread_button: "Mark as unread"
548       read_button: "Mark as read"
549       reply_button: "Reply"
550       delete_button: "Delete"
551     new:
552       title: "Send message"
553       send_message_to: "Send a new message to {{name}}"
554       subject: "Subject"
555       body: "Body"
556       send_button: "Send"
557       back_to_inbox: "Back to inbox"
558       message_sent: "Message sent"
559     no_such_user:
560       title: "No such user or message"
561       heading: "No such user or message"
562       body: "Sorry there is no user or message with that name or id"
563     outbox: 
564       title: "Outbox"
565       my_inbox: "My {{inbox_link}}"
566       inbox: "inbox"
567       outbox: "outbox"
568       you_have_sent_messages: "You have {{sent_count}} sent messages"
569       to: "To"
570       subject: "Subject"
571       date: "Date"
572       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
573       people_mapping_nearby: "people mapping nearby"
574     read:
575       title: "Read message"
576       reading_your_messages: "Reading your messages"
577       from: "From"
578       subject: "Subject"
579       date: "Date"
580       reply_button: "Reply"
581       unread_button: "Mark as unread"
582       back_to_inbox: "Back to inbox"
583       reading_your_sent_messages: "Reading your sent messages"
584       to: "To"
585       back_to_outbox: "Back to outbox"
586     mark:
587       as_read: "Message marked as read"
588       as_unread: "Message marked as unread"
589     delete:
590       deleted: "Message deleted"
591   site:
592     index:
593       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
594       js_2: "OpenStreetMap uses javascript for its slippy map."
595       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.'
596       permalink: Permalink
597       shortlink: Shortlink
598       license:
599         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
600         license_name: "Creative Commons Attribution-Share Alike 2.0"
601         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
602         project_name: "OpenStreetMap project"
603         project_url: "http://openstreetmap.org"
604     edit:
605       not_public: "You haven't set your edits to be public."
606       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}}."
607       user_page_link: user page
608       anon_edits: "({{link}})"
609       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
610       anon_edits_link_text: "Find out why this is the case."
611       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.'
612       potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)"
613     sidebar:
614       search_results: Search Results
615       close: Close
616     search:
617       search: Search
618       where_am_i: "Where am I?"
619       submit_text: "Go"
620       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>"
621     key:
622       map_key: "Map key"
623       map_key_tooltip: "Map key for the mapnik rendering at this zoom level"
624       table:
625         heading: "Legend for z{{zoom_level}}"
626         entry:
627           motorway: "Motorway"
628           trunk: "Trunk road"
629           primary: "Primary road"
630           secondary: "Secondary road"
631           unclassified: "Unclassified road"
632           unsurfaced: "Unsurfaced road"
633           track: "Track"
634           byway: "Byway"
635           bridleway: "Bridleway"
636           cycleway: "Cycleway"
637           footway: "Footway"
638           rail: "Railway"
639           subway: "Subway"
640           tram:
641             - Light rail
642             - tram
643           cable:
644             - Cable car
645             - chair lift
646           runway:
647             - Airport Runway
648             - taxiway
649           apron:
650             - Airport apron
651             - terminal
652           admin: "Administrative boundary"
653           forest: "Forest"
654           wood: "Wood"
655           golf: "Golf course"
656           park: "Park"
657           resident: "Residential area"
658           tourist: "Tourist attraction"
659           common:
660             - Common
661             - meadow
662           retail: "Retail area"
663           industrial: "Industrial area"
664           commercial: "Commercial area"
665           heathland: "Heathland"
666           lake:
667             - Lake
668             - reservoir
669           farm: "Farm"
670           brownfield: "Brownfield site"
671           cemetery: "Cemetery"
672           allotments: "Allotments"
673           pitch: "Sports pitch"
674           centre: "Sports centre"
675           reserve: "Nature reserve"
676           military: "Military area"
677           school: "School; university"
678           building: "Significant building"
679           station: "Railway station"
680           summit:
681             - Summit
682             - peak
683           tunnel: "Dashed casing = tunnel"
684           bridge: "Black casing = bridge"
685           private: "Private access"
686           permissive: "Permissive access"
687           destination: "Destination access"
688           construction: "Roads under construction"
689   trace:
690     create:
691       upload_trace: "Upload GPS Trace"
692       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."
693     edit:
694       title: "Editing trace {{name}}"
695       heading: "Editing trace {{name}}"
696       filename: "Filename:"
697       download: "download"
698       uploaded_at: "Uploaded at:"
699       points: "Points:"
700       start_coord: "Start coordinate:"
701       map: "map"
702       edit: "edit"
703       owner: "Owner:"
704       description: "Description:"
705       tags: "Tags:"
706       tags_help: "comma delimited"
707       save_button: "Save Changes"
708     no_such_user:
709       title: "No such user"
710       heading: "The user {{user}} does not exist"
711       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
712     trace_form:
713       upload_gpx: "Upload GPX File"
714       description: "Description"
715       tags: "Tags"
716       tags_help: "comma delimited"
717       public: "Public?"
718       public_help: "what does this mean?"
719       public_help_url: "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
720       upload_button: "Upload"
721       help: "Help"
722       help_url: "http://wiki.openstreetmap.org/wiki/Upload"
723     trace_header:
724       see_just_your_traces: "See just your traces, or upload a trace"
725       see_all_traces: "See all traces"
726       see_your_traces: "See all your traces"
727       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."
728     trace_optionals:
729       tags: "Tags"
730     view:
731       title: "Viewing trace {{name}}"
732       heading: "Viewing trace {{name}}"
733       pending: "PENDING"
734       filename: "Filename:"
735       download: "download"
736       uploaded: "Uploaded at:"
737       points: "Points:"
738       start_coordinates: "Start coordinate:"
739       map: "map"
740       edit: "edit"
741       owner: "Owner:"
742       description: "Description:"
743       tags: "Tags:"
744       none: "None"
745       make_public: "Make this track public permanently"
746       edit_track: "Edit this track"
747       delete_track: "Delete this track"
748       trace_not_found: "Trace not found!"
749     trace_paging_nav:
750       showing: "Showing page"
751       of: "of"
752     trace:
753       pending: "PENDING"
754       count_points: "{{count}} points"
755       ago: "{{time_in_words_ago}} ago"
756       more: "more"
757       trace_details: "View Trace Details"
758       view_map: "View Map"
759       edit: "edit"
760       edit_map: "Edit Map"
761       public: "PUBLIC"
762       private: "PRIVATE"
763       by: "by"
764       in: "in"
765       map: "map"
766     list:
767       public_traces: "Public GPS traces"
768       your_traces: "Your GPS traces"
769       public_traces_from: "Public GPS traces from {{user}}"
770       tagged_with: " tagged with {{tags}}"
771     delete:
772       scheduled_for_deletion: "Track scheduled for deletion"
773     make_public:
774       made_public: "Track made public"
775   user:
776     login:
777       title: "Login"
778       heading: "Login"
779       please login: "Please login or {{create_user_link}}."
780       create_account: "create an account"
781       email or username: "Email Address or Username: "
782       password: "Password: "
783       lost password link: "Lost your password?"
784       login_button: "Login"
785       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."
786       auth failure: "Sorry, couldn't log in with those details."
787     lost_password:
788       title: "lost password"
789       heading: "Forgotten Password?"
790       email address: "Email Address:"
791       new password button: "Send me a new password"
792       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
793       notice email cannot find: "Couldn't find that email address, sorry."
794     reset_password:
795       title: "reset password"
796       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
797       flash token bad: "Didn't find that token, check the URL maybe?"
798     new:
799       title: "Create account"
800       heading: "Create a User Account"
801       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
802       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. '
803       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
804       license_agreement: 'By creating an account, you agree that all data you submit to the Openstreetmap project is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
805       email address: "Email Address: "
806       confirm email address: "Confirm Email Address: "
807       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>)'
808       display name: "Display Name: "
809       password: "Password: "
810       confirm password: "Confirm Password: "
811       signup: Signup
812       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."
813     no_such_user:
814       title: "No such user"
815       heading: "The user {{user}} does not exist"
816       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
817     view:
818       my diary: my diary
819       new diary entry: new diary entry
820       my edits: my edits
821       my traces: my traces
822       my settings: my settings
823       send message: send message
824       diary: diary
825       edits: edits
826       traces: traces
827       remove as friend: remove as friend
828       add as friend: add as friend
829       mapper since: "Mapper since: "
830       ago: "({{time_in_words_ago}} ago)"
831       user image heading: User image
832       delete image: Delete Image
833       upload an image: Upload an image
834       add image: Add Image
835       description: Description
836       user location: User location
837       no home location: "No home location has been set."
838       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."
839       settings_link_text: settings
840       your friends: Your friends
841       no friends: You have not added any friends yet.
842       km away: "{{count}}km away"
843       m away: "{{count}}m away"
844       nearby users: "Nearby users: "
845       no nearby users: "There are no users who admit to mapping nearby yet."
846       change your settings: change your settings
847     friend_map:
848       your location: Your location
849       nearby mapper: "Nearby mapper: "
850     account:
851       title: "Edit account"
852       my settings: My settings
853       email never displayed publicly: "(never displayed publicly)"
854       public editing:
855         heading: "Public editing: "
856         enabled: "Enabled. Not anonymous and can edit data."
857         enabled link: "http://wiki.openstreetmap.org/wiki/Anonymous_edits"
858         enabled link text: "what's this?"
859         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
860         disabled link text: "why can't I edit?"
861       profile description: "Profile Description: "
862       preferred languages: "Preferred Languages: "
863       home location: "Home Location: "
864       no home location: "You have not entered your home location."
865       latitude: "Latitude: "
866       longitude: "Longitude: "
867       update home location on click: "Update home location when I click on the map?"
868       save changes button: Save Changes
869       make edits public button: Make all my edits public
870       return to profile: Return to profile
871       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
872       flash update success: "User information updated successfully."
873     confirm:
874       heading: Confirm a user account
875       press confirm button: "Press the confirm button below to activate your account."
876       button: Confirm
877       success: "Confirmed your account, thanks for signing up!"
878       failure: "A user account with this token has already been confirmed."
879     confirm_email:
880       heading: Confirm a change of email address
881       press confirm button: "Press the confirm button below to confirm your new email address."
882       button: Confirm
883       success: "Confirmed your email address, thanks for signing up!"
884       failure: "An email address has already been confirmed with this token."
885     set_home:
886       flash success: "Home location saved successfully"
887     go_public:
888       flash success: "All your edits are now public, and you are now allowed to edit."
889     make_friend:
890       success: "{{name}} is now your friend."
891       failed: "Sorry, failed to add {{name}} as a friend."
892       already_a_friend: "You are already friends with {{name}}."
893     remove_friend:
894       success: "{{name}} was removed from your friends."
895       not_a_friend: "{{name}} is not one of your friends."