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