From 0837621dd7a4d843adabd1ea80e42d8599cbe5f7 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Thu, 23 Jun 2016 20:11:08 -0300 Subject: [#619] Fix some missing translation strings --- web-ui/app/templates/compose/reply_section.hbs | 2 +- web-ui/app/templates/mail_actions/actions_box.hbs | 6 +++--- web-ui/app/templates/mail_actions/trash_actions_box.hbs | 4 ++-- web-ui/app/templates/mails/draft.hbs | 2 +- web-ui/app/templates/mails/mail_actions.hbs | 4 ++-- web-ui/app/templates/mails/sent.hbs | 2 +- web-ui/app/templates/page/logout.hbs | 2 +- web-ui/app/templates/page/logout_shortcut.hbs | 2 +- web-ui/app/templates/page/user_settings_box.hbs | 6 +++--- web-ui/app/templates/page/user_settings_icon.hbs | 2 +- web-ui/app/templates/page/version.hbs | 2 +- web-ui/app/templates/tags/tag_list.hbs | 4 ++-- 12 files changed, 19 insertions(+), 19 deletions(-) (limited to 'web-ui/app/templates') diff --git a/web-ui/app/templates/compose/reply_section.hbs b/web-ui/app/templates/compose/reply_section.hbs index 9e833ffe..85ab49c4 100644 --- a/web-ui/app/templates/compose/reply_section.hbs +++ b/web-ui/app/templates/compose/reply_section.hbs @@ -1,6 +1,6 @@
- +
diff --git a/web-ui/app/templates/mail_actions/actions_box.hbs b/web-ui/app/templates/mail_actions/actions_box.hbs index 0c9b6737..68a8d0bf 100644 --- a/web-ui/app/templates/mail_actions/actions_box.hbs +++ b/web-ui/app/templates/mail_actions/actions_box.hbs @@ -1,7 +1,7 @@
  • -
  • +
  • -
  • -
  • +
  • +
  • diff --git a/web-ui/app/templates/mail_actions/trash_actions_box.hbs b/web-ui/app/templates/mail_actions/trash_actions_box.hbs index 7852bd6f..4e0ec332 100644 --- a/web-ui/app/templates/mail_actions/trash_actions_box.hbs +++ b/web-ui/app/templates/mail_actions/trash_actions_box.hbs @@ -1,5 +1,5 @@
  • -
  • -
  • +
  • +
  • diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index d223c0a4..942b9815 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -5,7 +5,7 @@
    - {{t 'to:'}} + {{t 'to'}}: {{#if header.to }} {{ header.to }} {{else}} diff --git a/web-ui/app/templates/mails/mail_actions.hbs b/web-ui/app/templates/mails/mail_actions.hbs index 0b717373..0adfe853 100644 --- a/web-ui/app/templates/mails/mail_actions.hbs +++ b/web-ui/app/templates/mails/mail_actions.hbs @@ -1,6 +1,6 @@
      -
    • {{t 'Reply to All'}}
    • -
    • {{t 'Delete this message'}}
    • +
    • {{t 'reply-to-all'}}
    • +
    • {{t 'delete-this-message'}}
    diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index a637e3d2..be51cfd4 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -4,7 +4,7 @@
    - {{t 'to:'}} + {{t 'to'}}: {{#if header.to }} {{ header.to }} {{else}} diff --git a/web-ui/app/templates/page/logout.hbs b/web-ui/app/templates/page/logout.hbs index 3768d24f..0cc079bc 100644 --- a/web-ui/app/templates/page/logout.hbs +++ b/web-ui/app/templates/page/logout.hbs @@ -3,7 +3,7 @@
  • - Logout + {{t 'logout'}}
  • diff --git a/web-ui/app/templates/page/logout_shortcut.hbs b/web-ui/app/templates/page/logout_shortcut.hbs index 4c1db89a..043ab0dc 100644 --- a/web-ui/app/templates/page/logout_shortcut.hbs +++ b/web-ui/app/templates/page/logout_shortcut.hbs @@ -1,6 +1,6 @@
  • -
    Logout
    +
    {{t 'logout'}}
  • diff --git a/web-ui/app/templates/page/user_settings_box.hbs b/web-ui/app/templates/page/user_settings_box.hbs index 761bfc16..962d0a69 100644 --- a/web-ui/app/templates/page/user_settings_box.hbs +++ b/web-ui/app/templates/page/user_settings_box.hbs @@ -1,10 +1,10 @@
    -

    User Settings

    +

    {{t 'user-settings'}}

    -

    E-Mail address

    +

    {{t 'email-address'}}

    {{ account_email }}

    -

    Public key fingerprint

    +

    {{t 'public-key-fingerprint'}}

    {{ formatFingerPrint fingerprint }}

    diff --git a/web-ui/app/templates/page/user_settings_icon.hbs b/web-ui/app/templates/page/user_settings_icon.hbs index 8b61655c..d689a2f8 100644 --- a/web-ui/app/templates/page/user_settings_icon.hbs +++ b/web-ui/app/templates/page/user_settings_icon.hbs @@ -2,7 +2,7 @@
  • - User Settings + {{t 'user-settings'}}
  • diff --git a/web-ui/app/templates/page/version.hbs b/web-ui/app/templates/page/version.hbs index 00344f60..5f43f78a 100644 --- a/web-ui/app/templates/page/version.hbs +++ b/web-ui/app/templates/page/version.hbs @@ -1,2 +1,2 @@ -version: UNKNOWN_VERSION
    +{{t 'version'}}: UNKNOWN_VERSION
    diff --git a/web-ui/app/templates/tags/tag_list.hbs b/web-ui/app/templates/tags/tag_list.hbs index e265354f..92a73283 100644 --- a/web-ui/app/templates/tags/tag_list.hbs +++ b/web-ui/app/templates/tags/tag_list.hbs @@ -1,6 +1,6 @@
      - Tags + {{t 'tags.tags'}}
      -
        \ No newline at end of file +
          -- cgit v1.2.3