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