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