]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
3c993e690139316de7cdd8f1b3d89ab63c4726bc
[rails.git] / config / locales / en.yml
1 en:
2   activerecord:
3     # Translates all the model names, which is used in error handling on the web site
4     models:
5       acl: "Access Control List"
6       changeset: "Changeset"
7       changeset_tag: "Changeset Tag"
8       country: "Country"
9       diary_comment: "Diary Comment"
10       diary_entry: "Diary Entry"
11       friend: "Friend"
12       language: "Language"
13       message: "Message"
14       node: "Node"
15       node_tag: "Node Tag"
16       notifier: "Notifier"
17       old_node: "Old Node"
18       old_node_tag: "Old Node Tag"
19       old_relation: "Old Relation"
20       old_relation_member: "Old Relation Member"
21       old_relation_tag: "Old Relation Tag"
22       old_way: "Old Way"
23       old_way_node: "Old Way Node"
24       old_way_tag: "Old Way Tag"
25       relation: "Relation"
26       relation_member: "Relation Member"
27       relation_tag: "Relation Tag"
28       session: "Session"
29       trace: "Trace"
30       tracepoint: "Trace Point"
31       tracetag: "Trace Tag"
32       user: "User"
33       user_preference: "User Preference"
34       user_token: "User Token"
35       way: "Way"
36       way_node: "Way Node"
37       way_tag: "Way Tag"
38     # Translates all the model attributes, which is used in error handling on the web site
39     # Only the ones that are used on the web site are translated at the moment
40     attributes:
41       diary_comment:
42         body: "Body"
43       diary_entry:
44         user: "User"
45         title: "Title"
46         latitude: "Latitude"
47         longitude: "Longitude"
48         language: "Language"
49       friend:
50         user: "User"
51         friend: "Friend"
52       trace:
53         user: "User"
54         visible: "Visible"
55         name: "Name"
56         size: "Size"
57         latitude: "Latitude"
58         longitude: "Longitude"
59         public: "Public"
60         description: "Description"
61       message:
62         sender: "Sender"
63         title: "Title"
64         body: "Body"
65         recipient: "Recipient"
66       user:
67         email: "Email"
68         active: "Active"
69         display_name: "Display Name"
70         description: "Description"
71         languages: "Languages"
72         pass_crypt: "Password"
73   map:
74     view: View
75     edit: Edit
76     coordinates: "Coordinates:"
77   browse:
78     changeset:
79       title: "Changeset"
80       changeset: "Changeset:"
81       download: "Download {{changeset_xml_link}} or {{osmchange_xml_link}}"
82       changesetxml: "Changeset XML"
83       osmchangexml: "osmChange XML"
84     changeset_details:
85       created_at: "Created at:"
86       closed_at: "Closed at:"
87       belongs_to: "Belongs to:"
88       bounding_box: "Bounding box:"
89       no_bounding_box: "No bounding box has been stored for this changeset."
90       show_area_box: "Show Area Box"
91       box: "box"
92       has_nodes: "Has the following {{node_count}} nodes:"
93       has_ways: "Has the following {{way_count}} ways:"
94       has_relations: "Has the following {{relation_count}} relations:"
95     common_details: 
96       edited_at: "Edited at:"
97       edited_by: "Edited by:"
98       version: "Version:"
99       in_changeset: "In changeset:"
100     containing_relation:
101       relation: "Relation {{relation_name}}"
102       relation_as: "(as {{relation_role}})"
103     map:
104       loading: "Loading..."
105       deleted: "Deleted"
106       view_larger_map: "View Larger Map"
107     node_details:
108       coordinates: "Coordinates: "
109       part_of: "Part of:"
110     node_history:
111       node_history: "Node History"
112       download: "{{download_xml_link}} or {{view_details_link}}"
113       download_xml: "Download XML"
114       view_details: "view details"
115     node:
116       node: "Node"
117       node_title: "Node: {{node_name}}"
118       download: "{{download_xml_link}} or {{view_history_link}}"
119       download_xml: "Download XML"
120       view_history: "view history"
121     not_found:
122       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
123     paging_nav:
124       showing_page: "Showing page"
125       of: "of"
126     relation_details:
127       members: "Members:"
128       part_of: "Part of:"
129     relation_history:
130       relation_history: "Relation History"
131       relation_history_title: "Relation History: {{relation_name}}"
132     relation_member:
133       as: "as"
134     relation:
135       relation: "Relation"
136       relation_title: "Relation: {{relation_name}}"
137       download: "{{download_xml_link}} or {{view_history_link}}"
138       download_xml: "Download XML"
139       view_history: "view history"
140     start:
141       view_data: "View data for current map view"
142       manually_select: "Manually select a different area"
143     start_rjs:
144       data_frame_title: "Data"
145       zoom_or_select: "Zoom in or select an area of the map to view"
146       drag_a_box: "Drag a box on the map to select an area"
147       manually_select: "Manually select a different area"
148       loaded_an_area: "You have loaded an area which contains"
149       browsers: "features. In general, some browsers may not cope well with displaying this quanity 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."
150       load_data: "Load Data"
151       unable_to_load: "Unable to load: Bounding box size of"
152       must_be_smaller: "is too large (must be smaller than 0.25)"
153       loading: "Loading..."
154       show_history: "Show History"
155       wait: "Wait..."
156       history_for: "History for"
157       details: "Details"
158       private_user: "private user"
159       edited_by: "Edited by"
160       at_timestamp: "at"
161     tag_details:
162       tags: "Tags:"
163     way_details:
164       nodes: "Nodes:"
165       part_of: "Part of:"
166       also_part_of: "also part of {{related_ways}}"
167     way_history:
168       way_history: "Way History"
169       way_history_title: "Way History: {{way_name}}"
170       download: "{{download_xml_link}} or {{view_details_link}}"
171       download_xml: "Download XML"
172       view_details: "view details"
173     way:
174       way: "Way"
175       way_title: "Way: {{way_name}}"
176       download: "{{download_xml_link}} or {{view_history_link}}"
177       download_xml: "Download XML"
178       view_history: "view history"
179   changeset:
180     changeset_paging_nav: 
181       showing_page: "Showing page"
182       of: "of"
183     changeset:
184       still_editing: "(still editing)"
185       anonymous: "Anonymous"
186       no_comment: "(none)"
187       no_edits: "(no edits)"
188       show_area_box: "show area box"
189       big_area: "(big)"
190       view_changeset_details: "View changeset details"
191       more: "more"
192     changesets:
193       id: "ID"
194       saved_at: "Saved at"
195       user: "User"
196       comment: "Comment"
197       area: "Area"
198     list_bbox:
199       history: "History"
200       changesets_within_the_area: "Changesets within the area:"
201       show_area_box: "show area box"
202       no_changesets: "No changesets"
203       all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
204       recent_changes: "Recent Changes"
205       no_area_specified: "No area specified"
206       first_use_view: "First use the {{view_tab_link}} to pan and zoom to an area of interest, then click the history tab."
207       view_the_map: "view the map"
208       view_tab: "view tab"
209       alternatively_view: "Alternatively, view all {{recent_changes_link}}"
210     list:
211       recent_changes: "Recent Changes"
212       recently_edited_changesets: "Recently edited changesets:"
213       for_more_changesets: "For more changesets, select a user and view their edits, or see the editing 'history' of a specific area."
214     list_user:
215       edits_by_username: "Edits by {{username_link}}"
216       no_visible_edits_by: "No visible edits by {{name}}."
217       for_all_changes: "For changes by all users see {{recent_changes_link}}"
218       recent_changes: "Recent Changes"
219   diary_entry:
220     new:
221       title: New Diary Entry
222     list:
223       title: "Users' diaries"
224       user_title: "{{user}}'s diary"
225       new: New Diary Entry
226       new_title: Compose a new entry in your user diary
227       no_entries: No diary entries
228       recent_entries: "Recent diary entries: "
229       older_entries: Older Entries
230       newer_entries: Newer Entries
231     edit:
232       title: "Edit diary entry"
233       subject: "Subject: "
234       body: "Body: "
235       language: "Language: "
236       location: "Location: "
237       latitude: "Latitude: "
238       longitude: "Longitude: "
239       use_map_link: "use map"
240       save_button: "Save"
241       marker_text: Diary entry location
242     view:
243       title: "Users' diaries | {{user}}"
244     no_such_entry:
245       heading: "No entry with the id: {{id}}"
246       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."
247     no_such_user:
248       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
249     diary_entry:
250       posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
251       comment_link: Comment on this entry
252       reply_link: Reply to this entry
253       comment_count:
254         one: 1 comment
255         other: "{{count}} comments"
256       edit_link: Edit this entry
257     diary_comment:
258       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
259   export:
260     start:
261       area_to_export: "Area to Export"
262       manually_select: "Manually select a different area"
263       format_to_export: "Format to Export"
264       osm_xml_data: "OpenStreetMap XML Data"
265       mapnik_image: "Mapnik Image"
266       osmarender_image: "Osmarender Image"
267       embeddable_html: "Embeddable HTML"
268       licence: "Licence"
269       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>.'
270       options: "Options"
271       format: "Format"
272       scale: "Scale"
273       max: "max"
274       image_size: "Image Size"
275       zoom: "Zoom"
276       add_marker: "Add a marker to the map"
277       latitude: "Lat:"
278       longitude: "Lon:"
279       output: "Output"
280       paste_html: "Paste HTML to embed in website"
281       export_button: "Export"
282     start_rjs:
283       export: "Export"
284       drag_a_box: "Drag a box on the map to select an area"
285       manually_select: "Manually select a different area"
286       click_add_marker: "Click on the map to add a marker"
287       change_marker: "Change marker position"
288       add_marker: "Add a marker to the map"
289       view_larger_map: "View Larger Map"
290   geocoder:
291     results:
292       results: "Results"
293       type_from_source: "{{type}} from {{source_link}}"
294       no_results: "No results found"
295   layouts:
296     welcome_user: "Welcome, {{user_link}}"
297     inbox: "inbox ({{size}})"
298     logout: logout
299     log_in: log in
300     sign_up: sign up
301     view: View
302     edit: Edit
303     history: History
304     export: Export
305     gps_traces: GPS Traces
306     user_diaries: User Diaries
307     tag_line: The Free Wiki World Map
308     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
309     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
310     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
311     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
312     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
313     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
314     donate_link_text: donating
315     help_wiki: "Help &amp; Wiki"
316     news_blog: "News blog"
317     shop: Shop
318     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
319     alt_donation: Make a Donation
320   notifier:
321     diary:
322       banner1: "*                   Please do not reply to this email.                    *"
323       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
324       hi: "Hi {{to_user}},"
325       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
326       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
327     friend_notification:
328       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
329       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
330     signup_confirm_plain:
331       greeting: "Hi there!"
332       hopefully_you: "Someone (hopefully you) would like to create an account over at"
333       # next two translations run-on : please word wrap appropriately
334       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
335       click_the_link_2: "account and read on for more information about OpenStreetMap."
336       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
337       more_videos: "There are more videos here:"
338       the_wiki: "Get reading about OpenStreetMap on the wiki:"
339       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
340       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
341       # next four translations are in pairs : please word wrap appropriately
342       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
343       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
344       current_user_1: "A list of current users in categories, based on where in the world"
345       current_user_2: "they are, is available from:"
346     signup_confirm_html:
347       greeting: "Hi there!"
348       hopefully_you: "Someone (hopefully you) would like to create an account over at"
349       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"
350       introductory_video: "You can watch an {{introductory_video_link}}."
351       video_to_openstreetmap: "introductory video to OpenStreetMap"
352       more_videos: "There are {{more_videos_link}}."
353       more_videos_here: "more videos here"
354       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!'
355       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>.'
356       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>.'
357       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>.'
358   message:
359     inbox:
360       my_inbox: "My inbox"
361       outbox: "outbox"
362       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
363       from: "From"
364       subject: "Subject"
365       date: "Date"
366       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
367       people_mapping_nearby: "people mapping nearby" 
368     message_summary:
369       unread_button: "Mark as unread"
370       read_button: "Mark as read"
371       reply_button: "Reply"
372     new:
373       send_message_to: "Send a new message to {{name}}"
374       subject: "Subject"
375       body: "Body"
376       send_button: "Send"
377       back_to_inbox: "Back to inbox"
378     no_such_user:
379       no_such_user: "No such user or message"
380       sorry: "Sorry there is no user or message with that name or id"
381     outbox: 
382       my_inbox: "My {{inbox_link}}"
383       inbox: "inbox"
384       outbox: "outbox"
385       you_have_sent_messages: "You have {{sent_count}} sent messages"
386       to: "To"
387       subject: "Subject"
388       date: "Date"
389       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
390       people_mapping_nearby: "people mapping nearby"
391     read:
392       reading_your_messages: "Reading your messages"
393       from: "From"
394       subject: "Subject"
395       date: "Date"
396       reply_button: "Reply"
397       unread_button: "Mark as unread"
398       back_to_inbox: "Back to inbox"
399       reading_your_sent_messages: "Reading your sent messages"
400       to: "To"
401       back_to_outbox: "Back to outbox"
402   site:
403     index:
404       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
405       js_2: "OpenStreetMap uses javascript for its slippy map."
406       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.'
407       permalink: Permalink
408       license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
409     edit:
410       not_public: "You haven't set your edits to be public."
411       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}}."
412       user_page_link: user page
413       anon_edits: "({{link}})"
414       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
415       anon_edits_link_text: "Find out why this is the case."
416       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.'
417       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.)"
418     sidebar:
419       search_results: Search Results
420       close: Close
421     search:
422       search: Search
423       where_am_i: "Where am I?"
424       submit_text: "Go"
425       searching: "Searching..."
426       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>"
427     key:
428       map_key: "Map key"
429   trace:
430     create:
431       upload_trace: "Upload GPS Trace"
432       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."
433     edit:
434       filename: "Filename:"
435       uploaded_at: "Uploaded at:"
436       points: "Points:"
437       start_coord: "Start coordinate:"
438       edit: "edit"
439       owner: "Owner:"
440       description: "Description:"
441       tags: "Tags:"
442       save_button: "Save Changes"
443     no_such_user:
444       no_such_user: "Sorry, there is no user with the name {{name}}. Please check your spelling, or maybe the link you clicked is wrong."
445     trace_form:
446       upload_gpx: "Upload GPX File"
447       description: "Description"
448       tags: "Tags"
449       public: "Public?"
450       upload_button: "Upload"
451       help: "Help"
452     trace_header:
453       see_just_your_traces: "See just your traces, or upload a trace"
454       see_all_traces: "See all traces"
455       see_your_traces: "See all your traces"
456       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."
457     trace_optionals:
458       tags: "Tags"
459     view:
460       pending: "PENDING"
461       filename: "Filename:"
462       download: "download"
463       uploaded: "Uploaded at:"
464       points: "Points:"
465       start_coordinates: "Start coordinate:"
466       map: "map"
467       edit: "edit"
468       owner: "Owner:"
469       description: "Description:"
470       tags: "Tags"
471       none: "None"
472       make_public: "Make this track public permanently"
473       edit_track: "Edit this track"
474       delete_track: "Delete this track"
475       viewing_trace: "Viewing trace {{name}}"
476       trace_not_found: "Trace not found!"
477     trace_paging_nav:
478       showing: "Showing page"
479       of: "of"
480     trace:
481       pending: "PENDING"
482       more: "more"
483       trace_details: "View Trace Details"
484       view_map: "View Map"
485       edit: "edit"
486       edit_map: "Edit Map"
487       public: "PUBLIC"
488       private: "PRIVATE"
489       by: "by"
490       in: "in"
491       map: "map"
492     list:
493       public_traces: "Public GPS traces"
494       your_traces: "Your GPS traces"
495       public_traces_from: "Public GPS traces from {{user}}"
496       tagged_with: " tagged with {{tags}}"
497     delete:
498       scheduled_for_deletion: "Track scheduled for deletion"
499     make_public:
500       made_public: "Track made public"
501   user:
502     login:
503       heading: "Login"
504       please login: "Please login or {{create_user_link}}."
505       create_account: "create an account"
506       email or username: "Email Address or Username: "
507       password: "Password: "
508       lost password link: "Lost your password?"
509       login_button: "Login"
510     lost_password:
511       title: "lost password"
512       heading: "Forgotten Password?"
513       email address: "Email Address:"
514       new password button: "Send me a new password"
515       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
516       notice email cannot find: "Couldn't find that email address, sorry."
517     reset_password:
518       title: "reset password"
519       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
520       flash token bad: "Didn't find that token, check the URL maybe?"
521     new:
522       heading: "Create a User Account"
523       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
524       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. '
525       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
526       license_agreement: 'By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be (non-exclusively) licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.'
527       email address: "Email Address: "
528       confirm email address: "Confirm Email Address: "
529       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>)'
530       display name: "Display Name: "
531       password: "Password: "
532       confirm password: "Confirm Password: "
533       signup: Signup
534       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."
535     no_such_user:
536       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
537     view:
538       my diary: my diary
539       new diary entry: new diary entry
540       my edits: my edits
541       my traces: my traces
542       my settings: my settings
543       send message: send message
544       diary: diary
545       edits: edits
546       traces: traces
547       remove as friend: remove as friend
548       add as friend: add as friend
549       mapper since: "Mapper since: "
550       ago: "({{time_in_words_ago}} ago)"
551       user image heading: User image
552       delete image: Delete Image
553       upload an image: Upload an image
554       add image: Add Image
555       description: Description
556       user location: User location
557       no home location: "No home location has been set."
558       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."
559       settings_link_text: settings
560       your friends: Your friends
561       no friends: You have not added any friends yet.
562       km away: "{{distance}}km away"
563       nearby users: "Nearby users: "
564       no nearby users: "There are no users who admit to mapping nearby yet."
565       change your settings: change your settings
566     friend_map:
567       your location: Your location
568       nearby mapper: "Nearby mapper: "
569     account:
570       my settings: My settings
571       email never displayed publicly: "(never displayed publicly)"
572       public editing:
573         heading: "Public editing: "
574         enabled: "Enabled. Not anonymous and can edit data."
575         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
576         enabled link text: "what's this?"
577         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
578         disabled link text: "why can't I edit?"
579       profile description: "Profile Description: "
580       preferred languages: "Preferred Languages: "
581       home location: "Home Location: "
582       no home location: "You have not entered your home location."
583       latitude: "Latitude: "
584       longitude: "Longitude: "
585       update home location on click: "Update home location when I click on the map?"
586       save changes button: Save Changes
587       make edits public button: Make all my edits public
588       return to profile: Return to profile
589       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
590       flash update success: "User information updated successfully."
591     confirm:
592       heading: Confirm a user account
593       press confirm button: "Press the confirm button below to activate your account."
594       button: Confirm
595     confirm email:
596       heading: Confirm a change of email address
597       press confirm button: "Press the confirm button below to confirm your new email address."
598       button: Confirm
599     set_home:
600       flash success: "Home location saved successfully"
601     go_public:
602       flash success: "All your edits are now public, and you are now allowed to edit."