OSDN Git Service

controlTypes: Add translator comment for "block quote".
authorJames Teh <jamie@jantrid.net>
Tue, 17 Apr 2012 23:40:10 +0000 (09:40 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 17 Apr 2012 23:40:10 +0000 (09:40 +1000)
source/controlTypes.py

index 91e8425..663c971 100644 (file)
@@ -232,6 +232,9 @@ roleLabels={
        ROLE_HEADING5:_("heading 5"),\r
        ROLE_HEADING6:_("heading 6"),\r
        ROLE_PARAGRAPH:_("paragraph"),\r
+       # Translators: Presented for a section in a document which is a block quotation;\r
+       # i.e. a long quotation in a separate paragraph distinguished by indentation, etc.\r
+       # See http://en.wikipedia.org/wiki/Block_quotation\r
        ROLE_BLOCKQUOTE:_("block quote"),\r
        ROLE_TABLEHEADER:_("table header"),\r
        ROLE_TABLEBODY:_("table body"),\r