X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1b222997779bcfef364cbb46d02fa3e074b96599..7a98913d0cf74887180aca3520c628a52b0e7071:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index fda48ed57..0186d446d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -85,6 +85,9 @@ en: potlatch: name: "Potlatch 1" description: "Potlatch 1 (in-browser editor)" + id: + name: "iD" + description: "iD (in-browser editor)" potlatch2: name: "Potlatch 2" description: "Potlatch 2 (in-browser editor)" @@ -1209,11 +1212,17 @@ en: click_the_link: "If this is you, please click the link below to reset your password." note_comment_notification: anonymous: An anonymous user - subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes" - subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in" greeting: "Hi," - your_note: "%{commenter} has left a comment on one of your map notes near %{place}." - commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}." + commented: + subject_own: "[OpenStreetMap] %{commenter} has commented on one of your notes" + subject_other: "[OpenStreetMap] %{commenter} has commented on a note you are interested in" + your_note: "%{commenter} has left a comment on one of your map notes near %{place}." + commented_note: "%{commenter} has left a comment on a map note you have commented on. The note is near %{place}." + closed: + subject_own: "[OpenStreetMap] %{commenter} has resolved one of your notes" + subject_other: "[OpenStreetMap] %{commenter} has resolved a note you are interested in" + your_note: "%{commenter} has resolved one of your map notes near %{place}." + commented_note: "%{commenter} has resolved a map note you have commented on. The note is near %{place}." details: "More details about the note can be found at %{url}." message: inbox: @@ -1306,6 +1315,7 @@ en: potlatch_unsaved_changes: "You have unsaved changes. (To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you have a save button.)" potlatch2_not_configured: "Potlatch 2 has not been configured - please see http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 for more information" potlatch2_unsaved_changes: "You have unsaved changes. (To save in Potlatch 2, you should click save.)" + id_not_configured: "iD has not been configured" no_iframe_support: "Your browser doesn't support HTML iframes, which are necessary for this feature." sidebar: search_results: Search Results @@ -2001,6 +2011,9 @@ en: closed: "closed note (near %{place})" new: "new note (near %{place})" comment: "new comment (near %{place})" + entry: + comment: Comment + full: Full note mine: title: "Notes submitted or commented on by %{user}" heading: "%{user}'s notes" @@ -2035,7 +2048,7 @@ en: intro: "In order to improve the map the information you enter is shown to other mappers, so please be as descriptive and precise as possible when moving the marker to the correct position and entering your note below." add: Add Note show: - title: Note %{id} + permalink: Permalink anonymous_warning: This note includes comments from anonymous users which should be independently verified. opened_by: "created by %{user} at %{time}" opened_by_anonymous: "created by anonymous at %{time}"