]> git.openstreetmap.org Git - rails.git/blob - config/locales/he.yml
Implement /user/$user/edits/rss, partially solves #1737
[rails.git] / config / locales / he.yml
1 he:
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: "ארץ"
9       diary_comment: "Diary Comment"
10       diary_entry: "Diary Entry"
11       friend: "Friend"
12       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: "משתמש"
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: "משתמש"
45         title: "כותרת"
46         latitude: "קו רוחב"
47         longitude: "קו אורך" 
48         language: "שפה"
49       friend:
50         user: "משתמש"
51         friend: "חבר"
52       trace:
53         user: "משתמש"
54         visible: "Visible"
55         name: "Name"
56         size: "Size"
57         latitude: "קו רוחב"
58         longitude: "קו אורך" 
59         public: "Public"
60         description: "תאור"
61       message:
62         sender: "שולחת"
63         title: "כותרת"
64         body: "גוף"
65         recipient: "נמען"
66       user:
67         email: "Email"
68         active: "פעיל"
69         display_name: "Display Name"
70         description: "תאור"
71         languages: "שפות"
72         pass_crypt: "סיסמה"
73   map:
74     view: "תצוגה"
75     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_with_num_features: "You have loaded an area which contains {{num_features}} 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."
149       load_data: "Load Data"
150       unable_to_load_size: "Unable to load: Bounding box size of {{bbox_size}} is too large (must be smaller than {{max_bbox_size}})"
151       loading: "Loading..."
152       show_history: "Show History"
153       wait: "Wait..."
154       history_for_feature: "History for {{feature}}"
155       details: "Details"
156       private_user: "private user"
157       edited_by_user_at_timestamp: "Edited by {{user}} at {{timestamp}}"
158     tag_details:
159       tags: "Tags:"
160     way_details:
161       nodes: "Nodes:"
162       part_of: "Part of:"
163       also_part_of:
164         one: "also part of way {{related_ways}}"
165         other: "also part of ways {{related_ways}}"
166     way_history:
167       way_history: "Way History"
168       way_history_title: "Way History: {{way_name}}"
169       download: "{{download_xml_link}} or {{view_details_link}}"
170       download_xml: "Download XML"
171       view_details: "view details"
172     way:
173       way: "Way"
174       way_title: "Way: {{way_name}}"
175       download: "{{download_xml_link}} or {{view_history_link}}"
176       download_xml: "Download XML"
177       view_history: "view history"
178   changeset:
179     changeset_paging_nav: 
180       showing_page: "Showing page"
181       of: "of"
182     changeset:
183       still_editing: "(still editing)"
184       anonymous: "Anonymous"
185       no_comment: "(none)"
186       no_edits: "(no edits)"
187       show_area_box: "show area box"
188       big_area: "(big)"
189       view_changeset_details: "View changeset details"
190       more: "more"
191     changesets:
192       id: "ID"
193       saved_at: "Saved at"
194       user: "משתמש"
195       comment: "Comment"
196       area: "Area"
197     list_bbox:
198       history: "History"
199       changesets_within_the_area: "Changesets within the area:"
200       show_area_box: "show area box"
201       no_changesets: "No changesets"
202       all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
203       recent_changes: "Recent Changes"
204       no_area_specified: "No area specified"
205       first_use_view: "First use the {{view_tab_link}} to pan and zoom to an area of interest, then click the history tab."
206       view_the_map: "view the map"
207       view_tab: "view tab"
208       alternatively_view: "Alternatively, view all {{recent_changes_link}}"
209     list:
210       recent_changes: "Recent Changes"
211       recently_edited_changesets: "Recently edited changesets:"
212       for_more_changesets: "For more changesets, select a user and view their edits, or see the editing 'history' of a specific area."
213     list_user:
214       edits_by_username: "Edits by {{username_link}}"
215       no_visible_edits_by: "No visible edits by {{name}}."
216       for_all_changes: "For changes by all users see {{recent_changes_link}}"
217       recent_changes: "Recent Changes"
218   diary_entry:
219     new:
220       title: New Diary Entry
221     list:
222       title: "Users' diaries"
223       user_title: "{{user}}'s diary"
224       new: New Diary Entry
225       new_title: Compose a new entry in your user diary
226       no_entries: No diary entries
227       recent_entries: "Recent diary entries: "
228       older_entries: Older Entries
229       newer_entries: Newer Entries
230     edit:
231       title: "Edit diary entry"
232       subject: "Subject: "
233       body: "Body: "
234       language: ":שפה"
235       location: "Location: "
236       latitude: ":קו רוחב"
237       longitude: ":קו אורך" 
238       use_map_link: "use map"
239       save_button: "Save"
240       marker_text: Diary entry location
241     view:
242       title: "Users' diaries | {{user}}"
243       user_title: "{{user}}'s diary"
244       leave_a_comment: "Leave a comment"
245       save_button: "Save"
246     no_such_entry:
247       heading: "No entry with the id: {{id}}"
248       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."
249     no_such_user:
250       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
251     diary_entry:
252       posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
253       comment_link: Comment on this entry
254       reply_link: Reply to this entry
255       comment_count:
256         one: 1 comment
257         other: "{{count}} comments"
258       edit_link: Edit this entry
259     diary_comment:
260       comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"
261   export:
262     start:
263       area_to_export: "Area to Export"
264       manually_select: "Manually select a different area"
265       format_to_export: "Format to Export"
266       osm_xml_data: "OpenStreetMap XML Data"
267       mapnik_image: "Mapnik Image"
268       osmarender_image: "Osmarender Image"
269       embeddable_html: "Embeddable HTML"
270       licence: "Licence"
271       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>.'
272       options: "Options"
273       format: "Format"
274       scale: "Scale"
275       max: "max"
276       image_size: "Image Size"
277       zoom: "Zoom"
278       add_marker: "Add a marker to the map"
279       latitude: "Lat:"
280       longitude: "Lon:"
281       output: "Output"
282       paste_html: "Paste HTML to embed in website"
283       export_button: "Export"
284     start_rjs:
285       export: "Export"
286       drag_a_box: "Drag a box on the map to select an area"
287       manually_select: "Manually select a different area"
288       click_add_marker: "Click on the map to add a marker"
289       change_marker: "Change marker position"
290       add_marker: "Add a marker to the map"
291       view_larger_map: "View Larger Map"
292   geocoder:
293     results:
294       results: "Results"
295       type_from_source: "{{type}} from {{source_link}}"
296       no_results: "No results found"
297   layouts:
298     welcome_user: "Welcome, {{user_link}}"
299     inbox: "inbox ({{size}})"
300     logout: logout
301     log_in: log in
302     sign_up: sign up
303     view: "תצוגה"
304     edit: "עריכה"
305     history: "היסטוריה"
306     export: "יצוא"
307     gps_traces: GPS Traces
308     user_diaries: "יומני משתמשים"
309     tag_line: The Free Wiki World Map
310     intro_1: "OpenStreetMap is a free editable map of the whole world. It is made by people like you."
311     intro_2: "OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth."
312     intro_3: "OpenStreetMap's hosting is kindly supported by the {{ucl}} and {{bytemark}}."
313     osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out."
314     osm_read_only: "The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out."
315     donate: "Support OpenStreetMap by {{link}} to the Hardware Upgrade Fund."
316     donate_link_text: donating
317     help_wiki: "Help &amp; Wiki"
318     news_blog: "News blog"
319     shop: Shop
320     sotm: 'Come to the 2009 OpenStreetMap Conference, The State of the Map, July 10-12 in Amsterdam!'
321     alt_donation: Make a Donation
322   notifier:
323     diary_comment_notification:
324       banner1: "*                   Please do not reply to this email.                    *"
325       banner2: "*                Use the OpenStreetMap web site to reply.                 *"
326       hi: "Hi {{to_user}},"
327       header: "{{from_user}} has commented on your recent OpenStreetMap diary entry with the subject {{subject}}:"
328       footer: "You can also read the comment at {{readurl}} and you can comment at {{commenturl}} or reply at {{replyurl}}"
329     friend_notification:
330       had_added_you: "{{user}} has added you as a friend on OpenStreetMap."
331       see_their_profile: "You can see their profile at {{userurl}} and add them as a friend too if you wish."
332     signup_confirm_plain:
333       greeting: "Hi there!"
334       hopefully_you: "Someone (hopefully you) would like to create an account over at"
335       # next two translations run-on : please word wrap appropriately
336       click_the_link_1: "If this is you, welcome! Please click the link below to confirm your"
337       click_the_link_2: "account and read on for more information about OpenStreetMap."
338       introductory_video: "You can watch an introductory video to OpenStreetMap here:"
339       more_videos: "There are more videos here:"
340       the_wiki: "Get reading about OpenStreetMap on the wiki:"
341       opengeodata: "OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:"
342       wiki_signup: "You may also want to sign up to the OpenStreetMap wiki at:"
343       # next four translations are in pairs : please word wrap appropriately
344       user_wiki_1: "It is recommended that you create a user wiki page, which includes"
345       user_wiki_2: "category tags noting where you are, such as [[Category:Users_in_London]]."
346       current_user_1: "A list of current users in categories, based on where in the world"
347       current_user_2: "they are, is available from:"
348     signup_confirm_html:
349       greeting: "Hi there!"
350       hopefully_you: "Someone (hopefully you) would like to create an account over at"
351       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"
352       introductory_video: "You can watch an {{introductory_video_link}}."
353       video_to_openstreetmap: "introductory video to OpenStreetMap"
354       more_videos: "There are {{more_videos_link}}."
355       more_videos_here: "more videos here"
356       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!'
357       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>.'
358       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>.'
359       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>.'
360   message:
361     inbox:
362       title: "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       title: "Send message"
377       send_message_to: "Send a new message to {{name}}"
378       subject: "Subject"
379       body: "Body"
380       send_button: "Send"
381       back_to_inbox: "Back to inbox"
382       message_sent: "Message sent"
383     no_such_user:
384       heading: "No such user or message"
385       body: "Sorry there is no user or message with that name or id"
386     outbox: 
387       title: "Outbox"
388       my_inbox: "My {{inbox_link}}"
389       inbox: "inbox"
390       outbox: "outbox"
391       you_have_sent_messages: "You have {{sent_count}} sent messages"
392       to: "To"
393       subject: "Subject"
394       date: "Date"
395       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
396       people_mapping_nearby: "people mapping nearby"
397     read:
398       title: "Read message"
399       reading_your_messages: "Reading your messages"
400       from: "From"
401       subject: "Subject"
402       date: "Date"
403       reply_button: "Reply"
404       unread_button: "Mark as unread"
405       back_to_inbox: "Back to inbox"
406       reading_your_sent_messages: "Reading your sent messages"
407       to: "To"
408       back_to_outbox: "Back to outbox"
409     mark:
410       as_read: "Message marked as read"
411       as_unread: "Message marked as unread"
412   site:
413     index:
414       home: "home"
415       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
416       js_2: "OpenStreetMap uses javascript for its slippy map."
417       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.'
418       permalink: Permalink
419       license: "Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors."
420     edit:
421       not_public: "You haven't set your edits to be public."
422       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}}."
423       user_page_link: user page
424       anon_edits: "({{link}})"
425       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
426       anon_edits_link_text: "Find out why this is the case."
427       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.'
428       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.)"
429     sidebar:
430       search_results: Search Results
431       close: Close
432     search:
433       search: Search
434       where_am_i: "Where am I?"
435       submit_text: "Go"
436       searching: "Searching..."
437       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>"
438     key:
439       map_key: "Map key"
440   trace:
441     create:
442       upload_trace: "Upload GPS Trace"
443       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."
444     edit:
445       filename: "Filename:"
446       uploaded_at: "Uploaded at:"
447       points: "Points:"
448       start_coord: "Start coordinate:"
449       edit: "עריכה"
450       owner: "Owner:"
451       description: ":תאור"
452       tags: "Tags:"
453       save_button: "Save Changes"
454     no_such_user:
455       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
456     trace_form:
457       upload_gpx: "Upload GPX File"
458       description: "תאור"
459       tags: "Tags"
460       public: "Public?"
461       upload_button: "Upload"
462       help: "Help"
463     trace_header:
464       see_just_your_traces: "See just your traces, or upload a trace"
465       see_all_traces: "See all traces"
466       see_your_traces: "See all your traces"
467       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."
468     trace_optionals:
469       tags: "Tags"
470     view:
471       pending: "PENDING"
472       filename: "Filename:"
473       download: "download"
474       uploaded: "Uploaded at:"
475       points: "Points:"
476       start_coordinates: "Start coordinate:"
477       map: "map"
478       edit: "עריכה"
479       owner: "Owner:"
480       description: ":תאור"
481       tags: "Tags"
482       none: "None"
483       make_public: "Make this track public permanently"
484       edit_track: "Edit this track"
485       delete_track: "Delete this track"
486       viewing_trace: "Viewing trace {{name}}"
487       trace_not_found: "Trace not found!"
488     trace_paging_nav:
489       showing: "Showing page"
490       of: "of"
491     trace:
492       pending: "PENDING"
493       count_points: "{{count}} points"
494       ago: "{{time_in_words_ago}} ago"
495       more: "more"
496       trace_details: "View Trace Details"
497       view_map: "View Map"
498       edit: "עריכה"
499       edit_map: "Edit Map"
500       public: "PUBLIC"
501       private: "PRIVATE"
502       by: "by"
503       in: "in"
504       map: "map"
505     list:
506       public_traces: "Public GPS traces"
507       your_traces: "Your GPS traces"
508       public_traces_from: "Public GPS traces from {{user}}"
509       tagged_with: " tagged with {{tags}}"
510     delete:
511       scheduled_for_deletion: "Track scheduled for deletion"
512     make_public:
513       made_public: "Track made public"
514   user:
515     login:
516       title: "Login"
517       heading: "Login"
518       please login: "Please login or {{create_user_link}}."
519       create_account: "create an account"
520       email or username: "Email Address or Username: "
521       password: "Password: "
522       lost password link: "Lost your password?"
523       login_button: "Login"
524       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."
525       auth failure: "Sorry, couldn't log in with those details."
526     lost_password:
527       title: "lost password"
528       heading: "Forgotten Password?"
529       email address: "Email Address:"
530       new password button: "Send me a new password"
531       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
532       notice email cannot find: "Couldn't find that email address, sorry."
533     reset_password:
534       title: "reset password"
535       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
536       flash token bad: "Didn't find that token, check the URL maybe?"
537     new:
538       title: "Create account"
539       heading: "Create a User Account"
540       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
541       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. '
542       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
543       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>.'
544       email address: "Email Address: "
545       confirm email address: "Confirm Email Address: "
546       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>)'
547       display name: "Display Name: "
548       password: "Password: "
549       confirm password: "Confirm Password: "
550       signup: Signup
551       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."
552     no_such_user:
553       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
554     view:
555       my diary: my diary
556       new diary entry: new diary entry
557       my edits: my edits
558       my traces: my traces
559       my settings: my settings
560       send message: send message
561       diary: diary
562       edits: edits
563       traces: traces
564       remove as friend: remove as friend
565       add as friend: add as friend
566       mapper since: "Mapper since: "
567       ago: "({{time_in_words_ago}} ago)"
568       user image heading: User image
569       delete image: Delete Image
570       upload an image: Upload an image
571       add image: Add Image
572       description: "תאור"
573       user location: User location
574       no home location: "No home location has been set."
575       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."
576       settings_link_text: settings
577       your friends: Your friends
578       no friends: You have not added any friends yet.
579       km away: "{{distance}}km away"
580       nearby users: "Nearby users: "
581       no nearby users: "There are no users who admit to mapping nearby yet."
582       change your settings: change your settings
583     friend_map:
584       your location: Your location
585       nearby mapper: "Nearby mapper: "
586     account:
587       title: "Edit account"
588       my settings: My settings
589       email never displayed publicly: "(never displayed publicly)"
590       public editing:
591         heading: "Public editing: "
592         enabled: "Enabled. Not anonymous and can edit data."
593         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
594         enabled link text: "what's this?"
595         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
596         disabled link text: "why can't I edit?"
597       profile description: "Profile Description: "
598       preferred languages: "Preferred Languages: "
599       home location: "Home Location: "
600       no home location: "You have not entered your home location."
601       latitude: ":קו רוחב"
602       longitude: ":קו אורך" 
603       update home location on click: "Update home location when I click on the map?"
604       save changes button: Save Changes
605       make edits public button: Make all my edits public
606       return to profile: Return to profile
607       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
608       flash update success: "User information updated successfully."
609     confirm:
610       heading: Confirm a user account
611       press confirm button: "Press the confirm button below to activate your account."
612       button: Confirm
613       success: "Confirmed your account, thanks for signing up!"
614       failure: "A user account with this token has already been confirmed."
615     confirm_email:
616       heading: Confirm a change of email address
617       press confirm button: "Press the confirm button below to confirm your new email address."
618       button: Confirm
619       success: "Confirmed your email address, thanks for signing up!"
620       failure: "An email address has already been confirmed with this token."
621     set_home:
622       flash success: "Home location saved successfully"
623     go_public:
624       flash success: "All your edits are now public, and you are now allowed to edit."
625     make_friend:
626       success: "{{name}} is now your friend."
627       failed: "Sorry, failed to add {{name}} as a friend."
628       already_a_friend: "You are already friends with {{name}}."
629     remove_friend:
630       success: "{{name}} was removed from your friends."
631       not_a_friend: "{{name}} is not one of your friends."