From ff56413eb57818370093c482b617091e7b14814f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 Aug 2016 13:00:10 +0200 Subject: Apply translation function on all labels --- tpl/default/tools.html | 62 ++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 30 deletions(-) (limited to 'tpl/default/tools.html') diff --git a/tpl/default/tools.html b/tpl/default/tools.html index f5e8321b..a2132bd5 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html @@ -11,35 +11,37 @@

Settings

{if="!$openshaarli"} {/if} @@ -59,12 +61,12 @@

Bookmarklets

- Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link", - then click on the bookmarklet in any page you want to share. + {'Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link"'|t}, + {'then click on the bookmarklet in any page you want to share.'|t}

@@ -97,12 +99,12 @@

Firefox Social API

-

You need to browse your Shaarli over HTTPS to use this functionality.

+

{'You need to browse your Shaarli over HTTPS to use this functionality.'|t}

@@ -112,16 +114,16 @@
@@ -136,7 +138,7 @@ // Keeping the data separated (ie. not in the DOM) so that it's maintainable and diffable. var data = { name: "{$shaarlititle}", - description: "The personal, minimalist, super-fast, no-database delicious clone.", + description: "The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community.", author: "Shaarli", version: "1.0.0", @@ -154,7 +156,7 @@ } function alertBookmarklet() { - alert('Drag this link to your bookmarks toolbar, or right-click it and choose Bookmark This Link...'); + alert({"'Drag this link to your bookmarks toolbar, or right-click it and choose Bookmark This Link'"|t}); return false; } -- cgit v1.2.3