extract hardcoded string into locale

This commit is contained in:
Kuba Brecka 2013-03-12 11:29:59 +01:00
parent a5b2c0c476
commit f5f502d2a0
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<h3>{{view.title}}</h3> <h3>{{view.title}}</h3>
<div><input type='text' /></div> <div><input type='text' /></div>
<div class='link'> <div class='link'>
<a href='#' {{action close target="controller"}}>close</a> <a href='#' {{action close target="controller"}}>{{i18n share.close}}</a>
</div> </div>

View file

@ -6,6 +6,7 @@ cs:
share: share:
topic: 'sdílet odkaz na toto téma' topic: 'sdílet odkaz na toto téma'
post: 'sdílet odkaz na tento příspěvek' post: 'sdílet odkaz na tento příspěvek'
close: 'zavřít'
edit: 'upravit název a kategorii příspěvku' edit: 'upravit název a kategorii příspěvku'
not_implemented: "Tato fičura ještě není implementovaná" not_implemented: "Tato fičura ještě není implementovaná"

View file

@ -6,6 +6,7 @@ en:
share: share:
topic: 'share a link to this topic' topic: 'share a link to this topic'
post: 'share a link to this post' post: 'share a link to this post'
close: 'close'
edit: 'edit the title and category of this topic' edit: 'edit the title and category of this topic'
not_implemented: "That feature hasn't been implemented yet, sorry!" not_implemented: "That feature hasn't been implemented yet, sorry!"