diff options
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6c4738991..802db148c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -170,3 +170,54 @@ en: users: invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code + will_paginate: + page_gap: "…" + errors: + 404: The page you were looking for doesn't exist. + 410: The page you were looking for doesn't exist anymore. + 422: + title: Security verification failed + content: Security verification failed. Are you blocking cookies? + reports: + reports: Reports + status: Status + unresolved: Unresolved + resolved: Resolved + id: ID + target: Target + reported_by: Reported by + comment: + label: Comment + none: None + view: View + report: "Report #%{id}" + delete: Delete + reported_account: Reported account + reported_by: Signalé par + silence_account: Silence account + suspend_account: Suspend account + mark_as_resolved: Mark as resolved + admin: + settings: + title: Site Settings + setting: Setting + click_to_edit: Click to edit + contact_information: + label: Contact information + username: Enter a username + email: Enter a public e-mail address + site_title: Site title + site_description: + title: Site description + desc_html: "Displayed as a paragraph on the frontpage and used as a meta tag.<br>You can use HTML tags, in particular <code><a></code> and <code><em></code>." + site_description_extended: + title: Extended site description + desc_html: "Displayed on extended information page<br>You can use HTML tags" + registrations: + open: + title: Open registration + enabled: Enabled + disabled: Disabled + closed_message: + title: Closed registration message + desc_html: "Displayed on frontpage when registrations are closed<br>You can use HTML tags" |