From: Aleksander Łukasz Date: Wed, 18 Dec 2013 09:08:21 +0000 (+0100) Subject: editor: Mark some texts for translation X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/c42b6d572516798821f2295114ca2a62013d9506 editor: Mark some texts for translation --- 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());