From c42b6d572516798821f2295114ca2a62013d9506 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 18 Dec 2013 10:08:21 +0100 Subject: [PATCH] editor: Mark some texts for translation --- src/editor/modules/data/dialog.html | 2 +- src/editor/modules/mainBar/template.html | 4 ++-- src/editor/modules/rng/rng.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/editor/modules/data/dialog.html b/src/editor/modules/data/dialog.html index 844a6ff..9ac7888 100644 --- a/src/editor/modules/data/dialog.html +++ b/src/editor/modules/data/dialog.html @@ -7,6 +7,6 @@ \ No newline at end of file diff --git a/src/editor/modules/mainBar/template.html b/src/editor/modules/mainBar/template.html index 3c43ee6..e3c971b 100644 --- a/src/editor/modules/mainBar/template.html +++ b/src/editor/modules/mainBar/template.html @@ -1,7 +1,7 @@
\ No newline at end of file diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js index 4e7ff0c..4a01b7b 100644 --- a/src/editor/modules/rng/rng.js +++ b/src/editor/modules/rng/rng.js @@ -60,9 +60,9 @@ return function(sandbox) { }; views.visualEditing.setView('rightColumn', views.visualEditingSidebar.getAsView()); - addMainTab('Edytor', 'editor', views.visualEditing.getAsView()); + addMainTab(gettext('Editor'), 'editor', views.visualEditing.getAsView()); addMainTab(gettext('Source'), 'sourceEditor', ''); - addMainTab('Historia', 'history', views.diffLayout.getAsView()); + addMainTab(gettext('History'), 'history', views.diffLayout.getAsView()); sandbox.getDOM().append(views.mainLayout.getAsView()); -- 2.20.1