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