add localization to multiselect popup

This commit is contained in:
Mikulas 2014-03-24 17:45:26 +01:00
parent 36cbd0d348
commit fffe3dee6e
3 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,11 @@
<p>{{countI18n topic.multi_select.description countBinding="selectedPostsCount"}}</p>
{{#if canSelectAll}}
<p><a href='#' {{action selectAll}}>select all</a></p>
<p><a href='#' {{action selectAll}}>{{i18n topic.multi_select.select_all}}</a></p>
{{/if}}
{{#if canDeselectAll}}
<p><a href='#' {{action deselectAll}}>deselect all</a></p>
<p><a href='#' {{action deselectAll}}>{{i18n topic.multi_select.deselect_all}}</a></p>
{{/if}}
{{#if canDeleteSelected}}

View File

@ -810,6 +810,8 @@ cs:
select: označit
selected: 'označeno ({{count}})'
select_replies: vybrat +odpovědi
select_all: vybrat vše
deselect_all: zrušit výběr
delete: odstranit označené
cancel: zrušit označování
description:

View File

@ -872,6 +872,8 @@ en:
select_replies: 'select +replies'
delete: delete selected
cancel: cancel selecting
select_all: select all
deselect_all: deselect all
description:
one: You have selected <b>1</b> post.
other: "You have selected <b>{{count}}</b> posts."