]> git.openstreetmap.org Git - rails.git/blob - config/locales/zh-CN.yml
Translate the title of the user diary view.
[rails.git] / config / locales / zh-CN.yml
1 "zh-CN":
2   activerecord:
3     # Translates all the model names, which is used in error handling on the web site
4     models:
5       acl: "登陆控制表"
6       changeset: "Changeset"
7       changeset_tag: "Changeset Tag"
8       country: "国家"
9       diary_comment: "日志评论"
10       diary_entry: "进入日志"
11       friend: "朋友"
12       language: "语言"
13       message: "信息"
14       node: "结点"
15       node_tag: "结点标签"
16       notifier: "Notifier"
17       old_node: "旧结点"
18       old_node_tag: "旧结点标签"
19       old_relation: "旧关系"
20       old_relation_member: "旧关系对象"
21       old_relation_tag: "旧关系标签"
22       old_way: ""
23       old_way_node: "旧路经结点"
24       old_way_tag: "旧路经标签"
25       relation: "关系"
26       relation_member: "关系对象"
27       relation_tag: "关系标签"
28       session: "Session"
29       trace: "跟踪"
30       tracepoint: "跟踪点"
31       tracetag: "跟踪标签"
32       user: "用户"
33       user_preference: "用户选择"
34       user_token: "User Token"
35       way: "路经"
36       way_node: "路经结点"
37       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: "用户"
45         title: "标题"
46         latitude: "纬度"
47         longitude: "经度"
48         language: "语言"
49       friend:
50         user: "用户"
51         friend: "朋友"
52       trace:
53         user: "用户"
54         visible: "可视化"
55         name: "姓名"
56         size: "尺寸"
57         latitude: "纬度"
58         longitude: "经度"
59         public: "公共"
60         description: "描述"
61       message:
62         sender: "发送人"
63         title: "标题"
64         body: "内容"
65         recipient: "收件人"
66       user:
67         email: "邮件"
68         active: "激活"
69         display_name: "显示姓名"
70         description: "描述"
71         languages: "语言"
72         pass_crypt: "密码"
73   map:
74     view: View
75     edit: Edit
76     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: "创建于:"
86       closed_at: "关闭于:"
87       belongs_to: "属于:"
88       bounding_box: "限定窗口:"
89       no_bounding_box: "No bounding box has been stored for this changeset."
90       show_area_box: "显示区域窗口"
91       box: "box"
92       has_nodes: "有如下{{node_count}}个点:"
93       has_ways: "有如下路径 {{way_count}} :"
94       has_relations: "有如下{{relation_count}}种关系:"
95     common_details: 
96       edited_at: "Edited at:"
97       edited_by: "Edited by:"
98       version: "版本:"
99       in_changeset: "In changeset:"
100     containing_relation:
101       relation: "Relation {{relation_name}}"
102       relation_as: "(as {{relation_role}})"
103     map:
104       loading: "读取中..."
105       deleted: "删除"
106       view_larger_map: "显示更大地图"
107     node_details:
108       coordinates: "坐标: "
109       part_of: "部分:"
110     node_history:
111       node_history: "结点历史"
112       download: "{{download_xml_link}} or {{view_details_link}}"
113       download_xml: "下载 XML"
114       view_details: "浏览具体内容"
115     node:
116       node: "结点"
117       node_title: "结点: {{node_name}}"
118       download: "{{download_xml_link}} 或者 {{view_history_link}}"
119       download_xml: "下载 XML"
120       view_history: "查看历史"
121     not_found:
122       sorry: "抱歉, 无法找到id为{{id}}的类型{{type}}。"
123     paging_nav:
124       showing_page: "显示网页"
125       of: "of"
126     relation_details:
127       members: "成员:"
128       part_of: "部分:"
129     relation_history:
130       relation_history: "关系历史"
131       relation_history_title: "关系历史: {{relation_name}}"
132     relation_member:
133       as: "as"
134     relation:
135       relation: "关系"
136       relation_title: "关系: {{relation_name}}"
137       download: "{{download_xml_link}} 或者 {{view_history_link}}"
138       download_xml: "下载 XML"
139       view_history: "查看历史"
140     start:
141       view_data: "查看关于本地图的数据"
142       manually_select: "手动选择一个不同区域"
143     start_rjs:
144       data_frame_title: "数据"
145       zoom_or_select: "放大或选择查看一个地图区域"
146       drag_a_box: "通过拖曳窗口来选择区域"
147       manually_select: "手动选择一个不同区域"
148       loaded_an_area: "你已经选择了一个区域包括了"
149       browsers: "features. 通常,一些浏览器不能很好显示高精度的数据。一般来讲,当像素点在100一下浏览器的显示效果最好。如果再做别的任务,可能会导致您的浏览器变慢/不响应如果您确定您想要显示这些数据,您可能要点击下面的按钮。"
150       load_data: "读取数据"
151       unable_to_load: "无法读取:限制窗口的尺寸"
152       must_be_smaller: "过大 (需小于 0.25)"
153       loading: "读取中"
154       show_history: "显示历史"
155       wait: "等待中..."
156       history_for: "历史"
157       details: "细节"
158       private_user: "个人用户"
159       edited_by: "Edited by"
160       at_timestamp: "at"
161     tag_details:
162       tags: "标签:"
163     way_details:
164       nodes: "结点:"
165       part_of: "部分:"
166       also_part_of: "也是 {{related_ways}}路经的一部分"
167     way_history:
168       way_history: "路经历史"
169       way_history_title: "路经历史: {{way_name}}"
170       download: "{{download_xml_link}} 或者 {{view_details_link}}"
171       download_xml: "下载 XML"
172       view_details: "查看详细情况"
173     way:
174       way: "路经"
175       way_title: "路经: {{way_name}}"
176       download: "{{download_xml_link}} 或者 {{view_history_link}}"
177       download_xml: "下载 XML"
178       view_history: "查看历史"
179   changeset:
180     changeset_paging_nav: 
181       showing_page: "显示网页"
182       of: "of"
183     changeset:
184       still_editing: "(仍在变集中)"
185       anonymous: "匿名"
186       no_comment: "(空)"
187       no_edits: "(没有编辑)"
188       show_area_box: "显示区域窗口"
189       big_area: "(大)"
190       view_changeset_details: "查看详细变更"
191       more: "更多"
192     changesets:
193       id: "ID"
194       saved_at: "Saved at"
195       user: "用户"
196       comment: "评论"
197       area: "区域"
198     list_bbox:
199       history: "历史"
200       changesets_within_the_area: "Changesets within the area:"
201       show_area_box: "显示区域窗口"
202       no_changesets: "No changesets"
203       all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
204       recent_changes: "最近的变更"
205       no_area_specified: "No area specified"
206       first_use_view: "首先使用{{查看标签链接}}确定感兴趣的区域,然后点击历史标签。"
207       view_the_map: "view the map"
208       view_tab: "view tab"
209       alternatively_view: "或者,察看所有最近改变的链接{{最近改变的链接}}"
210     list:
211       recent_changes: "最近的更改"
212       recently_edited_changesets: "Recently edited changesets:"
213       for_more_changesets: "对于更多的修改,选择一个用户并查看他们的编辑, 或者查看一个选定区域的编辑‘历史’。"
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: "语言: "
236       location: "地区: "
237       latitude: "纬度: "
238       longitude: "经度: "
239       use_map_link: "使用地图"
240       save_button: "保存"
241       marker_text: Diary entry location
242     view:
243       title: "Users' diaries | {{user}}"
244       user_title: "{{user}}'s diary"
245       leave_a_comment: "留下评论"
246       save_button: "保存"
247     no_such_entry:
248       heading: "No entry with the id: {{id}}"
249       body: "抱歉, 没有关于此id {{id}}的日记条目或者评论。请检查拼写,或者您点击的链接有误。"
250     no_such_user:
251       body: "抱歉,没有名叫{{user}}的用户。请检查拼写,或者您点击的链接有误。"
252     diary_entry:
253       posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
254       comment_link: Comment on this entry
255       reply_link: Reply to this entry
256       comment_count:
257         one: 1 comment
258         other: "{{count}} comments"
259       edit_link: Edit this entry
260     diary_comment:
261       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
262   export:
263     start:
264       area_to_export: "要输出的地区"
265       manually_select: "手动选择一个不同区域"
266       format_to_export: "输出格式"
267       osm_xml_data: "OpenStreetMap XML 数据"
268       mapnik_image: "Mapnik 图像"
269       osmarender_image: "Osmarender 图像"
270       embeddable_html: "嵌入 HTML"
271       licence: "执照"
272       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>.'
273       options: "选项"
274       format: "格式"
275       scale: "Scale"
276       max: "最大"
277       image_size: "图像尺寸"
278       zoom: "Zoom"
279       add_marker: "Add a marker to the map"
280       latitude: "Lat:"
281       longitude: "Lon:"
282       output: "Output"
283       paste_html: "Paste HTML to embed in website"
284       export_button: "Export"
285     start_rjs:
286       export: "Export"
287       drag_a_box: "通过拖曳窗口来选择区域"
288       manually_select: "手动选择一个不同区域"
289       click_add_marker: "Click on the map to add a marker"
290       change_marker: "Change marker position"
291       add_marker: "Add a marker to the map"
292       view_larger_map: "View Larger Map"
293   geocoder:
294     results:
295       results: "Results"
296       type_from_source: "{{type}} from {{source_link}}"
297       no_results: "No results found"
298   layouts:
299     welcome_user: "Welcome, {{user_link}}"
300     inbox: "inbox ({{size}})"
301     logout: logout
302     log_in: log in
303     sign_up: sign up
304     view: View
305     edit: Edit
306     history: History
307     export: Export
308     gps_traces: GPS Traces
309     user_diaries: User Diaries
310     tag_line: The Free Wiki World Map
311     intro_1: "OpenStreetMap是一个可供自由编辑的世界地图,它是由像您这样的用户创造的"
312     intro_2: "OpenStreetMap允许您查看,编辑或者使用世界各地的地理数据来帮助您。"
313     intro_3: "OpenStreetMap软件是由{{ucl}} 和{{bytemark}}共同开发维护的。"
314     osm_offline: "OpenStreetMap的数据库目前没有连线,数据库的维护工作正在进行。"
315     osm_read_only: "OpenStreetMap数据库目前处于只读模式中,数据库的维护工作正在进行中。"
316     donate: "通过下面的link到Hardware Upgrade Fund来支持。"
317     donate_link_text: donating
318     help_wiki: "Help &amp; Wiki"
319     news_blog: "新闻博客"
320     shop: Shop
321     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
322     alt_donation: Make a Donation
323   notifier:
324     diary_comment_notification:
325       banner1: "*                   请勿回复此邮件。                    *"
326       banner2: "*                使用OpenStreetMap网站回复。                *"
327       hi: "Hi {{to_user}},"
328       header: "{{from_user}}通过标题{{subject}}对您最近的OpenStreetMap日志条目进行评论。"
329       footer: "您也可以通过{{readurl}}来读取评论,并且在{{commenturl}}来撰写评论或者通过{{replyurl}}回复"
330     friend_notification:
331       had_added_you: "{{user}}已经在Openstreetmap上加您为好友。"
332       see_their_profile: "您可以在{{userurl}}上查看他们的个人信息,并且如果您愿意,可以将他们加为您的好友。"
333     signup_confirm_plain:
334       greeting: "您好!"
335       hopefully_you: "某人(您)希望创建一个账号"
336       # next two translations run-on : please word wrap appropriately
337       click_the_link_1: "欢迎!如果您是用户本人,请点击下面的链接来确认您的"
338       click_the_link_2: "帐户并读取更多关于OpenStreetMap的信息."
339       introductory_video: "您可以在这里观看关于OpenStreetMap的介绍视频:"
340       more_videos: "更多的视频请看这里:"
341       the_wiki: "查看Wiki上的OpenStreetMap介绍:"
342       opengeodata: "OpenGeoData.org是OpenStreetMap的博客,我们在上面也有播客:"
343       wiki_signup: "你可能想要登录到OpenStreetMap wiki:"
344       # next four translations are in pairs : please word wrap appropriately
345       user_wiki_1: "推荐您创建一个wiki的用户页,它包括"
346       user_wiki_2: "分类标签表明您的位置,例如[[Category:Users_in_London]]."
347       current_user_1: "一个当前不同分类的用户列表,他们是基于所在地理位置来分类"
348       current_user_2: "来自于:"
349     signup_confirm_html:
350       greeting: "Hi there!"
351       hopefully_you: "Someone (hopefully you) would like to create an account over at"
352       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"
353       introductory_video: "You can watch an {{introductory_video_link}}."
354       video_to_openstreetmap: "introductory video to OpenStreetMap"
355       more_videos: "There are {{more_videos_link}}."
356       more_videos_here: "more videos here"
357       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!'
358       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>.'
359       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>.'
360       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>.'
361   message:
362     inbox:
363       my_inbox: "My inbox"
364       outbox: "outbox"
365       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
366       from: "From"
367       subject: "Subject"
368       date: "Date"
369       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
370       people_mapping_nearby: "people mapping nearby" 
371     message_summary:
372       unread_button: "Mark as unread"
373       read_button: "Mark as read"
374       reply_button: "Reply"
375     new:
376       send_message_to: "Send a new message to {{name}}"
377       subject: "Subject"
378       body: "Body"
379       send_button: "Send"
380       back_to_inbox: "Back to inbox"
381     no_such_user:
382       no_such_user: "No such user or message"
383       sorry: "Sorry there is no user or message with that name or id"
384     outbox: 
385       my_inbox: "My {{inbox_link}}"
386       inbox: "inbox"
387       outbox: "outbox"
388       you_have_sent_messages: "You have {{sent_count}} sent messages"
389       to: "To"
390       subject: "Subject"
391       date: "Date"
392       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
393       people_mapping_nearby: "people mapping nearby"
394     read:
395       reading_your_messages: "Reading your messages"
396       from: "From"
397       subject: "Subject"
398       date: "Date"
399       reply_button: "Reply"
400       unread_button: "Mark as unread"
401       back_to_inbox: "Back to inbox"
402       reading_your_sent_messages: "Reading your sent messages"
403       to: "To"
404       back_to_outbox: "Back to outbox"
405   site:
406     index:
407       home: "home"
408       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
409       js_2: "OpenStreetMap uses javascript for its slippy map."
410       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.'
411       permalink: Permalink
412       license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
413     edit:
414       not_public: "You haven't set your edits to be public."
415       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}}."
416       user_page_link: user page
417       anon_edits: "({{link}})"
418       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
419       anon_edits_link_text: "Find out why this is the case."
420       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.'
421       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.)"
422     sidebar:
423       search_results: Search Results
424       close: Close
425     search:
426       search: Search
427       where_am_i: "Where am I?"
428       submit_text: "Go"
429       searching: "Searching..."
430       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>"
431     key:
432       map_key: "Map key"
433   trace:
434     create:
435       upload_trace: "Upload GPS Trace"
436       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."
437     edit:
438       filename: "Filename:"
439       uploaded_at: "Uploaded at:"
440       points: "Points:"
441       start_coord: "Start coordinate:"
442       edit: "edit"
443       owner: "Owner:"
444       description: "Description:"
445       tags: "Tags:"
446       save_button: "Save Changes"
447     no_such_user:
448       no_such_user: "Sorry, there is no user with the name {{name}}. Please check your spelling, or maybe the link you clicked is wrong."
449     trace_form:
450       upload_gpx: "Upload GPX File"
451       description: "Description"
452       tags: "Tags"
453       public: "Public?"
454       upload_button: "Upload"
455       help: "Help"
456     trace_header:
457       see_just_your_traces: "See just your traces, or upload a trace"
458       see_all_traces: "See all traces"
459       see_your_traces: "See all your traces"
460       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."
461     trace_optionals:
462       tags: "Tags"
463     view:
464       pending: "PENDING"
465       filename: "Filename:"
466       download: "download"
467       uploaded: "Uploaded at:"
468       points: "Points:"
469       start_coordinates: "Start coordinate:"
470       map: "map"
471       edit: "edit"
472       owner: "Owner:"
473       description: "Description:"
474       tags: "Tags"
475       none: "None"
476       make_public: "Make this track public permanently"
477       edit_track: "Edit this track"
478       delete_track: "Delete this track"
479       viewing_trace: "Viewing trace {{name}}"
480       trace_not_found: "Trace not found!"
481     trace_paging_nav:
482       showing: "Showing page"
483       of: "of"
484     trace:
485       pending: "PENDING"
486       count_points: "{{count}} points"
487       ago: "{{time_in_words_ago}} ago"
488       more: "more"
489       trace_details: "View Trace Details"
490       view_map: "View Map"
491       edit: "edit"
492       edit_map: "Edit Map"
493       public: "PUBLIC"
494       private: "PRIVATE"
495       by: "by"
496       in: "in"
497       map: "map"
498     list:
499       public_traces: "Public GPS traces"
500       your_traces: "Your GPS traces"
501       public_traces_from: "Public GPS traces from {{user}}"
502       tagged_with: " tagged with {{tags}}"
503     delete:
504       scheduled_for_deletion: "Track scheduled for deletion"
505     make_public:
506       made_public: "Track made public"
507   user:
508     login:
509       heading: "Login"
510       please login: "Please login or {{create_user_link}}."
511       create_account: "create an account"
512       email or username: "Email Address or Username: "
513       password: "Password: "
514       lost password link: "Lost your password?"
515       login_button: "Login"
516     lost_password:
517       title: "lost password"
518       heading: "Forgotten Password?"
519       email address: "Email Address:"
520       new password button: "Send me a new password"
521       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
522       notice email cannot find: "Couldn't find that email address, sorry."
523     reset_password:
524       title: "reset password"
525       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
526       flash token bad: "Didn't find that token, check the URL maybe?"
527     new:
528       heading: "Create a User Account"
529       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
530       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. '
531       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
532       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>.'
533       email address: "Email Address: "
534       confirm email address: "Confirm Email Address: "
535       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>)'
536       display name: "Display Name: "
537       password: "Password: "
538       confirm password: "Confirm Password: "
539       signup: Signup
540       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."
541     no_such_user:
542       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
543     view:
544       my diary: my diary
545       new diary entry: new diary entry
546       my edits: my edits
547       my traces: my traces
548       my settings: my settings
549       send message: send message
550       diary: diary
551       edits: edits
552       traces: traces
553       remove as friend: remove as friend
554       add as friend: add as friend
555       mapper since: "Mapper since: "
556       ago: "({{time_in_words_ago}} ago)"
557       user image heading: User image
558       delete image: Delete Image
559       upload an image: Upload an image
560       add image: Add Image
561       description: Description
562       user location: User location
563       no home location: "No home location has been set."
564       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."
565       settings_link_text: settings
566       your friends: Your friends
567       no friends: You have not added any friends yet.
568       km away: "{{distance}}km away"
569       nearby users: "Nearby users: "
570       no nearby users: "There are no users who admit to mapping nearby yet."
571       change your settings: change your settings
572     friend_map:
573       your location: Your location
574       nearby mapper: "Nearby mapper: "
575     account:
576       my settings: My settings
577       email never displayed publicly: "(never displayed publicly)"
578       public editing:
579         heading: "Public editing: "
580         enabled: "Enabled. Not anonymous and can edit data."
581         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
582         enabled link text: "what's this?"
583         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
584         disabled link text: "why can't I edit?"
585       profile description: "Profile Description: "
586       preferred languages: "Preferred Languages: "
587       home location: "Home Location: "
588       no home location: "You have not entered your home location."
589       latitude: "Latitude: "
590       longitude: "Longitude: "
591       update home location on click: "Update home location when I click on the map?"
592       save changes button: Save Changes
593       make edits public button: Make all my edits public
594       return to profile: Return to profile
595       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
596       flash update success: "User information updated successfully."
597     confirm:
598       heading: Confirm a user account
599       press confirm button: "Press the confirm button below to activate your account."
600       button: Confirm
601     confirm email:
602       heading: Confirm a change of email address
603       press confirm button: "Press the confirm button below to confirm your new email address."
604       button: Confirm
605     set_home:
606       flash success: "Home location saved successfully"
607     go_public:
608       flash success: "All your edits are now public, and you are now allowed to edit."
609