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