From 9961de9c3086f357420e51f97014b59446edffa5 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Tue, 1 Sep 2015 14:38:07 +0200 Subject: Update translation source file --- client/components/main/header.jade | 10 +++++----- client/components/main/keyboardShortcuts.tpl.jade | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'client/components/main') diff --git a/client/components/main/header.jade b/client/components/main/header.jade index 71250aae..192e7321 100644 --- a/client/components/main/header.jade +++ b/client/components/main/header.jade @@ -12,14 +12,14 @@ template(name="header") li a(href="{{pathFor 'home'}}") span.fa.fa-home - | All boards + | {{_ 'all-boards'}} each currentUser.starredBoards li.separator - li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}") a(href="{{pathFor 'board' id=_id slug=slug}}") = title else - li.current Star a board to add a shortcut in this bar. + li.current {{_ 'quick-access-description'}} li a.js-create-board @@ -45,13 +45,13 @@ template(name="header") .wekan-logo img(src="/wekan-logo-header.png" alt="Wekan") else - a.wekan-logo(href="{{pathFor 'home'}}") + a.wekan-logo(href="{{pathFor 'home'}}" title="{{_ 'header-logo-title'}}") img(src="/wekan-logo-header.png" alt="Wekan") template(name="headerTitle") - h1 My Boards + h1 {{_ 'my-boards'}} .board-header-btns.right a.board-header-btn.js-open-archived-board i.fa.fa-archive - span Archives + span {{_ 'archives'}} diff --git a/client/components/main/keyboardShortcuts.tpl.jade b/client/components/main/keyboardShortcuts.tpl.jade index d10068ed..5b5dae8b 100644 --- a/client/components/main/keyboardShortcuts.tpl.jade +++ b/client/components/main/keyboardShortcuts.tpl.jade @@ -1,11 +1,11 @@ .wrapper.shortcuts-list h2 i.fa.fa-keyboard-o - | Keyboard shortcuts + | {{_ 'keyboard-shortcuts'}} each mapping .shortcuts-list-item .shortcuts-list-item-keys each keys kbd= this - .shortcuts-list-item-action= action + .shortcuts-list-item-action {{_ action}} -- cgit v1.2.3-1-g7c22