]> git.openstreetmap.org Git - rails.git/blob - config/locales/en.yml
15b25c4d66d3786d7c9a9b50d8d87980babf643c
[rails.git] / config / locales / en.yml
1 en:
2   map:
3     view: View
4     edit: Edit
5     coordinates: "Coordinates:"
6   diary_entry:
7     list:
8       new: New Diary Entry
9       new_title: Compose a new entry in your user diary
10       no_entries: No diary entries
11       recent_entries: "Recent diary entries: "
12       older_entries: Older Entries
13       newer_entries: Newer Entries
14     edit:
15       subject: "Subject:"
16       body: "Body:"
17       language: "Language:"
18       location: "Location:"
19       latitude: "Latitude:"
20       longitude: "Longitude:"
21       use_map_link: "use map"
22       save_button: "Save"
23       marker_text: Diary entry location
24     no_such_entry:
25       heading: "No entry with the id: {{id}}"
26       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."
27     no_such_user:
28       body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
29     posted_by: "Posted by {{link_user}} at {{created}} in {{language}}"
30     comment_link: Comment on this entry
31     reply_link: Reply to this entry
32     comment_count:
33       one: 1 comment
34       other: "{{count}} comments"
35     edit_link: Edit this entry
36     comment_from: "Comment from {{link_user}}  at {{comment_created_at}}"