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