]> git.openstreetmap.org Git - rails.git/blob - config/locales/he.yml
Make the printable_name() function call i18n.t to translate its
[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: "תגובה ליומן"
10       diary_entry: "רשומה ביומן "
11       friend: "Friend"
12       language: "שפה"
13       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 {{count}} nodes:"
93       has_ways: "Has the following {{count}} ways:"
94       has_relations: "Has the following {{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       entry: "Relation {{relation_name}}"
102       entry_role: "Relation {{relation_name}} (as {{relation_role}})"
103     map:
104       loading: "Loading..."
105       deleted: "Deleted"
106     node_details:
107       coordinates: "Coordinates: "
108       part_of: "Part of:"
109     node_history:
110       node_history: "Node History"
111       download: "{{download_xml_link}} or {{view_details_link}}"
112       download_xml: "Download XML"
113       view_details: "view details"
114     node:
115       node: "Node"
116       node_title: "Node: {{node_name}}"
117       download: "{{download_xml_link}} or {{view_history_link}}"
118       download_xml: "Download XML"
119       view_history: "view history"
120     not_found:
121       sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
122     paging_nav:
123       showing_page: "Showing page"
124       of: "of"
125     relation_details:
126       members: "Members:"
127       part_of: "Part of:"
128     relation_history:
129       relation_history: "Relation History"
130       relation_history_title: "Relation History: {{relation_name}}"
131     relation:
132       relation: "Relation"
133       relation_title: "Relation: {{relation_name}}"
134       download: "{{download_xml_link}} or {{view_history_link}}"
135       download_xml: "Download XML"
136       view_history: "view history"
137     start:
138       view_data: "View data for current map view"
139       manually_select: "Manually select a different area"
140     start_rjs:
141       data_frame_title: "Data"
142       zoom_or_select: "Zoom in or select an area of the map to view"
143       drag_a_box: "Drag a box on the map to select an area"
144       manually_select: "Manually select a different area"
145       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."
146       load_data: "Load Data"
147       unable_to_load_size: "Unable to load: Bounding box size of [[bbox_size]] is too large (must be smaller than {{max_bbox_size}})"
148       loading: "Loading..."
149       show_history: "Show History"
150       wait: "Wait..."
151       history_for_feature: "History for [[feature]]"
152       details: "Details"
153       private_user: "private user"
154       edited_by_user_at_timestamp: "Edited by [[user]] at [[timestamp]]"
155     tag_details:
156       tags: "Tags:"
157     way_details:
158       nodes: "Nodes:"
159       part_of: "Part of:"
160       also_part_of:
161         one: "also part of way {{related_ways}}"
162         other: "also part of ways {{related_ways}}"
163     way_history:
164       way_history: "Way History"
165       way_history_title: "Way History: {{way_name}}"
166       download: "{{download_xml_link}} or {{view_details_link}}"
167       download_xml: "Download XML"
168       view_details: "view details"
169     way:
170       way: "Way"
171       way_title: "Way: {{way_name}}"
172       download: "{{download_xml_link}} or {{view_history_link}}"
173       download_xml: "Download XML"
174       view_history: "view history"
175   changeset:
176     changeset_paging_nav:
177       showing_page: "Showing page"
178       of: "of"
179     changeset:
180       still_editing: "(still editing)"
181       anonymous: "Anonymous"
182       no_comment: "(none)"
183       no_edits: "(no edits)"
184       show_area_box: "show area box"
185       big_area: "(big)"
186       view_changeset_details: "View changeset details"
187       more: "more"
188     changesets:
189       id: "ID"
190       saved_at: "Saved at"
191       user: "משתמש"
192       comment: "Comment"
193       area: "Area"
194     list_bbox:
195       history: "History"
196       changesets_within_the_area: "Changesets within the area:"
197       show_area_box: "show area box"
198       no_changesets: "No changesets"
199       all_changes_everywhere: "For all changes everywhere see {{recent_changes_link}}"
200       recent_changes: "Recent Changes"
201       no_area_specified: "No area specified"
202       first_use_view: "First use the {{view_tab_link}} to pan and zoom to an area of interest, then click the history tab."
203       view_the_map: "view the map"
204       view_tab: "view tab"
205       alternatively_view: "Alternatively, view all {{recent_changes_link}}"
206     list:
207       recent_changes: "Recent Changes"
208       recently_edited_changesets: "Recently edited changesets:"
209       for_more_changesets: "For more changesets, select a user and view their edits, or see the editing 'history' of a specific area."
210     list_user:
211       edits_by_username: "Edits by {{username_link}}"
212       no_visible_edits_by: "No visible edits by {{name}}."
213       for_all_changes: "For changes by all users see {{recent_changes_link}}"
214       recent_changes: "Recent Changes"
215   diary_entry:
216     new:
217       title: New Diary Entry
218     list:
219       title: "Users' diaries"
220       user_title: "{{user}}'s diary"
221       new: New Diary Entry
222       new_title: Compose a new entry in your user diary
223       no_entries: No diary entries
224       recent_entries: "Recent diary entries: "
225       older_entries: Older Entries
226       newer_entries: Newer Entries
227     edit:
228       title: "Edit diary entry"
229       subject: "Subject: "
230       body: "Body: "
231       language: ":שפה"
232       location: "Location: "
233       latitude: ":קו רוחב"
234       longitude: ":קו אורך" 
235       use_map_link: "use map"
236       save_button: "Save"
237       marker_text: Diary entry location
238     view:
239       title: "Users' diaries | {{user}}"
240       user_title: "{{user}}'s diary"
241       leave_a_comment: "Leave a comment"
242       save_button: "Save"
243     no_such_entry:
244       heading: "No entry with the id: {{id}}"
245       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."
246     no_such_user:
247       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
248     diary_entry:
249       posted_by: "Posted by {{link_user}} at {{created}} in {{language_link}}"
250       comment_link: Comment on this entry
251       reply_link: Reply to this entry
252       comment_count:
253         one: "תגובה 1"
254         other: "{{count}} תגובות"
255       edit_link: "עריכת רשומה"
256     diary_comment:
257       comment_from: "{{comment_created_at}}ב  {{link_user}}תגובה מ"
258   export:
259     start:
260       area_to_export: "Area to Export"
261       manually_select: "Manually select a different area"
262       format_to_export: "Format to Export"
263       osm_xml_data: "OpenStreetMap XML Data"
264       mapnik_image: "Mapnik Image"
265       osmarender_image: "Osmarender Image"
266       embeddable_html: "Embeddable HTML"
267       licence: "Licence"
268       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>.'
269       options: "Options"
270       format: "Format"
271       scale: "Scale"
272       max: "max"
273       image_size: "Image Size"
274       zoom: "Zoom"
275       add_marker: "Add a marker to the map"
276       latitude: "Lat:"
277       longitude: "Lon:"
278       output: "Output"
279       paste_html: "Paste HTML to embed in website"
280       export_button: "Export"
281     start_rjs:
282       export: "Export"
283       drag_a_box: "Drag a box on the map to select an area"
284       manually_select: "Manually select a different area"
285       click_add_marker: "Click on the map to add a marker"
286       change_marker: "Change marker position"
287       add_marker: "Add a marker to the map"
288       view_larger_map: "View Larger Map"
289   geocoder:
290     results:
291       results: "Results"
292       type_from_source: "{{type}} from {{source_link}}"
293       no_results: "No results found"
294   layouts:
295     welcome_user: "{{user_link}}ברוך הבא"
296     home: "הביתה"
297     inbox: "inbox ({{count}})"
298     logout: "יציאה מהחשבון"
299     log_in: "כניסה לחשבון"
300     sign_up: "הרשמה"
301     view: "תצוגה"
302     edit: "עריכה"
303     history: "היסטוריה"
304     export: "יצוא"
305     gps_traces: GPS Traces
306     user_diaries: "יומני משתמשים"
307     tag_line: "ויקי חופשי של מפת העולם"
308     intro_1: ".היא מפה בחינם של כל העולם, וחופשית לעריכה. יוצרים אותה אנשים כמוך OpenStreetMap"
309     intro_2: ".מאפשרת  לך לראות, לערוך ולהשתמש בנתונים גיאוגרפיים בצורה שיתופית מכל מקום בעולם OpenStreetMap"
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_comment_notification:
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       title: "Inbox"
361       my_inbox: "My inbox"
362       outbox: "outbox"
363       you_have: "You have {{new_count}} new messages and {{old_count}} old messages"
364       from: "From"
365       subject: "Subject"
366       date: "Date"
367       no_messages_yet: "You have no messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
368       people_mapping_nearby: "people mapping nearby"
369     message_summary:
370       unread_button: "Mark as unread"
371       read_button: "Mark as read"
372       reply_button: "Reply"
373     new:
374       title: "Send message"
375       send_message_to: "Send a new message to {{name}}"
376       subject: "Subject"
377       body: "Body"
378       send_button: "Send"
379       back_to_inbox: "Back to inbox"
380       message_sent: "Message sent"
381     no_such_user:
382       heading: "No such user or message"
383       body: "Sorry there is no user or message with that name or id"
384     outbox:
385       title: "Outbox"
386       my_inbox: "My {{inbox_link}}"
387       inbox: "inbox"
388       outbox: "outbox"
389       you_have_sent_messages: "You have {{sent_count}} sent messages"
390       to: "To"
391       subject: "Subject"
392       date: "Date"
393       no_sent_messages: "You have no sent messages yet. Why not get in touch with some of the {{people_mapping_nearby_link}}?"
394       people_mapping_nearby: "people mapping nearby"
395     read:
396       title: "Read message"
397       reading_your_messages: "Reading your messages"
398       from: "From"
399       subject: "Subject"
400       date: "Date"
401       reply_button: "Reply"
402       unread_button: "Mark as unread"
403       back_to_inbox: "Back to inbox"
404       reading_your_sent_messages: "Reading your sent messages"
405       to: "To"
406       back_to_outbox: "Back to outbox"
407     mark:
408       as_read: "Message marked as read"
409       as_unread: "Message marked as unread"
410   site:
411     index:
412       js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript."
413       js_2: "OpenStreetMap uses javascript for its slippy map."
414       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.'
415       permalink: Permalink
416       license:
417         notice: "Licensed under the {{license_name}} license by the {{project_name}} and its contributors."
418         license_name: "Creative Commons Attribution-Share Alike 2.0"
419         license_url: "http://creativecommons.org/licenses/by-sa/2.0/"
420         project_name: "OpenStreetMap project"
421         project_url: "http://openstreetmap.org"
422     edit:
423       not_public: "You haven't set your edits to be public."
424       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}}."
425       user_page_link: user page
426       anon_edits: "({{link}})"
427       anon_edits_link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
428       anon_edits_link_text: "Find out why this is the case."
429       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.'
430       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.)"
431     sidebar:
432       search_results: Search Results
433       close: Close
434     search:
435       search: Search
436       where_am_i: "Where am I?"
437       submit_text: "Go"
438       searching: "Searching..."
439       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>"
440     key:
441       map_key: "Map key"
442   trace:
443     create:
444       upload_trace: "Upload GPS Trace"
445       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."
446     edit:
447       filename: "Filename:"
448       uploaded_at: "Uploaded at:"
449       points: "Points:"
450       start_coord: "Start coordinate:"
451       edit: "עריכה"
452       owner: "Owner:"
453       description: ":תאור"
454       tags: "Tags:"
455       save_button: "Save Changes"
456     no_such_user:
457       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
458     trace_form:
459       upload_gpx: "Upload GPX File"
460       description: "תאור"
461       tags: "Tags"
462       public: "Public?"
463       upload_button: "Upload"
464       help: "Help"
465     trace_header:
466       see_just_your_traces: "See just your traces, or upload a trace"
467       see_all_traces: "See all traces"
468       see_your_traces: "See all your traces"
469       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."
470     trace_optionals:
471       tags: "Tags"
472     view:
473       pending: "PENDING"
474       filename: "Filename:"
475       download: "download"
476       uploaded: "Uploaded at:"
477       points: "Points:"
478       start_coordinates: "Start coordinate:"
479       map: "map"
480       edit: "עריכה"
481       owner: "Owner:"
482       description: ":תאור"
483       tags: "Tags"
484       none: "None"
485       make_public: "Make this track public permanently"
486       edit_track: "Edit this track"
487       delete_track: "Delete this track"
488       heading: "Viewing trace {{name}}"
489       trace_not_found: "Trace not found!"
490     trace_paging_nav:
491       showing: "Showing page"
492       of: "of"
493     trace:
494       pending: "PENDING"
495       count_points: "{{count}} points"
496       ago: "{{time_in_words_ago}} ago"
497       more: "more"
498       trace_details: "View Trace Details"
499       view_map: "View Map"
500       edit: "עריכה"
501       edit_map: "Edit Map"
502       public: "PUBLIC"
503       private: "PRIVATE"
504       by: "by"
505       in: "in"
506       map: "map"
507     list:
508       public_traces: "Public GPS traces"
509       your_traces: "Your GPS traces"
510       public_traces_from: "Public GPS traces from {{user}}"
511       tagged_with: " tagged with {{tags}}"
512     delete:
513       scheduled_for_deletion: "Track scheduled for deletion"
514     make_public:
515       made_public: "Track made public"
516   user:
517     login:
518       title: "Login"
519       heading: "Login"
520       please login: "Please login or {{create_user_link}}."
521       create_account: "create an account"
522       email or username: "Email Address or Username: "
523       password: "Password: "
524       lost password link: "Lost your password?"
525       login_button: "Login"
526       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."
527       auth failure: "Sorry, couldn't log in with those details."
528     lost_password:
529       title: "lost password"
530       heading: "Forgotten Password?"
531       email address: "Email Address:"
532       new password button: "Send me a new password"
533       notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
534       notice email cannot find: "Couldn't find that email address, sorry."
535     reset_password:
536       title: "reset password"
537       flash changed check mail: "Your password has been changed and is on its way to your mailbox :-)"
538       flash token bad: "Didn't find that token, check the URL maybe?"
539     new:
540       title: "Create account"
541       heading: "Create a User Account"
542       no_auto_account_create: "Unfortunately we are not currently able to create an account for you automatically."
543       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. '
544       fill_form: "Fill in the form and we'll send you a quick email to activate your account."
545       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>.'
546       email address: "Email Address: "
547       confirm email address: "Confirm Email Address: "
548       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>)'
549       display name: "Display Name: "
550       password: "Password: "
551       confirm password: "Confirm Password: "
552       signup: Signup
553       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."
554     no_such_user:
555       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
556     view:
557       my diary: my diary
558       new diary entry: new diary entry
559       my edits: my edits
560       my traces: my traces
561       my settings: my settings
562       send message: send message
563       diary: diary
564       edits: edits
565       traces: traces
566       remove as friend: remove as friend
567       add as friend: add as friend
568       mapper since: "Mapper since: "
569       ago: "({{time_in_words_ago}} ago)"
570       user image heading: User image
571       delete image: Delete Image
572       upload an image: Upload an image
573       add image: Add Image
574       description: "תאור"
575       user location: User location
576       no home location: "No home location has been set."
577       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."
578       settings_link_text: settings
579       your friends: Your friends
580       no friends: You have not added any friends yet.
581       km away: "{{count}}km away"
582       nearby users: "Nearby users: "
583       no nearby users: "There are no users who admit to mapping nearby yet."
584       change your settings: change your settings
585     friend_map:
586       your location: Your location
587       nearby mapper: "Nearby mapper: "
588     account:
589       title: "Edit account"
590       my settings: My settings
591       email never displayed publicly: "(never displayed publicly)"
592       public editing:
593         heading: "Public editing: "
594         enabled: "Enabled. Not anonymous and can edit data."
595         enabled link: "http://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
596         enabled link text: "what's this?"
597         disabled: "Disabled and cannot edit data, all previous edits are anonymous."
598         disabled link text: "why can't I edit?"
599       profile description: "Profile Description: "
600       preferred languages: "Preferred Languages: "
601       home location: "Home Location: "
602       no home location: "You have not entered your home location."
603       latitude: ":קו רוחב"
604       longitude: ":קו אורך"
605       update home location on click: "Update home location when I click on the map?"
606       save changes button: Save Changes
607       make edits public button: Make all my edits public
608       return to profile: Return to profile
609       flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address."
610       flash update success: "User information updated successfully."
611     confirm:
612       heading: Confirm a user account
613       press confirm button: "Press the confirm button below to activate your account."
614       button: Confirm
615       success: "Confirmed your account, thanks for signing up!"
616       failure: "A user account with this token has already been confirmed."
617     confirm_email:
618       heading: Confirm a change of email address
619       press confirm button: "Press the confirm button below to confirm your new email address."
620       button: Confirm
621       success: "Confirmed your email address, thanks for signing up!"
622       failure: "An email address has already been confirmed with this token."
623     set_home:
624       flash success: "Home location saved successfully"
625     go_public:
626       flash success: "All your edits are now public, and you are now allowed to edit."
627     make_friend:
628       success: "{{name}} is now your friend."
629       failed: "Sorry, failed to add {{name}} as a friend."
630       already_a_friend: "You are already friends with {{name}}."
631     remove_friend:
632       success: "{{name}} was removed from your friends."
633       not_a_friend: "{{name}} is not one of your friends."