about summary refs log tree commit diff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-04-12 17:11:49 +0200
committerEugen <eugen@zeonfederated.com>2017-04-12 17:11:49 +0200
commitd90d23699ca611f05d8def40109505251507fa46 (patch)
treee3ffdab55a7d5f5456732d03b827ee2bd140f896 /config/locales/en.yml
parent1f5ff46fd92f679cdb548c93c47920786f2dcc33 (diff)
Make Reporting admin section translatable (#1549)
* Make Reporting admin section translatable

And translate it into english and french

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

* Make subject of emails translatable and improve french translation

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

* Make error pages translatable and translate them in english and french

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

* Translate site setting section

* Insert instance in registration emails and improve them a bit

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml51
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: "&hellip;"
+  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>&lt;a&gt;</code> and <code>&lt;em&gt;</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"