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