Editor update - tweaking action descriptions, translation, behavior
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 24 Apr 2014 07:15:24 +0000 (09:15 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 12 Aug 2014 09:47:14 +0000 (11:47 +0200)
> editor: minor usability tweak
> editor: tweaking some action descriptions

apps/wiki/locale/pl/LC_MESSAGES/djangojs.mo
apps/wiki/locale/pl/LC_MESSAGES/djangojs.po
apps/wiki/static/wiki/editor
apps/wiki/templates/wiki/bootstrap.html

index 9377d89..9f48fd9 100644 (file)
Binary files a/apps/wiki/locale/pl/LC_MESSAGES/djangojs.mo and b/apps/wiki/locale/pl/LC_MESSAGES/djangojs.mo differ
index e58b72c..e7a166b 100644 (file)
@@ -232,8 +232,8 @@ msgid "unknown operation"
 msgstr "Nieznana operacja"
 
 #: static/wiki/editor/src/editor/plugins/core/core.js:126
-msgid "Insert comment after current node"
-msgstr "Wstaw komentarz za bieżącym węzłem"
+msgid "Insert comment"
+msgstr "Wstaw komentarz"
 
 #: static/wiki/editor/src/editor/plugins/core/core.js:148
 msgid "Hide grid"
@@ -358,5 +358,8 @@ msgstr "Wybrany niepoprawny węzeł"
 
 #: static/wiki/editor/src/editor/plugins/core/templates.js:37
 #, c-format
-msgid "Insert template %s after %s"
-msgstr "Wstaw template %s za %s"
+msgid "Insert template %s"
+msgstr "Wstaw template %s"
+
+msgid "Switch to"
+msgstr "Zamień na"
index f098ff9..bb20420 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f098ff9873de73d1fd6d71ce64b83ae318e8bd7e
+Subproject commit bb204203f5f64dd13b256263fd398e1463d4eaf9
index 098df28..d0fe48a 100644 (file)
                     ['core.undo', 'core.redo'],
                     
                     [
-                    {actionName: 'core.switchToHeader', actionConfig: {label: 'nagłówek'}},
-                    {actionName: 'core.switchToParagraph', actionConfig: {label: 'paragraf'}},
+                    {actionName: 'core.switchToHeader'},
+                    {actionName: 'core.switchToParagraph'},
                     'core.toggleBulletList', 'core.toggleEnumList'
                     ],