convert plain text in composer template to i18n

This commit is contained in:
Kevin Ansfield 2013-02-18 11:20:07 +01:00
parent dee014210e
commit 1a81c90076
2 changed files with 50 additions and 49 deletions

View File

@ -54,7 +54,7 @@
{{#if view.loadingImage}} {{#if view.loadingImage}}
<div id="image-uploading"> <div id="image-uploading">
Uploading image {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>cancel</a> {{i18n image_selector.uploading_image}} {{view.uploadProgress}}% <a {{action cancelUpload target="view"}}>{{i18n cancel}}</a>
</div> </div>
{{/if}} {{/if}}
</div> </div>

View File

@ -292,6 +292,7 @@ en:
remote_tip: "enter address of an image in the form http://example.com/image.jpg" remote_tip: "enter address of an image in the form http://example.com/image.jpg"
local_tip: "click to select an image from your device." local_tip: "click to select an image from your device."
upload: "Upload" upload: "Upload"
uploading_image: "Uploading image"
search: search:
title: "search for topics, posts, users, or categories" title: "search for topics, posts, users, or categories"