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