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