[Libreoffice-commits] online.git: loleaflet/dist loleaflet/po

Andras Timar andras.timar at collabora.com
Tue Jan 16 14:23:48 UTC 2018


 loleaflet/dist/toolbar/toolbar.js       |    2 +-
 loleaflet/po/templates/loleaflet-ui.pot |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit e41dd5c239e7d25375a5340d8af9215e9dacf094
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Jan 16 15:16:59 2018 +0100

    l10n: make a string localizable
    
    Change-Id: Iafe6944a4fe5d28169982a7bd0dfc835824a2a96
    Reviewed-on: https://gerrit.libreoffice.org/47991
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 263bace4..a1a861ac 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -677,7 +677,7 @@ $(function () {
 				'<hr><table class="loleaflet-font" id="editor-btn">' +
 				'<tr>' +
 				'<td><input type="checkbox" name="alwaysFollow" id="follow-checkbox" onclick="editorUpdate(event)"></td>' +
-				'<td>Always follow the editor</td>' +
+				'<td>' + _('Always follow the editor') + '</td>' +
 				'</tr>' +
 				'</table>' +
 				'<p id="currently-msg">Current - <b><span id="current-editor">Dewan</span></b></p>' +
diff --git a/loleaflet/po/templates/loleaflet-ui.pot b/loleaflet/po/templates/loleaflet-ui.pot
index ca960428..74368022 100644
--- a/loleaflet/po/templates/loleaflet-ui.pot
+++ b/loleaflet/po/templates/loleaflet-ui.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-01-09 15:54+0100\n"
+"POT-Creation-Date: 2018-01-16 15:15+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -376,6 +376,10 @@ msgstr ""
 msgid "No users"
 msgstr ""
 
+#: dist/toolbar/toolbar.js:680
+msgid "Always follow the editor"
+msgstr ""
+
 #: dist/toolbar/toolbar.js:690 src/control/Control.Menubar.js:59
 #: src/control/Control.Menubar.js:237
 msgid "Reset zoom"


More information about the Libreoffice-commits mailing list