Editor update: gutter comments
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 29 May 2014 07:45:51 +0000 (09:45 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 12 Aug 2014 09:47:15 +0000 (11:47 +0200)
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 1d165c9..6725666 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 2fefc73..2581dc0 100644 (file)
@@ -384,4 +384,19 @@ msgid "remove"
 msgstr "usuń"
 
 msgid "Remove link"
-msgstr "Usuń link"
\ No newline at end of file
+msgstr "Usuń link"
+
+msgid "edit"
+msgstr "edytuj"
+
+msgid "Delete"
+msgstr "Usuń"
+
+msgid "Respond"
+msgstr "Odpowiedz"
+
+msgid "Comment"
+msgstr "Skomentuj"
+
+msgid "Delete this comment?"
+msgstr "Usunąć ten komentarz?"
index bc66ee3..0c57fd8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bc66ee34b72b64bbf916a055bf2742ffc7da08c2
+Subproject commit 0c57fd826a58a217f499b5084c837fb8ef3f6d4f
index 211ffb1..abb41c0 100644 (file)
                         {actionName: 'core.link'}
                     ],
                     
-                    ['core.template'],
-                    ['core.comment'],
+                    ['core.template']
                 ],
                 
                 documentSaveUrl: function(id) { return '/editor/text/' + id + '/'; },