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